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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 168, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/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 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 126, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

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

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

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

/* line 88, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

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

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}

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

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

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

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

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

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

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

/* line 157, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

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

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

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

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

/* line 513, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

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

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

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

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

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

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

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

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 82, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

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

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

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

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

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

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

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

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

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

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

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

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

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

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

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

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 102, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  /* line 579, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1170px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 70px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 170px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 270px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 370px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 470px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 570px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 670px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 770px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 870px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 970px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 1170px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 614, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  /* line 623, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }
  /* line 669, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 104px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 166px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 352px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }
  /* line 593, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 599, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 614, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  /* line 623, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  /* line 640, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  /* line 646, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  /* line 647, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }
  /* line 669, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }
  /* line 686, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }
}

@media (max-width: 767px) {
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .span12,
.row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 81, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 129, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
.media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  /* line 172, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 183, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 189, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 80, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 131, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 146, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  /* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 157, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 169, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
/* line 13, app/assets/stylesheets/jquery.qtip.css */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 31, app/assets/stylesheets/jquery.qtip.css */
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 40, app/assets/stylesheets/jquery.qtip.css */
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

/* line 49, app/assets/stylesheets/jquery.qtip.css */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
/* line 52, app/assets/stylesheets/jquery.qtip.css */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

/* line 64, app/assets/stylesheets/jquery.qtip.css */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 69, app/assets/stylesheets/jquery.qtip.css */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
/* line 71, app/assets/stylesheets/jquery.qtip.css */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 78, app/assets/stylesheets/jquery.qtip.css */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/jquery.qtip.css */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
/* line 105, app/assets/stylesheets/jquery.qtip.css */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 114, app/assets/stylesheets/jquery.qtip.css */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 118, app/assets/stylesheets/jquery.qtip.css */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 124, app/assets/stylesheets/jquery.qtip.css */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
/* line 132, app/assets/stylesheets/jquery.qtip.css */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 138, app/assets/stylesheets/jquery.qtip.css */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
/* line 144, app/assets/stylesheets/jquery.qtip.css */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 150, app/assets/stylesheets/jquery.qtip.css */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 154, app/assets/stylesheets/jquery.qtip.css */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 158, app/assets/stylesheets/jquery.qtip.css */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
/* line 164, app/assets/stylesheets/jquery.qtip.css */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 170, app/assets/stylesheets/jquery.qtip.css */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 174, app/assets/stylesheets/jquery.qtip.css */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
/* line 180, app/assets/stylesheets/jquery.qtip.css */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

/* line 186, app/assets/stylesheets/jquery.qtip.css */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 190, app/assets/stylesheets/jquery.qtip.css */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 194, app/assets/stylesheets/jquery.qtip.css */
.qtip-red .qtip-icon {
  border-color: #D95252;
}

/* line 198, app/assets/stylesheets/jquery.qtip.css */
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
/* line 204, app/assets/stylesheets/jquery.qtip.css */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 210, app/assets/stylesheets/jquery.qtip.css */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 214, app/assets/stylesheets/jquery.qtip.css */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
/* line 220, app/assets/stylesheets/jquery.qtip.css */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 226, app/assets/stylesheets/jquery.qtip.css */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 230, app/assets/stylesheets/jquery.qtip.css */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 236, app/assets/stylesheets/jquery.qtip.css */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
/* line 243, app/assets/stylesheets/jquery.qtip.css */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 251, app/assets/stylesheets/jquery.qtip.css */
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
/* line 258, app/assets/stylesheets/jquery.qtip.css */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

/* line 278, app/assets/stylesheets/jquery.qtip.css */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 283, app/assets/stylesheets/jquery.qtip.css */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

/* line 291, app/assets/stylesheets/jquery.qtip.css */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 295, app/assets/stylesheets/jquery.qtip.css */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
/* line 301, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
/* line 323, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

/* line 328, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

/* line 333, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

/* line 340, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 344, app/assets/stylesheets/jquery.qtip.css */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
/* line 350, app/assets/stylesheets/jquery.qtip.css */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 360, app/assets/stylesheets/jquery.qtip.css */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

/* line 366, app/assets/stylesheets/jquery.qtip.css */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 370, app/assets/stylesheets/jquery.qtip.css */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
/* line 377, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

/* line 391, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

/* line 396, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

/* line 400, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 405, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
/* line 411, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

/* line 425, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

/* line 439, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 444, app/assets/stylesheets/jquery.qtip.css */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
/* line 456, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 478, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 492, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 508, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  /*    padding: 9px 14px;*/
  padding: 5px;
}

/* line 514, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent;
}

/* line 526, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 548, app/assets/stylesheets/jquery.qtip.css */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
/* line 559, app/assets/stylesheets/jquery.qtip.css */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* line 567, app/assets/stylesheets/jquery.qtip.css */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
/* line 576, app/assets/stylesheets/jquery.qtip.css */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

/* line 580, app/assets/stylesheets/jquery.qtip.css */
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

/* line 590, app/assets/stylesheets/jquery.qtip.css */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 592, app/assets/stylesheets/jquery.qtip.css */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* line 598, app/assets/stylesheets/jquery.qtip.css */
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
/* line 605, app/assets/stylesheets/jquery.qtip.css */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
/* line 608, app/assets/stylesheets/jquery.qtip.css */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* line 622, app/assets/stylesheets/jquery.qtip.css */
.qtipmodal-ie6fix {
  position: absolute !important;
}

/* line 1, app/assets/stylesheets/department_users.scss */
#department-users-table {
  margin: 0;
}

/* line 3, app/assets/stylesheets/department_users.scss */
#department-users-table .btn-block {
  margin-top: 0px;
}

/* line 7, app/assets/stylesheets/department_users.scss */
.pagination-nopadding {
  margin: 0px;
}

/* line 11, app/assets/stylesheets/department_users.scss */
#department_users_search {
  padding: 5px 0px 0px 5px;
}

/* line 13, app/assets/stylesheets/department_users.scss */
#department_users_search input#search {
  min-width: 350px;
}

/* line 16, app/assets/stylesheets/department_users.scss */
#department_users_search span.input {
  position: relative;
}

/* line 21, app/assets/stylesheets/department_users.scss */
#reset-sort-order-button {
  position: absolute;
  top: 18px;
  left: 285px;
}

/* line 27, app/assets/stylesheets/department_users.scss */
.popovers {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(//d2u1hqqs95omht.cloudfront.net/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 166, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 171, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 175, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 201, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 210, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 221, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 234, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 258, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 268, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 301, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 313, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 322, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 326, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 342, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 352, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 362, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 368, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 372, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 386, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 388, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 389, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 390, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 392, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 399, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 404, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 408, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 413, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 431, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 441, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 445, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 449, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 456, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 476, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 494, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 498, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 502, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 513, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 517, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 521, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 527, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 541, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(//d2u1hqqs95omht.cloudfront.net/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 545, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 549, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 579, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 584, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 591, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 603, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 608, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 612, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 617, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 620, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 625, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 645, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 650, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 664, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 668, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(//d2u1hqqs95omht.cloudfront.net/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, vendor/bundle/ruby/3.1.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 5, app/assets/stylesheets/style.scss */
.accordion {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 12, app/assets/stylesheets/style.scss */
.accordion-group {
  margin-bottom: 0;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
  border-top: none;
}

/* line 24, app/assets/stylesheets/style.scss */
.accordion-group .accordion-heading {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  text-shadow: 0 1px #fff;
  border-bottom: 1px solid #CDCDCD;
  color: #636363;
  font-weight: 600;
  border-top: 1px solid #cdcdcd;
}

/* line 39, app/assets/stylesheets/style.scss */
.accordion-group:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0px;
  border-top: none;
}

/* line 49, app/assets/stylesheets/style.scss */
.accordion-group:first-child .accordion-heading {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 57, app/assets/stylesheets/style.scss */
.accordion-group:last-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #cdcdcd;
}

/* line 66, app/assets/stylesheets/style.scss */
.accordion-group .accordion-inner {
  background: #fbfbfb;
  margin-bottom: 1px;
}

/* line 70, app/assets/stylesheets/style.scss */
.accordion-heading .accordion-toggle {
  padding: 10px;
  color: #636363;
}

/* line 74, app/assets/stylesheets/style.scss */
.accordion-inner .nav {
  margin-bottom: 0;
}

/* line 77, app/assets/stylesheets/style.scss */
.accordion-inner .nav li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ddd;
}

/* line 82, app/assets/stylesheets/style.scss */
.accordion-inner .nav li a {
  padding-left: 10px;
}

/* line 85, app/assets/stylesheets/style.scss */
.accordion-inner .nav li:last-child {
  border-bottom: none;
}

/* line 88, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 95, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion .active {
  border-left: 6px solid #505050;
  margin-left: -3px;
}

/* line 99, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion .active a {
  padding-left: 7px;
  color: #505050;
}

/* line 103, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion-group {
  border-left: none;
  border-right: none;
}

/* line 107, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion-group:first-child, .sidebar-tabs .accordion-group:first-child .accordion-heading, .sidebar-tabs .accordion-group:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 114, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion-group:last-child {
  border-bottom: none;
}

/* line 117, app/assets/stylesheets/style.scss */
.sidebar-tabs .accordion-heading .accordion-toggle {
  padding: 15px;
}

/* line 120, app/assets/stylesheets/style.scss */
.action-nav-normal {
  text-align: center;
}

/* line 123, app/assets/stylesheets/style.scss */
.action-nav-normal.rounded .action-nav-button {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 127, app/assets/stylesheets/style.scss */
.action-nav-normal.rounded .action-nav-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 16px;
}

/* line 136, app/assets/stylesheets/style.scss */
.action-nav-normal.rounded .action-nav-button a i {
  height: 40px;
  line-height: 40px;
}

/* line 140, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 146, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #ddd;
  -moz-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #ddd;
  box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #ddd;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  color: #626262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 173, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button a:hover {
  background: #f2f2f2;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: -o-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
}

/* line 183, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: -moz-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: -o-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: linear-gradient(top, #f4f4f4, #f7f7f7);
}

/* line 196, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button a > span {
  display: block;
  padding-top: 4px;
  font-weight: 600;
}

/* line 201, app/assets/stylesheets/style.scss */
.action-nav-normal .action-nav-button a > i {
  font-size: 32px;
  color: #808080;
}

/* line 205, app/assets/stylesheets/style.scss */
.action-nav-normal .badge, .action-nav-normal .label {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px 5px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 215, app/assets/stylesheets/style.scss */
.action-nav-normal .triangle-button {
  border-top-right-radius: 3px;
  pointer-events: none;
}

/* line 219, app/assets/stylesheets/style.scss */
.action-nav-normal .triangle-button i {
  right: 4px;
  top: 3px;
}

/* line 223, app/assets/stylesheets/style.scss */
.badge-blue, .badge-gray, .badge-green, .badge-red, .badge-dark-red, .badge-black, .badge-cyan, .badge-purple {
  display: inline-block;
  padding: 0 4px;
  border-radius: 10px;
  height: 14px;
  min-width: 14px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* line 242, app/assets/stylesheets/style.scss */
.label, .badge {
  font-weight: 600;
}

/* line 245, app/assets/stylesheets/style.scss */
.label-blue {
  background: #599cc7;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5OWNjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #599cc7));
  background-image: -webkit-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: -moz-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: -o-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: linear-gradient(top, #7fb3d4, #599cc7);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
}

/* line 258, app/assets/stylesheets/style.scss */
.label-gray {
  background: #5d5d5d;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #5d5d5d));
  background-image: -webkit-linear-gradient(top, #767676, #5d5d5d);
  background-image: -moz-linear-gradient(top, #767676, #5d5d5d);
  background-image: -o-linear-gradient(top, #767676, #5d5d5d);
  background-image: linear-gradient(top, #767676, #5d5d5d);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
}

/* line 271, app/assets/stylesheets/style.scss */
.label-green {
  background: #6eb056;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlYjA1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #6eb056));
  background-image: -webkit-linear-gradient(top, #8cc079, #6eb056);
  background-image: -moz-linear-gradient(top, #8cc079, #6eb056);
  background-image: -o-linear-gradient(top, #8cc079, #6eb056);
  background-image: linear-gradient(top, #8cc079, #6eb056);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
}

/* line 284, app/assets/stylesheets/style.scss */
.label-red {
  background: #964747;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #964747));
  background-image: -webkit-linear-gradient(top, #b35d5d, #964747);
  background-image: -moz-linear-gradient(top, #b35d5d, #964747);
  background-image: -o-linear-gradient(top, #b35d5d, #964747);
  background-image: linear-gradient(top, #b35d5d, #964747);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
}

/* line 297, app/assets/stylesheets/style.scss */
.label-dark-red {
  background: #8f3831;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmMzgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #8f3831));
  background-image: -webkit-linear-gradient(top, #b5473e, #8f3831);
  background-image: -moz-linear-gradient(top, #b5473e, #8f3831);
  background-image: -o-linear-gradient(top, #b5473e, #8f3831);
  background-image: linear-gradient(top, #b5473e, #8f3831);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
}

/* line 310, app/assets/stylesheets/style.scss */
.label-black {
  background: #4d4d4d;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
  background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
  background-image: linear-gradient(top, #666666, #4d4d4d);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
}

/* line 323, app/assets/stylesheets/style.scss */
.label-cyan {
  background: #60a8ab;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYThhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #60a8ab));
  background-image: -webkit-linear-gradient(top, #81babd, #60a8ab);
  background-image: -moz-linear-gradient(top, #81babd, #60a8ab);
  background-image: -o-linear-gradient(top, #81babd, #60a8ab);
  background-image: linear-gradient(top, #81babd, #60a8ab);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
}

/* line 336, app/assets/stylesheets/style.scss */
.label-purple {
  background: #9086bd;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwODZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9086bd));
  background-image: -webkit-linear-gradient(top, #aea7cf, #9086bd);
  background-image: -moz-linear-gradient(top, #aea7cf, #9086bd);
  background-image: -o-linear-gradient(top, #aea7cf, #9086bd);
  background-image: linear-gradient(top, #aea7cf, #9086bd);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
}

/* line 349, app/assets/stylesheets/style.scss */
.badge-blue {
  background: #6ca8ce;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #6ca8ce));
  background-image: -webkit-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: -moz-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: -o-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: linear-gradient(top, #7fb3d4, #6ca8ce);
  -webkit-box-shadow: 0 0 0 1px #3c84b1;
  -moz-box-shadow: 0 0 0 1px #3c84b1;
  box-shadow: 0 0 0 1px #3c84b1;
}

/* line 362, app/assets/stylesheets/style.scss */
.badge-gray {
  background: dimgrey;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #696969));
  background-image: -webkit-linear-gradient(top, #767676, #696969);
  background-image: -moz-linear-gradient(top, #767676, #696969);
  background-image: -o-linear-gradient(top, #767676, #696969);
  background-image: linear-gradient(top, #767676, #696969);
  -webkit-box-shadow: 0 0 0 1px #434343;
  -moz-box-shadow: 0 0 0 1px #434343;
  box-shadow: 0 0 0 1px #434343;
}

/* line 375, app/assets/stylesheets/style.scss */
.badge-green {
  background: #7db868;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #7db868));
  background-image: -webkit-linear-gradient(top, #8cc079, #7db868);
  background-image: -moz-linear-gradient(top, #8cc079, #7db868);
  background-image: -o-linear-gradient(top, #8cc079, #7db868);
  background-image: linear-gradient(top, #8cc079, #7db868);
  -webkit-box-shadow: 0 0 0 1px #589043;
  -moz-box-shadow: 0 0 0 1px #589043;
  box-shadow: 0 0 0 1px #589043;
}

/* line 388, app/assets/stylesheets/style.scss */
.badge-red {
  background: #a84f4f;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4NGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #a84f4f));
  background-image: -webkit-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: -moz-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: -o-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: linear-gradient(top, #b35d5d, #a84f4f);
  -webkit-box-shadow: 0 0 0 1px #743636;
  -moz-box-shadow: 0 0 0 1px #743636;
  box-shadow: 0 0 0 1px #743636;
}

/* line 401, app/assets/stylesheets/style.scss */
.badge-dark-red {
  background: #a24037;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyNDAzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #a24037));
  background-image: -webkit-linear-gradient(top, #b5473e, #a24037);
  background-image: -moz-linear-gradient(top, #b5473e, #a24037);
  background-image: -o-linear-gradient(top, #b5473e, #a24037);
  background-image: linear-gradient(top, #b5473e, #a24037);
  -webkit-box-shadow: 0 0 0 1px #692924;
  -moz-box-shadow: 0 0 0 1px #692924;
  box-shadow: 0 0 0 1px #692924;
}

/* line 414, app/assets/stylesheets/style.scss */
.badge-black {
  background: #595959;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #595959));
  background-image: -webkit-linear-gradient(top, #666666, #595959);
  background-image: -moz-linear-gradient(top, #666666, #595959);
  background-image: -o-linear-gradient(top, #666666, #595959);
  background-image: linear-gradient(top, #666666, #595959);
  -webkit-box-shadow: 0 0 0 1px #333;
  -moz-box-shadow: 0 0 0 1px #333;
  box-shadow: 0 0 0 1px #333;
}

/* line 427, app/assets/stylesheets/style.scss */
.badge-cyan {
  background: #70b1b4;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwYjFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #70b1b4));
  background-image: -webkit-linear-gradient(top, #81babd, #70b1b4);
  background-image: -moz-linear-gradient(top, #81babd, #70b1b4);
  background-image: -o-linear-gradient(top, #81babd, #70b1b4);
  background-image: linear-gradient(top, #81babd, #70b1b4);
  -webkit-box-shadow: 0 0 0 1px #4a8a8e;
  -moz-box-shadow: 0 0 0 1px #4a8a8e;
  box-shadow: 0 0 0 1px #4a8a8e;
}

/* line 440, app/assets/stylesheets/style.scss */
.badge-purple {
  background: #9f97c6;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOTdjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9f97c6));
  background-image: -webkit-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: -moz-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: -o-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: linear-gradient(top, #aea7cf, #9f97c6);
  -webkit-box-shadow: 0 0 0 1px #7165ab;
  -moz-box-shadow: 0 0 0 1px #7165ab;
  box-shadow: 0 0 0 1px #7165ab;
}

/* line 453, app/assets/stylesheets/style.scss */
.badge-flat {
  text-shadow: none;
}

/* line 456, app/assets/stylesheets/style.scss */
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none;
}

/* line 462, app/assets/stylesheets/style.scss */
html {
  min-height: 100%;
}

/* line 464, app/assets/stylesheets/style.scss */
body {
  font: normal 12px 'Open Sans',  HelveticaNeue,  Helvetica,  Arial;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/bg-5101b387ebeb9d7899e66f7108f9c9eab6c72b5146de281efe60aa3a1da7d5be.png);
  min-height: 100%;
  color: #707070;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 472, app/assets/stylesheets/style.scss */
strong, b {
  font-weight: 600;
}

/* line 475, app/assets/stylesheets/style.scss */
li > a {
  color: #78808a;
}

/* line 478, app/assets/stylesheets/style.scss */
a:hover, a:active, a:focus {
  cursor: pointer;
  outline: 0px none;
  text-decoration: none;
  color: #5a6573;
}

/* FontAwesome sets "inherit" on font-size, so the icons are all kinda tiny.
   We override it, but then that breaks their custom icon sizing so we
   re-implement it to allow for larger/smaller icons in some places */
/* line 489, app/assets/stylesheets/style.scss */
i.fa {
  font-size: 14px;
}

/* line 492, app/assets/stylesheets/style.scss */
i.fa.fa-lg {
  font-size: 1.33333333em;
}

/* line 495, app/assets/stylesheets/style.scss */
i.fa.fa-2x {
  font-size: 2em;
}

/* line 498, app/assets/stylesheets/style.scss */
i.fa.fa-3x {
  font-size: 3em;
}

/* line 501, app/assets/stylesheets/style.scss */
i.fa.fa-4x {
  font-size: 4em;
}

/* line 504, app/assets/stylesheets/style.scss */
i.fa.fa-5x {
  font-size: 5em;
}

/* line 508, app/assets/stylesheets/style.scss */
.container-fluid {
  padding: 0;
}

/* line 511, app/assets/stylesheets/style.scss */
.main-content {
  position: relative;
  margin-left: 200px;
}

/* line 515, app/assets/stylesheets/style.scss */
.padded {
  padding: 15px;
}

/* line 518, app/assets/stylesheets/style.scss */
.nopadding {
  padding: 0;
}

/* line 521, app/assets/stylesheets/style.scss */
.hpadded {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 525, app/assets/stylesheets/style.scss */
.vpadded {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 529, app/assets/stylesheets/style.scss */
.separate-sections {
  margin: 0;
  list-style: none;
  padding-bottom: 5px;
}

/* line 534, app/assets/stylesheets/style.scss */
.separate-sections > li, .separate-sections > div {
  margin-bottom: 15px !important;
}

/* line 537, app/assets/stylesheets/style.scss */
.separate-sections > li:last-child, .separate-sections > div:last-child {
  margin-bottom: 0px;
}

/* line 540, app/assets/stylesheets/style.scss */
h1, h2, h3, h4, h5, h6, th {
  color: #5f5f5f;
  font-weight: 600;
}

/* line 544, app/assets/stylesheets/style.scss */
.the-icons {
  list-style: none;
}

/* line 547, app/assets/stylesheets/style.scss */
.avatar {
  display: inline-block;
}

/* line 550, app/assets/stylesheets/style.scss */
.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* line 560, app/assets/stylesheets/style.scss */
.avatar-small {
  max-width: 32px;
  max-height: 32px;
}

/* line 564, app/assets/stylesheets/style.scss */
.twitter-color {
  color: #4099ff;
}

/* line 567, app/assets/stylesheets/style.scss */
.twitter-color:hover, .twitter-color:active {
  color: #006ae3;
}

/* line 570, app/assets/stylesheets/style.scss */
.facebook-color {
  color: #35508F;
}

/* line 573, app/assets/stylesheets/style.scss */
.note {
  color: #909090;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px;
}

/* line 579, app/assets/stylesheets/style.scss */
.close {
  line-height: 14px;
}

/* line 582, app/assets/stylesheets/style.scss */
.relative {
  position: relative;
}

/* line 585, app/assets/stylesheets/style.scss */
.indent {
  margin-left: 10px;
}

/* line 588, app/assets/stylesheets/style.scss */
.strikethrough {
  text-decoration: line-through;
}

/* line 591, app/assets/stylesheets/style.scss */
.alert {
  border: 1px solid #f1d276;
  color: #a37f11;
  background: #f6e1a4;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZTliYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZTFhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e9bb), color-stop(100%, #f6e1a4));
  background-image: -webkit-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: -moz-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: -o-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: linear-gradient(top, #f8e9bb, #f6e1a4);
  -webkit-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
}

/* line 606, app/assets/stylesheets/style.scss */
.alert-info {
  border: 1px solid #a8c3dc;
  color: #3c6a95;
  background: #ccdcea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZThmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjZGNlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee8f2), color-stop(100%, #ccdcea));
  background-image: -webkit-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: -moz-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: -o-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: linear-gradient(top, #dee8f2, #ccdcea);
  -webkit-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
}

/* line 621, app/assets/stylesheets/style.scss */
.alert-danger, .alert-error {
  border: 1px solid #de7e6d;
  color: #7d2a1c;
  background: #e8a397;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjVhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4YTM5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb5ac), color-stop(100%, #e8a397));
  background-image: -webkit-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: -moz-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: -o-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: linear-gradient(top, #ecb5ac, #e8a397);
  -webkit-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
}

/* line 636, app/assets/stylesheets/style.scss */
.alert-success {
  border: 1px solid #97cc2e;
  color: #2b3a0d;
  background: #acd954;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZGQ2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FjZDk1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6dd69), color-stop(100%, #acd954));
  background-image: -webkit-linear-gradient(top, #b6dd69, #acd954);
  background-image: -moz-linear-gradient(top, #b6dd69, #acd954);
  background-image: -o-linear-gradient(top, #b6dd69, #acd954);
  background-image: linear-gradient(top, #b6dd69, #acd954);
  -webkit-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
}

/* line 651, app/assets/stylesheets/style.scss */
.box {
  -webkit-box-shadow: 0 2px 2px -2px #ccc;
  -moz-box-shadow: 0 2px 2px -2px #ccc;
  box-shadow: 0 2px 2px -2px #ccc;
  background: #fbfbfb;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* line 664, app/assets/stylesheets/style.scss */
.user_view_wages_modal {
  margin-left: -30px;
}

/* line 667, app/assets/stylesheets/style.scss */
input#user_view_wages, input#user_view_wages {
  margin-left: -20px;
}

/* line 670, app/assets/stylesheets/style.scss */
.box .box-header, .box .box-footer {
  *zoom: 1;
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  text-shadow: 0 1px #fff;
  border-bottom: 1px solid #CDCDCD;
  color: #636363;
  font-weight: 600;
}

/* line 685, app/assets/stylesheets/style.scss */
.box .box-header:before, .box .box-header:after, .box .box-footer:before, .box .box-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 690, app/assets/stylesheets/style.scss */
.box .box-header:after, .box .box-footer:after {
  clear: both;
}

/* line 693, app/assets/stylesheets/style.scss */
.box .box-header .title, .box .box-footer .title {
  float: left;
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

/* line 700, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar, .box .box-footer .box-toolbar {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

/* line 706, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar .ibutton-container, .box .box-footer .box-toolbar .ibutton-container {
  margin-top: 6px;
}

/* line 709, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li, .box .box-footer .box-toolbar > li {
  position: relative;
  float: left;
  line-height: 37px;
  padding-right: 10px;
  color: #636363;
  font-size: 12px;
}

/* line 717, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li ul, .box .box-footer .box-toolbar > li ul {
  left: auto;
  right: 0;
}

/* line 721, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link, .box .box-footer .box-toolbar > li.toolbar-link {
  padding-right: 0;
}

/* line 724, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link.add-btn, .box .box-header .box-toolbar > .toolbar-link.smartinsights-author-console-button, .box .box-footer .box-toolbar > li.toolbar-link.add-btn, .box .box-footer .box-toolbar > .toolbar-link.smartinsights-author-console-button {
  background: #5bb75b;
}

/* line 727, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link > a, .box .box-header .box-toolbar > li.add-btn > a, .box .box-header .box-toolbar > li.smartinsights-author-console-button > a, .box .box-footer .box-toolbar > li.toolbar-link > a, .box .box-footer .box-toolbar > li.add-btn > a, .box .box-footer .box-toolbar > li.smartinsights-author-console-button > a {
  border-left: 1px solid #cecece;
  height: 37px;
  line-height: 37px;
  display: block;
  padding: 0 10px;
}

/* line 734, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link > a i, .box .box-header .box-toolbar > li.add-btn > a i, .box .box-header .box-toolbar > li.smartinsights-author-console-button > a i, .box .box-footer .box-toolbar > li.toolbar-link > a i, .box .box-footer .box-toolbar > li.add-btn > a i, .box .box-footer .box-toolbar > li.smartinsights-author-console-button > a i {
  font-size: 16px;
}

/* line 737, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link > a:hover, .box .box-footer .box-toolbar > li.toolbar-link > a:hover {
  background: #efefef;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: -moz-linear-gradient(top, #ffffff, #efefef);
  background-image: -o-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(top, #ffffff, #efefef);
}

/* line 747, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.toolbar-link > a:active, .box .box-footer .box-toolbar > li.toolbar-link > a:active {
  background: #e5e5e5;
}

/* line 750, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.add-btn > a, .box .box-header .box-toolbar > li.smartinsights-author-console-button > a, .box .box-footer .box-toolbar > li.add-btn > a, .box .box-footer .box-toolbar > li.smartinsights-author-console-button > a {
  color: #ffffff;
  text-shadow: none;
  font-weight: 300;
}

/* line 755, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.add-btn > a:hover, .box .box-header .box-toolbar > li.smartinsights-author-console-button > a:hover, .box .box-footer .box-toolbar > li.add-btn > a:hover, .box .box-footer .box-toolbar > li.smartinsights-author-console-button > a:hover {
  background: #62ba62;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYmE2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyYmE2MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62ba62), color-stop(100%, #62ba62));
  background-image: -webkit-linear-gradient(top, #62ba62, #62ba62);
  background-image: -moz-linear-gradient(top, #62ba62, #62ba62);
  background-image: -o-linear-gradient(top, #62ba62, #62ba62);
  background-image: linear-gradient(top, #62ba62, #62ba62);
}

/* line 765, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.add-btn > a:active, .box .box-header .box-toolbar > li.smartinsights-author-console-button > a:active, .box .box-footer .box-toolbar > li.add-btn > a:active, .box .box-footer .box-toolbar > li.smartinsights-author-console-button > a:active {
  background: #4cad4c;
}

/* line 768, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li > i, .box .box-footer .box-toolbar > li > i {
  font-size: 14px;
  height: 37px;
  line-height: 37px;
}

/* line 773, app/assets/stylesheets/style.scss */
.box .box-header .box-toolbar > li.open > a, .box .box-footer .box-toolbar > li.open > a {
  background: #eee;
}

/* line 776, app/assets/stylesheets/style.scss */
.box .box-header {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 784, app/assets/stylesheets/style.scss */
.box .box-footer {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: none;
  border-top: 1px solid #dddddd;
}

/* line 794, app/assets/stylesheets/style.scss */
.box .box-footer .pagination {
  margin: 10px 0;
}

/* line 797, app/assets/stylesheets/style.scss */
.box .box-footer.flat {
  border-top: none;
  background: #f1f1f1;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: linear-gradient(top, #fbfbfb, #f1f1f1);
}

/* line 808, app/assets/stylesheets/style.scss */
.box-list {
  list-style: none;
  margin: 0;
}

/* line 812, app/assets/stylesheets/style.scss */
.box-list > li {
  *zoom: 1;
  background: #f1f1f1;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: linear-gradient(top, #fbfbfb, #f1f1f1);
  text-shadow: 0 1px #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 826, app/assets/stylesheets/style.scss */
.box-list > li:before, .box-list > li:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 831, app/assets/stylesheets/style.scss */
.box-list > li:after {
  clear: both;
}

/* line 834, app/assets/stylesheets/style.scss */
.box-list > li:last-child {
  border-bottom: none;
}

/* line 837, app/assets/stylesheets/style.scss */
.box-list .fields li {
  line-height: 23px;
}

/* line 840, app/assets/stylesheets/style.scss */
.box-section {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 848, app/assets/stylesheets/style.scss */
.box-section:last-child {
  border-bottom: none;
}

/* line 851, app/assets/stylesheets/style.scss */
.faded-toolbar a {
  margin-right: 10px;
}

/* line 854, app/assets/stylesheets/style.scss */
.faded-toolbar.pull-right a {
  margin-left: 10px;
  margin-right: 0;
}

/* line 858, app/assets/stylesheets/style.scss */
.faded-toolbar i {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  vertical-align: middle;
  color: #989898;
  opacity: .6;
}

/* line 867, app/assets/stylesheets/style.scss */
.faded-toolbar i:hover {
  opacity: 1;
}

/* line 870, app/assets/stylesheets/style.scss */
.box .box-header .nav {
  margin-bottom: 0;
}

/* line 873, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs + .title {
  float: right;
}

/* line 876, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs {
  border-bottom: none;
}

/* line 879, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs > .active > a, .box .box-header .nav-tabs > .active > a:hover {
  background: #fbfbfb;
  border-left-color: #dddddd;
  border-right-color: #dddddd;
  border-top-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 890, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs.nav-tabs-left {
  float: left;
}

/* line 893, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs.nav-tabs-left li:first-child a {
  border-left: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 899, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs.nav-tabs-right {
  float: right;
}

/* line 902, app/assets/stylesheets/style.scss */
.box .box-header .nav-tabs.nav-tabs-right li:last-child a {
  border-right: 0;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 0;
}

/* line 909, app/assets/stylesheets/style.scss */
.box .box-header .nav > li > a:hover {
  border-color: transparent;
  background: none;
}

/* line 913, app/assets/stylesheets/style.scss */
.box-header .tooltip {
  line-height: 20px !important;
  text-shadow: none;
}

/* line 917, app/assets/stylesheets/style.scss */
.box-header .progress {
  margin-top: 15px;
}

/* line 920, app/assets/stylesheets/style.scss */
.box-header .input-with-submit input {
  margin-bottom: 0;
  margin-top: 5px;
}

/* line 924, app/assets/stylesheets/style.scss */
#breadcrumbs {
  display: inline-block;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset, 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 0 0 1px #ccc inset, 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 0 1px #ccc inset, 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  background: #ececec;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  width: 100%;
}

/* line 949, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-label {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 961, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button {
  text-shadow: 0 1px 1px #fafafa,0 -1px 1px #ececec;
  background: #ececec;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  display: inline-block;
  cursor: pointer;
  margin-right: -20px;
}

/* line 976, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow {
  text-shadow: 0 1px 1px #ffd972,0 -1px 1px #ffba49;
  background: #ffba49;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffd972), color-stop(100%, #ffba49));
  background-image: -webkit-linear-gradient(top, #ffd972, #ffba49);
  background-image: -moz-linear-gradient(top, #ffd972, #ffba49);
  background-image: -o-linear-gradient(top, #ffd972, #ffba49);
  background-image: linear-gradient(top, #ffd972, #ffba49);
}

/* line 988, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
  color: #5c481d;
}

/* line 992, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #ffba49), color-stop(100%, #ffd972));
  background: -webkit-linear-gradient(bottom, #ffba49, #ffd972);
  background: -moz-linear-gradient(bottom, #ffba49, #ffd972);
  background: -o-linear-gradient(bottom, #ffba49, #ffd972);
  background: linear-gradient(bottom, #ffba49, #ffd972);
}

/* line 1001, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow:hover .breadcrumb-arrow span {
  background-color: #ffba49;
  background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
  background: -ms-linear-gradient(135deg, #ffd972, #ffba49);
  background: -o-linear-gradient(135deg, #ffd972, #ffba49);
  background: -webkit-gradient(linear, left top, right bottom, from(#ffd972), to(#ffba49));
}

/* line 1009, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
  background-color: #ffd972;
  background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
  background: -ms-linear-gradient(135deg, #ffba49, #ffd972);
  background: -o-linear-gradient(135deg, #ffba49, #ffd972);
  background: -webkit-gradient(linear, right bottom, left top, from(#ffba49), to(#ffd972));
}

/* line 1017, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #C99337;
  border-left: 1px solid #D79D3B;
  border-top: 1px solid #F5B244;
}

/* line 1026, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
  box-shadow: 1px -1px 0 #E29B1E,1px -1px 1px #F09900;
}

/* line 1030, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue {
  text-shadow: 0 1px 1px #92cff5,0 -1px 1px #68a6ce;
  background: #68a6ce;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #92cff5), color-stop(100%, #68a6ce));
  background-image: -webkit-linear-gradient(top, #92cff5, #68a6ce);
  background-image: -moz-linear-gradient(top, #92cff5, #68a6ce);
  background-image: -o-linear-gradient(top, #92cff5, #68a6ce);
  background-image: linear-gradient(top, #92cff5, #68a6ce);
}

/* line 1042, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
  color: #fff;
}

/* line 1046, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #68a6ce), color-stop(100%, #92cff5));
  background: -webkit-linear-gradient(bottom, #68a6ce, #92cff5);
  background: -moz-linear-gradient(bottom, #68a6ce, #92cff5);
  background: -o-linear-gradient(bottom, #68a6ce, #92cff5);
  background: linear-gradient(bottom, #68a6ce, #92cff5);
}

/* line 1055, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue:hover .breadcrumb-arrow span {
  background-color: #68a6ce;
  background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);
  background: -ms-linear-gradient(135deg, #92cff5, #68a6ce);
  background: -o-linear-gradient(135deg, #92cff5, #68a6ce);
  background: -webkit-gradient(linear, left top, right bottom, from(#92cff5), to(#68a6ce));
}

/* line 1063, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
  background-color: #92cff5;
  background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);
  background: -ms-linear-gradient(135deg, #68a6ce, #92cff5);
  background: -o-linear-gradient(135deg, #68a6ce, #92cff5);
  background: -webkit-gradient(linear, right bottom, left top, from(#68a6ce), to(#92cff5));
}

/* line 1071, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #3e89b9;
  border-left: 1px solid #60a1ca;
  border-top: 1px solid #73acd0;
}

/* line 1081, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover {
  color: #fff;
}

/* line 1085, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover .breadcrumb-label {
  color: #fff;
}

/* line 1089, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
  box-shadow: 1px -1px 0 #7599AF,1px -1px 1px #45A8E7;
}

/* line 1093, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-label {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

/* line 1099, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
  box-shadow: 1px -1px 0 #ccc,1px -1px 1px #ccc;
}

/* line 1103, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-label {
  color: #888;
}

/* line 1107, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #ececec), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(bottom, #ececec, #fafafa);
  background: -moz-linear-gradient(bottom, #ececec, #fafafa);
  background: -o-linear-gradient(bottom, #ececec, #fafafa);
  background: linear-gradient(bottom, #ececec, #fafafa);
}

/* line 1116, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:hover .breadcrumb-arrow span {
  background-color: #ececec;
  background: -moz-linear-gradient(135deg, #ececec, #fafafa);
  background: -ms-linear-gradient(135deg, #fafafa, #ececec);
  background: -o-linear-gradient(135deg, #fafafa, #ececec);
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), to(#ececec));
}

/* line 1124, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
  background-color: #fafafa;
  background: -moz-linear-gradient(135deg, #ececec, #fafafa);
  background: -ms-linear-gradient(135deg, #ececec, #fafafa);
  background: -o-linear-gradient(135deg, #ececec, #fafafa);
  background: -webkit-gradient(linear, right bottom, left top, from(#ececec), to(#fafafa));
}

/* line 1132, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1140, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1145, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1153, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
  padding-left: 15px;
}

/* line 1157, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:last-child .breadcrumb-label {
  padding-right: 15px;
}

/* line 1161, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button:last-child .breadcrumb-arrow {
  display: none;
}

/* line 1165, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-label {
  padding: 8px;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  padding-left: 25px;
}

/* line 1173, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-arrow {
  width: 17px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-left: -5px;
}

/* line 1182, app/assets/stylesheets/style.scss */
#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
  border-radius: 4px;
  width: 26px;
  height: 30px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -16px;
  margin-top: 3px;
}

/* line 1196, app/assets/stylesheets/style.scss */
.breadcrumb-line {
  color: #666;
  height: 28px;
  -webkit-box-shadow: 0 1px 0 white,0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 white,0 1px 0 #fff inset;
  box-shadow: 0 1px 0 white,0 1px 0 #fff inset;
  background: #e3e3e3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -o-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: linear-gradient(top, #f4f4f4, #e3e3e3);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}

/* line 1215, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1221, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs li {
  float: left;
  line-height: 28px;
  margin-left: 10px;
}

/* line 1227, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs li:after {
  content: ">";
  margin-left: 10px;
}

/* line 1232, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs li:last-child:after {
  content: "";
}

/* line 1236, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs li:first-child {
  margin-left: 20px;
}

/* line 1240, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumbs li.current {
  color: #888;
}

/* line 1244, app/assets/stylesheets/style.scss */
.breadcrumb-line .nav.pull-right {
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

/* line 1249, app/assets/stylesheets/style.scss */
.breadcrumb-line .nav.pull-right .badge {
  margin-left: 4px;
}

/* line 1253, app/assets/stylesheets/style.scss */
.breadcrumb-line .nav .dropdown-toggle .caret {
  margin-top: 12px;
}

/* line 1257, app/assets/stylesheets/style.scss */
.breadcrumb-line .nav > li > a {
  text-shadow: none;
  line-height: 28px;
  height: 28px;
  margin: 0;
  padding: 0 15px;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #666;
}

/* line 1272, app/assets/stylesheets/style.scss */
.breadcrumb-line .nav > li > a strong {
  color: #B35D5D;
  margin-left: 4px;
}

/* line 1276, app/assets/stylesheets/style.scss */
.btn {
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
}

/* line 1286, app/assets/stylesheets/style.scss */
.btn.btn-full {
  display: block;
}

/* line 1289, app/assets/stylesheets/style.scss */
.btn.btn-default {
  color: #686868;
  text-shadow: none;
}

/* line 1293, app/assets/stylesheets/style.scss */
.btn.btn-default:hover, .btn.btn-default:active {
  color: #505050;
}

/* line 1296, app/assets/stylesheets/style.scss */
.btn.btn-default .caret {
  border-top: 4px solid black;
}

/* line 1299, app/assets/stylesheets/style.scss */
.btn .caret {
  border-top: 4px solid white;
}

/* line 1302, app/assets/stylesheets/style.scss */
.btn.btn-large {
  font-size: 12px;
}

/* line 1305, app/assets/stylesheets/style.scss */
.btn.btn-default {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 1px 2px #fff;
  -moz-box-shadow: inset 0 1px 2px #fff;
  box-shadow: inset 0 1px 2px #fff;
  background: #e9e9e9;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: -o-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: linear-gradient(top, #fdfdfd, #e9e9e9);
}

/* line 1321, app/assets/stylesheets/style.scss */
.btn.btn-default:hover {
  background: #e6e6e6;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e6e6e6);
  background-image: -o-linear-gradient(top, #fdfdfd, #e6e6e6);
  background-image: linear-gradient(top, #fdfdfd, #e6e6e6);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1335, app/assets/stylesheets/style.scss */
.btn.btn-default:active {
  background: #f3f3f3;
  border-color: #cfcfcf;
  -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
  -moz-box-shadow: 0 0 5px #f3f3f3 inset;
  box-shadow: 0 0 5px #f3f3f3 inset;
}

/* line 1342, app/assets/stylesheets/style.scss */
.btn.btn-red {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #a54747;
  -webkit-box-shadow: inset 0 1px 2px #cd8b8b;
  -moz-box-shadow: inset 0 1px 2px #cd8b8b;
  box-shadow: inset 0 1px 2px #cd8b8b;
  background: #b95d5d;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b95d5d));
  background-image: -webkit-linear-gradient(top, #c57979, #b95d5d);
  background-image: -moz-linear-gradient(top, #c57979, #b95d5d);
  background-image: -o-linear-gradient(top, #c57979, #b95d5d);
  background-image: linear-gradient(top, #c57979, #b95d5d);
}

/* line 1358, app/assets/stylesheets/style.scss */
.btn.btn-red:hover {
  background: #b75959;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b75959));
  background-image: -webkit-linear-gradient(top, #c57979, #b75959);
  background-image: -moz-linear-gradient(top, #c57979, #b75959);
  background-image: -o-linear-gradient(top, #c57979, #b75959);
  background-image: linear-gradient(top, #c57979, #b75959);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1372, app/assets/stylesheets/style.scss */
.btn.btn-red:active {
  background: #bf6b6b;
  border-color: #9e4444;
  -webkit-box-shadow: 0 0 5px #bf6b6b inset;
  -moz-box-shadow: 0 0 5px #bf6b6b inset;
  box-shadow: 0 0 5px #bf6b6b inset;
}

/* line 1379, app/assets/stylesheets/style.scss */
.btn.btn-green {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #6d963b;
  -webkit-box-shadow: inset 0 1px 2px #a2c873;
  -moz-box-shadow: inset 0 1px 2px #a2c873;
  box-shadow: inset 0 1px 2px #a2c873;
  background: #82b346;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYjM0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
  background-image: -webkit-linear-gradient(top, #96c161, #82b346);
  background-image: -moz-linear-gradient(top, #96c161, #82b346);
  background-image: -o-linear-gradient(top, #96c161, #82b346);
  background-image: linear-gradient(top, #96c161, #82b346);
}

/* line 1395, app/assets/stylesheets/style.scss */
.btn.btn-green:hover {
  background: #80af45;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYWY0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #80af45));
  background-image: -webkit-linear-gradient(top, #96c161, #80af45);
  background-image: -moz-linear-gradient(top, #96c161, #80af45);
  background-image: -o-linear-gradient(top, #96c161, #80af45);
  background-image: linear-gradient(top, #96c161, #80af45);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1409, app/assets/stylesheets/style.scss */
.btn.btn-green:active {
  background: #8cbb52;
  border-color: #688e38;
  -webkit-box-shadow: 0 0 5px #8cbb52 inset;
  -moz-box-shadow: 0 0 5px #8cbb52 inset;
  box-shadow: 0 0 5px #8cbb52 inset;
}

/* line 1416, app/assets/stylesheets/style.scss */
.btn.btn-blue {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #337ca1;
  -webkit-box-shadow: inset 0 1px 2px #6eb0d1;
  -moz-box-shadow: inset 0 1px 2px #6eb0d1;
  box-shadow: inset 0 1px 2px #6eb0d1;
  background: #3d94c0;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOTRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3d94c0));
  background-image: -webkit-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: -moz-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: -o-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: linear-gradient(top, #5ba5cb, #3d94c0);
}

/* line 1432, app/assets/stylesheets/style.scss */
.btn.btn-blue:hover {
  background: #3c91bc;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjOTFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3c91bc));
  background-image: -webkit-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: -moz-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: -o-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: linear-gradient(top, #5ba5cb, #3c91bc);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1446, app/assets/stylesheets/style.scss */
.btn.btn-blue:active {
  background: #4c9dc6;
  border-color: #31769a;
  -webkit-box-shadow: 0 0 5px #4c9dc6 inset;
  -moz-box-shadow: 0 0 5px #4c9dc6 inset;
  box-shadow: 0 0 5px #4c9dc6 inset;
}

/* line 1453, app/assets/stylesheets/style.scss */
.btn.btn-primary {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #337ca1;
  -webkit-box-shadow: inset 0 1px 2px #6eb0d1;
  -moz-box-shadow: inset 0 1px 2px #6eb0d1;
  box-shadow: inset 0 1px 2px #6eb0d1;
  background: #3d94c0;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOTRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3d94c0));
  background-image: -webkit-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: -moz-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: -o-linear-gradient(top, #5ba5cb, #3d94c0);
  background-image: linear-gradient(top, #5ba5cb, #3d94c0);
}

/* line 1469, app/assets/stylesheets/style.scss */
.btn.btn-primary:hover {
  background: #3c91bc;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjOTFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3c91bc));
  background-image: -webkit-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: -moz-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: -o-linear-gradient(top, #5ba5cb, #3c91bc);
  background-image: linear-gradient(top, #5ba5cb, #3c91bc);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1483, app/assets/stylesheets/style.scss */
.btn.btn-primary:active {
  background: #4c9dc6;
  border-color: #31769a;
  -webkit-box-shadow: 0 0 5px #4c9dc6 inset;
  -moz-box-shadow: 0 0 5px #4c9dc6 inset;
  box-shadow: 0 0 5px #4c9dc6 inset;
}

/* line 1490, app/assets/stylesheets/style.scss */
.btn.btn-gray {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #626e7f;
  -webkit-box-shadow: inset 0 1px 2px #9aa4b1;
  -moz-box-shadow: inset 0 1px 2px #9aa4b1;
  box-shadow: inset 0 1px 2px #9aa4b1;
  background: #758294;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1ODI5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #758294));
  background-image: -webkit-linear-gradient(top, #8c97a6, #758294);
  background-image: -moz-linear-gradient(top, #8c97a6, #758294);
  background-image: -o-linear-gradient(top, #8c97a6, #758294);
  background-image: linear-gradient(top, #8c97a6, #758294);
}

/* line 1506, app/assets/stylesheets/style.scss */
.btn.btn-gray:hover {
  background: #728092;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyODA5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #728092));
  background-image: -webkit-linear-gradient(top, #8c97a6, #728092);
  background-image: -moz-linear-gradient(top, #8c97a6, #728092);
  background-image: -o-linear-gradient(top, #8c97a6, #728092);
  background-image: linear-gradient(top, #8c97a6, #728092);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1520, app/assets/stylesheets/style.scss */
.btn.btn-gray:active {
  background: #818d9d;
  border-color: #5d6979;
  -webkit-box-shadow: 0 0 5px #818d9d inset;
  -moz-box-shadow: 0 0 5px #818d9d inset;
  box-shadow: 0 0 5px #818d9d inset;
}

/* line 1527, app/assets/stylesheets/style.scss */
.btn.btn-black {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #5a5a5a;
  -webkit-box-shadow: inset 0 1px 2px #909090;
  -moz-box-shadow: inset 0 1px 2px #909090;
  box-shadow: inset 0 1px 2px #909090;
  background: #6f6f6f;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmNmY2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6f6f6f));
  background-image: -webkit-linear-gradient(top, #838383, #6f6f6f);
  background-image: -moz-linear-gradient(top, #838383, #6f6f6f);
  background-image: -o-linear-gradient(top, #838383, #6f6f6f);
  background-image: linear-gradient(top, #838383, #6f6f6f);
}

/* line 1543, app/assets/stylesheets/style.scss */
.btn.btn-black:hover {
  background: #6c6c6c;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6c6c6c));
  background-image: -webkit-linear-gradient(top, #838383, #6c6c6c);
  background-image: -moz-linear-gradient(top, #838383, #6c6c6c);
  background-image: -o-linear-gradient(top, #838383, #6c6c6c);
  background-image: linear-gradient(top, #838383, #6c6c6c);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1557, app/assets/stylesheets/style.scss */
.btn.btn-black:active {
  background: #797979;
  border-color: #555;
  -webkit-box-shadow: 0 0 5px #797979 inset;
  -moz-box-shadow: 0 0 5px #797979 inset;
  box-shadow: 0 0 5px #797979 inset;
}

/* line 1564, app/assets/stylesheets/style.scss */
.btn.btn-lightblue {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #3692bb;
  -webkit-box-shadow: inset 0 1px 2px #81bfdb;
  -moz-box-shadow: inset 0 1px 2px #81bfdb;
  box-shadow: inset 0 1px 2px #81bfdb;
  background: #4da5cc;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTVjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #4da5cc));
  background-image: -webkit-linear-gradient(top, #6db5d5, #4da5cc);
  background-image: -moz-linear-gradient(top, #6db5d5, #4da5cc);
  background-image: -o-linear-gradient(top, #6db5d5, #4da5cc);
  background-image: linear-gradient(top, #6db5d5, #4da5cc);
}

/* line 1580, app/assets/stylesheets/style.scss */
.btn.btn-lightblue:hover {
  background: #49a3cb;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YTNjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #49a3cb));
  background-image: -webkit-linear-gradient(top, #6db5d5, #49a3cb);
  background-image: -moz-linear-gradient(top, #6db5d5, #49a3cb);
  background-image: -o-linear-gradient(top, #6db5d5, #49a3cb);
  background-image: linear-gradient(top, #6db5d5, #49a3cb);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1594, app/assets/stylesheets/style.scss */
.btn.btn-lightblue:active {
  background: #5dadd0;
  border-color: #338cb3;
  -webkit-box-shadow: 0 0 5px #5dadd0 inset;
  -moz-box-shadow: 0 0 5px #5dadd0 inset;
  box-shadow: 0 0 5px #5dadd0 inset;
}

/* line 1601, app/assets/stylesheets/style.scss */
.btn.btn-gold {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #a87a27;
  -webkit-box-shadow: inset 0 1px 2px #daaf61;
  -moz-box-shadow: inset 0 1px 2px #daaf61;
  box-shadow: inset 0 1px 2px #daaf61;
  background: #c9922f;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5OTIyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c9922f));
  background-image: -webkit-linear-gradient(top, #d5a44c, #c9922f);
  background-image: -moz-linear-gradient(top, #d5a44c, #c9922f);
  background-image: -o-linear-gradient(top, #d5a44c, #c9922f);
  background-image: linear-gradient(top, #d5a44c, #c9922f);
}

/* line 1617, app/assets/stylesheets/style.scss */
.btn.btn-gold:hover {
  background: #c58f2e;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1OGYyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c58f2e));
  background-image: -webkit-linear-gradient(top, #d5a44c, #c58f2e);
  background-image: -moz-linear-gradient(top, #d5a44c, #c58f2e);
  background-image: -o-linear-gradient(top, #d5a44c, #c58f2e);
  background-image: linear-gradient(top, #d5a44c, #c58f2e);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1631, app/assets/stylesheets/style.scss */
.btn.btn-gold:active {
  background: #d19c3b;
  border-color: #a07425;
  -webkit-box-shadow: 0 0 5px #d19c3b inset;
  -moz-box-shadow: 0 0 5px #d19c3b inset;
  box-shadow: 0 0 5px #d19c3b inset;
}

/* line 1638, app/assets/stylesheets/style.scss */
.btn.btn-sea {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #39534f;
  -webkit-box-shadow: inset 0 1px 2px #64928d;
  -moz-box-shadow: inset 0 1px 2px #64928d;
  box-shadow: inset 0 1px 2px #64928d;
  background: #496b67;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NmI2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #496b67));
  background-image: -webkit-linear-gradient(top, #5a837e, #496b67);
  background-image: -moz-linear-gradient(top, #5a837e, #496b67);
  background-image: -o-linear-gradient(top, #5a837e, #496b67);
  background-image: linear-gradient(top, #5a837e, #496b67);
}

/* line 1654, app/assets/stylesheets/style.scss */
.btn.btn-sea:hover {
  background: #476864;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njg2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #476864));
  background-image: -webkit-linear-gradient(top, #5a837e, #476864);
  background-image: -moz-linear-gradient(top, #5a837e, #476864);
  background-image: -o-linear-gradient(top, #5a837e, #476864);
  background-image: linear-gradient(top, #5a837e, #476864);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1668, app/assets/stylesheets/style.scss */
.btn.btn-sea:active {
  background: #527772;
  border-color: #354d4a;
  -webkit-box-shadow: 0 0 5px #527772 inset;
  -moz-box-shadow: 0 0 5px #527772 inset;
  box-shadow: 0 0 5px #527772 inset;
}

/* line 1675, app/assets/stylesheets/style.scss */
.btn.btn-brown {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #856733;
  -webkit-box-shadow: inset 0 1px 2px #c29e61;
  -moz-box-shadow: inset 0 1px 2px #c29e61;
  box-shadow: inset 0 1px 2px #c29e61;
  background: #a27e3f;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2UzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #a27e3f));
  background-image: -webkit-linear-gradient(top, #bb934f, #a27e3f);
  background-image: -moz-linear-gradient(top, #bb934f, #a27e3f);
  background-image: -o-linear-gradient(top, #bb934f, #a27e3f);
  background-image: linear-gradient(top, #bb934f, #a27e3f);
}

/* line 1691, app/assets/stylesheets/style.scss */
.btn.btn-brown:hover {
  background: #9f7b3d;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmN2IzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #9f7b3d));
  background-image: -webkit-linear-gradient(top, #bb934f, #9f7b3d);
  background-image: -moz-linear-gradient(top, #bb934f, #9f7b3d);
  background-image: -o-linear-gradient(top, #bb934f, #9f7b3d);
  background-image: linear-gradient(top, #bb934f, #9f7b3d);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1705, app/assets/stylesheets/style.scss */
.btn.btn-brown:active {
  background: #b18944;
  border-color: #7e6131;
  -webkit-box-shadow: 0 0 5px #b18944 inset;
  -moz-box-shadow: 0 0 5px #b18944 inset;
  box-shadow: 0 0 5px #b18944 inset;
}

/* line 1712, app/assets/stylesheets/style.scss */
.btn.btn-twitter {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #2189ff;
  -webkit-box-shadow: inset 0 1px 2px #8dc2ff;
  -moz-box-shadow: inset 0 1px 2px #8dc2ff;
  box-shadow: inset 0 1px 2px #8dc2ff;
  background: #4a9eff;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #4a9eff));
  background-image: -webkit-linear-gradient(top, #73b4ff, #4a9eff);
  background-image: -moz-linear-gradient(top, #73b4ff, #4a9eff);
  background-image: -o-linear-gradient(top, #73b4ff, #4a9eff);
  background-image: linear-gradient(top, #73b4ff, #4a9eff);
}

/* line 1728, app/assets/stylesheets/style.scss */
.btn.btn-twitter:hover {
  background: #459cff;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1OWNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #459cff));
  background-image: -webkit-linear-gradient(top, #73b4ff, #459cff);
  background-image: -moz-linear-gradient(top, #73b4ff, #459cff);
  background-image: -o-linear-gradient(top, #73b4ff, #459cff);
  background-image: linear-gradient(top, #73b4ff, #459cff);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1742, app/assets/stylesheets/style.scss */
.btn.btn-twitter:active {
  background: #5fa9ff;
  border-color: #1783ff;
  -webkit-box-shadow: 0 0 5px #5fa9ff inset;
  -moz-box-shadow: 0 0 5px #5fa9ff inset;
  box-shadow: 0 0 5px #5fa9ff inset;
}

/* line 1749, app/assets/stylesheets/style.scss */
.btn.btn-facebook {
  color: #fff;
  text-shadow: 0 -1px #6f6f6f;
  border: 1px solid #2d4479;
  -webkit-box-shadow: inset 0 1px 2px #5272bf;
  -moz-box-shadow: inset 0 1px 2px #5272bf;
  box-shadow: inset 0 1px 2px #5272bf;
  background: #385496;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4NTQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #385496));
  background-image: -webkit-linear-gradient(top, #4365b4, #385496);
  background-image: -moz-linear-gradient(top, #4365b4, #385496);
  background-image: -o-linear-gradient(top, #4365b4, #385496);
  background-image: linear-gradient(top, #4365b4, #385496);
}

/* line 1765, app/assets/stylesheets/style.scss */
.btn.btn-facebook:hover {
  background: #365293;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTI5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #365293));
  background-image: -webkit-linear-gradient(top, #4365b4, #365293);
  background-image: -moz-linear-gradient(top, #4365b4, #365293);
  background-image: -o-linear-gradient(top, #4365b4, #365293);
  background-image: linear-gradient(top, #4365b4, #365293);
  -webkit-transition: box-shadow 0.05s ease-in-out;
  -moz-transition: box-shadow 0.05s ease-in-out;
  -o-transition: box-shadow 0.05s ease-in-out;
  transition: box-shadow 0.05s ease-in-out;
}

/* line 1779, app/assets/stylesheets/style.scss */
.btn.btn-facebook:active {
  background: #3d5ca5;
  border-color: #2a3f71;
  -webkit-box-shadow: 0 0 5px #3d5ca5 inset;
  -moz-box-shadow: 0 0 5px #3d5ca5 inset;
  box-shadow: 0 0 5px #3d5ca5 inset;
}

/* line 1786, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-default.dropdown-toggle {
  background-color: #fdfdfd;
}

/* line 1789, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-red.dropdown-toggle {
  background-color: #c57979;
}

/* line 1792, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-green.dropdown-toggle {
  background-color: #96c161;
}

/* line 1795, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-primary.dropdown-toggle {
  background-color: #5ba5cb;
}

/* line 1798, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-gray.dropdown-toggle {
  background-color: #8c97a6;
}

/* line 1801, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-black.dropdown-toggle {
  background-color: #838383;
}

/* line 1804, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-lightblue.dropdown-toggle {
  background-color: #6db5d5;
}

/* line 1807, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-gold.dropdown-toggle {
  background-color: #d5a44c;
}

/* line 1810, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-sea.dropdown-toggle {
  background-color: #5a837e;
}

/* line 1813, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-brown.dropdown-toggle {
  background-color: #bb934f;
}

/* line 1816, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-twitter.dropdown-toggle {
  background-color: #73b4ff;
}

/* line 1819, app/assets/stylesheets/style.scss */
.btn-group.open .btn.btn-facebook.dropdown-toggle {
  background-color: #4365b4;
}

/* line 1822, app/assets/stylesheets/style.scss */
.btn-group.btn.btn-large {
  padding: 8px 10px;
}

/* line 1825, app/assets/stylesheets/style.scss */
button.btn {
  font-weight: bold;
}

/* line 1828, app/assets/stylesheets/style.scss */
.btn-group > .btn, .btn-group > .dropdown-menu {
  font-size: 12px;
}

/* line 1831, app/assets/stylesheets/style.scss */
.caret {
  opacity: 0.6;
}

/* line 1834, app/assets/stylesheets/style.scss */
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
  margin-top: 8px;
  margin-left: 4px;
}

/* line 1838, app/assets/stylesheets/style.scss */
.dropdown-menu .divider {
  border-top: none !important;
}

/* line 1841, app/assets/stylesheets/style.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 1850, app/assets/stylesheets/style.scss */
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1858, app/assets/stylesheets/style.scss */
.btn-group > .btn.large:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 1866, app/assets/stylesheets/style.scss */
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1875, app/assets/stylesheets/style.scss */
table.dataTable {
  table-layout: auto !important;
  margin: 0 auto;
  clear: both;
  width: 100%;
}

/* line 1882, app/assets/stylesheets/style.scss */
table.dataTable thead th {
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  *cursor: hand;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0px #fff inset;
  -moz-box-shadow: 0 1px 0px #fff inset;
  box-shadow: 0 1px 0px #fff inset;
}

/* line 1897, app/assets/stylesheets/style.scss */
table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  font-weight: 600;
}

/* line 1901, app/assets/stylesheets/style.scss */
table.dataTable td {
  padding: 7px 11px;
}

/* line 1904, app/assets/stylesheets/style.scss */
table.dataTable td.center, table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 1907, app/assets/stylesheets/style.scss */
table.dataTable tbody tr td {
  border-left: 1px solid #eaebef;
}

/* line 1910, app/assets/stylesheets/style.scss */
table.dataTable thead tr th {
  border-left: 1px solid #b5b7c3;
  border-bottom: 1px solid #b5b7c3;
  border-top: 1px solid #c3c5ce;
}

/* line 1915, app/assets/stylesheets/style.scss */
table.dataTable tbody tr td:first-child {
  border-left: none;
}

/* line 1918, app/assets/stylesheets/style.scss */
table.dataTable thead tr {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 1928, app/assets/stylesheets/style.scss */
table.dataTable thead tr th:first-child {
  border-left: none;
}

/* line 1931, app/assets/stylesheets/style.scss */
table.dataTable thead tr:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}

/* line 1936, app/assets/stylesheets/style.scss */
table.dataTable tr {
  border-top: 1px solid #eaebef;
}

/* line 1939, app/assets/stylesheets/style.scss */
table.dataTable tr.even {
  background-color: #F3F4F8;
}

/* line 1942, app/assets/stylesheets/style.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

/* line 1947, app/assets/stylesheets/style.scss */
.dataTables_length {
  float: right;
  margin: 0;
}

/* line 1951, app/assets/stylesheets/style.scss */
.dataTables_length label {
  line-height: 61px;
  height: 61px;
  margin: 0;
}

/* line 1956, app/assets/stylesheets/style.scss */
.dataTables_length select {
  width: 100%;
}

/* line 1960, app/assets/stylesheets/style.scss */
.dataTables_length div.selector {
  width: auto;
}

/* line 1963, app/assets/stylesheets/style.scss */
.entries-per-page {
  float: left;
  margin: 0px 15px 0 0;
}

/* line 1967, app/assets/stylesheets/style.scss */
.dataTables_filter {
  float: left;
  font-size: 11px;
  text-align: left;
  margin: 0;
  position: relative;
}

/* line 1974, app/assets/stylesheets/style.scss */
.dataTables_filter label {
  line-height: 61px;
  height: 61px;
  margin-bottom: 0;
}

/* line 1979, app/assets/stylesheets/style.scss */
.dataTables_filter label > span {
  display: block;
  float: left;
  padding-top: 1px;
}

/* line 1984, app/assets/stylesheets/style.scss */
.dataTables_filter input[type=text], input[type=search] {
  height: auto;
  padding: 2px 20px 2px 7px;
  margin-left: 15px;
  margin-bottom: 0;
  width: 180px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
}

/* line 1993, app/assets/stylesheets/style.scss */
.dataTables_info {
  clear: both;
  float: left;
  padding: 10px 0;
}

/* line 1998, app/assets/stylesheets/style.scss */
.table-footer {
  clear: both;
  padding: 8px 12px;
  height: 36px;
  font-size: 11px;
  color: #666;
  border-top: 1px solid #cdcdcd;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fdfdfd;
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 2021, app/assets/stylesheets/style.scss */
.table-header {
  border-bottom: 1px solid #eaebef;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  clear: both;
  padding: 0 16px;
  font-size: 11px;
  color: #666;
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 2039, app/assets/stylesheets/style.scss */
.dataTables_paginate {
  float: right;
  margin-top: 7px;
}

/* line 2043, app/assets/stylesheets/style.scss */
.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}

/* line 2047, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #AEAEAE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  padding: 4px 7px;
  margin: 0 3px;
  cursor: pointer;
  color: #666;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 11px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

/* line 2069, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_button {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 2079, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_button:hover {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: linear-gradient(top, #f1f1f1, #eaeaea);
}

/* line 2089, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
}

/* line 2095, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_button_disabled {
  background: #eee;
  color: #c5c5c5;
  box-shadow: none;
  border: 1px solid #E2E2E2;
}

/* line 2101, app/assets/stylesheets/style.scss */
.paging_full_numbers a.paginate_button_disabled:active, .paging_full_numbers a.paginate_button_disabled:hover {
  background: #eee;
  border: 1px solid #E2E2E2;
  box-shadow: none;
}

/* line 2106, app/assets/stylesheets/style.scss */
.sorting, .sorting_asc, .sorting_desc {
  position: relative;
}

/* line 2109, app/assets/stylesheets/style.scss */
.sorting > div, .sorting_asc > div, .sorting_desc > div {
  position: relative;
  height: 20px;
  line-height: 20px;
}

/* line 2114, app/assets/stylesheets/style.scss */
.sorting > div:after, .sorting_asc > div:after, .sorting_desc > div:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
  color: #666;
  line-height: 14px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 2136, app/assets/stylesheets/style.scss */
.sorting_asc, .sorting_desc {
  background: #f2f3f7 !important;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjNmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") !important;
  background-size: 100% !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8fc), color-stop(100%, #f2f3f7)) !important;
  background-image: -webkit-linear-gradient(top, #f7f8fc, #f2f3f7) !important;
  background-image: -moz-linear-gradient(top, #f7f8fc, #f2f3f7) !important;
  background-image: -o-linear-gradient(top, #f7f8fc, #f2f3f7) !important;
  background-image: linear-gradient(top, #f7f8fc, #f2f3f7) !important;
}

/* line 2146, app/assets/stylesheets/style.scss */
.sorting > div:after {
  content: "\f0dc";
}

/* line 2148, app/assets/stylesheets/style.scss */
.sorting_asc > div:after {
  content: "\f0de";
  top: 7px;
}

/* line 2152, app/assets/stylesheets/style.scss */
.sorting_desc > div:after {
  content: "\f0dd";
  top: 1px;
}

/* line 2156, app/assets/stylesheets/style.scss */
table.dataTable th:active {
  outline: none;
}

/* line 2159, app/assets/stylesheets/style.scss */
.dataTables_scroll {
  clear: both;
}

/* line 2162, app/assets/stylesheets/style.scss */
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 2166, app/assets/stylesheets/style.scss */
.dark-nav > ul {
  margin: 0;
  padding: 0;
  background: #11161A;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
}

/* line 2174, app/assets/stylesheets/style.scss */
.dark-nav > ul:before {
  border-bottom: 7px solid #0a0d0e !important;
}

/* line 2177, app/assets/stylesheets/style.scss */
.dark-nav > ul:after {
  border-bottom: 6px solid #0a0d0e !important;
}

/* line 2180, app/assets/stylesheets/style.scss */
.dark-nav > ul li.active a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: rgba(50, 50, 50, 0.1);
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCw5MCw5MCwwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLDUwLDUwLDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
}

/* line 2192, app/assets/stylesheets/style.scss */
.dark-nav > ul li.active a:hover {
  background: rgba(50, 50, 50, 0.1);
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCw5MCw5MCwwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLDUwLDUwLDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
}

/* line 2202, app/assets/stylesheets/style.scss */
.dark-nav > ul li a {
  text-shadow: none;
  text-align: left;
  font-size: 11px;
  padding: 6px 5px 6px 20px;
  border-top: 1px solid #20292f;
  border-bottom: 1px solid #0a0d0e;
  color: #bbb;
  display: block;
}

/* line 2212, app/assets/stylesheets/style.scss */
.dark-nav > ul li a:hover {
  background: rgba(50, 50, 50, 0.1);
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCw5MCw5MCwwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLDUwLDUwLDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
  color: #fff;
}

/* line 2223, app/assets/stylesheets/style.scss */
.dark-nav > ul li:last-child a {
  border-bottom: none;
}

/* line 2226, app/assets/stylesheets/style.scss */
.dark-nav > ul li:first-child a {
  border-top: none;
}

/* line 2229, app/assets/stylesheets/style.scss */
.dark-nav .dropdown-menu {
  float: none;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2245, app/assets/stylesheets/style.scss */
.dark-nav .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-top: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  border-right: 8px solid #11161A;
  border-bottom: 7px solid transparent !important;
  position: absolute;
  top: 12px;
  left: -15px;
}

/* line 2256, app/assets/stylesheets/style.scss */
.navbar-inverse .nav.full {
  margin: 0;
  margin-left: 10px;
}

/* line 2260, app/assets/stylesheets/style.scss */
.navbar-inverse .nav.full > li > a {
  height: 40px;
  line-height: 40px;
  padding: 3px 10px;
  margin-right: 10px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 2275, app/assets/stylesheets/style.scss */
.navbar-inverse .nav.full > li > a:hover {
  background: transparent;
}

/* line 2278, app/assets/stylesheets/style.scss */
.navbar-inverse .nav.full > li > a img {
  width: 32px;
  height: 32px;
}

/* line 2282, app/assets/stylesheets/style.scss */
.dropdown-menu {
  background: #f5f5f5;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: linear-gradient(top, #fdfdfd, #f5f5f5);
  -webkit-box-shadow: 0 1px 2px #dadada;
  -moz-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada;
}

/* line 2295, app/assets/stylesheets/style.scss */
.dropdown-menu li > a:hover, .dropdown-menu .dropdown-menu li > a:focus, .dropdown-menu .dropdown-submenu:hover > a {
  background: #f2f2f2;
  color: #404040;
}

/* line 2299, app/assets/stylesheets/style.scss */
.dropdown-menu li a {
  text-shadow: 0 1px #fff;
  color: #475967;
  font-weight: 600;
}

/* line 2304, app/assets/stylesheets/style.scss */
.dropdown-menu li a i {
  color: #BCBECA;
}

/* line 2307, app/assets/stylesheets/style.scss */
.dropdown-menu li.with-image {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 2312, app/assets/stylesheets/style.scss */
.dropdown-menu li.with-image .avatar img {
  max-width: 100px;
  max-height: 100px;
  border: 4px solid #fff;
}

/* line 2317, app/assets/stylesheets/style.scss */
.dropdown-menu li.with-image span {
  text-shadow: 0 1px #fff;
  display: block;
  margin-top: 15px;
  color: #9EA1AA;
  font-size: 16px;
  font-weight: 600;
}

/* line 2325, app/assets/stylesheets/style.scss */
.error-box {
  margin-top: 100px;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 600;
}

/* line 2332, app/assets/stylesheets/style.scss */
.error-box .message-small {
  font-size: 25px;
}

/* line 2335, app/assets/stylesheets/style.scss */
.error-box .message-big {
  font-size: 160px;
}

/* line 2338, app/assets/stylesheets/style.scss */
form.fill-up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
}

/* line 2345, app/assets/stylesheets/style.scss */
form.fill-up * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2350, app/assets/stylesheets/style.scss */
form.fill-up input, form.fill-up textarea, form.fill-up select {
  width: 100%;
}

/* line 2352, app/assets/stylesheets/style.scss */
form.fill-up .padded .control-group:last-child {
  margin-bottom: 0;
}

/* line 2355, app/assets/stylesheets/style.scss */
form.fill-up.form-horizontal .form-actions {
  padding-left: 20px;
}

/* line 2358, app/assets/stylesheets/style.scss */
form.fill-up .radio, form.fill-up .checkbox {
  padding-left: 0;
}

/* line 2361, app/assets/stylesheets/style.scss */
.form-actions {
  margin-bottom: 0;
}

/* line 2364, app/assets/stylesheets/style.scss */
.box form {
  padding: 0;
}

/* line 2367, app/assets/stylesheets/style.scss */
form {
  margin-bottom: 0;
}

/* line 2370, app/assets/stylesheets/style.scss */
.input-append, .input-prepend {
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* line 2380, app/assets/stylesheets/style.scss */
.input-append .add-on i, .input-prepend .add-on i {
  line-height: 26px;
}

/* line 2383, app/assets/stylesheets/style.scss */
.input-append *, .input-prepend * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2388, app/assets/stylesheets/style.scss */
.input-append a.add-on, .input-append span.add-on, .input-prepend a.add-on, .input-prepend span.add-on {
  min-width: 36px;
  color: #5a6573;
  position: absolute;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: inset 0 1px 2px #fff;
  -moz-box-shadow: inset 0 1px 2px #fff;
  box-shadow: inset 0 1px 2px #fff;
  border: 1px solid #ccc;
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  padding-left: 10px;
  padding-right: 10px;
}

/* line 2409, app/assets/stylesheets/style.scss */
.input-append a.add-on:active, .input-append span.add-on:active, .input-prepend a.add-on:active, .input-prepend span.add-on:active {
  background: #eee;
}

/* line 2412, app/assets/stylesheets/style.scss */
.input-append ul.add-on, .input-prepend ul.add-on {
  list-style: none;
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
  top: 1px;
  right: 2px;
}

/* line 2424, app/assets/stylesheets/style.scss */
.input-append ul.add-on li, .input-prepend ul.add-on li {
  float: left;
  margin-left: 10px;
  line-height: 32px;
  height: 32px;
}

/* line 2430, app/assets/stylesheets/style.scss */
.input-append ul.add-on li a, .input-append ul.add-on li button, .input-prepend ul.add-on li a, .input-prepend ul.add-on li button {
  vertical-align: middle;
}

/* line 2433, app/assets/stylesheets/style.scss */
.input-append ul.add-on li a.btn, .input-append ul.add-on li button.btn, .input-prepend ul.add-on li a.btn, .input-prepend ul.add-on li button.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 2440, app/assets/stylesheets/style.scss */
.input-append ul.add-on li .btn, .input-prepend ul.add-on li .btn {
  padding: 0;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}

/* line 2448, app/assets/stylesheets/style.scss */
.input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"], .input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="email"], .input-prepend input[type="number"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2458, app/assets/stylesheets/style.scss */
.box .input-append, .box .input-prepend {
  margin-bottom: 0;
}

/* line 2461, app/assets/stylesheets/style.scss */
.input-append .add-on {
  right: 0;
}

/* line 2464, app/assets/stylesheets/style.scss */
.input-append input[type="text"], .input-append input[type="password"], .input-append input[type="email"], .input-append input[type="number"] {
  padding-right: 35px;
}

/* line 2467, app/assets/stylesheets/style.scss */
.input-prepend .add-on {
  left: 0;
}

/* line 2470, app/assets/stylesheets/style.scss */
.input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="email"], .input-prepend input[type="number"] {
  padding-left: 45px;
}

/* line 2473, app/assets/stylesheets/style.scss */
div.uploader {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 28px;
  background: #fff;
}

/* line 2482, app/assets/stylesheets/style.scss */
div.uploader span.filename {
  border-right: none;
  width: 120px;
  height: 24px;
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

/* line 2489, app/assets/stylesheets/style.scss */
div.uploader.hover span.action {
  background: #8dbfd8;
}

/* line 2492, app/assets/stylesheets/style.scss */
div.uploader.active span.action {
  background: #4194bd;
}

/* line 2495, app/assets/stylesheets/style.scss */
div.uploader span.action {
  height: 24px;
  line-height: 24px;
  float: right;
  width: 22px;
  text-align: center;
  height: 22px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #549fc4;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYjRkMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0OWZjNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ab4d1), color-stop(100%, #549fc4));
  background-image: -webkit-linear-gradient(top, #7ab4d1, #549fc4);
  background-image: -moz-linear-gradient(top, #7ab4d1, #549fc4);
  background-image: -o-linear-gradient(top, #7ab4d1, #549fc4);
  background-image: linear-gradient(top, #7ab4d1, #549fc4);
  color: white;
  text-shadow: none;
  font-size: 16px;
  line-height: 20px;
}

/* line 2523, app/assets/stylesheets/style.scss */
div.selector {
  position: relative;
  padding-left: 5px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f5f5f5;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: #666;
}

/* line 2551, app/assets/stylesheets/style.scss */
div.selector:after {
  content: "\f0dd";
  top: 2px;
  right: 2px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
}

/* line 2569, app/assets/stylesheets/style.scss */
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 25px 0px 2px;
  cursor: pointer;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  height: 26px;
  line-height: 26px;
  background: transparent;
}

/* line 2582, app/assets/stylesheets/style.scss */
div.selector.disabled span {
  color: #bbb;
}

/* line 2585, app/assets/stylesheets/style.scss */
div.selector select {
  position: absolute;
  opacity: 0;
  height: 25px;
  border: none;
  background: none;
  top: 0;
  left: 0;
  font-size: 12px;
  border: solid 1px #fff;
}

/* line 2596, app/assets/stylesheets/style.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="date_picker"], .uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #858585;
  padding: 0 0 0 5px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  background: #fdfdfd;
  height: 26px;
}

/* line 2613, app/assets/stylesheets/style.scss */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #68A6CE;
}

/* line 2619, app/assets/stylesheets/style.scss */
textarea {
  height: auto;
}

/* line 2622, app/assets/stylesheets/style.scss */
label {
  font-size: 12px;
  color: #5F5F5F;
}

/* line 2626, app/assets/stylesheets/style.scss */
.search-dropdown {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2634, app/assets/stylesheets/style.scss */
.search-dropdown:after, .search-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 2643, app/assets/stylesheets/style.scss */
.search-dropdown:after {
  border-bottom-color: #fbfbfb;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

/* line 2649, app/assets/stylesheets/style.scss */
.search-dropdown:before {
  border-bottom-color: #ccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

/* line 2655, app/assets/stylesheets/style.scss */
.search-dropdown {
  margin-top: 15px;
}

/* line 2658, app/assets/stylesheets/style.scss */
.search-dropdown .box-section:first-child {
  border-top: none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2667, app/assets/stylesheets/style.scss */
.input-with-submit {
  position: relative;
}

/* line 2670, app/assets/stylesheets/style.scss */
.input-with-submit button {
  background: transparent;
  border: none;
  position: absolute;
  right: 2px;
  top: 7px;
}

/* line 2677, app/assets/stylesheets/style.scss */
.input-with-submit i {
  color: #909090;
}

/* line 2680, app/assets/stylesheets/style.scss */
.minimal-padding {
  margin-bottom: 0px;
}

/* line 2683, app/assets/stylesheets/style.scss */
.minimal-padding input {
  width: 100%;
  margin-bottom: 0px;
}

/* line 2687, app/assets/stylesheets/style.scss */
.droppedEvent {
  background-color: #729BB9;
}

/* line 2690, app/assets/stylesheets/style.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 2694, app/assets/stylesheets/style.scss */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2698, app/assets/stylesheets/style.scss */
html .fc {
  font-size: 1em;
}

/* line 2701, app/assets/stylesheets/style.scss */
.fc table {
  font-size: 1em;
}

/* line 2704, app/assets/stylesheets/style.scss */
.fc td, .fc th {
  padding: 0;
  vertical-align: top;
}

/* line 2708, app/assets/stylesheets/style.scss */
.fc-header {
  height: 37px;
  position: relative;
}

/* line 2712, app/assets/stylesheets/style.scss */
.fc-header td {
  white-space: nowrap;
}

/* line 2715, app/assets/stylesheets/style.scss */
.fc-header-left {
  text-align: left;
  width: 100%;
}

/* line 2718, app/assets/stylesheets/style.scss */
.fc-header-center {
  text-align: center;
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  line-height: 37px;
}

/* line 2726, app/assets/stylesheets/style.scss */
.fc-button-inner {
  border-left: 1px solid #d5d5d5;
}

/* line 2729, app/assets/stylesheets/style.scss */
.fc-header-left .fc-button-inner {
  border: none;
}

/* line 2732, app/assets/stylesheets/style.scss */
.fc-header-right {
  text-align: right;
  position: absolute;
  top: -37px;
  right: 0;
}

/* line 2738, app/assets/stylesheets/style.scss */
.fc-header-right .fc-button-agendaDay .fc-button-inner {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2743, app/assets/stylesheets/style.scss */
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}

/* line 2747, app/assets/stylesheets/style.scss */
.fc-header-title h2 {
  font-size: 12px;
  margin: 0;
}

/* line 2751, app/assets/stylesheets/style.scss */
.fc-header-title strong {
  margin-top: 0;
  white-space: nowrap;
  padding: 8px 12px !important;
  display: block;
}

/* line 2757, app/assets/stylesheets/style.scss */
.fc .fc-header-space {
  padding-left: 10px;
}

/* line 2760, app/assets/stylesheets/style.scss */
.fc-header .fc-corner-right {
  margin-right: 0;
  float: right;
}

/* line 2764, app/assets/stylesheets/style.scss */
.fc-header .ui-corner-right {
  margin-right: 0;
}

/* line 2767, app/assets/stylesheets/style.scss */
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
  z-index: 2;
}

/* line 2770, app/assets/stylesheets/style.scss */
.fc-header .fc-state-down {
  z-index: 3;
}

/* line 2773, app/assets/stylesheets/style.scss */
.fc-header .fc-state-active, .fc-header .ui-state-active {
  z-index: 4;
}

/* line 2776, app/assets/stylesheets/style.scss */
.fc-button-next {
  float: right;
  margin-right: -2px;
}

/* line 2780, app/assets/stylesheets/style.scss */
.fc-view {
  width: 100%;
  overflow: hidden;
}

/* line 2784, app/assets/stylesheets/style.scss */
.fc-border-separate thead {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  height: 25px;
  line-height: 25px;
}

/* line 2796, app/assets/stylesheets/style.scss */
.fc-widget-header, .fc-widget-content {
  border: 1px solid #ccc;
}

/* line 2799, app/assets/stylesheets/style.scss */
.fc-state-highlight {
  background: #f4f3e6;
}

/* line 2802, app/assets/stylesheets/style.scss */
.fc-cell-overlay {
  background: #99CCFF;
  opacity: .2;
}

/* line 2806, app/assets/stylesheets/style.scss */
.fc-button {
  position: relative;
  cursor: pointer;
}

/* line 2810, app/assets/stylesheets/style.scss */
.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}

/* line 2815, app/assets/stylesheets/style.scss */
.fc-button-content {
  position: relative;
  float: left;
  height: 37px;
  line-height: 37px;
  padding: 0 14px;
  white-space: nowrap;
}

/* line 2823, app/assets/stylesheets/style.scss */
.fc-header-left .fc-button-content {
  padding: 0 8px;
}

/* line 2826, app/assets/stylesheets/style.scss */
.fc-header-right .fc-button-content {
  height: 37px;
}

/* line 2829, app/assets/stylesheets/style.scss */
.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 2834, app/assets/stylesheets/style.scss */
.fc-state-active {
  color: #797979;
  background: #f9f9f9;
  box-shadow: 0 -1px 0 #eaeaea inset;
}

/* line 2839, app/assets/stylesheets/style.scss */
.fc-state-active .fc-button-inner {
  color: #797979;
  background: #f9f9f9;
}

/* line 2844, app/assets/stylesheets/style.scss */
.fc-first th {
  padding-top: 1px;
}

/* line 2847, app/assets/stylesheets/style.scss */
.fc-state-disabled {
  color: #999;
  border-color: #ddd;
  cursor: default;
}

/* line 2852, app/assets/stylesheets/style.scss */
.fc-state-disabled .fc-button-inner {
  color: #999;
  border-color: #ddd;
}

/* line 2856, app/assets/stylesheets/style.scss */
.fc-state-disabled .fc-button-effect {
  display: none;
}

/* line 2859, app/assets/stylesheets/style.scss */
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: 12px;
  cursor: default;
  padding: 2px 0px;
  color: #fff;
  min-height: 35px;
}

/* line 2868, app/assets/stylesheets/style.scss */
a.fc-event, .fc-event-draggable {
  cursor: pointer;
}

/* line 2871, app/assets/stylesheets/style.scss */
a.fc-event {
  text-decoration: none;
}

/* line 2874, app/assets/stylesheets/style.scss */
.fc-rtl .fc-event {
  text-align: right;
}

/* line 2877, app/assets/stylesheets/style.scss */
.fc-event-skin {
  border-color: #32779A;
  background-color: #729BB9;
  color: #fff;
  display: block;
  padding: 1px 0px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px;
}

/* line 2890, app/assets/stylesheets/style.scss */
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}

/* line 2898, app/assets/stylesheets/style.scss */
.fc-event-time, .fc-event-title {
  padding: 0 2px 1px 3px;
  display: block;
  float: left;
  line-height: 16px;
}

/* line 2904, app/assets/stylesheets/style.scss */
.fc-event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2909, app/assets/stylesheets/style.scss */
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}

/* line 2917, app/assets/stylesheets/style.scss */
.fc-event-hori {
  margin-bottom: 1px;
}

/* line 2921, app/assets/stylesheets/style.scss */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}

/* line 2929, app/assets/stylesheets/style.scss */
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}

/* line 2936, app/assets/stylesheets/style.scss */
.fc-corner-right {
  margin-right: 1px;
}

/* line 2939, app/assets/stylesheets/style.scss */
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
  margin-right: 0;
}

/* line 2942, app/assets/stylesheets/style.scss */
.fc-corner-top {
  margin-top: 1px;
}

/* line 2945, app/assets/stylesheets/style.scss */
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

/* line 2948, app/assets/stylesheets/style.scss */
.fc-corner-bottom {
  margin-bottom: 1px;
}

/* line 2951, app/assets/stylesheets/style.scss */
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

/* line 2954, app/assets/stylesheets/style.scss */
.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

/* line 2957, app/assets/stylesheets/style.scss */
.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

/* line 2960, app/assets/stylesheets/style.scss */
table.fc-border-separate {
  border-collapse: separate;
}

/* line 2963, app/assets/stylesheets/style.scss */
.fc-border-separate th {
  border-width: 1px 0 0 1px;
}

/* line 2966, app/assets/stylesheets/style.scss */
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

/* line 2969, app/assets/stylesheets/style.scss */
.fc-border-separate td:first-child {
  border-left: none;
}

/* line 2972, app/assets/stylesheets/style.scss */
.fc-border-separate th:first-child {
  border-left: none;
}

/* line 2975, app/assets/stylesheets/style.scss */
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  border-top-width: 1px;
}

/* line 2978, app/assets/stylesheets/style.scss */
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
  border-top-width: 1px;
}

/* line 2981, app/assets/stylesheets/style.scss */
.fc-widget-header {
  text-align: center;
}

/* line 2984, app/assets/stylesheets/style.scss */
.fc-day-number {
  float: right;
  padding: 6px 5px 2px 5px;
}

/* line 2988, app/assets/stylesheets/style.scss */
.fc-cols .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 2992, app/assets/stylesheets/style.scss */
.fc-day-content {
  clear: both;
  padding: 5px 2px 3px;
}

/* line 2996, app/assets/stylesheets/style.scss */
.fc-cols .fc-event-time {
  font-weight: bold;
}

/* line 2999, app/assets/stylesheets/style.scss */
.fc-rtl .fc-cols .fc-day-number {
  float: left;
}

/* line 3002, app/assets/stylesheets/style.scss */
.fc-rtl .fc-cols .fc-event-time {
  float: right;
}

/* line 3005, app/assets/stylesheets/style.scss */
.fc-agenda table {
  border-collapse: separate;
}

/* line 3008, app/assets/stylesheets/style.scss */
.fc-agenda-days th {
  text-align: center;
}

/* line 3011, app/assets/stylesheets/style.scss */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

/* line 3019, app/assets/stylesheets/style.scss */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* line 3022, app/assets/stylesheets/style.scss */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

/* line 3025, app/assets/stylesheets/style.scss */
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* line 3028, app/assets/stylesheets/style.scss */
.fc-agenda-allday th {
  border-width: 0 1px;
}

/* line 3031, app/assets/stylesheets/style.scss */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px;
}

/* line 3035, app/assets/stylesheets/style.scss */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

/* line 3039, app/assets/stylesheets/style.scss */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

/* line 3042, app/assets/stylesheets/style.scss */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

/* line 3045, app/assets/stylesheets/style.scss */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

/* line 3049, app/assets/stylesheets/style.scss */
.fc-agenda-slots td div {
  height: 20px;
}

/* line 3052, app/assets/stylesheets/style.scss */
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

/* line 3055, app/assets/stylesheets/style.scss */
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

/* line 3058, app/assets/stylesheets/style.scss */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}

/* line 3061, app/assets/stylesheets/style.scss */
.fc-event-vert {
  border-width: 0 1px;
}

/* line 3064, app/assets/stylesheets/style.scss */
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

/* line 3070, app/assets/stylesheets/style.scss */
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

/* line 3074, app/assets/stylesheets/style.scss */
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 3085, app/assets/stylesheets/style.scss */
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
  display: none;
}

/* line 3088, app/assets/stylesheets/style.scss */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 3099, app/assets/stylesheets/style.scss */
.fc-agenda .ui-resizable-resizing {
  overflow: hidden;
}

/* line 3102, app/assets/stylesheets/style.scss */
.fc-text-arrow {
  font-family: FontAwesome;
}

/* line 3105, app/assets/stylesheets/style.scss */
.chat-message-box {
  position: relative;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3113, app/assets/stylesheets/style.scss */
.chat-message-box:after, .chat-message-box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 3122, app/assets/stylesheets/style.scss */
.chat-message-box:after {
  border-bottom-color: #fff;
  border-width: 7px;
  left: 10px;
}

/* line 3127, app/assets/stylesheets/style.scss */
.chat-message-box:before {
  border-bottom-color: #d8d8d8;
  border-width: 8px;
  left: 9px;
}

/* line 3132, app/assets/stylesheets/style.scss */
.chat-message-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* line 3140, app/assets/stylesheets/style.scss */
.chat-message-box textarea {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 5px;
  width: 97% !important;
  background: #fff;
}

/* line 3149, app/assets/stylesheets/style.scss */
.chat-message-box textarea:focus {
  border: none;
}

/* line 3152, app/assets/stylesheets/style.scss */
.closable-chat-box .chat-message-box {
  margin-bottom: 0;
}

/* line 3155, app/assets/stylesheets/style.scss */
.closable-chat-box .chat-message-box textarea {
  height: 20px;
}

/* line 3158, app/assets/stylesheets/style.scss */
.closable-chat-box .actions {
  display: none;
}

/* line 3161, app/assets/stylesheets/style.scss */
.closable-chat-box.open .chat-message-box {
  margin-bottom: 15px;
}

/* line 3164, app/assets/stylesheets/style.scss */
.closable-chat-box.open .chat-message-box textarea {
  height: auto;
}

/* line 3167, app/assets/stylesheets/style.scss */
.closable-chat-box.open .actions {
  display: block;
}

/* line 3170, app/assets/stylesheets/style.scss */
.closable-chat-box .fields {
  *zoom: 1;
  position: relative;
}

/* line 3174, app/assets/stylesheets/style.scss */
.closable-chat-box .fields:before, .closable-chat-box .fields:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3179, app/assets/stylesheets/style.scss */
.closable-chat-box .fields:after {
  clear: both;
}

/* line 3182, app/assets/stylesheets/style.scss */
.closable-chat-box .fields ul {
  float: left;
  margin-left: 50px;
  margin-bottom: 2px;
  list-style: none;
  padding: 0;
}

/* line 3189, app/assets/stylesheets/style.scss */
.closable-chat-box .fields ul li {
  line-height: 18px;
  color: #949494;
}

/* line 3193, app/assets/stylesheets/style.scss */
.closable-chat-box .fields a {
  color: #393939;
}

/* line 3196, app/assets/stylesheets/style.scss */
.closable-chat-box .fields .avatar {
  position: absolute;
  left: 0;
}

/* line 3200, app/assets/stylesheets/style.scss */
.closable-chat-box .fields .avatar img {
  max-width: 36px;
  max-height: 36px;
}

/* line 3204, app/assets/stylesheets/style.scss */
.modal-body {
  background: #f5f5f5;
}

/* line 3207, app/assets/stylesheets/style.scss */
.modal {
  border: 3px solid #808080;
}

/* line 3210, app/assets/stylesheets/style.scss */
.modal-header, .modal-footer {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

/* line 3220, app/assets/stylesheets/style.scss */
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6, .modal-footer h1, .modal-footer h2, .modal-footer h3, .modal-footer h4, .modal-footer h5, .modal-footer h6 {
  margin: 0;
}

/* line 3223, app/assets/stylesheets/style.scss */
.modal-header {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3231, app/assets/stylesheets/style.scss */
.modal-header {
  border-bottom: 1px solid #CDCDCD;
}

/* line 3234, app/assets/stylesheets/style.scss */
.navbar .brand {
  line-height: 27px;
  color: #bbb;
  text-shadow: 0 1px 0 #000;
}

/* line 3239, app/assets/stylesheets/style.scss */
.navbar-inverse .navbar-inner {
  border-bottom: 1px solid rgba(10, 13, 14, 0.8);
  background: #11161a;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMjMyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTYxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b2329), color-stop(100%, #11161a));
  background-image: -webkit-linear-gradient(top, #1b2329, #11161a);
  background-image: -moz-linear-gradient(top, #1b2329, #11161a);
  background-image: -o-linear-gradient(top, #1b2329, #11161a);
  background-image: linear-gradient(top, #1b2329, #11161a);
  border-left: 0;
  border-right: 0;
}

/* line 3252, app/assets/stylesheets/style.scss */
.navbar.navbar-top {
  margin-bottom: 0px;
}

/* line 3255, app/assets/stylesheets/style.scss */
.navbar.navbar-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 3262, app/assets/stylesheets/style.scss */
.navbar-search {
  margin-top: 10px;
}

/* line 3265, app/assets/stylesheets/style.scss */
.navbar-search .search-query {
  height: 20px;
  padding: 2px 10px;
}

/* line 3269, app/assets/stylesheets/style.scss */
.navbar-search .search-query.animated {
  width: 100px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

/* line 3276, app/assets/stylesheets/style.scss */
.navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
  width: 200px;
}

/* line 3279, app/assets/stylesheets/style.scss */
.navbar-search i {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* line 3284, app/assets/stylesheets/style.scss */
.navbar-inverse .navbar-search .search-query, .navbar-inverse .navbar-search .search-query {
  background: rgba(35, 43, 48, 0.83);
}

/* line 3287, app/assets/stylesheets/style.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 2px 10px;
  border: 1px solid transparent;
}

/* line 3291, app/assets/stylesheets/style.scss */
.navbar-inverse .nav {
  margin-top: 10px;
}

/* line 3294, app/assets/stylesheets/style.scss */
.navbar-inverse .nav > li > a {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  height: 20px;
  line-height: 20px;
  padding: 3px 10px;
  margin-right: 10px;
}

/* line 3309, app/assets/stylesheets/style.scss */
.navbar-inverse .nav > li > a:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 3312, app/assets/stylesheets/style.scss */
.navbar-inverse .nav > li.active > a {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* line 3317, app/assets/stylesheets/style.scss */
.navbar .btn, .navbar .btn-group {
  margin-top: -4px;
}

/* line 3320, app/assets/stylesheets/style.scss */
.menu-avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* line 3325, app/assets/stylesheets/style.scss */
.news {
  min-height: 85px;
}

/* line 3328, app/assets/stylesheets/style.scss */
.news .avatar {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 3340, app/assets/stylesheets/style.scss */
.news .avatar.blue {
  background: #7fb3d4;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));
  background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: linear-gradient(top, #a5cae1, #7fb3d4);
  border: 1px solid #60a1ca;
}

/* line 3351, app/assets/stylesheets/style.scss */
.news .avatar.green {
  background: #8cc079;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDA5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad09c), color-stop(100%, #8cc079));
  background-image: -webkit-linear-gradient(top, #aad09c, #8cc079);
  background-image: -moz-linear-gradient(top, #aad09c, #8cc079);
  background-image: -o-linear-gradient(top, #aad09c, #8cc079);
  background-image: linear-gradient(top, #aad09c, #8cc079);
  border: 1px solid #74b35d;
}

/* line 3362, app/assets/stylesheets/style.scss */
.news .avatar.cyan {
  background: #81babd;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyY2NjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2cccf), color-stop(100%, #81babd));
  background-image: -webkit-linear-gradient(top, #a2cccf, #81babd);
  background-image: -moz-linear-gradient(top, #a2cccf, #81babd);
  background-image: -o-linear-gradient(top, #a2cccf, #81babd);
  background-image: linear-gradient(top, #a2cccf, #81babd);
  border: 1px solid #66abaf;
}

/* line 3373, app/assets/stylesheets/style.scss */
.news .avatar.purple {
  background: #aea7cf;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYzhlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc8e1), color-stop(100%, #aea7cf));
  background-image: -webkit-linear-gradient(top, #ccc8e1, #aea7cf);
  background-image: -moz-linear-gradient(top, #ccc8e1, #aea7cf);
  background-image: -o-linear-gradient(top, #ccc8e1, #aea7cf);
  background-image: linear-gradient(top, #ccc8e1, #aea7cf);
  border: 1px solid #968dc1;
}

/* line 3384, app/assets/stylesheets/style.scss */
.news .avatar i {
  color: white;
  line-height: 36px;
}

/* line 3388, app/assets/stylesheets/style.scss */
.news.with-icons .news-content {
  margin-left: 55px;
}

/* line 3391, app/assets/stylesheets/style.scss */
.news-content {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 3395, app/assets/stylesheets/style.scss */
.news-title {
  color: #636364;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

/* line 3401, app/assets/stylesheets/style.scss */
.news-time {
  float: right;
  color: #bbb;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
}

/* line 3408, app/assets/stylesheets/style.scss */
.news-time span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

/* line 3413, app/assets/stylesheets/style.scss */
.num-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #717e88;
  *zoom: 1;
}

/* line 3420, app/assets/stylesheets/style.scss */
.num-stats:before, .num-stats:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3425, app/assets/stylesheets/style.scss */
.num-stats:after {
  clear: both;
}

/* line 3428, app/assets/stylesheets/style.scss */
.num-stats li {
  text-align: center;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px dotted #bbbbbb;
  border-left: 1px dotted whitesmoke;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3439, app/assets/stylesheets/style.scss */
.num-stats li:first-child {
  border-left: none;
}

/* line 3442, app/assets/stylesheets/style.scss */
.num-stats li:last-child {
  border-right: none;
}

/* line 3445, app/assets/stylesheets/style.scss */
.num-stats li .number {
  text-shadow: 0 1px #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 18px;
}

/* line 3452, app/assets/stylesheets/style.scss */
.num-stats li i {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  float: left;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* line 3468, app/assets/stylesheets/style.scss */
.num-stats li.stat-blue .number {
  color: #6e97aa;
}

/* line 3471, app/assets/stylesheets/style.scss */
.num-stats li.stat-blue i {
  background: #6e97aa;
  text-shadow: 0 1px rgba(66, 98, 112, 0.5);
}

/* line 3475, app/assets/stylesheets/style.scss */
.num-stats li.stat-blue strong {
  color: #6e97aa;
}

/* line 3478, app/assets/stylesheets/style.scss */
.num-stats li.stat-red .number {
  color: #ba6d6d;
}

/* line 3481, app/assets/stylesheets/style.scss */
.num-stats li.stat-red i {
  background: #ba6d6d;
  text-shadow: 0 1px rgba(131, 62, 62, 0.5);
}

/* line 3485, app/assets/stylesheets/style.scss */
.num-stats li.stat-red strong {
  color: #ba6d6d;
}

/* line 3488, app/assets/stylesheets/style.scss */
.num-stats li.stat-green .number {
  color: #8fae53;
}

/* line 3491, app/assets/stylesheets/style.scss */
.num-stats li.stat-green i {
  background: #8fae53;
  text-shadow: 0 1px rgba(86, 105, 50, 0.5);
}

/* line 3495, app/assets/stylesheets/style.scss */
.num-stats li.stat-green strong {
  color: #8fae53;
}

/* line 3498, app/assets/stylesheets/style.scss */
.well .num-stats li {
  border-right-color: #bbb;
  border-left-color: transparent;
}

/* line 3502, app/assets/stylesheets/style.scss */
.area-top .num-stats {
  margin-top: 5px;
}

/* line 3505, app/assets/stylesheets/style.scss */
.area-top .num-stats li {
  border: none;
}

/* line 3508, app/assets/stylesheets/style.scss */
.pagination > ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3513, app/assets/stylesheets/style.scss */
.pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 9px 16px;
}

/* line 3516, app/assets/stylesheets/style.scss */
.pagination > ul > li > a {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #AEAEAE;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 1px;
  cursor: pointer;
  color: #666;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

/* line 3542, app/assets/stylesheets/style.scss */
.pagination > ul > li > a:hover {
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
  background-image: linear-gradient(top, #f1f1f1, #eaeaea);
}

/* line 3552, app/assets/stylesheets/style.scss */
.pagination > ul > li.active a, .pagination > ul > li > a:active, .pagination > ul > li.active:hover a {
  color: #666;
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #fff;
  text-shadow: none;
}

/* line 3560, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar {
  height: 16px;
  width: 10px;
}

/* line 3564, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-button:start:decrement, .scrollable::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0;
}

/* line 3569, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

/* line 3574, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 3582, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
}

/* line 3586, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid transparent;
  border-width: 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
}

/* line 3595, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-thumb:vertical, .scrollable::-webkit-scrollbar-thumb:horizontal {
  background-color: #c6c6c6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 3603, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #949494;
}

/* line 3606, app/assets/stylesheets/style.scss */
.scrollable::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

/* line 3612, app/assets/stylesheets/style.scss */
.select2-container {
  width: 100%;
}

/* line 3615, app/assets/stylesheets/style.scss */
.select2-container .select2-choice {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: whitesmoke;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
}

/* line 3631, app/assets/stylesheets/style.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #d2d2d2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: whitesmoke;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
}

/* line 3651, app/assets/stylesheets/style.scss */
.select2-results .select2-highlighted {
  background: #519FC7;
}

/* line 3654, app/assets/stylesheets/style.scss */
.select2-drop {
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3666, app/assets/stylesheets/style.scss */
.select2-drop.select2-drop-above {
  border-top: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 3677, app/assets/stylesheets/style.scss */
.select2-container .select2-choice {
  color: #666666;
  height: 28px;
}

/* line 3681, app/assets/stylesheets/style.scss */
.select2-container .select2-choice div {
  border-left: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  width: 20px;
}

/* line 3691, app/assets/stylesheets/style.scss */
.select2-container .select2-choice div b {
  background: none;
}

/* line 3694, app/assets/stylesheets/style.scss */
.select2-container .select2-choice div b:after {
  content: "\f0dd";
  top: 2px;
  right: 2px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
}

/* line 3712, app/assets/stylesheets/style.scss */
.select2-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
  top: 5px;
  right: 10px;
}

/* line 3730, app/assets/stylesheets/style.scss */
.select2-search input {
  border: 1px solid #ccc;
  background: #fff;
}

/* line 3734, app/assets/stylesheets/style.scss */
.select2-search input.select2-active {
  background: white url(//d2u1hqqs95omht.cloudfront.net/../images/loading.gif) no-repeat 100%;
}

/* line 3737, app/assets/stylesheets/style.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #bbb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3743, app/assets/stylesheets/style.scss */
.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

/* line 3749, app/assets/stylesheets/style.scss */
.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d2d2d2;
}

/* line 3753, app/assets/stylesheets/style.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3759, app/assets/stylesheets/style.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
  border: 1px solid #d2d2d2;
}

/* line 3778, app/assets/stylesheets/style.scss */
.select2-container-multi .select2-search-choice-close {
  background: none !important;
}

/* line 3781, app/assets/stylesheets/style.scss */
.select2-container-multi .select2-search-choice-close:after {
  content: "\f00d";
  top: -4px;
  right: -2px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
}

/* line 3800, app/assets/stylesheets/style.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0px 5px;
}

/* line 3804, app/assets/stylesheets/style.scss */
.control-group.error .select2-choices {
  border-color: #b94a48;
}

/* line 3808, app/assets/stylesheets/style.scss */
.sidebar-background {
  position: fixed;
  z-index: -1;
  width: 200px;
  background: #eaeaea;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #ccc;
}

/* line 3818, app/assets/stylesheets/style.scss */
.sidebar-background .primary-sidebar-background {
  width: 200px;
  background: #11161A;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 3826, app/assets/stylesheets/style.scss */
.primary-sidebar {
  width: 200px;
  float: left;
  position: absolute;
}

/* line 3831, app/assets/stylesheets/style.scss */
.primary-sidebar .nav {
  margin-bottom: 20px;
}

/* line 3834, app/assets/stylesheets/style.scss */
.primary-sidebar .nav:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  left: 0;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
}

/* line 3848, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li {
  position: relative;
  border-bottom: 1px solid transparent;
}

/* line 3852, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  left: 0;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLDEzLDE0LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGQwZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLDEzLDE0LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(30%, rgba(10, 13, 14, 0.8)), color-stop(50%, #0a0d0e), color-stop(70%, rgba(10, 13, 14, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
}

/* line 3866, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li a:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 1px;
  width: 100%;
  left: 0;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
}

/* line 3880, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li .glow {
  position: absolute;
  height: 100%;
  width: 5px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background: #1F2B42;
  -webkit-box-shadow: 0 0 2px 1px #434d59 inset;
  -moz-box-shadow: 0 0 2px 1px #434d59 inset;
  box-shadow: 0 0 2px 1px #434d59 inset;
}

/* line 3893, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li:hover .glow {
  background: #4291A6;
  -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
  -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
  box-shadow: 0 0 2px 1px #7bc8d7 inset;
}

/* line 3899, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li:hover > a {
  color: #939ea4;
}

/* line 3902, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li.active .glow {
  background: #4291A6;
  -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
  -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
  box-shadow: 0 0 2px 1px #7bc8d7 inset;
}

/* line 3908, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li.active .glow:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  left: 8px;
  -webkit-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  -moz-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  background: rgba(124, 190, 215, 0.2);
}

/* line 3921, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li.active > a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: #939ea4;
}

/* line 3925, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: #6B787F;
}

/* line 3936, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
  background: #11161A;
}

/* line 3939, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li > a span {
  font-size: 12px;
  vertical-align: middle;
}

/* line 3943, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li > a i {
  vertical-align: middle;
}

/* line 3946, app/assets/stylesheets/style.scss */
.primary-sidebar .nav > li > a i + span {
  padding-left: 10px;
}

/* line 3949, app/assets/stylesheets/style.scss */
.user-avatar {
  width: 100%;
  position: relative;
}

/* line 3953, app/assets/stylesheets/style.scss */
.user-avatar .dropdown-toggle span {
  font-weight: 600;
}

/* line 3956, app/assets/stylesheets/style.scss */
.user-avatar a {
  display: inline-block;
}

/* line 3959, app/assets/stylesheets/style.scss */
.user-avatar a > span {
  position: relative;
}

/* line 3962, app/assets/stylesheets/style.scss */
.user-avatar a img {
  -webkit-box-shadow: 0 1px 3px #1e1e1e;
  -moz-box-shadow: 0 1px 3px #1e1e1e;
  box-shadow: 0 1px 3px #1e1e1e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 3972, app/assets/stylesheets/style.scss */
.user-avatar a .badge {
  z-index: 2;
  position: absolute;
  left: -6px;
  top: -10px;
}

/* line 3978, app/assets/stylesheets/style.scss */
.user-avatar .dropdown-menu {
  margin-top: 4px;
}

/* line 3981, app/assets/stylesheets/style.scss */
.status-error {
  color: #d13b3b;
}

/* line 3984, app/assets/stylesheets/style.scss */
.status-success {
  color: #629b3e;
}

/* line 3987, app/assets/stylesheets/style.scss */
.status-pending {
  color: #888;
}

/* line 3990, app/assets/stylesheets/style.scss */
.status-warning {
  color: #E36D2D;
}

/* line 3993, app/assets/stylesheets/style.scss */
.status-info {
  color: #4C9ECD;
}

/* line 3996, app/assets/stylesheets/style.scss */
hr.divider, li.divider {
  border: 0;
  height: 1px;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMDUsMjA1LDIwNSwwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2RjZGNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDIwNSwyMDUsMjA1LDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(205, 205, 205, 0)), color-stop(50%, #cdcdcd), color-stop(100%, rgba(205, 205, 205, 0)));
  background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: -moz-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: -o-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  position: relative;
}

/* line 4007, app/assets/stylesheets/style.scss */
hr.divider:after, li.divider:after {
  content: '';
  height: 1px;
  top: 1px;
  left: 0;
  width: 100%;
  position: absolute;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTAsMjUwLDI1MCwwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1MCwyNTAsMjUwLDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
  background: -moz-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
  background: linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
}

/* line 4021, app/assets/stylesheets/style.scss */
hr.divider + .padded, hr.divider + .vpadded, li.divider + .padded, li.divider + .vpadded {
  padding-top: 0;
}

/* line 4024, app/assets/stylesheets/style.scss */
.primary-sidebar .divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #0a0d0e;
  background: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLDQxLDQ3LDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(25%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(75%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
}

/* line 4035, app/assets/stylesheets/style.scss */
.primary-sidebar .divider:after {
  content: none;
}

/* line 4038, app/assets/stylesheets/style.scss */
.area-top {
  background: #ececec;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* line 4059, app/assets/stylesheets/style.scss */
.area-top .header {
  font-size: 14px;
}

/* line 4062, app/assets/stylesheets/style.scss */
.area-top .header i {
  float: left;
  font-size: 24px;
  margin-top: 4px;
  margin-right: 10px;
}

/* line 4068, app/assets/stylesheets/style.scss */
.area-top .header h3, .area-top .header h5 {
  margin: 0;
  font-weight: 300;
}

/* line 4072, app/assets/stylesheets/style.scss */
.area-top .header h3, .area-top .header i {
  color: #888;
}

/* line 4075, app/assets/stylesheets/style.scss */
.area-top .header h3 {
  line-height: 35px;
}

/* line 4078, app/assets/stylesheets/style.scss */
.area-top .header h5 {
  color: #aaa;
}

/* line 4081, app/assets/stylesheets/style.scss */
.area-top .header > * {
  vertical-align: middle;
  text-shadow: 0 1px #fff;
}

/* line 4085, app/assets/stylesheets/style.scss */
.sparkline-box {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

/* line 4090, app/assets/stylesheets/style.scss */
.sparkline-box.side .sparkline {
  margin-top: 5px;
}

/* line 4093, app/assets/stylesheets/style.scss */
.sparkline-box.side .sparkline-row {
  padding: 0;
  float: none;
  border: none;
}

/* line 4098, app/assets/stylesheets/style.scss */
.sparkline-box.side h4 {
  margin-right: 20px;
  min-width: 70px;
  text-shadow: none;
}

/* line 4103, app/assets/stylesheets/style.scss */
.sparkline-box.side h4 span {
  color: inherit;
}

/* line 4106, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline {
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
}

/* line 4112, app/assets/stylesheets/style.scss */
.sparkline-box .big {
  width: 83px;
  height: 30px;
}

/* line 4116, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline-row {
  *zoom: 1;
  text-align: center;
  padding: 0;
  padding-right: 15px;
  float: left;
  border-right: 1px dotted #aaa;
  border-left: 1px dotted #fff;
}

/* line 4125, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline-row:before, .sparkline-box .sparkline-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4130, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline-row:after {
  clear: both;
}

/* line 4133, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline-row:last-child {
  border-right: none;
}

/* line 4136, app/assets/stylesheets/style.scss */
.sparkline-box .sparkline-row:first-child {
  border-left: none;
}

/* line 4139, app/assets/stylesheets/style.scss */
.sparkline-box h4 {
  display: inline-block;
  text-align: center;
  margin: 0;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  min-width: 70px;
}

/* line 4146, app/assets/stylesheets/style.scss */
.sparkline-box h4.red {
  color: #c75d5d;
}

/* line 4149, app/assets/stylesheets/style.scss */
.sparkline-box h4.orange {
  color: #ff9f01;
}

/* line 4152, app/assets/stylesheets/style.scss */
.sparkline-box h4.blue {
  color: #6e97aa;
}

/* line 4155, app/assets/stylesheets/style.scss */
.sparkline-box h4.gray {
  color: #6b787f;
}

/* line 4158, app/assets/stylesheets/style.scss */
.sparkline-box h4.green {
  color: #8fae53;
}

/* line 4161, app/assets/stylesheets/style.scss */
.sparkline-box h4.dark-green {
  color: #779148;
}

/* line 4164, app/assets/stylesheets/style.scss */
.sparkline-box h4 span {
  color: #717e88;
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: normal;
}

/* line 4171, app/assets/stylesheets/style.scss */
.table-normal {
  margin-bottom: 0;
  color: #5a6573;
}

/* line 4175, app/assets/stylesheets/style.scss */
.table-normal tbody td, .table-normal thead td {
  border-left: 1px solid #eaebef;
}

/* line 4178, app/assets/stylesheets/style.scss */
.table-normal tbody td:first-child, .table-normal thead td:first-child, .table-normal thead th:first-child {
  border-left: none;
}

/* line 4181, app/assets/stylesheets/style.scss */
.table-normal tbody td {
  border-top: 1px solid #eaebef;
}

/* line 4184, app/assets/stylesheets/style.scss */
.table-normal thead td, .table-normal thead th {
  text-align: left;
  font-size: 11px;
  padding: 3px 5px 2px 5px;
  color: #666;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  font-size: 12px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  border-left: 1px solid #d1d2da;
  border-right: 1px solid #d1d2da;
  border-bottom: 1px solid #d1d2da;
}

/* line 4206, app/assets/stylesheets/style.scss */
.table-normal thead td:first-child, .table-normal thead th:first-child {
  border-left: none;
}

/* line 4209, app/assets/stylesheets/style.scss */
.table-normal thead td:last-child, .table-normal thead th:last-child {
  border-right: none;
}

/* line 4212, app/assets/stylesheets/style.scss */
.table-normal tbody td {
  padding: 7px 11px;
  vertical-align: top;
}

/* line 4216, app/assets/stylesheets/style.scss */
.table-normal tbody tr {
  border-top: 1px solid #eaebef;
}

/* line 4219, app/assets/stylesheets/style.scss */
.table-normal tbody tr:nth-child(even) {
  background: #F3F4F8;
}

/* line 4222, app/assets/stylesheets/style.scss */
.table-normal .icon {
  width: 30px;
  text-align: center;
}

/* line 4226, app/assets/stylesheets/style.scss */
.bootstrap-timepicker .separator, .bootstrap-timepicker .meridian-column, .bootstrap-timepicker tbody td {
  border-left: 0px;
}

/* line 4229, app/assets/stylesheets/style.scss */
.bootstrap-timepicker .separator {
  vertical-align: middle;
}

/* line 4232, app/assets/stylesheets/style.scss */
.triangle-button {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  top: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  height: 32px;
  width: 32px;
  text-shadow: none;
}

/* line 4246, app/assets/stylesheets/style.scss */
.triangle-button i, .triangle-button .inner {
  z-index: 1;
  position: absolute;
  right: 3px;
  top: 2px;
}

/* line 4252, app/assets/stylesheets/style.scss */
.triangle-button:before {
  content: '';
  display: inline-block;
  border-right: 32px solid;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 4261, app/assets/stylesheets/style.scss */
.triangle-button:hover, .triangle-button:active {
  color: #fff;
}

/* line 4264, app/assets/stylesheets/style.scss */
.triangle-button.red:before {
  border-right-color: #aa433a;
}

/* line 4267, app/assets/stylesheets/style.scss */
.triangle-button.red:hover:before {
  border-right-color: #b5473e;
}

/* line 4270, app/assets/stylesheets/style.scss */
.triangle-button.red:active:before {
  border-right-color: #9f3f36;
}

/* line 4273, app/assets/stylesheets/style.scss */
.triangle-button.green:before {
  border-right-color: #8fae53;
}

/* line 4276, app/assets/stylesheets/style.scss */
.triangle-button.green:hover:before {
  border-right-color: #96b35d;
}

/* line 4279, app/assets/stylesheets/style.scss */
.triangle-button.green:active:before {
  border-right-color: #87a44d;
}

/* line 4282, app/assets/stylesheets/style.scss */
.triangle-button.blue:before {
  border-right-color: #7fb3d4;
}

/* line 4285, app/assets/stylesheets/style.scss */
.triangle-button.blue:hover:before {
  border-right-color: #8abad8;
}

/* line 4288, app/assets/stylesheets/style.scss */
.triangle-button.blue:active:before {
  border-right-color: #74acd0;
}

/* line 4291, app/assets/stylesheets/style.scss */
.triangle-button.orange:before {
  border-right-color: #cf6e20;
}

/* line 4294, app/assets/stylesheets/style.scss */
.triangle-button.orange:hover:before {
  border-right-color: #dc7522;
}

/* line 4297, app/assets/stylesheets/style.scss */
.triangle-button.orange:active:before {
  border-right-color: #c2671e;
}

/* line 4300, app/assets/stylesheets/style.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 4304, app/assets/stylesheets/style.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  border: none;
  cursor: pointer;
}

/* line 4313, app/assets/stylesheets/style.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 6px;
  font-size: .7em;
  display: block;
  border: 1px solid #5ba8e1;
  box-shadow: 0 1px 0 #aad6f6 inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: #81b8f3;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d4f5), color-stop(100%, #81b8f3));
  background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: linear-gradient(top, #a0d4f5, #81b8f3);
}

/* line 4334, app/assets/stylesheets/style.scss */
.ui-slider-horizontal {
  height: 4px;
  background: #d7d7d7;
  border: 1px solid #bababa;
  box-shadow: 0 1px 0 #fff,  0 1px 0 #cfcfcf inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 4347, app/assets/stylesheets/style.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -0.6em;
}

/* line 4351, app/assets/stylesheets/style.scss */
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}

/* line 4354, app/assets/stylesheets/style.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 4357, app/assets/stylesheets/style.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 4360, app/assets/stylesheets/style.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-left: 0;
  margin-bottom: -0.6em;
}

/* line 4365, app/assets/stylesheets/style.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 4px;
  background: #81b8f3;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d4f5), color-stop(100%, #81b8f3));
  background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: linear-gradient(top, #a0d4f5, #81b8f3);
}

/* line 4377, app/assets/stylesheets/style.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 4380, app/assets/stylesheets/style.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 4383, app/assets/stylesheets/style.scss */
.ui-slider-vertical {
  height: 100px;
  width: 6px;
  background: #d7d7d7;
  box-shadow: 0 1px 0 white,  0 1px 0 #cfcfcf inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 4394, app/assets/stylesheets/style.scss */
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #f9fbfa;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3Y2VkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7ced6), color-stop(100%, #f9fbfa));
  background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: linear-gradient(top, #c7ced6, #f9fbfa);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

/* line 4414, app/assets/stylesheets/style.scss */
.ui-slider .ui-slider-handle:active {
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
}

/* line 4419, app/assets/stylesheets/style.scss */
.ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #30a2d2;
  -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px #fff;
  -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px #fff;
  box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px #fff;
}

/* line 4434, app/assets/stylesheets/style.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}

/* line 4437, app/assets/stylesheets/style.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -8px;
}

/* line 4440, app/assets/stylesheets/style.scss */
.ranged-slider-ui label {
  color: #858585;
}

/* line 4443, app/assets/stylesheets/style.scss */
.ranged-slider-ui input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

/* line 4451, app/assets/stylesheets/style.scss */
.ranged-slider-ui input:focus {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 4458, app/assets/stylesheets/style.scss */
.ranged-slider-ui.vertical-bars span {
  height: 120px;
  float: left;
  margin-right: 30px;
  display: block;
}

/* line 4464, app/assets/stylesheets/style.scss */
.uploader, .selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

/* line 4471, app/assets/stylesheets/style.scss */
.uploader *, .selector * {
  margin: 0;
  padding: 0;
}

/* line 4475, app/assets/stylesheets/style.scss */
.selector select:focus {
  outline: 0;
}

/* line 4478, app/assets/stylesheets/style.scss */
.uploader {
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  cursor: default;
}

/* line 4485, app/assets/stylesheets/style.scss */
.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

/* line 4498, app/assets/stylesheets/style.scss */
.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

/* line 4511, app/assets/stylesheets/style.scss */
.uploader input {
  width: 190px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* line 4523, app/assets/stylesheets/style.scss */
.uploader input:focus {
  outline: 0;
}

/* line 4526, app/assets/stylesheets/style.scss */
.uploader.disabled span.action {
  color: #aaa;
}

/* line 4529, app/assets/stylesheets/style.scss */
.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 4533, app/assets/stylesheets/style.scss */
.table th {
  font-weight: 600;
}

/* line 4537, app/assets/stylesheets/style.scss */
#export-modal .btn {
  line-height: 24px;
}

/* line 4540, app/assets/stylesheets/style.scss */
#export-modal .row-fluid [class*="span"] {
  margin-left: 0px;
}

/* line 4545, app/assets/stylesheets/style.scss */
.capitalized {
  text-transform: uppercase;
}

/* line 4549, app/assets/stylesheets/style.scss */
.select2-container .select2-choice, .select2-container-multi .select2-choices {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

/* line 4557, app/assets/stylesheets/style.scss */
.inline-check-box {
  display: inline-block;
}

/* line 4559, app/assets/stylesheets/style.scss */
.inline-check-box label {
  padding-right: 13px;
}

/* line 4561, app/assets/stylesheets/style.scss */
.inline-check-box label > * {
  display: inline-block;
  margin: 0 7px 0 0;
}

/* line 4568, app/assets/stylesheets/style.scss */
.background-loading-modal {
  background-color: white;
  padding-bottom: 30px;
}

/* line 4572, app/assets/stylesheets/style.scss */
.background-loading-modal .modal {
  top: 30%;
  width: 630px;
}

/* line 4577, app/assets/stylesheets/style.scss */
.background-loading-modal .modal-body {
  font-size: 20px;
}

/* line 4583, app/assets/stylesheets/style.scss */
.name-col,
.external-name-col,
.departments-col,
.locations-col,
.actions-col {
  text-align: left;
}

/* line 4590, app/assets/stylesheets/style.scss */
.name-col input, .name-col .select2-container,
.external-name-col input,
.external-name-col .select2-container,
.departments-col input,
.departments-col .select2-container,
.locations-col input,
.locations-col .select2-container,
.actions-col input,
.actions-col .select2-container {
  margin-bottom: 7px;
}

/* line 4595, app/assets/stylesheets/style.scss */
.col-contents {
  vertical-align: top !important;
  padding-top: 15px !important;
}

/* line 4600, app/assets/stylesheets/style.scss */
.name-col,
.external-name-col {
  width: 15%;
}

/* line 4605, app/assets/stylesheets/style.scss */
.actions-col {
  width: 20%;
}

/* line 4609, app/assets/stylesheets/style.scss */
.departments-col,
.locations-col {
  width: 25%;
}

/* line 4614, app/assets/stylesheets/style.scss */
.btn-margins {
  margin-right: 5px;
  margin-bottom: 10px;
}

/* line 4619, app/assets/stylesheets/style.scss */
.name-input {
  width: 70%;
  margin: auto;
}

/* line 4624, app/assets/stylesheets/style.scss */
.no-top-border {
  border-top: none !important;
}

/* line 4628, app/assets/stylesheets/style.scss */
.no-left-border {
  border-left: none !important;
}

/* line 4632, app/assets/stylesheets/style.scss */
.no-right-border {
  border-right: none !important;
}

/* line 4636, app/assets/stylesheets/style.scss */
.no-left-padding {
  padding-left: 0 !important;
}

/* line 4640, app/assets/stylesheets/style.scss */
.no-right-padding {
  padding-right: 0 !important;
}

/* line 4644, app/assets/stylesheets/style.scss */
.no-top-padding {
  padding-top: 0 !important;
}

/* line 4648, app/assets/stylesheets/style.scss */
.no-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 4653, app/assets/stylesheets/style.scss */
.transparent-rows-container tr {
  background-color: transparent !important;
}

/* line 4657, app/assets/stylesheets/style.scss */
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, app/assets/stylesheets/datetimepicker.scss */
.datepicker {
  /*  padding: 4px;  // Removed because it changes the look of the text_field box */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

/* line 21, app/assets/stylesheets/datetimepicker.scss */
.datepicker-z-fix {
  z-index: 1010;
}

/* line 25, app/assets/stylesheets/datetimepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 28, app/assets/stylesheets/datetimepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 31, app/assets/stylesheets/datetimepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 34, app/assets/stylesheets/datetimepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 59, app/assets/stylesheets/datetimepicker.scss */
.datepicker > div {
  display: none;
}

/* line 62, app/assets/stylesheets/datetimepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 65, app/assets/stylesheets/datetimepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 68, app/assets/stylesheets/datetimepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 71, app/assets/stylesheets/datetimepicker.scss */
.datepicker table {
  margin: 0;
}

/* line 74, app/assets/stylesheets/datetimepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 84, app/assets/stylesheets/datetimepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 88, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 96, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 102, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 120, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 142, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 152, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 155, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 158, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 187, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 209, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 219, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 238, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 260, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 270, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #84D5EF;
  border-color: #84D5EF;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 279, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 301, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #84D5EF;
}

/* line 311, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 323, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 326, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 332, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #84D5EF;
  border-color: #84D5EF;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 341, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 363, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #84D5EF;
}

/* line 373, app/assets/stylesheets/datetimepicker.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 377, app/assets/stylesheets/datetimepicker.scss */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 380, app/assets/stylesheets/datetimepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/datetimepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 388, app/assets/stylesheets/datetimepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 394, app/assets/stylesheets/datetimepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 398, app/assets/stylesheets/datetimepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 405, app/assets/stylesheets/datetimepicker.scss */
.input-daterange input {
  text-align: center;
}

/* line 408, app/assets/stylesheets/datetimepicker.scss */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 413, app/assets/stylesheets/datetimepicker.scss */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 418, app/assets/stylesheets/datetimepicker.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1, app/assets/stylesheets/timepicker.css */
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

/* line 15, app/assets/stylesheets/timepicker.css */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

/* line 19, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 25, app/assets/stylesheets/timepicker.css */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 29, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 33, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

/* line 42, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 46, app/assets/stylesheets/timepicker.css */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

/* line 52, app/assets/stylesheets/timepicker.css */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 57, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 64, app/assets/stylesheets/timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/* line 1, app/assets/stylesheets/users.scss */
h4.new-user-steps, h5.new-user-steps {
  margin-top: 20px;
  margin-left: 15px;
}

/* line 6, app/assets/stylesheets/users.scss */
.help-inline {
  color: red;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/users.scss */
table tbody td {
  word-break: break-word;
}

/* line 17, app/assets/stylesheets/users.scss */
table#users_list i, table#users_list input {
  display: block;
  margin: auto;
  text-align: center;
}

/* line 24, app/assets/stylesheets/users.scss */
.legend-calendar {
  margin: 20px 0 20px 0 !important;
}

/* line 28, app/assets/stylesheets/users.scss */
.avatar-user-small {
  margin-right: 6px;
}

/* line 32, app/assets/stylesheets/users.scss */
.avatar-box {
  display: inline-block;
  margin-left: 18px;
}

/* line 37, app/assets/stylesheets/users.scss */
.avatar-upload {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/users.scss */
.user-locations-departments li > a {
  color: #0088cc;
}

/* line 48, app/assets/stylesheets/users.scss */
#user-edit-side-well {
  margin-top: 10px;
  margin-right: 20px;
}

/* line 55, app/assets/stylesheets/users.scss */
#user_data .input-append input.readonly {
  background-color: #f0f0f0;
  border: none;
  border-radius: unset;
}

/* line 60, app/assets/stylesheets/users.scss */
#user_data .input-append input.readonly.date_picker {
  font-size: 12px;
  color: #858585;
  padding-left: 5px;
}

/* line 68, app/assets/stylesheets/users.scss */
#user_data .add-on {
  background: none;
  border: none;
}

/* line 76, app/assets/stylesheets/users.scss */
.users.box th {
  text-align: center;
}

/* line 79, app/assets/stylesheets/users.scss */
.users.box th .fa-sort {
  padding-top: 5px;
}

/* line 84, app/assets/stylesheets/users.scss */
.users.box .btn-group {
  margin: 5px 10px;
}

/* line 89, app/assets/stylesheets/users.scss */
.users .blue-link > a {
  color: #0088cc;
}

/* line 94, app/assets/stylesheets/users.scss */
.table-header.archived-users {
  background: none;
  padding-top: 4px;
}

/* line 98, app/assets/stylesheets/users.scss */
.table-header.archived-users input {
  margin: 5px 0px 9px 20px;
  height: 24px;
}

/* line 103, app/assets/stylesheets/users.scss */
.table-header.archived-users .icon-remove-sign {
  opacity: 0.6;
  margin: -19px;
}

/* line 109, app/assets/stylesheets/users.scss */
.user-actions-right {
  float: right;
}

/* line 111, app/assets/stylesheets/users.scss */
.user-actions-right a {
  margin-left: 5px;
}

/* line 116, app/assets/stylesheets/users.scss */
#change-password-cancel-button {
  margin-right: 5px;
}

/* eDays disabled button styling */
/* line 121, app/assets/stylesheets/users.scss */
.box .box-header .box-toolbar > li.add-btn.edays-disabled, .box .box-header .box-toolbar > li.edays-disabled.smartinsights-author-console-button,
.box .box-header .box-toolbar > li.add-btn.edays-disabled > a,
.box .box-header .box-toolbar > li.edays-disabled.smartinsights-author-console-button > a,
.box .box-header .box-toolbar > li.add-btn.edays-disabled > a:active,
.box .box-header .box-toolbar > li.add-btn.edays-disabled > a:hover {
  background: #cccccc !important;
  color: #b0b0b0 !important;
  cursor: pointer !important;
  /* Keep clickable cursor for modal */
}

/* line 130, app/assets/stylesheets/users.scss */
.box .box-header .box-toolbar > li.blue-link.edays-disabled,
.box .box-header .box-toolbar > li.blue-link.edays-disabled > a,
.box .box-header .box-toolbar > li.blue-link.edays-disabled > a:active,
.box .box-header .box-toolbar > li.blue-link.edays-disabled > a:hover {
  background: #cccccc !important;
  color: #b0b0b0 !important;
  cursor: pointer !important;
  /* Keep clickable cursor for modal */
  border-left: 1px solid #cecece !important;
  line-height: 37px !important;
  display: block !important;
}

/* line 2, app/assets/stylesheets/rotation.scss */
#rotation_days .ui-state-highlight {
  margin-bottom: 15px;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/rotation.scss */
#rotation_days .week_day {
  float: left;
  height: 100%;
  margin-right: 4px;
  width: 7.55%;
  padding-top: 25px;
}

/* line 15, app/assets/stylesheets/rotation.scss */
#rotation_days .rotation_day {
  float: left;
  border: 1px solid;
  height: 100%;
}

/* line 20, app/assets/stylesheets/rotation.scss */
#rotation_days .rotation_day .placeholder {
  line-height: 22px;
  padding-top: 3px;
}

/* line 23, app/assets/stylesheets/rotation.scss */
#rotation_days .rotation_day .placeholder span {
  display: block;
}

/* line 26, app/assets/stylesheets/rotation.scss */
#rotation_days .rotation_day .placeholder .day-tag {
  padding-top: 12px;
}

/* line 31, app/assets/stylesheets/rotation.scss */
#rotation_days .rotation_day .placeholder .unavailable-type-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 1170px) {
  /* line 42, app/assets/stylesheets/rotation.scss */
  #rotation_days .rotation_day {
    margin-right: 11px;
    width: 10.15%;
  }
}

@media (max-width: 1169px) {
  /* line 51, app/assets/stylesheets/rotation.scss */
  #rotation_days .rotation_day {
    margin-right: 6px;
    width: 9.15%;
  }
}

/* line 58, app/assets/stylesheets/rotation.scss */
#rotation-shift-types, #rotation-unavailable {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 280px;
}

/* line 63, app/assets/stylesheets/rotation.scss */
#rotation-shift-types .ui-draggable span, #rotation-unavailable .ui-draggable span {
  display: block;
}

/* line 69, app/assets/stylesheets/rotation.scss */
.shift_block {
  height: 75px;
  overflow: hidden;
}

@media (min-width: 766px) {
  /* line 75, app/assets/stylesheets/rotation.scss */
  .fix-rotation-draggables {
    position: fixed;
    top: 15px;
  }
}

/* line 84, app/assets/stylesheets/rotation.scss */
.rotation-conflicts .foreign-department {
  text-decoration: underline;
}

/* line 89, app/assets/stylesheets/rotation.scss */
.rotation-filter-form {
  position: relative;
}

/* line 93, app/assets/stylesheets/rotation.scss */
#remove-rotation-filter {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
}

/* line 4, app/assets/stylesheets/makeshift.scss */
.btn i {
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/makeshift.scss */
.row-fluid [class*="span2"]:nth-child(6n+1) {
  margin-left: 0;
}

/* line 12, app/assets/stylesheets/makeshift.scss */
.row-fluid [class*="span3"]:nth-child(4n+1) {
  margin-left: 0;
}

/* line 15, app/assets/stylesheets/makeshift.scss */
.row-fluid [class*="span4"]:nth-child(3n+1) {
  margin-left: 0;
}

/* line 18, app/assets/stylesheets/makeshift.scss */
.row-fluid [class*="span6"]:nth-child(2n+1) {
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/makeshift.scss */
input[name^="minute"], input[name^="meridian"], input[name^="hour"] {
  padding: 5px;
}

/* line 26, app/assets/stylesheets/makeshift.scss */
.ui-droppable {
  margin-top: 10px;
  border: 1px solid;
  text-align: center;
  line-height: 50px;
}

/* line 35, app/assets/stylesheets/makeshift.scss */
.ui-draggable {
  background-color: #ccdcea;
  height: 50px;
  list-style-type: none;
  margin-top: 4px;
  padding-top: 5px;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/makeshift.scss */
div#move_shift {
  display: block;
  margin: 0px;
  border: 0px;
}

/* line 54, app/assets/stylesheets/makeshift.scss */
.span_error {
  color: red;
}

/* line 58, app/assets/stylesheets/makeshift.scss */
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 1px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 78, app/assets/stylesheets/makeshift.scss */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/makeshift.scss */
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 96, app/assets/stylesheets/makeshift.scss */
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

/* line 100, app/assets/stylesheets/makeshift.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 103, app/assets/stylesheets/makeshift.scss */
th.headerSortDown > div:after {
  font-family: FontAwesome;
  float: right;
  content: "  \F0DD" !important;
}

/* line 108, app/assets/stylesheets/makeshift.scss */
th.headerSortUp > div:after {
  font-family: FontAwesome;
  float: right;
  content: "  \F0DE" !important;
}

/* line 113, app/assets/stylesheets/makeshift.scss */
th.header > div:after {
  font-family: FontAwesome;
  float: right;
  content: "  \F0DC";
}

/* line 119, app/assets/stylesheets/makeshift.scss */
.condensed th, .condensed td {
  padding: 4px;
}

/* line 123, app/assets/stylesheets/makeshift.scss */
.long-names {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 128, app/assets/stylesheets/makeshift.scss */
.table-options {
  width: 160px;
}

/* line 132, app/assets/stylesheets/makeshift.scss */
.blue-text {
  color: #0066FF;
}

/* line 136, app/assets/stylesheets/makeshift.scss */
.picker__wrap {
  z-index: 9999;
}

/* line 140, app/assets/stylesheets/makeshift.scss */
.purr {
  position: fixed;
  top: 30px;
  right: 100px;
  width: 250px;
  padding: 20px;
  background-color: #FCC;
  border: solid 2px #C66;
}

/* line 148, app/assets/stylesheets/makeshift.scss */
.purr:first-letter {
  text-transform: uppercase;
}

/* line 151, app/assets/stylesheets/makeshift.scss */
.explain-footer, .explain-footer-right {
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

/* line 156, app/assets/stylesheets/makeshift.scss */
.explain-footer {
  text-align: center;
}

/* line 159, app/assets/stylesheets/makeshift.scss */
.explain-footer-right {
  text-align: right;
}

/* line 163, app/assets/stylesheets/makeshift.scss */
.btn-task {
  margin-bottom: 15px;
}

/* line 167, app/assets/stylesheets/makeshift.scss */
.modal-calendar {
  font-size: 10px;
}

/* line 171, app/assets/stylesheets/makeshift.scss */
.dropdown-menu {
  z-index: 1100;
}

/* line 175, app/assets/stylesheets/makeshift.scss */
i#js-clear-search {
  color: #aaa;
  position: absolute;
  margin: 25px 0px 0px -20px;
}

/* line 181, app/assets/stylesheets/makeshift.scss */
#jquery-loader {
  border: 2px #000 solid;
  padding-top: 35px;
  background-color: #000;
  text-align: center;
}

/* line 187, app/assets/stylesheets/makeshift.scss */
#jquery-loader.blue-with-image-2 {
  border: 0;
  padding-top: 35px;
  background-color: transparent;
  text-align: center;
  background-image: url(//d2u1hqqs95omht.cloudfront.net/assets/ajax-loader-fba847a59cad9c1aa4d55552f6df792f527df69d458d29548d97292f58f4079a.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 196, app/assets/stylesheets/makeshift.scss */
#jquery-loader-background {
  background-color: #000;
}

/* line 200, app/assets/stylesheets/makeshift.scss */
#overlay {
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: #000;
  display: none;
  text-align: center;
}

/* line 211, app/assets/stylesheets/makeshift.scss */
.modal-backdrop {
  background-color: #FFF;
}

/* line 214, app/assets/stylesheets/makeshift.scss */
.help-block {
  font-size: 10px;
  color: #999;
}

/* line 218, app/assets/stylesheets/makeshift.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #DEE1E2;
}

/* line 222, app/assets/stylesheets/makeshift.scss */
.select2-container-multi .select2-search-choice-focus .select2-search-choice-close:after {
  color: #AA433A;
}

/* line 227, app/assets/stylesheets/makeshift.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 231, app/assets/stylesheets/makeshift.scss */
.label-message-to {
  background-color: #69B7CF;
}

/* line 236, app/assets/stylesheets/makeshift.scss */
.messages .message-label {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 10px 0px 0px;
}

/* line 241, app/assets/stylesheets/makeshift.scss */
.messages span.label {
  padding: 6px 10px;
  margin: 2px 2px;
}

/* line 246, app/assets/stylesheets/makeshift.scss */
.messages:nth-child(n+1) {
  border-top: 1px solid #EAEBEF;
}

/* line 249, app/assets/stylesheets/makeshift.scss */
.messages .to-field-hide {
  height: 25px;
}

/* line 256, app/assets/stylesheets/makeshift.scss */
#messages_list tbody tr {
  cursor: pointer;
}

/* line 262, app/assets/stylesheets/makeshift.scss */
.half-padded {
  padding: 8px;
}

/* line 266, app/assets/stylesheets/makeshift.scss */
.app-logo {
  height: 20px;
  width: 115px;
}

/* line 273, app/assets/stylesheets/makeshift.scss */
.external-event span {
  display: block;
}

/* line 279, app/assets/stylesheets/makeshift.scss */
.fa-arrows.handle {
  display: inline-block;
  margin-right: 2px;
}

/* line 284, app/assets/stylesheets/makeshift.scss */
.job-sites-truncated, .positions-truncated, .skills-truncated {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*= PRICING TABLE
---------------------------------------------------------------------------------------------- */
/* line 292, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan {
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  margin: 0 0 0px;
  position: relative;
  z-index: 1;
  min-height: 380px;
}

/* line 305, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan:hover {
  border-color: #ccc #ccc #bbb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* line 312, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan.active {
  border: 2px solid #4397c2;
}

/* line 315, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-name {
  padding: 25px 0;
}

/* line 318, app/assets/stylesheets/makeshift.scss */
.pricing-table .add-on {
  padding-bottom: 5px;
  font-weight: 500;
}

/* line 322, app/assets/stylesheets/makeshift.scss */
.pricing-table .base-plan {
  padding-bottom: 22px;
}

/* line 325, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-name h2 {
  line-height: 24.5px;
  font-size: 20.5px;
  margin: 0;
  font-weight: 600;
}

/* line 331, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-name h2 + p {
  margin: 10px 15px 0;
}

/* line 334, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-price {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

/* line 340, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-price b {
  font-size: 24px;
  font-weight: 400;
}

/* line 344, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-price b b {
  font-size: 16px;
  font-weight: 500;
}

/* line 348, app/assets/stylesheets/makeshift.scss */
.pricing-table .prefered .plan-price {
  background: #fff7e3;
  color: #b0a996;
}

/* line 352, app/assets/stylesheets/makeshift.scss */
.pricing-table .prefered .plan-price b {
  color: #d95246;
}

/* line 355, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-details > div {
  background: #fff;
  padding: 10px;
}

/* line 359, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-action {
  background: #fafafa;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}

/* line 367, app/assets/stylesheets/makeshift.scss */
.pricing-table.row-merge .plan {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 372, app/assets/stylesheets/makeshift.scss */
.pricing-table.row-merge [class*="span"]:first-child .plan {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 377, app/assets/stylesheets/makeshift.scss */
.pricing-table.row-merge [class*="span"]:last-child .plan {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 382, app/assets/stylesheets/makeshift.scss */
.pricing-table.row-merge [class*="span"] + [class*="span"] .plan {
  margin-left: -1px;
}

/* line 386, app/assets/stylesheets/makeshift.scss */
.pricing-table input[type="checkbox"] {
  display: none;
}

/* line 390, app/assets/stylesheets/makeshift.scss */
.pricing-table input[type=checkbox] {
  margin: 7px 0 0 0;
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/uncheck@1x-0d5a001ce446972f17a440550ca5fb8bebafac1caa1f9c785c703de7683f7d88.png) no-repeat 0 0 transparent;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0;
  border: 0;
}

/* line 400, app/assets/stylesheets/makeshift.scss */
.pricing-table .plan-checkbox {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 406, app/assets/stylesheets/makeshift.scss */
.total-pricing .total-text {
  font-size: 2em;
}

/* line 410, app/assets/stylesheets/makeshift.scss */
.total-pricing .total-per {
  text-align: right;
  font-size: 1em;
}

/* line 415, app/assets/stylesheets/makeshift.scss */
.total-pricing {
  padding-top: 20px;
  padding-right: 15px;
}

/* line 420, app/assets/stylesheets/makeshift.scss */
.total-pricing .total-amount {
  font-size: 2em;
  color: #468fbe;
}

/* line 425, app/assets/stylesheets/makeshift.scss */
.pricing-table .check-container input[type=checkbox]:checked {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/check@1x-6c7fe3efffdedca967c92931a27dc72be83698dc7f9700674ac0fc8a4595eca9.png) no-repeat 0 0 transparent;
}

/* line 429, app/assets/stylesheets/makeshift.scss */
.bold-label {
  font-weight: 600;
}

/* line 433, app/assets/stylesheets/makeshift.scss */
.word-wrap {
  word-wrap: break-word;
}

/* line 11, app/assets/stylesheets/departments.scss */
.gmnoprint img {
  max-width: none;
}

/* Department profile button states */
/* line 16, app/assets/stylesheets/departments.scss */
.box .box-header .box-toolbar > li.add-btn.disabled, .box .box-header .box-toolbar > li.disabled.smartinsights-author-console-button,
.box .box-header .box-toolbar > li.add-btn.disabled > a:active,
.box .box-header .box-toolbar > li.disabled.smartinsights-author-console-button > a:active,
.box .box-header .box-toolbar > li.add-btn.disabled > a:hover,
.box .box-header .box-toolbar > li.disabled.smartinsights-author-console-button > a:hover {
  background: #a9d9a9;
}

/* Always-present boilerplate row on record table */
/* line 22, app/assets/stylesheets/departments.scss */
tr.empty-row > td, tr.empty-row:hover > td {
  background-color: #fff !important;
}

/* line 25, app/assets/stylesheets/departments.scss */
tr + tr.empty-row {
  display: none;
}

/*
  Calendar colors
*/
/*
  shift colors
*/
/* line 53, app/assets/stylesheets/departments.scss */
.department-0 {
  color: #2AB6E3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-0-cal {
  background-color: #2AB6E3;
  border-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-0-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-0-cal-light {
  background-color: #aae2f4;
  border-color: #aae2f4;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-0-cal-dark {
  background-color: #2292b6;
  border-color: #2292b6;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-1 {
  color: #ba55d3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-1-cal {
  background-color: #ba55d3;
  border-color: #ba55d3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-1-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-1-cal-light {
  background-color: #e3bbed;
  border-color: #e3bbed;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-1-cal-dark {
  background-color: #9544a9;
  border-color: #9544a9;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-2 {
  color: #f08080;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-2-cal {
  background-color: #f08080;
  border-color: #f08080;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-2-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-2-cal-light {
  background-color: #f9cccc;
  border-color: #f9cccc;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-2-cal-dark {
  background-color: #c06666;
  border-color: #c06666;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-3 {
  color: #cc3399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-3-cal {
  background-color: #cc3399;
  border-color: #cc3399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-3-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-3-cal-light {
  background-color: #ebadd6;
  border-color: #ebadd6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-3-cal-dark {
  background-color: #a3297a;
  border-color: #a3297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-4 {
  color: #ffb6c1;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-4-cal {
  background-color: #ffb6c1;
  border-color: #ffb6c1;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-4-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-4-cal-light {
  background-color: #ffe2e6;
  border-color: #ffe2e6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-4-cal-dark {
  background-color: #cc929a;
  border-color: #cc929a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-5 {
  color: #87cefa;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-5-cal {
  background-color: #87cefa;
  border-color: #87cefa;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-5-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-5-cal-light {
  background-color: #cfebfd;
  border-color: #cfebfd;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-5-cal-dark {
  background-color: #6ca5c8;
  border-color: #6ca5c8;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-6 {
  color: #6600ff;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-6-cal {
  background-color: #6600ff;
  border-color: #6600ff;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-6-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-6-cal-light {
  background-color: #c299ff;
  border-color: #c299ff;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-6-cal-dark {
  background-color: #5200cc;
  border-color: #5200cc;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-7 {
  color: #003399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-7-cal {
  background-color: #003399;
  border-color: #003399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-7-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-7-cal-light {
  background-color: #99add6;
  border-color: #99add6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-7-cal-dark {
  background-color: #00297a;
  border-color: #00297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-8 {
  color: #996600;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-8-cal {
  background-color: #996600;
  border-color: #996600;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-8-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-8-cal-light {
  background-color: #d6c299;
  border-color: #d6c299;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-8-cal-dark {
  background-color: #7a5200;
  border-color: #7a5200;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-9 {
  color: #ffcc00;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-9-cal {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-9-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-9-cal-light {
  background-color: #ffeb99;
  border-color: #ffeb99;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-9-cal-dark {
  background-color: #cca300;
  border-color: #cca300;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-10 {
  color: #ff9900;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-10-cal {
  background-color: #ff9900;
  border-color: #ff9900;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-10-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-10-cal-light {
  background-color: #ffd699;
  border-color: #ffd699;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-10-cal-dark {
  background-color: #cc7a00;
  border-color: #cc7a00;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-11 {
  color: #336666;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-11-cal {
  background-color: #336666;
  border-color: #336666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-11-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-11-cal-light {
  background-color: #adc2c2;
  border-color: #adc2c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-11-cal-dark {
  background-color: #295252;
  border-color: #295252;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-12 {
  color: #ff0099;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-12-cal {
  background-color: #ff0099;
  border-color: #ff0099;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-12-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-12-cal-light {
  background-color: #ff99d6;
  border-color: #ff99d6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-12-cal-dark {
  background-color: #cc007a;
  border-color: #cc007a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-13 {
  color: #cc9966;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-13-cal {
  background-color: #cc9966;
  border-color: #cc9966;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-13-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-13-cal-light {
  background-color: #ebd6c2;
  border-color: #ebd6c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-13-cal-dark {
  background-color: #a37a52;
  border-color: #a37a52;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-14 {
  color: #cc33c9;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-14-cal {
  background-color: #cc33c9;
  border-color: #cc33c9;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-14-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-14-cal-light {
  background-color: #ebade9;
  border-color: #ebade9;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-14-cal-dark {
  background-color: #a329a1;
  border-color: #a329a1;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-15 {
  color: #2AB6E3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-15-cal {
  background-color: #2AB6E3;
  border-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-15-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-15-cal-light {
  background-color: #aae2f4;
  border-color: #aae2f4;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-15-cal-dark {
  background-color: #2292b6;
  border-color: #2292b6;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-16 {
  color: #ba55d3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-16-cal {
  background-color: #ba55d3;
  border-color: #ba55d3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-16-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-16-cal-light {
  background-color: #e3bbed;
  border-color: #e3bbed;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-16-cal-dark {
  background-color: #9544a9;
  border-color: #9544a9;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-17 {
  color: #f08080;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-17-cal {
  background-color: #f08080;
  border-color: #f08080;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-17-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-17-cal-light {
  background-color: #f9cccc;
  border-color: #f9cccc;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-17-cal-dark {
  background-color: #c06666;
  border-color: #c06666;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-18 {
  color: #cc3399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-18-cal {
  background-color: #cc3399;
  border-color: #cc3399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-18-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-18-cal-light {
  background-color: #ebadd6;
  border-color: #ebadd6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-18-cal-dark {
  background-color: #a3297a;
  border-color: #a3297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-19 {
  color: #ffb6c1;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-19-cal {
  background-color: #ffb6c1;
  border-color: #ffb6c1;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-19-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-19-cal-light {
  background-color: #ffe2e6;
  border-color: #ffe2e6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-19-cal-dark {
  background-color: #cc929a;
  border-color: #cc929a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-20 {
  color: #87cefa;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-20-cal {
  background-color: #87cefa;
  border-color: #87cefa;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-20-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-20-cal-light {
  background-color: #cfebfd;
  border-color: #cfebfd;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-20-cal-dark {
  background-color: #6ca5c8;
  border-color: #6ca5c8;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-21 {
  color: #6600ff;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-21-cal {
  background-color: #6600ff;
  border-color: #6600ff;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-21-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-21-cal-light {
  background-color: #c299ff;
  border-color: #c299ff;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-21-cal-dark {
  background-color: #5200cc;
  border-color: #5200cc;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-22 {
  color: #003399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-22-cal {
  background-color: #003399;
  border-color: #003399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-22-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-22-cal-light {
  background-color: #99add6;
  border-color: #99add6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-22-cal-dark {
  background-color: #00297a;
  border-color: #00297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-23 {
  color: #996600;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-23-cal {
  background-color: #996600;
  border-color: #996600;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-23-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-23-cal-light {
  background-color: #d6c299;
  border-color: #d6c299;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-23-cal-dark {
  background-color: #7a5200;
  border-color: #7a5200;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-24 {
  color: #ffcc00;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-24-cal {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-24-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-24-cal-light {
  background-color: #ffeb99;
  border-color: #ffeb99;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-24-cal-dark {
  background-color: #cca300;
  border-color: #cca300;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-25 {
  color: #ff9900;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-25-cal {
  background-color: #ff9900;
  border-color: #ff9900;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-25-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-25-cal-light {
  background-color: #ffd699;
  border-color: #ffd699;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-25-cal-dark {
  background-color: #cc7a00;
  border-color: #cc7a00;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-26 {
  color: #336666;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-26-cal {
  background-color: #336666;
  border-color: #336666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-26-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-26-cal-light {
  background-color: #adc2c2;
  border-color: #adc2c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-26-cal-dark {
  background-color: #295252;
  border-color: #295252;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-27 {
  color: #ff0099;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-27-cal {
  background-color: #ff0099;
  border-color: #ff0099;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-27-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-27-cal-light {
  background-color: #ff99d6;
  border-color: #ff99d6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-27-cal-dark {
  background-color: #cc007a;
  border-color: #cc007a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-28 {
  color: #cc9966;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-28-cal {
  background-color: #cc9966;
  border-color: #cc9966;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-28-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-28-cal-light {
  background-color: #ebd6c2;
  border-color: #ebd6c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-28-cal-dark {
  background-color: #a37a52;
  border-color: #a37a52;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-29 {
  color: #cc33c9;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-29-cal {
  background-color: #cc33c9;
  border-color: #cc33c9;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-29-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-29-cal-light {
  background-color: #ebade9;
  border-color: #ebade9;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-29-cal-dark {
  background-color: #a329a1;
  border-color: #a329a1;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-30 {
  color: #2AB6E3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-30-cal {
  background-color: #2AB6E3;
  border-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-30-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-30-cal-light {
  background-color: #aae2f4;
  border-color: #aae2f4;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-30-cal-dark {
  background-color: #2292b6;
  border-color: #2292b6;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-31 {
  color: #ba55d3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-31-cal {
  background-color: #ba55d3;
  border-color: #ba55d3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-31-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-31-cal-light {
  background-color: #e3bbed;
  border-color: #e3bbed;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-31-cal-dark {
  background-color: #9544a9;
  border-color: #9544a9;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-32 {
  color: #f08080;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-32-cal {
  background-color: #f08080;
  border-color: #f08080;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-32-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-32-cal-light {
  background-color: #f9cccc;
  border-color: #f9cccc;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-32-cal-dark {
  background-color: #c06666;
  border-color: #c06666;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-33 {
  color: #cc3399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-33-cal {
  background-color: #cc3399;
  border-color: #cc3399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-33-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-33-cal-light {
  background-color: #ebadd6;
  border-color: #ebadd6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-33-cal-dark {
  background-color: #a3297a;
  border-color: #a3297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-34 {
  color: #ffb6c1;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-34-cal {
  background-color: #ffb6c1;
  border-color: #ffb6c1;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-34-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-34-cal-light {
  background-color: #ffe2e6;
  border-color: #ffe2e6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-34-cal-dark {
  background-color: #cc929a;
  border-color: #cc929a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-35 {
  color: #87cefa;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-35-cal {
  background-color: #87cefa;
  border-color: #87cefa;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-35-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-35-cal-light {
  background-color: #cfebfd;
  border-color: #cfebfd;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-35-cal-dark {
  background-color: #6ca5c8;
  border-color: #6ca5c8;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-36 {
  color: #6600ff;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-36-cal {
  background-color: #6600ff;
  border-color: #6600ff;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-36-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-36-cal-light {
  background-color: #c299ff;
  border-color: #c299ff;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-36-cal-dark {
  background-color: #5200cc;
  border-color: #5200cc;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-37 {
  color: #003399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-37-cal {
  background-color: #003399;
  border-color: #003399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-37-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-37-cal-light {
  background-color: #99add6;
  border-color: #99add6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-37-cal-dark {
  background-color: #00297a;
  border-color: #00297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-38 {
  color: #996600;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-38-cal {
  background-color: #996600;
  border-color: #996600;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-38-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-38-cal-light {
  background-color: #d6c299;
  border-color: #d6c299;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-38-cal-dark {
  background-color: #7a5200;
  border-color: #7a5200;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-39 {
  color: #ffcc00;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-39-cal {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-39-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-39-cal-light {
  background-color: #ffeb99;
  border-color: #ffeb99;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-39-cal-dark {
  background-color: #cca300;
  border-color: #cca300;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-40 {
  color: #ff9900;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-40-cal {
  background-color: #ff9900;
  border-color: #ff9900;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-40-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-40-cal-light {
  background-color: #ffd699;
  border-color: #ffd699;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-40-cal-dark {
  background-color: #cc7a00;
  border-color: #cc7a00;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-41 {
  color: #336666;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-41-cal {
  background-color: #336666;
  border-color: #336666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-41-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-41-cal-light {
  background-color: #adc2c2;
  border-color: #adc2c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-41-cal-dark {
  background-color: #295252;
  border-color: #295252;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-42 {
  color: #ff0099;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-42-cal {
  background-color: #ff0099;
  border-color: #ff0099;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-42-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-42-cal-light {
  background-color: #ff99d6;
  border-color: #ff99d6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-42-cal-dark {
  background-color: #cc007a;
  border-color: #cc007a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-43 {
  color: #cc9966;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-43-cal {
  background-color: #cc9966;
  border-color: #cc9966;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-43-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-43-cal-light {
  background-color: #ebd6c2;
  border-color: #ebd6c2;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-43-cal-dark {
  background-color: #a37a52;
  border-color: #a37a52;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-44 {
  color: #cc33c9;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-44-cal {
  background-color: #cc33c9;
  border-color: #cc33c9;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-44-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-44-cal-light {
  background-color: #ebade9;
  border-color: #ebade9;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-44-cal-dark {
  background-color: #a329a1;
  border-color: #a329a1;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-45 {
  color: #2AB6E3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-45-cal {
  background-color: #2AB6E3;
  border-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-45-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-45-cal-light {
  background-color: #aae2f4;
  border-color: #aae2f4;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-45-cal-dark {
  background-color: #2292b6;
  border-color: #2292b6;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-46 {
  color: #ba55d3;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-46-cal {
  background-color: #ba55d3;
  border-color: #ba55d3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-46-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-46-cal-light {
  background-color: #e3bbed;
  border-color: #e3bbed;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-46-cal-dark {
  background-color: #9544a9;
  border-color: #9544a9;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-47 {
  color: #f08080;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-47-cal {
  background-color: #f08080;
  border-color: #f08080;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-47-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-47-cal-light {
  background-color: #f9cccc;
  border-color: #f9cccc;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-47-cal-dark {
  background-color: #c06666;
  border-color: #c06666;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-48 {
  color: #cc3399;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-48-cal {
  background-color: #cc3399;
  border-color: #cc3399;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-48-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-48-cal-light {
  background-color: #ebadd6;
  border-color: #ebadd6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-48-cal-dark {
  background-color: #a3297a;
  border-color: #a3297a;
}

/* line 53, app/assets/stylesheets/departments.scss */
.department-49 {
  color: #ffb6c1;
}

/* line 56, app/assets/stylesheets/departments.scss */
.department-49-cal {
  background-color: #ffb6c1;
  border-color: #ffb6c1;
}

/* line 4, app/assets/stylesheets/departments.scss */
.department-49-cal span {
  display: block;
}

/* line 62, app/assets/stylesheets/departments.scss */
.department-49-cal-light {
  background-color: #ffe2e6;
  border-color: #ffe2e6;
}

/* line 67, app/assets/stylesheets/departments.scss */
.department-49-cal-dark {
  background-color: #cc929a;
  border-color: #cc929a;
}

/* line 73, app/assets/stylesheets/departments.scss */
.department-non-accessible-cal {
  background-color: #CCC;
  border-color: #CCC;
}

/* line 78, app/assets/stylesheets/departments.scss */
.department-non-accessible-cal-light {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

/* line 84, app/assets/stylesheets/departments.scss */
.shift {
  background-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.shift span {
  display: block;
}

/* line 88, app/assets/stylesheets/departments.scss */
.custom-shift {
  background-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.custom-shift span {
  display: block;
}

/* line 92, app/assets/stylesheets/departments.scss */
.custom-shift-block {
  background-color: #ccdcea;
}

/* line 4, app/assets/stylesheets/departments.scss */
.custom-shift-block span {
  display: block;
}

/* line 96, app/assets/stylesheets/departments.scss */
.available-shift {
  background-color: #ff5b68;
}

/* line 4, app/assets/stylesheets/departments.scss */
.available-shift span {
  display: block;
}

/* line 100, app/assets/stylesheets/departments.scss */
.other-department-shift {
  background-color: #f4f3f6;
  color: #666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.other-department-shift span {
  display: block;
}

/* line 105, app/assets/stylesheets/departments.scss */
.availability {
  background-color: #A7F04E;
  color: #666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.availability span {
  display: block;
}

/* line 110, app/assets/stylesheets/departments.scss */
.availability-icon {
  color: #A7F04E !important;
}

/* line 4, app/assets/stylesheets/departments.scss */
.availability-icon span {
  display: block;
}

/* line 114, app/assets/stylesheets/departments.scss */
.unavailable {
  background-color: #CCC;
  border-color: #666;
  color: #666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.unavailable span {
  display: block;
}

/* line 120, app/assets/stylesheets/departments.scss */
.unavailable-request {
  background-color: #666;
  color: #FFF;
}

/* line 4, app/assets/stylesheets/departments.scss */
.unavailable-request span {
  display: block;
}

/* line 125, app/assets/stylesheets/departments.scss */
.shift-requirement {
  background-color: #2AB6E3;
}

/* line 4, app/assets/stylesheets/departments.scss */
.shift-requirement span {
  display: block;
}

/* line 129, app/assets/stylesheets/departments.scss */
.shift-requirement-empty {
  background-color: #f5fcfe;
  color: #666 !important;
}

/* line 133, app/assets/stylesheets/departments.scss */
.shift-requirement-partial {
  background-color: #c8ecf8;
  color: #666 !important;
}

/* line 137, app/assets/stylesheets/departments.scss */
.shift-requirement-over {
  background-color: #0d5167;
  color: #FFF;
}

/* line 142, app/assets/stylesheets/departments.scss */
.old-exchange {
  background-color: #336666 !important;
  border-color: #336666;
}

/* line 4, app/assets/stylesheets/departments.scss */
.old-exchange span {
  display: block;
}

/* line 147, app/assets/stylesheets/departments.scss */
.unpublished {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-size: 12px 12px;
}

/* line 4, app/assets/stylesheets/departments.scss */
.unpublished span {
  display: block;
}

/* line 154, app/assets/stylesheets/departments.scss */
.shift.autofilled,
.shift-requirement.autofilled,
.available-shift.autofilled {
  outline: 4px solid #C524D1;
  outline-offset: -3px;
}

/* line 161, app/assets/stylesheets/departments.scss */
.top-right {
  display: block;
  float: right;
}

/* line 168, app/assets/stylesheets/departments.scss */
.shift-light {
  background-color: #84d5ef;
}

/* line 171, app/assets/stylesheets/departments.scss */
.custom-shift-light {
  background-color: #84d5ef;
}

/* line 174, app/assets/stylesheets/departments.scss */
.availability-light {
  background-color: #d6f8ac;
  color: #666;
}

/* line 178, app/assets/stylesheets/departments.scss */
.unavailable-request-light {
  background-color: #999999;
}

/* line 181, app/assets/stylesheets/departments.scss */
.unavailable-light {
  background-color: #CCC;
  border-color: #CCC;
}

/*
 department schedule styles
*/
/*
  Publish Feature
 */
/* line 193, app/assets/stylesheets/departments.scss */
#last-published-at {
  display: block;
  font-size: 11px;
  margin: 10px 0 10px 0;
  text-align: center;
}

/* line 201, app/assets/stylesheets/departments.scss */
.blockMsg h4 {
  color: #fff;
}

/* line 207, app/assets/stylesheets/departments.scss */
#drag-and-drop-box .box-content {
  padding: 15px;
}

/* line 211, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header {
  padding: 10px;
}

/* line 214, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header h4 {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  padding-right: 5px;
  margin: 0;
}

/* line 222, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header i {
  color: #707070;
  font-size: 12px;
}

/* line 227, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header ul {
  margin: 0;
}

/* line 231, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header li {
  padding: 0;
}

/* line 235, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header a#side-bar-edit-link {
  color: #0088cc;
  float: right;
  margin: 2px 0 0 0;
}

/* line 241, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-header a.hidden-link {
  display: none;
}

/* line 246, app/assets/stylesheets/departments.scss */
#schedule-side-bar .box-content {
  padding: 15px;
  border-bottom: 1px solid #CDCDCD;
}

/* line 251, app/assets/stylesheets/departments.scss */
#schedule-side-bar .side-bar-panel {
  display: none;
}

/* line 255, app/assets/stylesheets/departments.scss */
#side-bar-rotations .box-content {
  height: 100%;
  height: -webkit-calc(100vh - 601px);
  height: -moz-calc(100vh - 601px);
  height: calc(100vh - 601px);
  min-height: 100px;
  overflow-y: scroll;
}

/* line 264, app/assets/stylesheets/departments.scss */
#shift-templates.box-content {
  height: 100%;
  height: -webkit-calc(100vh - 601px);
  height: -moz-calc(100vh - 601px);
  height: calc(100vh - 601px);
  min-height: 100px;
  overflow-y: scroll;
}

/* line 273, app/assets/stylesheets/departments.scss */
#shift-templates.box-content.hidden-labour-budget {
  height: -webkit-calc(100vh - 530px);
  height: -moz-calc(100vh - 530px);
  height: calc(100vh - 530px);
}

/* line 279, app/assets/stylesheets/departments.scss */
#shift-templates.box-content.hidden-time-off {
  height: -webkit-calc(100vh - 524px);
  height: -moz-calc(100vh - 524px);
  height: calc(100vh - 524px);
}

/* line 285, app/assets/stylesheets/departments.scss */
#shift-templates.box-content.hidden-time-off.hidden-labour-budget {
  height: -webkit-calc(100vh - 453px);
  height: -moz-calc(100vh - 453px);
  height: calc(100vh - 453px);
}

/* line 291, app/assets/stylesheets/departments.scss */
#box-gutter.positions-cal #shift-templates.box-content:not(.hidden-time-off) {
  height: 100%;
  height: -webkit-calc(100vh - 524px);
  height: -moz-calc(100vh - 524px);
  height: calc(100vh - 524px);
}

/* line 298, app/assets/stylesheets/departments.scss */
#box-gutter.positions-cal #shift-templates.box-content.hidden-labour-budget:not(.hidden-time-off) {
  height: -webkit-calc(100vh - 453px);
  height: -moz-calc(100vh - 453px);
  height: calc(100vh - 453px);
}

/* line 304, app/assets/stylesheets/departments.scss */
.empty-shift-types {
  text-align: center;
}

/* line 314, app/assets/stylesheets/departments.scss */
div.draggable-rotation.ui-draggable,
div.draggable-shift-type.ui-draggable,
div.draggable-unavailable.ui-draggable,
div.draggable-custom-shift.ui-draggable,
div.unavailable.ui-draggable {
  display: block;
  height: 100%;
  margin: 0;
  min-height: 35px;
  overflow: hidden;
  padding: 5px;
}

/* line 325, app/assets/stylesheets/departments.scss */
div.draggable-rotation.ui-draggable + div,
div.draggable-shift-type.ui-draggable + div,
div.draggable-unavailable.ui-draggable + div,
div.draggable-custom-shift.ui-draggable + div,
div.unavailable.ui-draggable + div {
  margin-top: 10px;
}

/* line 4, app/assets/stylesheets/departments.scss */
div.draggable-rotation.ui-draggable span,
div.draggable-shift-type.ui-draggable span,
div.draggable-unavailable.ui-draggable span,
div.draggable-custom-shift.ui-draggable span,
div.unavailable.ui-draggable span {
  display: block;
}

/* line 330, app/assets/stylesheets/departments.scss */
div.shift {
  z-index: 1;
}

/* line 334, app/assets/stylesheets/departments.scss */
div.draggable-rotation.ui-draggable-dragging,
div.draggable-shift-type.ui-draggable-dragging,
div.draggable-unavailable.ui-draggable-dragging,
div.draggable-custom-shift.ui-draggable-dragging,
div.shift.ui-draggable-dragging {
  z-index: 1500;
}

/* line 342, app/assets/stylesheets/departments.scss */
div.shift.ui-draggable {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 35px;
}

/* line 352, app/assets/stylesheets/departments.scss */
ul.legend {
  list-style: none;
  margin: 20px 0 0 0;
}

/* line 355, app/assets/stylesheets/departments.scss */
ul.legend li {
  margin-bottom: 5px;
}

/* line 358, app/assets/stylesheets/departments.scss */
ul.legend span {
  margin-right: 3px;
  width: 5px;
}

/* line 365, app/assets/stylesheets/departments.scss */
#department-schedule-title-box,
#department-timesheet-title-box {
  font-weight: inherit;
  padding: 10px 10px 6px 10px;
}

/* line 369, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .btn-group,
#department-timesheet-title-box .btn-group {
  margin: 0px;
}

/* line 372, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .box-toolbar > li,
#department-timesheet-title-box .box-toolbar > li {
  line-height: 20px;
}

/* line 374, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .box-toolbar > li.open > a,
#department-timesheet-title-box .box-toolbar > li.open > a {
  background: #758294;
}

/* line 377, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .box-toolbar > li:last-child,
#department-timesheet-title-box .box-toolbar > li:last-child {
  padding-right: 0;
}

/* line 380, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .box-toolbar > li a.disabled,
#department-timesheet-title-box .box-toolbar > li a.disabled {
  color: #ccc;
}

/* line 384, app/assets/stylesheets/departments.scss */
#department-schedule-title-box .select2-container,
#department-timesheet-title-box .select2-container {
  margin-top: -2px;
}

/* line 390, app/assets/stylesheets/departments.scss */
#department-view-toggle .btn {
  font-size: 11px;
}

/* line 393, app/assets/stylesheets/departments.scss */
.btn-current, .btn-current:hover {
  background-image: -webkit-linear-gradient(top, #ddd, #eee);
  background-image: -moz-linear-gradient(top, #ddd, #eee);
  background-image: -o-linear-gradient(top, #ddd, #eee);
  background-image: linear-gradient(top, #ddd, #eee);
  -webkit-box-shadow: inset 0 1px 2px #aaa;
  -moz-box-shadow: inset 0 1px 2px #aaa;
  box-shadow: inset 0 1px 2px #aaa;
  cursor: default;
}

/* line 402, app/assets/stylesheets/departments.scss */
.btn-current:hover, .btn-current:hover:hover {
  background-position: 0;
  -webkit-transition: none;
  transition: none;
}

/* line 410, app/assets/stylesheets/departments.scss */
#employee-filter {
  width: 50%;
}

/* line 416, app/assets/stylesheets/departments.scss */
#department-schedule-box .box-wrapper {
  height: 100%;
  height: -webkit-calc(100vh - 340px);
  height: -moz-calc(100vh - 340px);
  height: calc(100vh - 340px);
  min-height: 350px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  /* line 416, app/assets/stylesheets/departments.scss */
  #department-schedule-box .box-wrapper {
    height: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 416, app/assets/stylesheets/departments.scss */
  #department-schedule-box .box-wrapper {
    opacity: 0.99999;
  }
}

/* line 438, app/assets/stylesheets/departments.scss */
#department-schedule-box .box-wrapper.hidden-labour-budget {
  height: -webkit-calc(100vh - 269px);
  height: -moz-calc(100vh - 269px);
  height: calc(100vh - 269px);
}

/* line 446, app/assets/stylesheets/departments.scss */
table.department-schedule-table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}

/* line 452, app/assets/stylesheets/departments.scss */
table.department-schedule-table thead th,
table.department-schedule-table tbody td {
  border: 1px solid #ddd;
}

/* line 455, app/assets/stylesheets/departments.scss */
table.department-schedule-table thead th:first-child,
table.department-schedule-table tbody td:first-child {
  border-left: none;
}

/* line 458, app/assets/stylesheets/departments.scss */
table.department-schedule-table thead th:last-child,
table.department-schedule-table tbody td:last-child {
  border-right: none;
}

/* line 462, app/assets/stylesheets/departments.scss */
table.department-schedule-table thead th {
  border-top: none;
}

/* line 465, app/assets/stylesheets/departments.scss */
table.department-schedule-table thead tr {
  height: 36px;
  background-color: #FFF !important;
  border-bottom: 1px solid #ddd;
}

/* line 470, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td, table.department-schedule-table #available-shifts-row th {
  height: 45px;
  padding: 0px;
  vertical-align: top;
}

/* line 475, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td:first-child, table.department-schedule-table #available-shifts-row th:first-child {
  padding-left: 10px;
  vertical-align: middle;
}

/* line 480, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell, table.department-schedule-table #available-shifts-row th.dropcell {
  position: relative;
}

/* line 482, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.schedule-hover, table.department-schedule-table #available-shifts-row th.dropcell.schedule-hover {
  background-color: #ffcc00;
}

/* line 485, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.skip-drop, table.department-schedule-table #available-shifts-row th.dropcell.skip-drop {
  background-color: inherit;
}

/* line 489, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div, table.department-schedule-table #available-shifts-row th.dropcell div {
  color: white;
  height: 35px;
  line-height: 18px;
  padding: 5px;
  position: relative;
  text-align: center;
}

/* line 498, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.shift.height-for-one-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.shift.height-for-one-line-label {
  height: 35px;
}

/* line 502, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.shift.height-for-two-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.shift.height-for-two-line-label {
  height: 54px;
}

/* line 508, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.custom-shift.height-for-one-line-label, table.department-schedule-table tbody td.dropcell div.available-shift.height-for-one-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.custom-shift.height-for-one-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.available-shift.height-for-one-line-label {
  height: 35px;
}

/* line 512, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.custom-shift.height-for-two-line-label, table.department-schedule-table tbody td.dropcell div.available-shift.height-for-two-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.custom-shift.height-for-two-line-label, table.department-schedule-table #available-shifts-row th.dropcell div.available-shift.height-for-two-line-label {
  height: 54px;
}

/* line 516, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.other-department-shift, table.department-schedule-table tbody td.dropcell div.shift-requirement, table.department-schedule-table tbody td.dropcell div.unavailable, table.department-schedule-table tbody td.dropcell div.unavailable-request, table.department-schedule-table #available-shifts-row th.dropcell div.other-department-shift, table.department-schedule-table #available-shifts-row th.dropcell div.shift-requirement, table.department-schedule-table #available-shifts-row th.dropcell div.unavailable, table.department-schedule-table #available-shifts-row th.dropcell div.unavailable-request {
  cursor: pointer;
  overflow-y: hidden;
}

/* line 523, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.other-department-shift, table.department-schedule-table #available-shifts-row th.dropcell div.other-department-shift {
  color: #666;
  height: 34px;
  border-bottom: 1px solid #CDCDCD;
}

/* line 528, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.unavailable, table.department-schedule-table #available-shifts-row th.dropcell div.unavailable {
  color: #666;
}

/* line 531, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.unavailable-request, table.department-schedule-table #available-shifts-row th.dropcell div.unavailable-request {
  color: #FFF;
}

/* line 534, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div.availability, table.department-schedule-table #available-shifts-row th.dropcell div.availability {
  color: #666;
  overflow-y: hidden;
}

/* line 538, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div i:not(.shift-lock-label):not(.fa-exclamation-triangle), table.department-schedule-table #available-shifts-row th.dropcell div i:not(.shift-lock-label):not(.fa-exclamation-triangle) {
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 10px;
}

/* line 544, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div i.shift-lock-label, table.department-schedule-table #available-shifts-row th.dropcell div i.shift-lock-label {
  padding-right: 3px;
}

/* line 547, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div i.fa-exclamation-triangle, table.department-schedule-table #available-shifts-row th.dropcell div i.fa-exclamation-triangle {
  font-size: 13px;
  padding-right: 3px;
}

/* line 551, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell div + div, table.department-schedule-table #available-shifts-row th.dropcell div + div {
  margin-top: 1px;
}

/* line 556, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day, table.department-schedule-table #available-shifts-row th.dropcell.past-day {
  background-color: #f4f3f6;
}

/* line 560, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day div.availability, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.availability {
  background-color: #d6f8ac;
}

/* line 563, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day div.shift, table.department-schedule-table tbody td.dropcell.past-day div.custom-shift, table.department-schedule-table tbody td.dropcell.past-day div.shift-requirement, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.shift, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.custom-shift, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.shift-requirement {
  background-color: #84d5ef;
  color: #FFF !important;
}

/* line 569, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day div.other-department-shift, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.other-department-shift {
  background-color: #f4f3f6;
  color: #666;
  border-bottom: 1px solid #CDCDCD;
}

/* line 574, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day div.unavailable, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.unavailable {
  background-color: #e6e6e6;
}

/* line 577, app/assets/stylesheets/departments.scss */
table.department-schedule-table tbody td.dropcell.past-day div.unavailable-request, table.department-schedule-table #available-shifts-row th.dropcell.past-day div.unavailable-request {
  background-color: #666;
  color: #FFF;
}

/* line 587, app/assets/stylesheets/departments.scss */
table.department-schedule-table #available-shifts-row th.dropcell {
  background-color: #ffeff0;
}

/* line 589, app/assets/stylesheets/departments.scss */
table.department-schedule-table #available-shifts-row th.dropcell.schedule-hover {
  background-color: #ffc1c6;
}

/* line 592, app/assets/stylesheets/departments.scss */
table.department-schedule-table #available-shifts-row th.dropcell.skip-drop {
  background-color: #ffeff0;
}

/* line 595, app/assets/stylesheets/departments.scss */
table.department-schedule-table #available-shifts-row th.dropcell.nodrop {
  background-color: #f4f3f6;
}

/* line 601, app/assets/stylesheets/departments.scss */
.add-employees-row td {
  border-bottom: none !important;
  height: 45px;
}

/* line 606, app/assets/stylesheets/departments.scss */
.floatThead-sizing-row td {
  height: 0px !important;
  border: none !important;
}

/* line 612, app/assets/stylesheets/departments.scss */
.floatThead-table thead tr {
  z-index: 1100;
  background-color: #FFF !important;
  border-bottom: 1px solid #ddd;
}

/* line 617, app/assets/stylesheets/departments.scss */
.floatThead-table #available-shifts-row {
  height: 46px;
}

/* line 619, app/assets/stylesheets/departments.scss */
.floatThead-table #available-shifts-row th {
  vertical-align: middle;
  min-height: 45px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

/* line 627, app/assets/stylesheets/departments.scss */
.floatThead-table thead th,
.floatThead-table tbody td {
  border: 1px solid #ddd;
  background-clip: padding-box;
}

/* line 631, app/assets/stylesheets/departments.scss */
.floatThead-table thead th:first-child,
.floatThead-table tbody td:first-child {
  border-left: none;
}

/* line 634, app/assets/stylesheets/departments.scss */
.floatThead-table thead th:last-child,
.floatThead-table tbody td:last-child {
  border-right: none;
}

/* START Hack to lock available shifts to a max height*/
/* line 643, app/assets/stylesheets/departments.scss */
.overfilled.floatThead-container {
  max-height: 205px;
  overflow: scroll !important;
}

/* line 647, app/assets/stylesheets/departments.scss */
.overfilled.floatThead-container #available-shifts-row {
  height: 205px;
  overflow: scroll !important;
}

/* line 652, app/assets/stylesheets/departments.scss */
.overfilled.floatThead-container #available-shifts-row th:first-child {
  vertical-align: top !important;
  padding-top: 78.3333333333px;
}

/* line 655, app/assets/stylesheets/departments.scss */
.overfilled.floatThead-container #available-shifts-row th:first-child:after {
  content: "\F0DC";
  font-family: FontAwesome;
}

/* line 661, app/assets/stylesheets/departments.scss */
.overfilled.size-row {
  height: 205px !important;
}

/* line 663, app/assets/stylesheets/departments.scss */
.overfilled.size-row th.floatThead-col {
  vertical-align: top !important;
  height: 150px !important;
}

/* END Hack to lock available shifts to a max height*/
/* line 671, app/assets/stylesheets/departments.scss */
.department-schedule-footer .download-schedule {
  margin-top: 10px;
}

/* line 675, app/assets/stylesheets/departments.scss */
.department-schedule-footer ul.legend {
  margin-top: 8px;
}

/* line 679, app/assets/stylesheets/departments.scss */
.department-schedule-footer ul.legend li {
  display: inline;
  float: left;
  margin-left: 10px;
}

/* line 684, app/assets/stylesheets/departments.scss */
.department-schedule-footer ul.legend li span {
  border: 1px solid #CDCDCD;
}

/* line 687, app/assets/stylesheets/departments.scss */
.department-schedule-footer ul.legend li span.unavailable-request {
  background-image: linear-gradient(-55deg, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-size: 30px 30px;
}

/* line 694, app/assets/stylesheets/departments.scss */
.department-schedule-footer ul.legend li span.shift.autofilled, .department-schedule-footer ul.legend li span.shift-requirement.autofilled {
  border: 2px solid #C524D1;
  outline: none;
}

/* line 703, app/assets/stylesheets/departments.scss */
#shift-modal {
  width: 750px;
}

/* line 705, app/assets/stylesheets/departments.scss */
#shift-modal .modal-body {
  max-height: 450px;
}

/* line 707, app/assets/stylesheets/departments.scss */
#shift-modal .modal-body h4 {
  padding-bottom: 5px;
}

/* line 710, app/assets/stylesheets/departments.scss */
#shift-modal .modal-body p {
  margin-bottom: 8px;
}

/* line 713, app/assets/stylesheets/departments.scss */
#shift-modal .modal-body hr {
  margin: 5px 0 10px 0 !important;
}

/* line 717, app/assets/stylesheets/departments.scss */
#shift-modal .tabbed-modal-body {
  background-color: #FFF;
}

/* line 721, app/assets/stylesheets/departments.scss */
#shift-modal .shift-activity {
  padding-bottom: 8px;
  width: 70%;
  border-bottom: 1px dotted lightGrey;
  margin-bottom: 10px;
}

/* line 728, app/assets/stylesheets/departments.scss */
#shift-modal .shift-activity [class*="span"] {
  min-height: 20px;
}

/* line 733, app/assets/stylesheets/departments.scss */
#unavailable-modal {
  width: 750px;
}

/* line 738, app/assets/stylesheets/departments.scss */
#modal-loader {
  position: relative;
  padding: 22px;
  height: 120px;
  text-align: center;
  font-size: 16px;
}

/* Hide availabilities when shift, unavailable, or unavailable request block is present on date */
/* line 747, app/assets/stylesheets/departments.scss */
div#department-schedule-box div.shift ~ div.availability {
  height: auto;
  margin-top: 0;
}

/* line 748, app/assets/stylesheets/departments.scss */
div#department-schedule-box div.other-department-shift ~ div.availability {
  height: auto;
  margin-top: 0;
}

/* line 749, app/assets/stylesheets/departments.scss */
div#department-schedule-box div.unavailable ~ div.availability {
  height: auto;
  margin-top: 0;
}

/* line 750, app/assets/stylesheets/departments.scss */
div#department-schedule-box div.unavailable-request ~ div.availability {
  height: auto;
  margin-top: 0;
}

/* line 754, app/assets/stylesheets/departments.scss */
tbody.positions td, tbody.job-sites td {
  height: 65px !important;
}

/* line 756, app/assets/stylesheets/departments.scss */
tbody.positions td.dropcell div, tbody.job-sites td.dropcell div {
  height: 55px !important;
}

/* Adds necessary styling for dropdown menus in the Department Schedule */
/* line 766, app/assets/stylesheets/departments.scss */
.department-toolbar .dropdown-menu a i {
  padding-right: 5px;
}

/* line 775, app/assets/stylesheets/departments.scss */
.department-toolbar a#shift_sync_audit {
  margin-left: -10px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 779, app/assets/stylesheets/departments.scss */
.department-toolbar a#shift_sync_audit i {
  padding-right: 0;
}

/* line 785, app/assets/stylesheets/departments.scss */
.department-toolbar .dropdown-toggle .caret {
  border-top: 4px solid black;
  margin-left: 0px;
}

/* line 790, app/assets/stylesheets/departments.scss */
.department-toolbar form#show-daily-budget-selector,
.department-toolbar form#requirement-label-selector,
.department-toolbar form#job-site-sort-selector {
  padding: 3px 20px;
}

/* line 795, app/assets/stylesheets/departments.scss */
.department-toolbar form#show-daily-budget-selector label,
.department-toolbar form#requirement-label-selector label,
.department-toolbar form#job-site-sort-selector label {
  font-weight: 600;
}

/* line 799, app/assets/stylesheets/departments.scss */
.department-toolbar form#show-daily-budget-selector input,
.department-toolbar form#requirement-label-selector input,
.department-toolbar form#job-site-sort-selector input {
  margin-top: 0px;
  margin-right: 5px;
}

/* line 805, app/assets/stylesheets/departments.scss */
.department-toolbar form#requirement-label-selector label {
  white-space: nowrap;
}

/* line 809, app/assets/stylesheets/departments.scss */
.department-toolbar .list-header {
  padding: 3px 20px;
  font-weight: 600;
}

/* line 816, app/assets/stylesheets/departments.scss */
.qtip-availabilities-wrapper .qtip-content {
  max-height: 150px;
  overflow: auto;
}

/* line 821, app/assets/stylesheets/departments.scss */
.qtip-availabilities {
  margin-bottom: 0;
  font-size: 12px;
}

/* line 826, app/assets/stylesheets/departments.scss */
.qtip-availabilities td {
  font-size: 11px;
}

/* line 830, app/assets/stylesheets/departments.scss */
table.qtip-availabilities tr th {
  background-color: #f5f5f5;
}

/* line 835, app/assets/stylesheets/departments.scss */
.publish-and-notify {
  width: 100%;
}

/* line 838, app/assets/stylesheets/departments.scss */
.publish-and-notify #publish-current-week-shifts {
  white-space: normal;
  width: 100%;
  margin-right: -30px;
  padding-right: 30px;
}

/* line 845, app/assets/stylesheets/departments.scss */
.publish-and-notify .dropdown-toggle {
  position: absolute;
  height: 100%;
  width: 30px;
  z-index: 1005;
}

/* line 854, app/assets/stylesheets/departments.scss */
table.empty-position {
  height: 100%;
}

/* line 858, app/assets/stylesheets/departments.scss */
td.empty-position {
  text-align: center;
}

/* line 861, app/assets/stylesheets/departments.scss */
td.empty-position .fa-user {
  font-size: 50px;
  opacity: 0.5;
}

/* line 867, app/assets/stylesheets/departments.scss */
.overtime-hours {
  color: red;
}

/* line 871, app/assets/stylesheets/departments.scss */
.weekly-hours, .daily-hours {
  margin: 0 5px;
}

/* line 875, app/assets/stylesheets/departments.scss */
.before-after-hours {
  color: #bbbbbb;
}

/* line 879, app/assets/stylesheets/departments.scss */
.schedule-label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 886, app/assets/stylesheets/departments.scss */
.unavailable > span, .unavailable-request > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 893, app/assets/stylesheets/departments.scss */
#full-partial-picker .type-picker {
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 896, app/assets/stylesheets/departments.scss */
#full-partial-picker .type-picker input {
  margin: 0 10px 0 0;
}

/* line 900, app/assets/stylesheets/departments.scss */
#full-partial-picker .type-picker > div {
  display: inline-block;
}

/* line 902, app/assets/stylesheets/departments.scss */
#full-partial-picker .type-picker > div:first-child {
  margin-right: 10px;
}

/* line 908, app/assets/stylesheets/departments.scss */
#unavailables-date-range .input-row {
  margin-bottom: 5px;
}

/* line 912, app/assets/stylesheets/departments.scss */
#upload-csv-button, #csv-filename {
  float: left;
  margin-right: 10px;
}

/* line 917, app/assets/stylesheets/departments.scss */
#csv-filename {
  padding-top: 4px;
}

/* line 921, app/assets/stylesheets/departments.scss */
#position-code-status {
  margin-top: 10px;
}

/* line 925, app/assets/stylesheets/departments.scss */
#filename-container {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/timesheets.scss */
.dropdown-button {
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 133px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 14, app/assets/stylesheets/timesheets.scss */
.dropdown-button #dropdown-triangle {
  transition: transform 0.5s ease;
  transform: rotate(-180deg);
  margin-left: 10px;
}

/* line 20, app/assets/stylesheets/timesheets.scss */
.dropdown-button #exceptions-text {
  transition: margin-left 0.3s ease;
}

/* line 24, app/assets/stylesheets/timesheets.scss */
.dropdown-button #exceptions-text.without-exceptions {
  margin-left: -15px;
}

/* line 28, app/assets/stylesheets/timesheets.scss */
.dropdown-button #selected-exceptions-count {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 36, app/assets/stylesheets/timesheets.scss */
.dropdown-button #selected-exceptions-count.show {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/timesheets.scss */
.dropdown-button.is-active #dropdown-triangle {
  transform: rotate(0deg);
}

/* line 47, app/assets/stylesheets/timesheets.scss */
.dropdown-content {
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

/* line 55, app/assets/stylesheets/timesheets.scss */
.dropdown-content.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 62, app/assets/stylesheets/timesheets.scss */
.dropdown-content .checkbox-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/timesheets.scss */
.dropdown-content .checkbox-item:hover {
  background-color: #f1f1f1;
}

/* line 72, app/assets/stylesheets/timesheets.scss */
.dropdown-content .checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -2px;
}

/* line 77, app/assets/stylesheets/timesheets.scss */
.dropdown-content .checkbox-item label {
  margin-top: 2px;
  display: block;
  width: calc(100% - 10px);
}

/* line 84, app/assets/stylesheets/timesheets.scss */
.dropdown-content .no-outline {
  outline: none;
}

/* line 89, app/assets/stylesheets/timesheets.scss */
h3 i.fa-lock {
  float: right !important;
  margin: 5px 0 0 10px !important;
}

/* line 96, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .box-content {
  height: 500px;
  overflow-y: auto;
}

/* line 100, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .user-row {
  background-color: transparent;
  border-top: 1px solid #ddd;
  cursor: pointer;
  padding: 10px 8px;
}

/* line 105, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .user-row:hover {
  background-color: #eee;
}

/* line 108, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .user-row.active {
  background-color: #ffcc00;
  color: #fff !important;
  text-shadow: 1px 0px 0px #fff;
}

/* line 112, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .user-row.active.missing-values {
  background-color: #ffcc00;
}

/* line 116, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .user-row.missing-values {
  background-color: #fce6e7;
  color: #ff0000 !important;
}

/* line 124, app/assets/stylesheets/timesheets.scss */
#department-timesheet-box li.toolbar-link {
  margin-left: 10px;
}

/* line 129, app/assets/stylesheets/timesheets.scss */
.checkbox-aligned {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

/* line 134, app/assets/stylesheets/timesheets.scss */
.checkbox-aligned input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 2px;
}

/* line 141, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees .fa-warning,
#department-timesheet-box .fa-warning {
  color: #ff0000;
  float: right;
  padding-left: 5px;
  padding-top: 2px;
}

/* line 150, app/assets/stylesheets/timesheets.scss */
#department-timesheet-employees div.clr,
#department-timesheet-box div.clr {
  clear: both;
}

/* line 157, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table {
  margin: 0;
}

/* line 161, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table thead th,
.department-timesheet-table tbody td {
  border: 1px solid #ddd;
  background-clip: padding-box;
}

/* line 165, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table thead th:first-child,
.department-timesheet-table tbody td:first-child {
  border-left: none;
}

/* line 168, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table thead th:last-child,
.department-timesheet-table tbody td:last-child {
  border-right: none;
}

/* line 172, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table thead tr {
  height: 36px;
  background-color: #bbb;
  border-bottom: 1px solid #ddd;
}

/* line 176, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table thead tr th {
  border-top: none;
  color: #fff;
}

/* line 184, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td {
  height: 23px;
  position: relative;
}

/* line 189, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td i.fa-lock {
  padding: 0 7px;
}

/* line 194, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td .punch-photo {
  display: block;
  padding-right: 3px;
  vertical-align: middle;
}

/* line 199, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td .punch-photo img {
  max-width: 50px;
  max-height: 50px;
}

/* line 205, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td .punch-time-details {
  display: block;
  vertical-align: middle;
}

/* line 211, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td.punch-exception span {
  color: #ff0000;
}

/* line 215, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td.punch-value-missing {
  background-color: #fce6e7 !important;
}

/* line 219, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td .edit-timesheet-btn {
  margin-right: 5px;
  min-width: 50px;
  margin-bottom: 7px;
}

/* line 225, app/assets/stylesheets/timesheets.scss */
.department-timesheet-table tbody td .history-timesheet-btn {
  min-width: 65px;
  margin-bottom: 7px;
}

/* line 234, app/assets/stylesheets/timesheets.scss */
#location-timesheet i {
  color: #9b99a5;
  padding-right: 5px;
}

/* line 241, app/assets/stylesheets/timesheets.scss */
.qtip-timesheet-rules hr {
  margin: 10px 0;
}

/* line 245, app/assets/stylesheets/timesheets.scss */
.qtip-timesheet-rules.qtip-bootstrap {
  font-size: 12px;
}

/* line 248, app/assets/stylesheets/timesheets.scss */
.qtip-timesheet-rules.qtip-bootstrap > .qtip-titlebar {
  padding: 8px 5px;
}

/* line 254, app/assets/stylesheets/timesheets.scss */
.download-department-timesheet, .download-user-timesheet {
  margin-top: 10px;
}

/* line 259, app/assets/stylesheets/timesheets.scss */
div.punch-photo-column {
  max-width: 212px;
  width: 212px;
  margin-right: 60px;
  float: left;
  min-height: 1px;
  clear: none;
  text-align: center;
}

/* line 268, app/assets/stylesheets/timesheets.scss */
div.punch-photo-column:last-child {
  clear: right;
  margin-right: 0;
}

/* line 272, app/assets/stylesheets/timesheets.scss */
div.punch-photo-column img {
  max-width: 100%;
}

/* line 276, app/assets/stylesheets/timesheets.scss */
#punch-modal .row {
  margin: 0px;
}

/* line 278, app/assets/stylesheets/timesheets.scss */
#punch-modal .photo-punches {
  padding-bottom: 0;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  padding: 15px;
  padding-top: 0;
  margin: 0 auto;
  background: #f5f5f5;
}

/* line 289, app/assets/stylesheets/timesheets.scss */
#punch-modal .modal-footer-message {
  text-align: left;
}

/* line 294, app/assets/stylesheets/timesheets.scss */
div.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

/* line 300, app/assets/stylesheets/timesheets.scss */
.box-toolbar #view-export-history-link {
  font-size: 10px;
  display: block;
  text-align: left;
}

/* line 307, app/assets/stylesheets/timesheets.scss */
div.break-punch-time-with-photo {
  margin: 0px auto 10px auto;
  clear: both;
  padding: 0;
  display: flex;
}

/* line 313, app/assets/stylesheets/timesheets.scss */
div.break-punch-time-with-photo span.break-punch-photo {
  float: left;
  height: 50px;
}

/* line 318, app/assets/stylesheets/timesheets.scss */
div.break-punch-time-with-photo span.break-punch-clock-time-with-photo {
  max-height: 50px;
  flex: 1 1 auto;
  align-self: center;
  word-break: initial;
  -ms-word-break: initial;
}

/* line 327, app/assets/stylesheets/timesheets.scss */
#punch-history-modal {
  width: 660px;
}

/* line 330, app/assets/stylesheets/timesheets.scss */
#punch-history-modal .modal-body {
  max-height: 50vh;
}

/* line 334, app/assets/stylesheets/timesheets.scss */
#punch-history-modal .block {
  margin-bottom: 20px;
}

/* line 338, app/assets/stylesheets/timesheets.scss */
#punch-history-modal h6 {
  margin: 0;
  line-height: 2;
  font-weight: 300;
  color: #999;
}

/* line 345, app/assets/stylesheets/timesheets.scss */
#punch-history-modal p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  word-break: break-all;
}

/* line 352, app/assets/stylesheets/timesheets.scss */
#punch-history-modal p span {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

/* line 360, app/assets/stylesheets/timesheets.scss */
.linkedarrow {
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: 10;
}

/* line 3, app/assets/stylesheets/available_shifts.scss */
.accordion-heading {
  background-color: #f5f5f5;
  min-width: 800px;
}

/* line 8, app/assets/stylesheets/available_shifts.scss */
.accordion-heading .accordion-toggle {
  display: block;
  cursor: default;
}

/* line 13, app/assets/stylesheets/available_shifts.scss */
.accordion-heading a, a:hover {
  outline: none;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/available_shifts.scss */
.accordion-heading .header-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/available_shifts.scss */
.accordion-heading .header-title small {
  color: #555;
  font-weight: normal;
  font-size: 13px;
}

/* line 30, app/assets/stylesheets/available_shifts.scss */
.accordion-heading h4 small {
  color: #999;
  font-weight: 400;
  line-height: 1;
}

/* line 36, app/assets/stylesheets/available_shifts.scss */
.avail-user-icon {
  padding-right: 120px;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}

/* line 44, app/assets/stylesheets/available_shifts.scss */
.avail-user-icon i {
  padding-left: 3px;
  color: #46C8F2;
  font-size: 28px;
}

/* line 50, app/assets/stylesheets/available_shifts.scss */
.btn-group {
  margin-top: -35px;
}

/* line 54, app/assets/stylesheets/available_shifts.scss */
i.icon.icon-circle.text-success {
  display: block;
  width: 14px;
  margin: auto;
}

/* line 61, app/assets/stylesheets/available_shifts.scss */
a.btn.unpublished, a.btn.unpublished:hover {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 12px 12px;
}

/* line 69, app/assets/stylesheets/available_shifts.scss */
.table-normal th.text-center,
.table-normal td.text-center {
  text-align: center;
}

/* line 74, app/assets/stylesheets/available_shifts.scss */
.red-triangle {
  color: #ff0000;
  padding-left: 4px;
}

/* line 79, app/assets/stylesheets/available_shifts.scss */
.tooltip {
  z-index: 5000;
}

/* Link Modifications for Popovers to be visible */
/* line 2, app/assets/stylesheets/tables.scss */
.table a.popover-link {
  color: #08C;
}

/* line 6, app/assets/stylesheets/tables.scss */
.table > tbody > tr > td {
  word-break: break-word;
  background-clip: padding-box;
}

/* Modifications for tables which have expanded rows. */
/* line 13, app/assets/stylesheets/tables.scss */
.table-expandable {
  margin-bottom: 0;
  color: #5a6573;
}

/* line 17, app/assets/stylesheets/tables.scss */
.table-expandable tbody td, .table-expandable thead td {
  border-left: 1px solid #eaebef;
}

/* line 20, app/assets/stylesheets/tables.scss */
.table-expandable tbody td:first-child, .table-expandable thead td:first-child, .table-expandable thead th:first-child {
  border-left: none;
}

/* line 23, app/assets/stylesheets/tables.scss */
.table-expandable tbody td {
  border-top: 1px solid #eaebef;
}

/* line 26, app/assets/stylesheets/tables.scss */
.table-expandable thead td, .table-expandable thead th {
  text-align: left;
  font-size: 11px;
  padding: 3px 5px 2px 5px;
  color: #666;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  font-size: 12px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #eaeaea;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  border-left: 1px solid #d1d2da;
  border-right: 1px solid #d1d2da;
  border-bottom: 1px solid #d1d2da;
}

/* line 48, app/assets/stylesheets/tables.scss */
.table-expandable thead td:first-child, .table-expandable thead th:first-child {
  border-left: none;
}

/* line 51, app/assets/stylesheets/tables.scss */
.table-expandable thead td:last-child, .table-expandable thead th:last-child {
  border-right: none;
}

/* line 54, app/assets/stylesheets/tables.scss */
.table-expandable tbody td {
  padding: 7px 11px;
  vertical-align: top;
}

/* line 58, app/assets/stylesheets/tables.scss */
.table-expandable tbody tr:nth-child(4n), .table-expandable tbody tr:nth-child(4n-1) {
  background: #F3F4F8;
}

/* line 62, app/assets/stylesheets/tables.scss */
.table-expandable tbody td.empty {
  border-left: 0px;
}

/* line 65, app/assets/stylesheets/tables.scss */
.table-expandable .icon {
  width: 30px;
  text-align: center;
}

/* line 81, app/assets/stylesheets/tables.scss */
.affix {
  width: inherit;
  position: fixed;
  top: 50px;
}

/* line 88, app/assets/stylesheets/tables.scss */
tr.new-record-row > td, tr.edit-record-row > td {
  padding: 0 !important;
}

/* line 92, app/assets/stylesheets/tables.scss */
tr.edit-unavailable-request-row > td {
  padding: 0 !important;
}

/* line 97, app/assets/stylesheets/tables.scss */
td.no-left-border {
  border-left-width: 0;
}

/* line 100, app/assets/stylesheets/tables.scss */
td.no-bottom-border {
  border-bottom-width: 0;
}

/* line 2, app/assets/stylesheets/forms.scss */
form.inline-fields input, form.inline-fields select {
  margin: -5px 5px 0 5px;
}

/* line 1, app/assets/stylesheets/analytics.scss */
.date-range-filter {
  margin-top: 40px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/analytics.scss */
.date-range-filter .range i {
  font-size: 20px;
  color: #32839e;
}

/* line 11, app/assets/stylesheets/analytics.scss */
.date-range-filter .range .title {
  font-size: 15px;
  display: inline-block;
  margin: 0px 8px 2px 8px;
}

/* line 17, app/assets/stylesheets/analytics.scss */
.date-range-error {
  color: red;
  margin-left: 10px;
}

/* line 22, app/assets/stylesheets/analytics.scss */
.estimated-budget {
  margin-top: 50px;
}

/* line 26, app/assets/stylesheets/analytics.scss */
.individual-stats {
  margin-top: 50px;
}

/* line 30, app/assets/stylesheets/analytics.scss */
.individual-stats .well {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  min-height: 10px;
}

/* line 36, app/assets/stylesheets/analytics.scss */
.individual-stats .well p {
  margin: 2px 0;
}

/* line 40, app/assets/stylesheets/analytics.scss */
.individual-stats .well span {
  height: 15px;
}

/* line 45, app/assets/stylesheets/analytics.scss */
.location-ledger {
  margin-top: 50px;
}

/* line 49, app/assets/stylesheets/analytics.scss */
.export-btn {
  background-color: #5BB75B;
  color: white;
  display: block;
  float: right;
  padding: 10px;
  text-shadow: none;
  font-size: 12px;
}

/* line 57, app/assets/stylesheets/analytics.scss */
.export-btn:hover {
  background-color: #70C070;
  color: white;
}

/* line 63, app/assets/stylesheets/analytics.scss */
.ledger.analytics, .ledger .analytics {
  padding-bottom: 0;
}

/* line 67, app/assets/stylesheets/analytics.scss */
#ledger-chart-box {
  display: flex;
  align-items: flex-end;
}

/* line 71, app/assets/stylesheets/analytics.scss */
#ledger-chart-box #checkbox-container {
  margin-left: 25px;
}

/* line 74, app/assets/stylesheets/analytics.scss */
#ledger-chart-box #checkbox-container label {
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/analytics.scss */
#ledger-chart-box .input-daterange .input-row input#start-date {
  margin: 0 10px 0 0;
}

/* line 84, app/assets/stylesheets/analytics.scss */
#ledger-chart-box .input-daterange .input-row input#end-date {
  margin: 0 10px 0 10px;
}

/* line 88, app/assets/stylesheets/analytics.scss */
#ledger-chart-box .input-daterange .input-row > * {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns > * {
  background-color: #737373;
  color: white;
  display: inline-block;
  padding: 2px 4px;
}

/* line 103, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns {
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns > * {
  background-color: #737373;
  color: white;
  display: inline-block;
  padding: 2px 4px;
}

/* line 114, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns > *:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 119, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns > *:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 124, app/assets/stylesheets/analytics.scss */
.ledger-toggle-table-btns > *.active {
  background-color: #1AABF9;
}

/* line 130, app/assets/stylesheets/analytics.scss */
.ledger-table-container, .table-container {
  margin: 15px 0 45px 0;
}

/* line 132, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable, .table-container table.dataTable {
  border-collapse: separate;
}

/* line 136, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable thead i.icon-caret-down, .table-container table.dataTable thead i.icon-caret-down {
  color: #2C7CD6;
  padding-left: 5px;
  font-size: 9pt;
}

/* line 141, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable thead tr, .table-container table.dataTable thead tr {
  background-color: #FFF !important;
  background: none !important;
  background-image: none !important;
}

/* line 146, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable thead tr th, .table-container table.dataTable thead tr th {
  border: none;
  text-align: left;
  padding-left: 11px;
  background-color: #FFF !important;
  background: none !important;
  background-image: none !important;
}

/* line 160, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody .ledger-expandIndicator::after, .table-container table.dataTable tbody .ledger-expandIndicator::after {
  color: #2F7ED7;
  content: ' +';
}

/* line 164, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody .ledger-expandIndicator.open::after, .table-container table.dataTable tbody .ledger-expandIndicator.open::after {
  content: ' –';
}

/* line 168, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr, .table-container table.dataTable tbody tr {
  border: none;
}

/* line 169, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr td, .table-container table.dataTable tbody tr td {
  border-left: 0;
}

/* line 170, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr td:first-child, .table-container table.dataTable tbody tr td:first-child {
  max-width: 200px;
}

/* line 176, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr.odd, .table-container table.dataTable tbody tr.odd {
  background-color: #F3F4F8;
}

/* line 179, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr.even, .table-container table.dataTable tbody tr.even {
  background-color: #FFFFFF;
}

/* line 182, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tbody tr.ledger-subRow, .table-container table.dataTable tbody tr.ledger-subRow {
  color: #AAAAAA;
}

/* line 187, app/assets/stylesheets/analytics.scss */
.ledger-table-container table.dataTable tfoot, .table-container table.dataTable tfoot {
  font-weight: 400;
  background-color: #D3D5DD;
}

/* line 195, app/assets/stylesheets/analytics.scss */
.ledger-table-container .dataTables_paginate a:active, .table-container .dataTables_paginate a:active {
  border: 0;
}

/* line 198, app/assets/stylesheets/analytics.scss */
.ledger-table-container .dataTables_paginate .paginate_button, .table-container .dataTables_paginate .paginate_button {
  border: 0;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0;
}

/* line 206, app/assets/stylesheets/analytics.scss */
.ledger-table-container .dataTables_paginate .paginate_active, .table-container .dataTables_paginate .paginate_active {
  border: 0;
  color: white;
  background-color: #999;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0;
}

/* line 219, app/assets/stylesheets/analytics.scss */
.ledger-location-total {
  margin-right: 5px;
}

/* line 224, app/assets/stylesheets/analytics.scss */
.ledger-subRow {
  color: #B2B2B2;
}

/* line 228, app/assets/stylesheets/analytics.scss */
.availabilities #availability-breakdown {
  height: 230px;
  margin-left: 0;
  padding-left: 20px;
}

/* line 234, app/assets/stylesheets/analytics.scss */
.available-shifts #available-shifts-breakdown {
  margin-left: 0;
  padding-left: 10px;
}

/* line 239, app/assets/stylesheets/analytics.scss */
#quarterly-selector .btn-group {
  margin-top: -12px;
}

/* line 244, app/assets/stylesheets/analytics.scss */
#year-dropdown select {
  width: 100px;
}

/* line 246, app/assets/stylesheets/analytics.scss */
#quarterly-selector, #year-dropdown {
  padding: 15px 2px 0 2px;
  display: inline-block;
  text-align: center;
}

/* line 253, app/assets/stylesheets/analytics.scss */
#pbj-data-container .year, #pbj-data-container .months {
  display: inline-block;
}

/* line 256, app/assets/stylesheets/analytics.scss */
#pbj-data-container .resultEmpty-warning, #pbj-data-container .results {
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 263, app/assets/stylesheets/analytics.scss */
#pbj-loading {
  display: block;
  margin: auto;
  margin-top: 15px;
  width: 100px;
  height: 100px;
}

/* line 269, app/assets/stylesheets/analytics.scss */
#pbj-loading.hide {
  display: none;
}

/* line 274, app/assets/stylesheets/analytics.scss */
#pbj-table {
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5px;
}

/* line 279, app/assets/stylesheets/analytics.scss */
#pbj-table thead tr {
  background: none;
}

/* line 281, app/assets/stylesheets/analytics.scss */
#pbj-table thead tr th {
  text-align: left;
  padding-left: 11px;
  background: none !important;
  border-width: 0;
}

/* line 290, app/assets/stylesheets/analytics.scss */
#pbj-table tbody tr {
  border-color: #d7d7d7;
}

/* line 292, app/assets/stylesheets/analytics.scss */
#pbj-table tbody tr:nth-child(2n) {
  background-color: white;
}

/* line 295, app/assets/stylesheets/analytics.scss */
#pbj-table tbody tr:nth-child(2n+1) {
  background-color: #F3F4F8;
}

/* line 298, app/assets/stylesheets/analytics.scss */
#pbj-table tbody tr td {
  text-align: left;
  border-width: 0;
}

/* line 301, app/assets/stylesheets/analytics.scss */
#pbj-table tbody tr td:first-child {
  max-width: 100px;
  padding-right: 20px;
}

/* line 312, app/assets/stylesheets/analytics.scss */
#location-dropdown > * {
  display: inline-block;
  vertical-align: top;
}

/* line 316, app/assets/stylesheets/analytics.scss */
#location-dropdown .locations {
  in-width: 225px;
}

/* line 317, app/assets/stylesheets/analytics.scss */
#location-dropdown .locations select {
  padding: 0;
}

/* line 323, app/assets/stylesheets/analytics.scss */
#pbj-warning-modal .warnings li.item {
  padding: 10px 0 10px 0;
}

/* Time Exceptions */
/* line 331, app/assets/stylesheets/analytics.scss */
.analytics.time-exceptions #hour_overage {
  margin-top: 20px;
}

/* line 334, app/assets/stylesheets/analytics.scss */
.analytics.time-exceptions #hour_overage input[type=number] {
  width: 45px;
}

/* Shift Audits */
/* line 342, app/assets/stylesheets/analytics.scss */
.analytics.shift-audits #include-published-container {
  margin-top: 15px;
}

/* line 346, app/assets/stylesheets/analytics.scss */
.analytics.shift-audits .employee-search {
  width: 50%;
}

/* line 350, app/assets/stylesheets/analytics.scss */
.analytics.shift-audits label {
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 480px) {
  /* line 2, app/assets/stylesheets/style-responsive.scss */
  .area-top .num-stats li {
    width: auto;
  }
  /* line 6, app/assets/stylesheets/style-responsive.scss */
  .navbar .brand {
    padding: 10px 5px 6px !important;
    text-align: center;
    width: 100%;
    float: none;
  }
  /* line 12, app/assets/stylesheets/style-responsive.scss */
  .navbar .nav.pull-right {
    float: none;
    *zoom: 1;
  }
  /* line 16, app/assets/stylesheets/style-responsive.scss */
  .navbar .nav.pull-right:before, .navbar .nav.pull-right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 21, app/assets/stylesheets/style-responsive.scss */
  .navbar .nav.pull-right:after {
    clear: both;
  }
  /* line 24, app/assets/stylesheets/style-responsive.scss */
  .navbar-inner {
    text-align: center;
  }
  /* line 27, app/assets/stylesheets/style-responsive.scss */
  .navbar-inner a {
    margin-right: 0;
  }
  /* line 30, app/assets/stylesheets/style-responsive.scss */
  .brand + .nav {
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 34, app/assets/stylesheets/style-responsive.scss */
  .navbar-inverse .nav > li > a {
    margin-right: 0;
  }
  /* line 37, app/assets/stylesheets/style-responsive.scss */
  .navbar-inverse .brand + .nav > li > a {
    margin-right: 10px;
  }
  /* line 40, app/assets/stylesheets/style-responsive.scss */
  .navbar-inverse .brand + .nav > li:last-child a {
    margin-right: 0;
  }
  /* line 43, app/assets/stylesheets/style-responsive.scss */
  .area-top {
    height: auto;
    text-align: center;
  }
  /* line 47, app/assets/stylesheets/style-responsive.scss */
  .area-top .header {
    margin-top: 0;
    margin-bottom: 7px;
    text-align: center;
    float: none;
  }
  /* line 53, app/assets/stylesheets/style-responsive.scss */
  .area-top .num-stats {
    float: none;
    display: inline-block;
  }
  /* line 57, app/assets/stylesheets/style-responsive.scss */
  .area-top .num-stats li {
    padding: 5px;
  }
  /* line 60, app/assets/stylesheets/style-responsive.scss */
  .chat-box.timeline .arrow-box-left {
    margin-left: 0;
  }
  /* line 63, app/assets/stylesheets/style-responsive.scss */
  .chat-box.timeline .arrow-box-left:after, .chat-box.timeline .arrow-box-left:before {
    content: none;
  }
  /* line 66, app/assets/stylesheets/style-responsive.scss */
  .chat-box.timeline .arrow-box-left .avatar {
    left: 10px;
    top: 5px;
  }
  /* line 70, app/assets/stylesheets/style-responsive.scss */
  .chat-box.timeline .arrow-box-left .name {
    float: left;
    margin-left: 45px;
  }
  /* line 74, app/assets/stylesheets/style-responsive.scss */
  .chat-box.timeline + .closable-chat-box {
    margin-left: 0;
  }
  /* line 78, app/assets/stylesheets/style-responsive.scss */
  #department_users_search input#search {
    min-width: 100px;
  }
  /* line 83, app/assets/stylesheets/style-responsive.scss */
  .messages .to-field-hide {
    height: 20px;
  }
  /* line 88, app/assets/stylesheets/style-responsive.scss */
  .modal {
    min-height: 150px;
    /* Set a default max height of the modal (adjusted later)*/
    position: fixed;
    /* Display modal in the centre of your screen */
    overflow-y: scroll;
    /*  Ensure that the modal is scroll-able */
    -webkit-overflow-scrolling: touch;
    /* Avoid having to use 2 finger scroll on iOS    */
  }
  /* line 94, app/assets/stylesheets/style-responsive.scss */
  .modal.fade.in {
    top: 5px;
    /* Use more screen real estate */
  }
  /* line 97, app/assets/stylesheets/style-responsive.scss */
  .modal-body {
    /* Increase the max height of the modal body to try & avoid both it,
     * and the modal container having scroll bars which results in odd behavior */
    max-height: 2400px;
  }
}

@media (max-height: 320px) and (orientation: landscape) {
  /* line 105, app/assets/stylesheets/style-responsive.scss */
  .modal-body {
    height: 100px;
  }
}

@media (max-width: 550px) {
  /* line 111, app/assets/stylesheets/style-responsive.scss */
  .area-top .sparkline-box .sparkline {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 124, app/assets/stylesheets/style-responsive.scss */
  body {
    padding: 0;
  }
  /* line 127, app/assets/stylesheets/style-responsive.scss */
  .btn-block {
    margin-bottom: 10px;
  }
  /* line 130, app/assets/stylesheets/style-responsive.scss */
  .user-avatar {
    padding-bottom: 0;
  }
  /* line 133, app/assets/stylesheets/style-responsive.scss */
  .dataTables_info {
    display: none;
  }
  /* line 136, app/assets/stylesheets/style-responsive.scss */
  .dataTables_filter input[type="text"] {
    width: 130px;
  }
  /* line 139, app/assets/stylesheets/style-responsive.scss */
  .dataTables_length {
    display: none;
  }
  /* line 142, app/assets/stylesheets/style-responsive.scss */
  .next.paginate_button, .previous.paginate_button {
    display: none;
  }
  /* line 145, app/assets/stylesheets/style-responsive.scss */
  .area-top {
    text-align: center;
  }
  /* line 148, app/assets/stylesheets/style-responsive.scss */
  .area-top .header {
    display: block;
    float: none;
  }
  /* line 152, app/assets/stylesheets/style-responsive.scss */
  .area-top .header i {
    float: none;
  }
  /* line 155, app/assets/stylesheets/style-responsive.scss */
  .area-top .sparkline-box {
    float: none;
    display: inline-block;
  }
  /* line 160, app/assets/stylesheets/style-responsive.scss */
  #department_users_search input#search {
    min-width: 175px;
  }
  /* line 165, app/assets/stylesheets/style-responsive.scss */
  .box-wrapper {
    overflow-y: auto;
  }
  /* line 169, app/assets/stylesheets/style-responsive.scss */
  #exp_month {
    margin-bottom: 10px;
  }
}

@media (max-width: 979px) {
  /* line 175, app/assets/stylesheets/style-responsive.scss */
  .actions {
    width: 85px;
  }
  /* line 178, app/assets/stylesheets/style-responsive.scss */
  .sidebar-background {
    display: none;
  }
  /* line 181, app/assets/stylesheets/style-responsive.scss */
  .primary-sidebar {
    *zoom: 1;
    position: static;
    width: auto;
    float: none;
    background: #11161A;
  }
  /* line 188, app/assets/stylesheets/style-responsive.scss */
  .primary-sidebar:before, .primary-sidebar:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 193, app/assets/stylesheets/style-responsive.scss */
  .primary-sidebar:after {
    clear: both;
  }
  /* line 196, app/assets/stylesheets/style-responsive.scss */
  .main-content {
    margin: 0;
  }
  /* line 199, app/assets/stylesheets/style-responsive.scss */
  .user-avatar > .dropdown-toggle {
    display: none;
  }
  /* line 202, app/assets/stylesheets/style-responsive.scss */
  .dropdown-menu li.with-image span, .dropdown-menu li a {
    text-shadow: none;
  }
  /* line 205, app/assets/stylesheets/style-responsive.scss */
  .label, .badge, .navbar-inverse .nav > li > a, .navbar-inverse .nav > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 210, app/assets/stylesheets/style-responsive.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: 600;
  }
  /* line 213, app/assets/stylesheets/style-responsive.scss */
  .primary-sidebar .nav {
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line {
    height: auto;
  }
  /* line 219, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line .breadcrumbs {
    *zoom: 1;
    float: none;
  }
  /* line 223, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line .breadcrumbs:before, .breadcrumb-line .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 228, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line .breadcrumbs:after {
    clear: both;
  }
  /* line 231, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line .nav.pull-right {
    float: none;
    margin-right: 0px;
    border-right: none;
    border-top: 1px solid #ccc;
  }
  /* line 237, app/assets/stylesheets/style-responsive.scss */
  .breadcrumb-line .nav.pull-right > li:first-child > a {
    border-left: none;
  }
  /* line 240, app/assets/stylesheets/style-responsive.scss */
  .nav-collapse .dropdown-menu {
    display: block;
    background: transparent;
  }
  /* line 244, app/assets/stylesheets/style-responsive.scss */
  .nav-collapse .dropdown-menu li a {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 3px !important;
  }
  /* line 248, app/assets/stylesheets/style-responsive.scss */
  .navbar-search .search-query.animated, .navbar-search .search-query.animated {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
  }
  /* line 255, app/assets/stylesheets/style-responsive.scss */
  .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused, .navbar-search .search-query.animated:focus, .navbar-search .search-query.animated .focused {
    width: 100%;
    padding: 12px;
  }
  /* line 259, app/assets/stylesheets/style-responsive.scss */
  .navbar-search i {
    right: 25px;
    top: 15px;
  }
  /* line 263, app/assets/stylesheets/style-responsive.scss */
  .nav-tabs-right li > a > span, .nav-tabs-right .title, .nav-tabs-left li > a > span, .nav-tabs-left .title {
    display: none;
  }
  /* line 267, app/assets/stylesheets/style-responsive.scss */
  #department_users_search input#search {
    min-width: 250px;
  }
}

@media (min-width: 980px) and (max-width: 1165px) {
  /* line 275, app/assets/stylesheets/style-responsive.scss */
  #external-events li {
    margin-left: 2px;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/shifts.scss */
.reply-user-table {
  border: none !important;
}

/* line 6, app/assets/stylesheets/shifts.scss */
.ui-draggable {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/shifts.scss */
#shifts_list table thead {
  display: none;
}

/* line 15, app/assets/stylesheets/shifts.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* line 21, app/assets/stylesheets/shifts.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

/* line 32, app/assets/stylesheets/shifts.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 37, app/assets/stylesheets/shifts.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 43, app/assets/stylesheets/shifts.scss */
.timeline > li:after {
  clear: both;
}

/* line 47, app/assets/stylesheets/shifts.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 53, app/assets/stylesheets/shifts.scss */
.timeline > li:after {
  clear: both;
}

/* line 57, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel {
  width: 35%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 68, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 80, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 92, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 27px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -15px;
  background-color: #2ab6e3;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 111, app/assets/stylesheets/shifts.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 115, app/assets/stylesheets/shifts.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 122, app/assets/stylesheets/shifts.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 129, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel.myinverted {
  float: right;
}

/* line 133, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel.myinverted:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 140, app/assets/stylesheets/shifts.scss */
.timeline > li > .timeline-panel.myinverted:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 147, app/assets/stylesheets/shifts.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 152, app/assets/stylesheets/shifts.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 157, app/assets/stylesheets/shifts.scss */
.timeline-body > ul > li {
  word-break: break-all;
  word-break: break-word;
}

/* line 162, app/assets/stylesheets/shifts.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* line 166, app/assets/stylesheets/shifts.scss */
.timeline-admin-timestamp {
  font-size: 0.85em;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* line 172, app/assets/stylesheets/shifts.scss */
  ul.timeline:before {
    left: 40px;
  }
  /* line 176, app/assets/stylesheets/shifts.scss */
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  /* line 182, app/assets/stylesheets/shifts.scss */
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  /* line 188, app/assets/stylesheets/shifts.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  /* line 192, app/assets/stylesheets/shifts.scss */
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  /* line 199, app/assets/stylesheets/shifts.scss */
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/* line 1, app/assets/stylesheets/style-override.scss */
.modal {
  position: fixed;
  top: 1%;
  left: 50%;
  transform: translate(-50%);
  margin-left: 0px;
}

/* line 10, app/assets/stylesheets/style-override.scss */
.area-top {
  margin-bottom: 0px;
}

/* line 16, app/assets/stylesheets/style-override.scss */
.fc-event span {
  display: block;
}

/* line 23, app/assets/stylesheets/style-override.scss */
.fc-event-time,
.fc-event-title {
  float: none !important;
  text-align: center !important;
}

/* line 30, app/assets/stylesheets/style-override.scss */
#breadcrumbs {
  margin-bottom: 15px;
}

/* line 33, app/assets/stylesheets/style-override.scss */
#breadcrumbs .breadcrumb-button a {
  color: #888;
}

/* line 37, app/assets/stylesheets/style-override.scss */
#breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
  font-weight: inherit;
  cursor: default;
}

/* line 43, app/assets/stylesheets/style-override.scss */
#breadcrumbs .breadcrumb-button.blue {
  text-shadow: 0 1px 1px #92cff5, 0 -1px 1px #5a92b6;
}

/* line 47, app/assets/stylesheets/style-override.scss */
#breadcrumbs .breadcrumb-button.blue a {
  color: white;
}

/* line 53, app/assets/stylesheets/style-override.scss */
.tooltip-inner {
  white-space: pre-wrap;
  min-width: 150px;
  word-break: keep-all;
}

/* line 60, app/assets/stylesheets/style-override.scss */
.action-nav-normal .sidebar_lcd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  border: 1px solid #d5d5d5;
  padding: 5px 0;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  color: #626262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 85, app/assets/stylesheets/style-override.scss */
.action-nav-normal .action-nav-button a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
  background-image: url("data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: -moz-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: -o-linear-gradient(top, #f4f4f4, #f7f7f7);
  background-image: linear-gradient(top, #f4f4f4, #f7f7f7);
}

/* line 99, app/assets/stylesheets/style-override.scss */
.action-nav-normal .action-nav-button > span {
  display: block;
  padding-top: 4px;
  font-weight: 600;
}

/* line 105, app/assets/stylesheets/style-override.scss */
.action-nav-normal .action-nav-button > i {
  font-size: 32px;
  color: #808080;
}

/* line 110, app/assets/stylesheets/style-override.scss */
.action-nav-normal .badge,
.action-nav-normal .label {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px 5px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 128, app/assets/stylesheets/style-override.scss */
.box dl {
  margin-bottom: 0px;
}

/* line 132, app/assets/stylesheets/style-override.scss */
.box .form-actions {
  margin-top: 0px;
}

/* line 136, app/assets/stylesheets/style-override.scss */
.box .box-toolbar-left {
  float: left !important;
}

/* line 139, app/assets/stylesheets/style-override.scss */
.box .box-toolbar-left > li {
  padding-left: 10px;
  padding-right: 0px;
}

/* line 143, app/assets/stylesheets/style-override.scss */
.box .box-toolbar-left > li.toolbar-link {
  padding-left: 0px;
  border-left: 0px;
}

/* line 148, app/assets/stylesheets/style-override.scss */
.box .box-toolbar-left > li > a {
  border-left: 0px !important;
  border-right: 1px solid #cecece;
}

/* line 152, app/assets/stylesheets/style-override.scss */
.box .box-toolbar-left > li > a:hover {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 164, app/assets/stylesheets/style-override.scss */
.breadcrumb a {
  color: #3e89b9;
}

/* line 167, app/assets/stylesheets/style-override.scss */
.breadcrumb a:hover {
  color: #24506d;
}

/* line 172, app/assets/stylesheets/style-override.scss */
.breadcrumb > li + li:not(.pull-right):before {
  padding: 0 5px;
  color: #666;
  content: '>';
}

/* line 180, app/assets/stylesheets/style-override.scss */
table {
  width: 100%;
}

/* line 184, app/assets/stylesheets/style-override.scss */
.table-normal tbody td {
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/style-override.scss */
.nav li > a .active {
  color: #fff;
}

/* line 197, app/assets/stylesheets/style-override.scss */
table.dataTable {
  table-layout: fixed;
  border-collapse: none;
}

/* line 204, app/assets/stylesheets/style-override.scss */
.table tbody td {
  word-break: break-all;
}

/* line 211, app/assets/stylesheets/style-override.scss */
dl {
  overflow: hidden;
}

/* line 214, app/assets/stylesheets/style-override.scss */
dl dd {
  overflow: inherit;
  text-overflow: ellipsis;
}

/* line 221, app/assets/stylesheets/style-override.scss */
th.text-left,
td.text-left {
  text-align: left;
}

/* line 226, app/assets/stylesheets/style-override.scss */
th.text-center,
td.text-center {
  text-align: center;
}

/* line 234, app/assets/stylesheets/style-override.scss */
body:not(:-moz-handler-blocked) input.btn {
  height: 20px !important;
  -moz-box-sizing: content-box;
}

/* line 240, app/assets/stylesheets/style-override.scss */
.strong {
  font-weight: 600;
}

/* line 245, app/assets/stylesheets/style-override.scss */
.toolbar-link.extra-room {
  margin: 0 10px;
}

/* line 252, app/assets/stylesheets/style-override.scss */
.form-horizontal .checkbox {
  padding-top: 5px;
}

/* line 257, app/assets/stylesheets/style-override.scss */
.form-horizontal .control-label {
  width: 175px;
}

/* line 262, app/assets/stylesheets/style-override.scss */
.form-horizontal .controls {
  margin-left: 195px;
}

/* line 266, app/assets/stylesheets/style-override.scss */
.form-horizontal .readonly-text {
  resize: none;
  border: none;
  padding-right: 36px;
  min-height: 36px;
  align-content: center;
  line-height: 1.5;
}

/* line 278, app/assets/stylesheets/style-override.scss */
.form-actions.no-indent {
  padding-left: 20px;
}

/* line 283, app/assets/stylesheets/style-override.scss */
.form-actions .btn,
.form-actions button,
.form-actions input[type="submit"],
.form-actions input[type="button"],
.form-actions input[type="reset"] {
  margin-bottom: 0 !important;
}

/* line 293, app/assets/stylesheets/style-override.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

/* line 302, app/assets/stylesheets/style-override.scss */
.banner {
  color: #fff;
  background-image: none;
}

/* line 306, app/assets/stylesheets/style-override.scss */
.banner.banner-warning {
  background-color: #c9922f;
}

/* line 310, app/assets/stylesheets/style-override.scss */
.banner.banner-error {
  background-color: #aa433a;
}

/* line 315, app/assets/stylesheets/style-override.scss */
.well-dark {
  background-color: #ebebeb;
}

/* line 319, app/assets/stylesheets/style-override.scss */
.shift-time {
  width: 114px !important;
}

/* line 324, app/assets/stylesheets/style-override.scss */
.control-group {
  margin-bottom: 5px;
}

/* line 328, app/assets/stylesheets/style-override.scss */
.ms-sidebar {
  background-color: #fff;
}

/* line 332, app/assets/stylesheets/style-override.scss */
.ms-sidebar > li a:hover {
  background-color: #dbdfec;
}

/* line 337, app/assets/stylesheets/style-override.scss */
.ms-sidebar > li.active a,
.ms-sidebar > li.active a:hover {
  color: #0088cc;
  background-color: #f3f4f8;
}

/* line 347, app/assets/stylesheets/style-override.scss */
.no-m {
  margin: 0px !important;
}

/* line 351, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] {
  font: normal 12px Inter, 'Open Sans', HelveticaNeue, Helvetica, Arial;
}

/* line 352, app/assets/stylesheets/style-override.scss */
body[data-theme='modern']:not(.time_clock) {
  background: #f7f7f7;
}

/* line 355, app/assets/stylesheets/style-override.scss */
body[data-theme='modern']:not(.time_clock) .area-top {
  background: #f7f7f7;
  font-family: 'Poppins', sans-serif;
  box-shadow: none;
  border: none;
}

/* line 362, app/assets/stylesheets/style-override.scss */
body[data-theme='modern']:not(.time_clock) .area-top .header h3,
body[data-theme='modern']:not(.time_clock) .area-top .header i {
  color: #2d343c;
}

@media screen and (min-width: 1920px) {
  /* line 371, app/assets/stylesheets/style-override.scss */
  body[data-theme='modern'] .ui-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  /* line 376, app/assets/stylesheets/style-override.scss */
  body[data-theme='modern'] .ui-wrapper .container {
    width: unset;
  }
}

/* line 389, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] h1,
body[data-theme='modern'] h2,
body[data-theme='modern'] h3,
body[data-theme='modern'] h4,
body[data-theme='modern'] h5,
body[data-theme='modern'] h6,
body[data-theme='modern'] th {
  color: #2d343c;
}

/* line 399, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .text-error {
  color: #b94a48;
}

/* line 403, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .main-content {
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  /* line 408, app/assets/stylesheets/style-override.scss */
  body[data-theme='modern'] .main-content {
    margin-left: var(--ui-sidenav-width);
  }
  /* line 412, app/assets/stylesheets/style-override.scss */
  body[data-theme='modern'] .ui-sidenav {
    position: absolute;
  }
  /* line 416, app/assets/stylesheets/style-override.scss */
  body[data-theme='modern'] .area-top {
    text-align: start;
  }
}

/* line 421, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-navbar {
  z-index: 1020;
}

/* line 429, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-navbar button {
  border: 0;
}

/* line 433, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-navbar .ui-menu__content {
  width: 195px;
  z-index: 1100;
}

/* line 440, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-checkbox.ui-checkbox--simple-form {
  margin-bottom: 0;
}

/* line 443, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-checkbox.ui-checkbox--simple-form label.checkbox {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 448, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-checkbox.ui-checkbox--simple-form label.checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
  box-sizing: border-box;
}

/* line 456, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-input.ui-input--simple-form {
  margin-bottom: 0;
}

/* line 459, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-input.ui-input--simple-form input.ui-input__input {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: auto;
  border: 0;
  transition: border 0s;
  margin-bottom: 0;
  box-sizing: border-box;
}

/* line 471, app/assets/stylesheets/style-override.scss */
body[data-theme='modern'] .ui-alert a.ui-alert__action {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
}

/* line 1, app/assets/stylesheets/dashboard.scss */
.dashboard .box-content {
  height: 160px;
  text-align: center;
  background-color: #fafafa;
  color: #6a6a6a;
}

/* line 6, app/assets/stylesheets/dashboard.scss */
.dashboard .box-content.tall-box {
  min-height: 200px;
}

/* line 11, app/assets/stylesheets/dashboard.scss */
.dashboard #positions .box-content {
  background-color: transparent !important;
}

/* line 15, app/assets/stylesheets/dashboard.scss */
.dashboard .simple-box {
  font-size: 95px;
  font-weight: normal;
}

/* line 20, app/assets/stylesheets/dashboard.scss */
.dashboard .simple-box p {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/dashboard.scss */
.dashboard .empty-box-positions {
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/dashboard.scss */
.dashboard .empty-box-schedule {
  margin-top: 215px;
  font-size: 15px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/dashboard.scss */
.dashboard .schedule-box-content {
  height: 490px;
  color: #6a6a6a;
  overflow-y: scroll;
}

/* line 42, app/assets/stylesheets/dashboard.scss */
.dashboard .box-link {
  font-size: 10px;
  margin-top: -15px;
}

/* line 47, app/assets/stylesheets/dashboard.scss */
.dashboard .box-link p {
  display: inline;
}

/* line 51, app/assets/stylesheets/dashboard.scss */
table.dashboard-links {
  margin-bottom: 0px;
}

/* line 55, app/assets/stylesheets/dashboard.scss */
table.dashboard-links td {
  border-top: none;
}

/* line 59, app/assets/stylesheets/dashboard.scss */
.dashboard .table .position-count {
  text-align: right;
}

/* line 63, app/assets/stylesheets/dashboard.scss */
.dashboard .table .schedule-user-names {
  width: 30%;
}

/* line 67, app/assets/stylesheets/dashboard.scss */
.dashboard .table .schedule-shift-types {
  text-align: center;
  width: 40%;
}

/* line 72, app/assets/stylesheets/dashboard.scss */
.dashboard .table .schedule-times {
  text-align: right;
  width: 30%;
}

/* line 77, app/assets/stylesheets/dashboard.scss */
.dashboard .date-title {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 83, app/assets/stylesheets/dashboard.scss */
.dashboard #previous-date {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 89, app/assets/stylesheets/dashboard.scss */
.dashboard #next-date {
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 95, app/assets/stylesheets/dashboard.scss */
.update-default-department {
  font-size: 10px;
  text-align: right;
  padding-top: 5px;
}

/* line 103, app/assets/stylesheets/dashboard.scss */
table.dashboard-table tr:first-child td {
  border-top: 0px;
}

/* line 109, app/assets/stylesheets/dashboard.scss */
ul.checklist {
  margin: 0;
}

/* line 111, app/assets/stylesheets/dashboard.scss */
ul.checklist li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

/* line 115, app/assets/stylesheets/dashboard.scss */
ul.checklist li i {
  color: #0088cc;
  margin-right: 10px;
}

/* line 119, app/assets/stylesheets/dashboard.scss */
ul.checklist li .actions {
  display: none;
  float: right;
  margin-top: -2px;
}

/* line 123, app/assets/stylesheets/dashboard.scss */
ul.checklist li .actions .btn + .btn {
  margin-left: 5px;
}

/* line 127, app/assets/stylesheets/dashboard.scss */
ul.checklist li:last-child {
  border: none;
}

/* line 130, app/assets/stylesheets/dashboard.scss */
ul.checklist li:hover {
  background-color: #eee;
}

/* line 132, app/assets/stylesheets/dashboard.scss */
ul.checklist li:hover .actions {
  display: block;
}

/* line 138, app/assets/stylesheets/dashboard.scss */
.popovers {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 158, app/assets/stylesheets/dashboard.scss */
  .dashboard #schedules .box-link {
    float: none;
    display: block;
  }
  /* line 162, app/assets/stylesheets/dashboard.scss */
  .dashboard #schedules .box-link:nth-child(n+3) {
    margin-top: 2px;
  }
  /* line 170, app/assets/stylesheets/dashboard.scss */
  .dashboard #dashboard-approvals .box-header.multi-line {
    height: 54px;
    line-height: 27px;
  }
}

/* line 1, app/assets/stylesheets/user_departments.scss */
#user-departments-table, #user-locations-table {
  width: 100% !important;
  margin: 0;
}

/* line 4, app/assets/stylesheets/user_departments.scss */
#user-departments-table .btn-block, #user-locations-table .btn-block {
  margin-top: 0px !important;
  min-width: 75px;
}

/* line 9, app/assets/stylesheets/user_departments.scss */
.pagination-nopadding {
  margin: 0px;
}

/* line 13, app/assets/stylesheets/user_departments.scss */
li.wizard-next-button {
  background: #599CC7 !important;
}

/* line 15, app/assets/stylesheets/user_departments.scss */
li.wizard-next-button a:hover {
  background: #3c83b1 !important;
}

/* line 21, app/assets/stylesheets/user_departments.scss */
.bootstrap .ui-checkbox-container {
  margin-bottom: 15px;
}

/* line 28, app/assets/stylesheets/user_departments.scss */
#managed-locations table.dataTable, #other-locations table.dataTable {
  border-bottom: 1px solid #b5b7c3;
}

/* line 33, app/assets/stylesheets/user_departments.scss */
#managed-locations table.dataTable tbody tr[role=row] > :first-child, #other-locations table.dataTable tbody tr[role=row] > :first-child {
  padding-left: 60px !important;
}

/* line 8, app/assets/stylesheets/welcome.scss */
.btn-onboarding {
  color: #fff !important;
  border: 1px solid #1698c0;
  box-shadow: inset 0 1px 2px #56c8ec;
  background: #1ab5e5;
  background-image: linear-gradient(top, #3fc1e9, #1ab5e5);
}

/* line 15, app/assets/stylesheets/welcome.scss */
.btn-onboarding:hover {
  background: #1ab2e0;
  background-image: linear-gradient(top, #3fc1e9, #1ab2e0);
  transition: box-shadow 0.05s ease-in-out;
}

/* line 20, app/assets/stylesheets/welcome.scss */
.btn-onboarding:active {
  background: #2dbbe7;
  border-color: #1591b7;
  box-shadow: 0 0 5px #2dbbe7 inset;
}

/* line 27, app/assets/stylesheets/welcome.scss */
body.onboarding {
  background: none;
  background-image: radial-gradient(480px 480px, ellipse farthest-side, #48c9f3 540px, #389cbd 1280px);
  background-image: -ms-radial-gradient(480px 480px, ellipse farthest-side, #48c9f3 540px, #389cbd 1280px);
  /* for IE10 */
}

/* line 33, app/assets/stylesheets/welcome.scss */
.badge-onboarding-landing {
  padding: 10px 12px;
  margin: 0 15px 10px 0;
  font-size: 16px;
}

/* line 39, app/assets/stylesheets/welcome.scss */
.badge-onboarding {
  padding: 16px 16px;
  margin: 0 15px 10px 0;
  font-size: 25px;
}

/* line 45, app/assets/stylesheets/welcome.scss */
p.onboarding {
  padding: 0 0 20px 66px;
  font-size: 14px;
}

/* line 50, app/assets/stylesheets/welcome.scss */
.onboarding-step-list {
  padding-top: 20px !important;
}

/* line 54, app/assets/stylesheets/welcome.scss */
.step1 {
  color: #FFF;
  font-size: 16px;
  padding-top: 10%;
}

/* line 59, app/assets/stylesheets/welcome.scss */
.step1 h1,
.step1 h2,
.step1 h3,
.step1 h4,
.step1 h5,
.step1 h6 {
  margin-bottom: 0px;
  color: #FFF;
}

/* line 69, app/assets/stylesheets/welcome.scss */
.step1 ul.unstyled {
  padding: 0 0 22px 0;
}

/* line 73, app/assets/stylesheets/welcome.scss */
.step1 .welcome-msg {
  padding: 28px 0 32px 0;
  border-bottom: 1px solid #FFF;
}

/* line 80, app/assets/stylesheets/welcome.scss */
.navbar .brand {
  padding: 10px 20px 6px;
  margin-top: 3px;
}

/* line 82, app/assets/stylesheets/welcome.scss */
.navbar .brand img {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/subscription.scss */
.trial-expiring {
  background-color: #c2315d !important;
}

/* line 4, app/assets/stylesheets/subscription.scss */
.trial-expiring > .btn {
  border: 1px solid white;
  color: white;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
}

/* line 12, app/assets/stylesheets/subscription.scss */
.cards {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url(//d2u1hqqs95omht.cloudfront.net/assets/card_logos-d1dd8dc15d37e6e764d2eb67caa50347ca5a685bc9bc2f36d2cd190e7167751e.png);
  background-position: 0 0;
  display: inline-block;
  height: 32px;
  text-indent: -9999px;
  width: 51px;
}

/* line 26, app/assets/stylesheets/subscription.scss */
.visa {
  background-position: -51px 0;
}

/* line 30, app/assets/stylesheets/subscription.scss */
.visa_electron {
  background-position: -255px 0;
}

/* line 34, app/assets/stylesheets/subscription.scss */
.mastercard {
  background-position: -153px 0;
}

/* line 38, app/assets/stylesheets/subscription.scss */
.american_express {
  background-position: -204px 0;
}

/* line 42, app/assets/stylesheets/subscription.scss */
.discover {
  background-position: -102px 0;
}

/* line 46, app/assets/stylesheets/subscription.scss */
.signature {
  background-position: -306px 0px !important;
}

/* line 50, app/assets/stylesheets/subscription.scss */
#number:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/* line 53, app/assets/stylesheets/subscription.scss */
#number:focus::-moz-placeholder {
  color: transparent !important;
}

/* line 56, app/assets/stylesheets/subscription.scss */
#number:focus:-moz-placeholder {
  color: transparent !important;
}

/* line 59, app/assets/stylesheets/subscription.scss */
#number:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* line 1, app/assets/stylesheets/smartbanner.scss */
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: 0;
  background-image: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

/* line 18, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 25, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-color: #ffffff;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 2px;
  width: 14px;
  height: 14px;
  font-family: ArialRoundedMTBold,Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #070707;
  text-decoration: none;
  text-shadow: none;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 60, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaaaaa;
}

/* line 65, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-icon-android {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background-size: cover;
}

/* line 75, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-icon-ios {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 91, app/assets/stylesheets/smartbanner.scss */
#smartbanner.no-icon .sb-icon {
  display: none;
}

/* line 95, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 700;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* line 107, app/assets/stylesheets/smartbanner.scss */
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

/* line 111, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}

/* line 118, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-info > span {
  display: block;
}

/* line 122, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

/* line 127, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border-top-style: solid;
  border-top-color: #bfbfbf;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-color: #bfbfbf;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #bfbfbf;
  border-right-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  color: #6a6a6a;
  background: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

/* line 165, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: 0;
}

/* line 169, app/assets/stylesheets/smartbanner.scss */
#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: 0 0 100%;
  border-radius: 10px 10px 12px 12px;
}

/* line 181, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android {
  border-color: #212228;
  border-top: 5px solid #2AB6E3;
  box-shadow: none;
  background-color: #3D3D3D;
}

/* line 189, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-close {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background-color: #1c1e21;
  text-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

/* line 203, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-close:active {
  color: #eeeeee;
}

/* line 207, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-info {
  color: #cccccc;
  text-shadow: 0 1px 2px #000000;
}

/* line 212, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-info strong {
  color: #ffffff;
}

/* line 216, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-button {
  min-width: 12%;
  border-top-style: solid;
  border-top-color: #DDDCDC;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDDCDC;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-color: #DDDCDC;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #DDDCDC;
  border-right-width: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  color: #D1D1D1;
  background-color: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

/* line 243, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2AB6E3;
  background-image: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

/* line 257, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background-color: none;
}

/* line 261, app/assets/stylesheets/smartbanner.scss */
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background-color: #2AC7E1;
}

/* line 265, app/assets/stylesheets/smartbanner.scss */
#smartbanner.windows .sb-icon {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* fixes table header width when resizing browser */
/* line 2, app/assets/stylesheets/datatables.scss */
#dataTables table thead tr th {
  width: auto !important;
}

/* line 6, app/assets/stylesheets/datatables.scss */
ul.dropdown-menu i {
  display: inline-block;
  min-width: 13px;
}

/* line 12, app/assets/stylesheets/datatables.scss */
#scheduled-users-table td:nth-child(2),
#scheduled-users-table td:nth-child(3),
#unscheduled-users-table td:nth-child(2),
#unscheduled-users-table td:nth-child(3),
#unscheduled-users-table td:nth-child(4),
#reply-users-table td:nth-child(2),
#reply-users-table td:nth-child(3),
#reply-users-table td:nth-child(4),
#assigned-users-table td:nth-child(2),
#assigned-users-table td:nth-child(3),
#eligible-users-table td:nth-child(2),
#eligible-users-table td:nth-child(3),
#eligible-users-table td:nth-child(4) {
  text-align: center;
}

/* line 1, app/assets/stylesheets/admin.scss */
.checkbox_container {
  display: inline-block;
  vertical-align: -1px;
  margin: 5px;
}

/* line 7, app/assets/stylesheets/admin.scss */
.checkbox_container input {
  display: inline;
  margin-left: 10px;
}

/* line 12, app/assets/stylesheets/admin.scss */
.checkbox_container .collection_check_boxes {
  display: inline;
  vertical-align: -5px;
  margin-left: 5px;
}

/* line 18, app/assets/stylesheets/admin.scss */
.sub-nav-pills {
  padding: 8px 10px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 11px;
}

/* line 23, app/assets/stylesheets/admin.scss */
.sub-nav-pills ul.nav-pills {
  margin: 0;
}

/* line 28, app/assets/stylesheets/admin.scss */
#adp-billing-table {
  border-top: 1px solid #cdcdcd;
}

/* line 32, app/assets/stylesheets/admin.scss */
.admin-feature-container {
  column-count: 2;
  column-gap: 1em;
}

/* line 36, app/assets/stylesheets/admin.scss */
.admin-feature-container .feature {
  padding: 12px;
  background: white;
  border: 1px solid lightGrey;
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
}

/* line 48, app/assets/stylesheets/admin.scss */
.integration-mapping-table th {
  padding-left: 0px;
}

/* line 52, app/assets/stylesheets/admin.scss */
.integration-mapping-table td.internal-key {
  padding: 14px 0;
  width: 30%;
}

/* line 57, app/assets/stylesheets/admin.scss */
.integration-mapping-table td.external-key {
  padding: 11px 0 0 0;
  width: 70%;
}

/* line 61, app/assets/stylesheets/admin.scss */
.integration-mapping-table td.external-key input {
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/admin.scss */
.integration-mapping-table td.external-key input::placeholder {
  color: #BFBFBF;
}

/* line 71, app/assets/stylesheets/admin.scss */
#company-listing-table th {
  text-align: left;
}

/* line 73, app/assets/stylesheets/admin.scss */
#company-listing-table th > div {
  padding-left: 12px;
  padding-right: 12px;
  height: auto;
}

/* line 80, app/assets/stylesheets/admin.scss */
.company-feature-suboption {
  padding-left: 2em;
}

/* line 84, app/assets/stylesheets/admin.scss */
.api-integration-container {
  max-width: 440px;
}

/* line 88, app/assets/stylesheets/admin.scss */
.api-integration-btn {
  margin-top: 15px;
}

/* line 92, app/assets/stylesheets/admin.scss */
#admin-activity-controls.header {
  margin-bottom: 5px;
  padding: 8px;
}

/* line 97, app/assets/stylesheets/admin.scss */
#admin-activity-controls.header input {
  border: 1px solid #cdcdcd;
  vertical-align: top;
}

/* line 102, app/assets/stylesheets/admin.scss */
#admin-activity-controls.header #export-activity-report {
  float: right;
}

/* line 106, app/assets/stylesheets/admin.scss */
#admin-activity-controls.header span.divider {
  vertical-align: middle;
  line-height: 27px;
}

/* line 112, app/assets/stylesheets/admin.scss */
div.row.mt-5 {
  margin-top: 5px;
}

/* line 117, app/assets/stylesheets/admin.scss */
input.admin-date {
  width: 206px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 127, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .user-name-col {
  width: 12.5%;
}

/* line 128, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .email-col {
  width: 17.5%;
}

/* line 129, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .role-col {
  width: 12.5%;
}

/* line 130, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .q-col {
  width: 12.5%;
}

/* line 131, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .type-col {
  width: 10%;
}

/* line 133, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .type-col select {
  width: 100%;
  max-width: 100%;
}

/* line 138, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .groups-col {
  width: 20%;
}

/* line 140, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .groups-col select {
  width: 100%;
  max-width: 100%;
}

/* line 145, app/assets/stylesheets/admin.scss */
.smartinsights-users-table .buttons-col {
  width: 15%;
}

/**
 * Select2 Bootstrap CSS 1.0
 * Compatible with select2 3.3.2 and bootstrap 2.3.1
 * MIT License
 */
/* line 7, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container {
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-mini {
  width: 60px;
}

/* line 10, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-small {
  width: 90px;
}

/* line 11, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-medium {
  width: 150px;
}

/* line 12, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-large {
  width: 210px;
}

/* line 13, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-xlarge {
  width: 270px;
}

/* line 14, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-xxlarge {
  width: 530px;
}

/* line 16, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container.input-default {
  width: 220px;
}

/* line 17, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  height: 28px;
  line-height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: none;
  background-color: #fff;
  filter: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 37, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container .select2-choice div, .select2-container .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: none;
  background: none;
  filter: none;
}

/* line 44, app/assets/stylesheets/select2-bootstrap.scss */
.control-group.error [class^="select2-choice"] {
  border-color: #b94a48;
}

/* line 48, app/assets/stylesheets/select2-bootstrap.scss */
.select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px;
}

/* line 53, app/assets/stylesheets/select2-bootstrap.scss */
.select2-drop.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  border-color: #ccc;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 62, app/assets/stylesheets/select2-bootstrap.scss */
[class^="input-"] .select2-container {
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/select2-bootstrap.scss */
.input-prepend [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 71, app/assets/stylesheets/select2-bootstrap.scss */
.input-append [class^="select2-choice"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 76, app/assets/stylesheets/select2-bootstrap.scss */
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, app/assets/stylesheets/select2-bootstrap.scss */
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 86, app/assets/stylesheets/select2-bootstrap.scss */
[class^="input-"] .select2-offscreen {
  position: absolute;
}

/**
 * This stops the quick flash when a native selectbox is shown and
 * then replaced by a select2 input when javascript kicks in. This can be
 * removed if javascript is not present
 */
/* line 96, app/assets/stylesheets/select2-bootstrap.scss */
select.select2 {
  height: 28px;
  visibility: hidden;
}

/* line 101, app/assets/stylesheets/select2-bootstrap.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 600 !important;
}

/* line 105, app/assets/stylesheets/select2-bootstrap.scss */
.select2-hidden-accessible {
  display: none;
}

/* line 110, app/assets/stylesheets/select2-bootstrap.scss */
.select2-search input {
  background: none !important;
}

/* line 114, app/assets/stylesheets/select2-bootstrap.scss */
.select2-drop {
  z-index: 99999;
}

/* line 119, app/assets/stylesheets/select2-bootstrap.scss */
.select2-results .select2-result-label {
  word-wrap: break-word;
  white-space: normal;
}

/* line 1, app/assets/stylesheets/shift_types.scss */
.shift-type-filter-form {
  position: relative;
}

/* line 5, app/assets/stylesheets/shift_types.scss */
#remove-shift-type-filter {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
}

/* line 12, app/assets/stylesheets/shift_types.scss */
span.record-row-link {
  display: inline-block;
  margin-top: 5px;
}

/* line 17, app/assets/stylesheets/shift_types.scss */
input + span.record-row-link {
  margin-left: 5px;
}

/* line 21, app/assets/stylesheets/shift_types.scss */
textarea.shift-template-notes {
  width: 90%;
  height: 90%;
}

/* line 26, app/assets/stylesheets/shift_types.scss */
.shift-types-table {
  table-layout: fixed;
}

/* line 40, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(7), .shift-types-table tr th:first-child:nth-last-child(7) ~ *, .shift-types-table tr td:first-child:nth-last-child(7), .shift-types-table tr td:first-child:nth-last-child(7) ~ * {
  width: 12.8571428571%;
}

/* line 46, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(7) ~ *:nth-of-type(6), .shift-types-table tr td:first-child:nth-last-child(7) ~ *:nth-of-type(6) {
  width: 10%;
}

/* line 40, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(8), .shift-types-table tr th:first-child:nth-last-child(8) ~ *, .shift-types-table tr td:first-child:nth-last-child(8), .shift-types-table tr td:first-child:nth-last-child(8) ~ * {
  width: 11.25%;
}

/* line 46, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(8) ~ *:nth-of-type(7), .shift-types-table tr td:first-child:nth-last-child(8) ~ *:nth-of-type(7) {
  width: 10%;
}

/* line 40, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(9), .shift-types-table tr th:first-child:nth-last-child(9) ~ *, .shift-types-table tr td:first-child:nth-last-child(9), .shift-types-table tr td:first-child:nth-last-child(9) ~ * {
  width: 10%;
}

/* line 46, app/assets/stylesheets/shift_types.scss */
.shift-types-table tr th:first-child:nth-last-child(9) ~ *:nth-of-type(8), .shift-types-table tr td:first-child:nth-last-child(9) ~ *:nth-of-type(8) {
  width: 10%;
}

/* line 54, app/assets/stylesheets/shift_types.scss */
#notes-length-notice {
  word-break: break-word !important;
}

/* line 58, app/assets/stylesheets/shift_types.scss */
.shift-type-collection {
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/shift_requirements_importer.scss */
#shift-requirements-import-status {
  text-align: center;
}

/* line 5, app/assets/stylesheets/shift_requirements_importer.scss */
#shift-requirements-import-message {
  background: cornsilk;
  border: 1px dashed #999900;
  padding: 10px 20px;
  color: black;
  margin: 20px 0;
}

/* line 15, app/assets/stylesheets/shift_requirements_importer.scss */
#uniform-shift_requirements_import_file .action {
  display: none;
}

/* line 5, app/assets/stylesheets/weekly_budgets.scss */
.weekly-budget-details label {
  margin: 0;
}

/* line 9, app/assets/stylesheets/weekly_budgets.scss */
.weekly-budget-details tr td:first-child {
  width: 40%;
}

/* line 13, app/assets/stylesheets/weekly_budgets.scss */
.weekly-budget-details tr + tr > td {
  padding-top: 15px;
}

/* line 16, app/assets/stylesheets/weekly_budgets.scss */
.weekly-budget-details .control-group {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/weekly_budgets.scss */
.weekly-budget-details .control-group input {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/weekly_budgets.scss */
div#big-bar {
  margin: 0px;
  min-height: 22px;
}

/* line 28, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar {
  min-height: 72px;
}

/* line 31, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-bar-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 31, app/assets/stylesheets/weekly_budgets.scss */
  #budget-bar .budget-bar-contents {
    flex-direction: column;
  }
}

/* line 41, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-bar-title {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0 15px 15px;
}

/* line 49, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-bar-toggle .btn-group {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

/* line 56, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter-title {
  color: #707070;
  font-size: 12px;
  display: block;
  float: left;
  padding: 16px 16px 0 16px;
}

/* line 64, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter {
  padding: 0;
}

/* line 68, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: transparent;
  background-color: #e8e8e9;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e9), color-stop(1, #dfdfe0));
  background-image: -webkit-linear-gradient(center bottom, #e8e8e9 37%, #dfdfe0 69%);
  background-image: -moz-linear-gradient(center bottom, #e8e8e9 37%, #dfdfe0 69%);
  background-image: -ms-linear-gradient(center bottom, #e8e8e9 37%, #dfdfe0 69%);
  background-image: -o-linear-gradient(center bottom, #e8e8e9 37%, #dfdfe0 69%);
  border: 1px solid #bcbcbc;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35b7e1;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.4);
  padding-top: 1px;
  position: relative;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 121, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span.bar {
  background-color: #ccc;
}

/* line 125, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span.over {
  background-color: #b95d5d;
}

/* line 129, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span.empty {
  background: none;
}

/* line 131, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span.empty p {
  padding-left: 10px;
  color: #636363;
}

/* line 137, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-meter .meter-container .meter > span > p {
  color: #fff;
  text-shadow: none;
  text-align: center;
  font-size: 12px;
}

/* line 148, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .view-details {
  margin-left: auto;
  align-self: stretch;
}

/* line 152, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .view-details ul.box-toolbar {
  height: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
}

/* line 158, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .view-details ul.box-toolbar > * {
  height: 100%;
}

/* line 162, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .view-details ul.box-toolbar #weekly-budget-details {
  height: 100%;
  padding-top: 0;
  line-height: normal;
  display: flex;
  align-items: center;
}

/* line 172, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-total {
  padding: 0px 15px;
  width: auto;
}

/* line 177, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-total span,
#budget-bar .estimate span {
  color: #707070;
  display: block;
  position: relative;
  font-size: 16px;
}

/* line 185, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .budget-total > span.budget-title,
#budget-bar .estimate > span.budget-title {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  position: relative;
  margin-bottom: -4px;
}

/* line 194, app/assets/stylesheets/weekly_budgets.scss */
#budget-bar .estimate {
  width: auto;
  display: block;
  position: relative;
  padding-left: 5px;
}

/* line 202, app/assets/stylesheets/weekly_budgets.scss */
div.labor-budget-values {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 209, app/assets/stylesheets/weekly_budgets.scss */
span.labor-budget-amount {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 214, app/assets/stylesheets/weekly_budgets.scss */
.labor-budget-values input {
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* line 221, app/assets/stylesheets/weekly_budgets.scss */
.table th.labor-budget {
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

/* line 227, app/assets/stylesheets/weekly_budgets.scss */
.labor-budget-actual {
  font-weight: 600;
}

/* line 231, app/assets/stylesheets/weekly_budgets.scss */
.labor-budget-amount-edit {
  flex: 1;
  overflow: auto;
}

/* line 236, app/assets/stylesheets/weekly_budgets.scss */
.within-budget {
  color: #2ab6e3;
}

/* line 240, app/assets/stylesheets/weekly_budgets.scss */
.over-budget {
  color: #b95d5d;
}

/* line 4, app/assets/stylesheets/payroll.scss */
.location-payroll-table tbody tr.empty-state td {
  height: 150px;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/payroll.scss */
.location-payroll-table tbody tr.total {
  background-color: #e8e8e8;
  color: #666;
}

/* line 13, app/assets/stylesheets/payroll.scss */
.location-payroll-table tbody tr.total td {
  font-weight: 600;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

/* line 23, app/assets/stylesheets/payroll.scss */
.box .box-header.box-nobody {
  border-bottom: 0;
}

/* line 27, app/assets/stylesheets/payroll.scss */
.box .box-header.box-nobody .box-toolbar .toolbar-link a {
  height: 40px;
  line-height: 40px;
}

/* line 37, app/assets/stylesheets/payroll.scss */
#location-payroll-title-box .box-toolbar {
  padding: 6px 0;
}

/* line 40, app/assets/stylesheets/payroll.scss */
#location-payroll-title-box .box-toolbar li {
  line-height: 22px;
}

/* line 43, app/assets/stylesheets/payroll.scss */
#location-payroll-title-box .adp-punch-export-info.payroll {
  font-size: 10px;
  padding-top: 0;
}

/* line 48, app/assets/stylesheets/payroll.scss */
#location-payroll-title-box .select2-container {
  margin: 5px;
}

/* line 53, app/assets/stylesheets/payroll.scss */
.department-timesheet-link {
  padding-top: 11px;
}

/* line 59, app/assets/stylesheets/payroll.scss */
#payroll-modal #payroll-provider-options {
  padding-top: 20px;
  display: none;
}

/* line 2, app/assets/stylesheets/exchanges.scss */
.exchange-table th {
  width: 20%;
}

/* line 6, app/assets/stylesheets/exchanges.scss */
.exchange-table th.wider_column {
  width: 50%;
}

/* line 10, app/assets/stylesheets/exchanges.scss */
.exchange-table td.exchange-buttons {
  width: 1%;
  white-space: nowrap;
}

/* line 15, app/assets/stylesheets/exchanges.scss */
.exchange-table li > a {
  color: #0088cc;
}

/* line 20, app/assets/stylesheets/exchanges.scss */
div.alert-info h5.fatigue-count {
  color: #3c6a95;
}

/* line 2, app/assets/stylesheets/messaging.scss */
.box-input {
  padding: 8px;
}

/* line 4, app/assets/stylesheets/messaging.scss */
.box-input input {
  margin: 0;
}

/* line 10, app/assets/stylesheets/messaging.scss */
div.scrolling-box {
  height: 500px;
  overflow-y: auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, white 2px, white 4px);
  background-size: 10px 10px;
}

/* line 15, app/assets/stylesheets/messaging.scss */
div.scrolling-box + .box-input {
  border-top: 1px solid #ccc;
}

/* line 24, app/assets/stylesheets/messaging.scss */
#conversation-headers div.timestamp-paginator {
  background-color: transparent;
  padding: 10px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/messaging.scss */
#conversation-headers div.timestamp-paginator:hover {
  background-color: #eee;
}

/* line 35, app/assets/stylesheets/messaging.scss */
div.conversation-header {
  background-color: #f9f9f9;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding: 10px;
}

/* line 41, app/assets/stylesheets/messaging.scss */
div.conversation-header:hover {
  background-color: #eee;
}

/* line 44, app/assets/stylesheets/messaging.scss */
div.conversation-header.active {
  background-color: #ffcc00;
  color: #fff;
}

/* line 47, app/assets/stylesheets/messaging.scss */
div.conversation-header.active span.muted {
  color: #fff;
}

/* line 51, app/assets/stylesheets/messaging.scss */
div.conversation-header i {
  font-size: 10px;
}

/* line 57, app/assets/stylesheets/messaging.scss */
#new-conversation-users-container {
  display: none;
}

/* line 59, app/assets/stylesheets/messaging.scss */
#new-conversation-users-container div.span12 {
  padding: 3px 10px 4px 10px;
}

/* line 65, app/assets/stylesheets/messaging.scss */
div.conversation-message {
  background-color: #fff;
  border-bottom: 1px dotted #ddd;
  padding: 10px;
}

/* line 69, app/assets/stylesheets/messaging.scss */
div.conversation-message:last-child {
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads.box-section {
  background: white;
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads .app-header {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads .app-icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads .app-title {
  display: inline-block;
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads .app-title small {
  display: block;
  font-size: 14px;
  color: #5F5F5F;
  line-height: 16.8px;
  letter-spacing: normal;
}

/* line 32, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads .continue {
  font-size: 14px;
  color: #0088CC;
  line-height: 16.8px;
}

/* line 38, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: normal;
}

/* line 45, app/assets/stylesheets/mobile_app_downloads.scss */
.mobile-downloads p {
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}

/* line 53, app/assets/stylesheets/mobile_app_downloads.scss */
.btn-mobile {
  background-color: #4EC2E5;
  background-image: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 400px;
  padding: 12px 0;
  border: none;
}

/* line 61, app/assets/stylesheets/mobile_app_downloads.scss */
.btn-mobile:hover {
  background-color: #3FAED6;
  border: none;
  color: #FFF;
}

/* line 65, app/assets/stylesheets/mobile_app_downloads.scss */
.btn-mobile:hover:disabled {
  background-color: #e6e6e6;
  color: #333333;
}

/* line 2, app/assets/stylesheets/companies.scss */
table.conversion-features td {
  padding: 5px;
  font-size: 1.2em;
}

/* line 6, app/assets/stylesheets/companies.scss */
table.conversion-features td hr {
  padding: 0px;
  margin: 0px;
  border: 0;
  width: 100%;
  color: #5F5F5F;
  background-color: #5F5F5F;
  height: 1px;
}

/* line 17, app/assets/stylesheets/companies.scss */
table.conversion-features td.feature-check {
  vertical-align: top;
  width: 15%;
}

/* line 22, app/assets/stylesheets/companies.scss */
table.conversion-features td.feature-description {
  text-align: left;
  width: 60%;
}

/* line 27, app/assets/stylesheets/companies.scss */
table.conversion-features td.feature-rate, table.conversion-features td.feature-total {
  text-align: right;
  width: 15%;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/companies.scss */
table.conversion-features td.total-text {
  width: 10%;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/companies.scss */
.navbar-inverse .nav .navbar-btn-upgrade {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: -1px;
  margin-right: 0px;
  padding-right: 0px;
}

/* line 48, app/assets/stylesheets/companies.scss */
.navbar-inverse .nav .navbar-btn-upgrade:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* === Password === */
/* line 59, app/assets/stylesheets/companies.scss */
.create-password {
  border-radius: 2px 0 0 2px;
  float: left;
  width: 70%;
  font-size: 1.25em;
}

/* line 66, app/assets/stylesheets/companies.scss */
.create-password.invalid {
  margin-bottom: 7px;
}

/* line 70, app/assets/stylesheets/companies.scss */
.show-password {
  width: 30%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  background: #c1c1c1;
  border-radius: 0 2px 2px 0;
  height: 32px;
  position: relative;
  top: 6px;
  background-size: 16px;
}

/* line 84, app/assets/stylesheets/companies.scss */
.show-password:hover {
  background: #b4b4b4;
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/companies.scss */
.show-password:active {
  background: #a8a8a8;
}

/* line 93, app/assets/stylesheets/companies.scss */
.show-password .show-password-group {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/onboarding/checkbox-inactive-9931727d3fa9506a9ce15a09f70ef932f50fe363f3af47d5eb675a70222437e7.svg) no-repeat scroll 10% 8px/16px 16px transparent;
  display: block;
  height: 30px;
  margin-top: 0;
  position: relative;
  text-align: center;
}

/* line 102, app/assets/stylesheets/companies.scss */
.show-password.active .show-password-group {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/onboarding/checkbox-active-3ca7e2ca885edeed5934e17ece5ab6bee45b42b9da880be5ba5aa529db4e070c.svg) no-repeat scroll 40px 8px/16px 16px transparent;
}

/* line 106, app/assets/stylesheets/companies.scss */
.show-password .show-password-group p {
  display: block;
  font-size: 0.875em;
  margin: 6px 0 0 30px;
  position: absolute;
  text-align: center;
  color: #515151;
}

/* line 115, app/assets/stylesheets/companies.scss */
.show-password .show-password-group p:after {
  content: 'Show';
}

/* line 119, app/assets/stylesheets/companies.scss */
.show-password.active .show-password-group p:after {
  content: 'Hide';
}

/* line 123, app/assets/stylesheets/companies.scss */
.group::after {
  content: "";
  display: table;
  clear: both;
}

/* line 3, app/assets/stylesheets/onboarding-popovers.scss */
.onboarding-popup .qtip-content {
  padding: 0 15px 15px;
  font-size: 14px;
  color: #333333;
  line-height: 16.8px;
}

/* line 10, app/assets/stylesheets/onboarding-popovers.scss */
.onboarding-popup .qtip-titlebar {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #636363;
  border: none;
  background-color: #ffffff;
}

/* line 19, app/assets/stylesheets/onboarding-popovers.scss */
.onboarding-popup .step-btns {
  margin-top: 25px;
}

/* line 23, app/assets/stylesheets/onboarding-popovers.scss */
.onboarding-popup .step-counter {
  text-align: center;
  font-size: 12px;
  color: #999999;
  padding-top: 5px;
}

/* line 30, app/assets/stylesheets/onboarding-popovers.scss */
.onboarding-popup .next-step-btn {
  text-align: right;
}

/* line 36, app/assets/stylesheets/onboarding-popovers.scss */
#qtip-overlay div {
  background-color: white;
}

/* line 10, app/assets/stylesheets/fatigue_management.scss */
.fatigue-rule .fatigue-rule-type {
  min-width: 220px;
  margin: 4px;
}

@media screen and (max-width: 1098px) {
  /* line 10, app/assets/stylesheets/fatigue_management.scss */
  .fatigue-rule .fatigue-rule-type {
    display: block;
    margin-left: 0;
  }
}

/* line 16, app/assets/stylesheets/fatigue_management.scss */
.fatigue-rule .fatigue-rule-time-value {
  width: 58px;
  font-size: 14px;
  padding: 1px 5px;
  margin: 4px;
}

@media screen and (max-width: 1098px) {
  /* line 16, app/assets/stylesheets/fatigue_management.scss */
  .fatigue-rule .fatigue-rule-time-value {
    display: block;
    margin-left: 0;
  }
}

/* line 24, app/assets/stylesheets/fatigue_management.scss */
.fatigue-rule .fatigue-rule-time-unit {
  width: 150px;
  margin: 4px;
}

@media screen and (max-width: 1098px) {
  /* line 24, app/assets/stylesheets/fatigue_management.scss */
  .fatigue-rule .fatigue-rule-time-unit {
    display: block;
    margin-left: 0;
  }
}

/* line 30, app/assets/stylesheets/fatigue_management.scss */
.fatigue-rule .fatigue-rule-time-period {
  width: 150px;
  margin: 4px;
}

@media screen and (max-width: 1098px) {
  /* line 30, app/assets/stylesheets/fatigue_management.scss */
  .fatigue-rule .fatigue-rule-time-period {
    display: block;
    margin-left: 0;
  }
}

/* line 36, app/assets/stylesheets/fatigue_management.scss */
.fatigue-rule #fatigue-rule-2 {
  margin-top: 12px;
}

/* line 2, app/assets/stylesheets/integrations/integrations.scss */
.integration-logo {
  text-align: center;
  height: 50px;
}

/* line 7, app/assets/stylesheets/integrations/integrations.scss */
.integration {
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/integrations/integrations.scss */
.integration .sub-integration {
  padding: 0 0 16px 0;
}

/* line 16, app/assets/stylesheets/integrations/integrations.scss */
.integrations .box {
  height: 350px;
}

/* line 21, app/assets/stylesheets/integrations/integrations.scss */
.btn-tsheets {
  min-height: 50px;
  background-color: #AFCC82 !important;
  border: none !important;
  padding: 4px !important;
}

/* line 27, app/assets/stylesheets/integrations/integrations.scss */
.btn-tsheets:hover {
  background-color: #c6dba6 !important;
}

/* line 32, app/assets/stylesheets/integrations/integrations.scss */
hr.integrations {
  margin: 20px auto;
  width: 100%;
  color: #5F5F5F;
  height: 1px;
}

/* line 39, app/assets/stylesheets/integrations/integrations.scss */
.tsheets-buttons {
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/integrations/integrations.scss */
.btn-refresh {
  margin: 5px;
  float: right;
}

/* line 48, app/assets/stylesheets/integrations/integrations.scss */
.tsheets-subdomain {
  display: none;
}

/* line 53, app/assets/stylesheets/integrations/integrations.scss */
span.mulit-line-label {
  display: block;
}

/* line 3, app/assets/stylesheets/integrations/adp.scss */
#adp-not-connected .box-content {
  background: white;
  text-align: center;
  padding: 32px;
  font-size: 15px;
}

/* line 13, app/assets/stylesheets/integrations/adp.scss */
#adp-loading .box-content {
  background: white;
  text-align: center;
  padding: 32px;
  font-size: 15px;
}

/* line 20, app/assets/stylesheets/integrations/adp.scss */
#adp-loading .loading-message {
  margin-top: 12px;
}

/* line 24, app/assets/stylesheets/integrations/adp.scss */
#adp-loading #adp-loading-spinner {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* line 31, app/assets/stylesheets/integrations/adp.scss */
#adp-loading #adp-loading-status {
  font-size: 11px;
  line-height: 16px;
  background: #F2F2F2;
  text-align: left;
  padding: 12px;
  color: #444;
  width: 100%;
  margin: 8px auto;
  box-sizing: border-box;
}

/* line 42, app/assets/stylesheets/integrations/adp.scss */
#adp-loading #adp-loading-status p {
  margin: 0;
  padding: 0;
}

/* line 48, app/assets/stylesheets/integrations/adp.scss */
#adp-loading #adp-toggle-loading-status {
  text-align: left;
  display: inline-block;
  width: 100%;
}

/* line 55, app/assets/stylesheets/integrations/adp.scss */
#import-sel-emp-btn {
  margin-left: 35px;
  display: none;
}

/* line 61, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer .import-error {
  margin-left: 10px;
}

/* line 65, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer .adp-user-import-status {
  min-width: 80px;
}

/* line 69, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(1) {
  text-align: center;
}

/* line 73, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(2) {
  text-align: center;
}

/* line 76, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(2) .fa-exclamation-triangle {
  color: red;
  display: inline-block;
  margin: auto;
}

/* line 82, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(2) .dismiss-error-button {
  display: inline-block;
  margin-left: 3px;
}

/* line 88, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(6) {
  text-align: center;
}

/* line 91, app/assets/stylesheets/integrations/adp.scss */
.adp-user-importer td:nth-child(6) button {
  min-width: 100px;
}

/* line 97, app/assets/stylesheets/integrations/adp.scss */
.adp-punch-export-info.payroll {
  font-size: 10px;
  line-height: 15px;
  padding-top: 5px;
}

/* line 103, app/assets/stylesheets/integrations/adp.scss */
.adp-punch-export-info.timesheet {
  font-size: 10px;
  line-height: 14px;
  margin-top: -2px;
}

/* line 110, app/assets/stylesheets/integrations/adp.scss */
.adp-punch-export-info span {
  font-weight: normal;
}

/* line 117, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-history th#header-date {
  width: 33%;
}

/* line 118, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-history th#header-status {
  width: 33%;
}

/* line 119, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-history th#header-actor {
  width: 33%;
}

/* line 123, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-attempt-history th#header-user {
  width: 20%;
}

/* line 124, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-attempt-history th#header-punched-in {
  width: 20%;
}

/* line 125, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-attempt-history th#header-punched-out {
  width: 20%;
}

/* line 126, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-attempt-history th#header-status {
  width: 15%;
}

/* line 127, app/assets/stylesheets/integrations/adp.scss */
table#timesheet-export-attempt-history th#header-error {
  width: 25%;
}

/* line 131, app/assets/stylesheets/integrations/adp.scss */
table#payroll-export-history th#header-date {
  width: 25%;
}

/* line 132, app/assets/stylesheets/integrations/adp.scss */
table#payroll-export-history th#header-status {
  width: 25%;
}

/* line 133, app/assets/stylesheets/integrations/adp.scss */
table#payroll-export-history th#header-type {
  width: 25%;
}

/* line 134, app/assets/stylesheets/integrations/adp.scss */
table#payroll-export-history th#header-actor {
  width: 25%;
}

/* line 138, app/assets/stylesheets/integrations/adp.scss */
#shift-export-attempts-table .fa-exclamation-triangle {
  color: red;
  display: inline-block;
  margin: auto;
}

/* line 145, app/assets/stylesheets/integrations/adp.scss */
#shift-export-attempts-table .shift-export-attempts-toolbar .btn-group {
  margin: auto;
}

/* line 147, app/assets/stylesheets/integrations/adp.scss */
#shift-export-attempts-table .shift-export-attempts-toolbar .btn-group span {
  font-weight: 400;
}

/* line 152, app/assets/stylesheets/integrations/adp.scss */
#shift-export-attempts-table .toolbar-link {
  background: none;
}

/* line 157, app/assets/stylesheets/integrations/adp.scss */
#adp-sso-app-select {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

/* line 164, app/assets/stylesheets/integrations/adp.scss */
#adp-sso-app-select li.sso-button {
  background: #5ba5cb;
  text-align: center;
  font-size: 18px;
  padding: 12px;
  margin: 0 0 12px 0;
  border-radius: 4px;
}

/* line 173, app/assets/stylesheets/integrations/adp.scss */
#adp-sso-app-select li.sso-label {
  text-align: center;
  margin: 0 0 12px 0;
}

/* line 178, app/assets/stylesheets/integrations/adp.scss */
#adp-sso-app-select a {
  color: white;
}

/* line 1, app/assets/stylesheets/integrations/bamboo.scss */
.sso {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 100px 0;
}

/* line 7, app/assets/stylesheets/integrations/bamboo.scss */
.sso p {
  padding: 20px 0;
}

/* line 11, app/assets/stylesheets/integrations/bamboo.scss */
.sso input {
  background: #FFFFFF;
  border-radius: 4px;
}

/* line 16, app/assets/stylesheets/integrations/bamboo.scss */
.sso .btn {
  background: #37C2DE;
  border: 1px solid #2094AA;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form .checkbox {
  padding-left: 10px;
}

/* line 9, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form label, #e-days-integration-form .control-group, #e-days-integration-form .help-block {
  margin-bottom: 0px;
}

/* line 13, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form div.title {
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 18, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form div.title:nth-child(1n+2) {
  margin-top: 16px;
}

/* line 23, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form .sync-interval-group {
  margin-top: 10px;
}

/* line 26, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form .sync-interval-group .sync-interval-label {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

/* line 32, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form .sync-interval-group .sync-interval-controls {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/integrations/e_days.scss */
#e-days-integration-form .sync-interval-group .sync-interval-select {
  width: 200px;
}

/* line 1, app/assets/stylesheets/authentication.scss */
.flat-btn {
  border-radius: 4px;
  background: gray;
  display: inline-block;
  text-align: center;
  color: white;
  padding-top: 25px;
  width: 100%;
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/authentication.scss */
.flat-btn:hover {
  color: white;
}

/* line 16, app/assets/stylesheets/authentication.scss */
.adp-login {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/integrations/adp-logo-c3c1fc23f2bd9cfdbda0b7b8fe053fa7329b6dcc5964a2c95892968a5f09a24b.png) no-repeat;
  background-size: 38px auto;
  background-position: center center;
  text-align: middle;
  border: 1px solid #DEDEDE;
}

/* line 23, app/assets/stylesheets/authentication.scss */
.adp-login:hover {
  background-color: #f8f8f8;
}

/* line 28, app/assets/stylesheets/authentication.scss */
.bamboo-login {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/integrations/bamboohr-logo-d08bb038963ae60b6578326b513251f48d58b41f48d1f919800f208ab54133dd.png) no-repeat;
  background-size: 120px auto;
  background-position: center center;
  text-align: middle;
  border: 1px solid #DEDEDE;
}

/* line 35, app/assets/stylesheets/authentication.scss */
.bamboo-login:hover {
  background-color: #f8f8f8;
}

/* line 40, app/assets/stylesheets/authentication.scss */
.third-party-logins {
  padding-top: 22px;
  margin-top: 12px;
}

/* line 45, app/assets/stylesheets/authentication.scss */
.sign-in-with-line {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid lightGrey;
  text-align: center;
}

/* line 52, app/assets/stylesheets/authentication.scss */
.sign-in-with-text {
  background-color: #FBFBFB;
  color: #636363;
  font-weight: 600;
  padding: 0 10px;
}

@media screen and (max-height: 575px) {
  /* line 61, app/assets/stylesheets/authentication.scss */
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 69, app/assets/stylesheets/authentication.scss */
.user_remember_me {
  float: left;
}

/* line 73, app/assets/stylesheets/authentication.scss */
.employee-web-login {
  float: right;
  margin-top: 5px;
}

/* line 80, app/assets/stylesheets/authentication.scss */
.cognito-login {
  background: url(//d2u1hqqs95omht.cloudfront.net/assets/integrations/microsoft-logo-879306d09e779c24773317bfe64df62b9e27e163a2d19c9db4450759cd7c9489.png) no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #DEDEDE;
}

/* line 86, app/assets/stylesheets/authentication.scss */
.cognito-login:hover {
  background-color: #f8f8f8;
}

/* line 91, app/assets/stylesheets/authentication.scss */
.workspace-login {
  width: calc(min(100%, 400px));
  margin: 0 auto;
  padding-top: 60px;
}

/* line 96, app/assets/stylesheets/authentication.scss */
.workspace-login .ui-link {
  font-weight: 600;
}

/* line 100, app/assets/stylesheets/authentication.scss */
.workspace-login .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* line 107, app/assets/stylesheets/authentication.scss */
.workspace-login .third-party-logins {
  padding-top: 0;
}

/* line 111, app/assets/stylesheets/authentication.scss */
.workspace-login .sso-buttons__subtitle {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

/* line 120, app/assets/stylesheets/authentication.scss */
.workspace-login .sso-buttons__subtitle .content {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  padding: 4px 8px;
}

/* line 128, app/assets/stylesheets/authentication.scss */
.workspace-login .sso-buttons__subtitle::before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 10%;
}

/* line 141, app/assets/stylesheets/authentication.scss */
.workspace-login .sso_buttons__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px;
}

/* line 147, app/assets/stylesheets/authentication.scss */
.workspace-login .sso_buttons__container .sso-button {
  flex: 1;
  max-width: calc(min(33.333%, 180px));
  min-width: 120px;
}

/* line 152, app/assets/stylesheets/authentication.scss */
.workspace-login .sso_buttons__container .sso-button img {
  height: 22px;
  min-width: 0;
  max-width: 100px;
  object-fit: contain;
}

/* line 161, app/assets/stylesheets/authentication.scss */
.workspace-login .trial-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/user_wages.scss */
#position-wage-table .controls, #position-wage-table .control-group {
  margin: 0;
  float: left;
}

/* line 7, app/assets/stylesheets/user_wages.scss */
#position-wage-table input {
  margin: 0;
}

/* line 11, app/assets/stylesheets/user_wages.scss */
#position-wage-table input[readonly] {
  background-color: #f0f0f0;
  border: none;
  border-radius: unset;
}

/* line 17, app/assets/stylesheets/user_wages.scss */
#position-wage-table .position-row {
  background: white;
}

/* line 21, app/assets/stylesheets/user_wages.scss */
#position-wage-table .department-row {
  background: #f7f7f7;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
}

/* line 28, app/assets/stylesheets/user_wages.scss */
#position-wage-table th#position-header {
  width: 25%;
}

/* line 32, app/assets/stylesheets/user_wages.scss */
#position-wage-table .side-label {
  float: left;
  padding: 4px;
  font-size: 11px;
}

/* line 40, app/assets/stylesheets/user_wages.scss */
.user_user_positions_wage input::-webkit-input-placeholder {
  color: #ccc;
}

/* line 44, app/assets/stylesheets/user_wages.scss */
.user_user_positions_wage input::-moz-placeholder {
  color: #ccc;
}

/* line 48, app/assets/stylesheets/user_wages.scss */
.user_user_positions_wage input:-ms-input-placeholder {
  color: #ccc;
}

/* line 2, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table .controls,
#position-codes-table .control-group {
  margin: 0;
  float: left;
}

/* line 8, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table input {
  margin: 0;
}

/* line 12, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table input[readonly] {
  background-color: #f0f0f0;
  border: none;
  border-radius: unset;
}

/* line 18, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table .position-row {
  background: white;
}

/* line 22, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table .department-row {
  background: #f7f7f7;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
}

/* line 29, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table th#position-header {
  width: 25%;
}

/* line 33, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table .side-label {
  float: left;
  padding: 4px;
  font-size: 11px;
}

/* line 39, app/assets/stylesheets/user_position_codes.scss */
#position-codes-table .fa-lock {
  background-color: #f0f0f0;
  border: none;
  border-radius: unset;
  padding: 6px;
}

/* line 48, app/assets/stylesheets/user_position_codes.scss */
#user-position-codes-form .padded {
  border-top: 1px solid #f0f0f0;
}

/* line 54, app/assets/stylesheets/user_position_codes.scss */
.user_user_positions_unique_position_code input::-webkit-input-placeholder {
  color: #ccc;
}

/* line 58, app/assets/stylesheets/user_position_codes.scss */
.user_user_positions_unique_position_code input::-moz-placeholder {
  color: #ccc;
}

/* line 62, app/assets/stylesheets/user_position_codes.scss */
.user_user_positions_unique_position_code input:-ms-input-placeholder {
  color: #ccc;
}

/* line 3, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .error-message {
  color: #ff5555;
  background-color: rgba(255, 220, 220, 0.3);
  border-radius: 5px;
  padding: 10px;
  margin: 10px auto;
  max-width: 80%;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* line 14, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container h3 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 100;
  font-family: "Roboto", helvetica, arial, sans-serif;
  letter-spacing: 0.02em;
  text-shadow: none;
}

/* line 24, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-option {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 20px auto;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 60%;
}

/* line 33, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-option label {
  font-size: 20px;
  line-height: normal;
}

/* line 39, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-time {
  color: #fff !important;
  font-weight: 100;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 28px;
  margin: 0 0 10px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
}

/* line 51, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-details {
  color: #fff !important;
  font-weight: 300;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  text-shadow: none;
}

/* line 63, app/assets/stylesheets/timeclock.scss */
.normal-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

/* line 69, app/assets/stylesheets/timeclock.scss */
.normal-buttons.hidden {
  display: none !important;
}

/* line 73, app/assets/stylesheets/timeclock.scss */
.normal-buttons button {
  margin: 10px 20px;
  flex: 0 0 300px;
  width: 300px;
  height: 76px;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/timeclock.scss */
  .normal-buttons button {
    flex: 0 0 155px;
    width: 155px;
    margin: 10px 5px;
  }
}

/* line 88, app/assets/stylesheets/timeclock.scss */
.transfer-options-card {
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
}

/* line 95, app/assets/stylesheets/timeclock.scss */
.transfer-options-card.active {
  display: block !important;
}

/* line 101, app/assets/stylesheets/timeclock.scss */
.punch-card.active {
  display: flex !important;
  flex-direction: column;
}

/* line 107, app/assets/stylesheets/timeclock.scss */
.transfer-options {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 113, app/assets/stylesheets/timeclock.scss */
.transfer-options button {
  margin: 10px;
  width: 300px;
}

/* line 119, app/assets/stylesheets/timeclock.scss */
.transfer-cancel-button {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin: 15px auto;
}

/* line 126, app/assets/stylesheets/timeclock.scss */
.transfer-cancel-button button {
  width: 300px;
  margin-top: 15px;
  height: 76px;
  font-size: 26px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  /* line 126, app/assets/stylesheets/timeclock.scss */
  .transfer-cancel-button button {
    width: 155px;
    font-size: 18px;
  }
}

/* line 143, app/assets/stylesheets/timeclock.scss */
form.employee-id-lookup.active {
  display: flex !important;
}

/* line 148, app/assets/stylesheets/timeclock.scss */
html.time_clock_mode {
  background: #3cc4e8;
}

/* line 151, app/assets/stylesheets/timeclock.scss */
.time_clock {
  background: #3cc4e8;
  height: 100vh;
}

/* line 156, app/assets/stylesheets/timeclock.scss */
.time_clock .box-content {
  position: relative;
}

/* line 160, app/assets/stylesheets/timeclock.scss */
.time_clock .time-interval-warning label.warning {
  margin: 20px auto;
  width: 100%;
  color: #fff;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 20px !important;
  line-height: 28px !important;
  display: inline-block;
  text-align: center;
  align-items: center;
}

/* line 173, app/assets/stylesheets/timeclock.scss */
.time_clock .debug-window-size {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  height: 628px;
  background-color: rgba(0, 255, 255, 0.25);
  z-index: 5000;
  pointer-events: none;
  display: none;
}

/* line 185, app/assets/stylesheets/timeclock.scss */
.time_clock #flash-messages {
  position: absolute;
  z-index: 3000;
  width: 100%;
  top: 50px;
}

@media (max-height: 675px) {
  /* line 185, app/assets/stylesheets/timeclock.scss */
  .time_clock #flash-messages {
    top: -130px;
  }
}

@media (max-width: 480px) {
  /* line 185, app/assets/stylesheets/timeclock.scss */
  .time_clock #flash-messages {
    width: calc(100% - 30px);
    top: 25px;
  }
}

/* line 199, app/assets/stylesheets/timeclock.scss */
.time_clock #flash-messages .alert {
  max-width: 450px;
  background: #fff0f1;
  border: 2px solid #d0021b;
  border-radius: 5px;
  box-shadow: none;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  text-shadow: none;
  margin: 0 auto;
}

/* line 212, app/assets/stylesheets/timeclock.scss */
.time_clock #flash-messages .alert .close {
  display: none;
}

/* line 215, app/assets/stylesheets/timeclock.scss */
.time_clock #flash-messages .alert.alert-error {
  color: #d0021b;
  border-color: #d0021b;
  background: #fff0f1;
}

/* line 220, app/assets/stylesheets/timeclock.scss */
.time_clock #flash-messages .alert.alert-success {
  color: #36b0d0;
  background: #99eaff;
  border-color: #36b0d0;
}

/* line 227, app/assets/stylesheets/timeclock.scss */
.time_clock .area-top {
  background: #36b0d0;
  border: none;
  text-align: center;
  height: 100px;
}

/* line 233, app/assets/stylesheets/timeclock.scss */
.time_clock .area-top .header {
  text-align: center;
  float: none;
}

/* line 236, app/assets/stylesheets/timeclock.scss */
.time_clock .area-top .header h3 {
  color: #fff;
  text-shadow: none;
  padding-top: 20px;
}

/* line 241, app/assets/stylesheets/timeclock.scss */
.time_clock .area-top .header #time-clock-active-clock {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 42px;
}

/* line 246, app/assets/stylesheets/timeclock.scss */
.time_clock .area-top .header #time-clock-active-clock #time_of_day {
  font-size: 35px;
}

/* line 252, app/assets/stylesheets/timeclock.scss */
.time_clock .container {
  height: calc(100% - 100px - 48px - 30px);
  position: relative;
}

/* line 256, app/assets/stylesheets/timeclock.scss */
.time_clock .box {
  border: none;
  box-shadow: none;
  height: 100%;
}

/* line 260, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-header {
  display: none;
}

/* line 263, app/assets/stylesheets/timeclock.scss */
.time_clock .box .form-actions {
  background: #3cc4e8;
  border: none;
}

/* line 267, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content {
  background: #3cc4e8;
  border: none;
  height: 100%;
}

/* line 271, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content.padded {
  height: calc(100% - 50px);
}

/* line 275, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (max-height: 675px) {
  /* line 275, app/assets/stylesheets/timeclock.scss */
  .time_clock .box .box-content form {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  /* line 275, app/assets/stylesheets/timeclock.scss */
  .time_clock .box .box-content form {
    margin-top: 50px;
  }
}

/* line 290, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

/* line 297, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections label {
  color: #fff;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 38px;
  cursor: default;
}

/* line 305, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections input,
.time_clock .box .box-content form .separate-sections select {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  text-align: center;
}

/* line 311, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections input[type='text'],
.time_clock .box .box-content form .separate-sections input[type='password'] {
  font-size: 50px;
  color: #fff;
  height: 100px;
  background: #3cc4e8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 10px;
  width: 100%;
  margin-top: 10px;
  line-height: 55px;
}

/* line 323, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections input[type='text']:focus, .time_clock .box .box-content form .separate-sections input[type='text']:hover,
.time_clock .box .box-content form .separate-sections input[type='password']:focus,
.time_clock .box .box-content form .separate-sections input[type='password']:hover {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 328, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content form .separate-sections input[type='text']:disabled,
.time_clock .box .box-content form .separate-sections input[type='password']:disabled {
  -webkit-text-fill-color: #fff;
}

/* line 335, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content button.btn-blue {
  border: solid 1px #36b0d0;
  background: transparent;
  border-radius: 43px;
  color: #fff;
  font-size: 26px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 25px 20px 0 20px;
  outline: none;
  width: 300px;
}

@media (max-width: 768px) {
  /* line 335, app/assets/stylesheets/timeclock.scss */
  .time_clock .box .box-content button.btn-blue {
    margin: 25px 5px 0;
    width: 155px;
    font-size: 18px;
  }
}

/* line 356, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content button.btn-blue:hover, .time_clock .box .box-content button.btn-blue:active {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

/* line 363, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content button.btn-break {
  border: solid 1px #3090a9;
  background: transparent;
  border-radius: 43px;
  color: #3396b0;
  font-size: 26px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 25px 20px 0 20px;
  outline: none;
  width: 643px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 363, app/assets/stylesheets/timeclock.scss */
  .time_clock .box .box-content button.btn-break {
    margin: 25px 0px 0;
    width: 320px;
    font-size: 18px;
  }
}

/* line 386, app/assets/stylesheets/timeclock.scss */
.time_clock .box .box-content button.btn-break:hover, .time_clock .box .box-content button.btn-break:active {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

/* line 395, app/assets/stylesheets/timeclock.scss */
.time_clock .button-spacer {
  margin-top: 60px;
}

/* line 399, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card {
  display: none;
}

/* line 401, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-height: 675px) {
  /* line 401, app/assets/stylesheets/timeclock.scss */
  .time_clock .punch-card.active {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  /* line 401, app/assets/stylesheets/timeclock.scss */
  .time_clock .punch-card.active {
    margin-top: 50px;
  }
}

/* line 422, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card p {
  width: 100%;
}

/* line 425, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime {
  display: block;
  color: #fff;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 50px;
}

/* line 432, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .clocked-in-at {
  font-size: 18px;
  color: #bef0fd;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

/* line 440, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .break-started-at {
  margin: 0;
}

/* line 444, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .break-started-at-details {
  font-size: 14px;
  color: #bef0fd;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

/* line 452, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .shift-details {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 458, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .medium-text {
  color: #fff;
  font-weight: 100;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 36px;
}

/* line 464, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .nameAndTime .light-text {
  color: #969696;
  font-weight: 300;
}

/* line 469, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card .break-in-at-placeholder {
  display: block;
  font-size: 16px;
  color: #bef0fd;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
}

/* line 476, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 0;
  width: 100%;
  max-width: 400px;
}

/* line 484, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container p {
  margin: 0;
}

/* line 488, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container .punch-card-data-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 495, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container .punch-card-data-item .punch-card-label {
  display: -ms-flexbox;
  white-space: nowrap;
}

/* line 500, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container .punch-card-data-item .punch-card-value {
  display: -ms-flexbox;
  text-align: right;
}

/* line 506, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container p.department span,
.time_clock .punch-card #punch-card-data-container p.job_site span,
.time_clock .punch-card #punch-card-data-container p.position span,
.time_clock .punch-card #punch-card-data-container p.breaks span {
  padding-top: 20px;
}

/* line 513, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-card #punch-card-data-container .department,
.time_clock .punch-card #punch-card-data-container .breaks,
.time_clock .punch-card #punch-card-data-container .date,
.time_clock .punch-card #punch-card-data-container .location,
.time_clock .punch-card #punch-card-data-container .position,
.time_clock .punch-card #punch-card-data-container .job_site {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 20px;
}

/* line 528, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out,
.time_clock form.employee-id-lookup {
  display: none;
  display: none;
}

/* line 532, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out.active,
.time_clock form.employee-id-lookup.active {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  /* line 537, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out ul li,
.time_clock form.employee-id-lookup ul li {
    width: 100% !important;
  }
}

/* line 541, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out ul li:last-child,
.time_clock form.employee-id-lookup ul li:last-child {
  display: none;
  opacity: 0;
  margin-right: 0;
}

/* line 545, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out ul li.active:last-child,
.time_clock form.employee-id-lookup ul li.active:last-child {
  display: inline-block;
  opacity: 1;
  animation: fadeInFromNone 0.5s ease-out;
  margin-top: 50px;
}

/* line 551, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out ul li:last-child .submit-employee-id,
.time_clock form.employee-id-lookup ul li:last-child .submit-employee-id {
  margin-left: 5px;
}

@media (max-width: 320px) {
  /* line 551, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out ul li:last-child .submit-employee-id,
.time_clock form.employee-id-lookup ul li:last-child .submit-employee-id {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 561, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out ul .next-employee-id,
.time_clock form.employee-id-lookup ul .next-employee-id {
  display: none;
  margin-left: 5px;
}

@media (max-width: 320px) {
  /* line 561, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out ul .next-employee-id,
.time_clock form.employee-id-lookup ul .next-employee-id {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 568, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out ul .next-employee-id.active,
.time_clock form.employee-id-lookup ul .next-employee-id.active {
  display: inline-block;
}

/* line 573, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-default,
.time_clock form#form-admin-sign-out .select2-choice,
.time_clock form.employee-id-lookup .select2-default,
.time_clock form.employee-id-lookup .select2-choice {
  background-color: #7fe2fc;
  border: 1px solid #33abcd;
  height: 35px;
  border-radius: 5px;
  color: #1286a7 !important;
  font-size: 16px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  padding-top: 5px;
  text-align: left;
}

/* line 586, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-arrow,
.time_clock form.employee-id-lookup .select2-arrow {
  padding-top: 5px;
  width: 30px;
}

/* line 589, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-arrow b,
.time_clock form.employee-id-lookup .select2-arrow b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAC4jAAAuIwF4pT92AAAKxmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZnUFPpHsb/55x0ElpCKFJCb4IU6dJrAAXpYCMkkARCCCko2FARV3AtiIhgWdEVEAXXAshaEAsWFsHeF2RRUNfFgg2V+4El7L0z98Oduf+ZM+c3z7zv8z7vOV8eAOoQRyIRoeoA2WK5NCY0gJWUnMIi9gMCGJCBAngOVybxj46OBACYfP9jEIAPdwABALhpx5FIRPC/jQYvXcYFQKIBII0n42YDIMcBkG6uRCoHwIoAwHSxXCIHwOoAgCFNSk4BwE4BAIM/wT0AwEib4D8AgCGNiwkEwD4BkKgcjpQPQMUBACuPy5cDUM0AwEHME4oBqHEA4MMVcHgA1HIAmJ6dncMDoLYDgFXaP3z4/+aZpvTkcPhKnrgLAACQgoQyiYiTD//vyRYpJs8wAQCqQBoWAwAWAEhdVk6EksVpc6ImWcgDmGSBIix+krmywJRJ5nGCIiZZkRXvP8kc6dReoZwdN8nSnBilv1g0J1Lpn85WcrosOHaSM4Qh7EkuEMQlTnKeMGHOJMuyYiOm1gQqdakiRpk5QxqivGO2bCoblzN1llwQFzaVIUmZh5ceFKzUxfHK9RJ5gNJTIoqeyi8KVeqyvFjlXrk0TqlncsKjp3yild8H4kAAChADD9JBCmmQAyKQAwuCQAgykIAIOJAPIE9fIgcACMyR5EuFfIGc5S+RiNJZbDHXfjrLycHRDSApOYU18cvfMQEBAIR5dUrLbQfwKAFA+FMaxxTg5DMA+ocpzfQtAHUzwOkerkKaN6HhAADwQAE1YIAuGIIpWIEdOIEreIEfBEM4REEcJMNC4IIAskEKi2EZrIJiKIXNsA2qYA/sgzo4DEehBU7BObgE16AHbsND6INBeAkj8AHGEAQhIjSEjugiRog5Yos4Ie6IDxKMRCIxSDKSivARMaJAliFrkFKkDKlC9iL1yC/ISeQccgXpRe4j/cgw8hb5gmIoFWWgBqgFOgN1R/3RCDQOXYDy0Vy0AC1CN6KVaA16CG1Gz6HX0NtoH/oSHcUAU8GYmDFmh7ljgVgUloJlYFJsBVaCVWA1WCPWhnViN7E+7BX2GUfA0XEsnB3OCxeGi8dxcbm4FbgNuCpcHa4ZdwF3E9ePG8F9x9Pw+nhbvCeejU/C8/GL8cX4CvwB/An8Rfxt/CD+A4FAYBIsCW6EMEIyIZOwlLCBsIvQRGgn9BIGCKNEIlGXaEv0JkYROUQ5sZi4g3iIeJZ4gzhI/ERSIRmRnEghpBSSmLSaVEE6SDpDukF6Thojq5PNyZ7kKDKPnE/eRN5PbiNfJw+SxygaFEuKNyWOkklZRamkNFIuUh5R3qmoqJioeKjMVRGqFKpUqhxRuazSr/KZqkm1oQZS51MV1I3UWmo79T71HY1Gs6D50VJoctpGWj3tPO0J7ZMqXdVela3KU12pWq3arHpD9bUaWc1czV9toVqBWoXaMbXraq/UyeoW6oHqHPUV6tXqJ9Xvqo9q0DUcNaI0sjU2aBzUuKIxpEnUtNAM1uRpFmnu0zyvOUDH6Kb0QDqXvoa+n36RPsggMCwZbEYmo5RxmNHNGNHS1JqplaC1RKta67RWHxNjWjDZTBFzE/Mo8w7zi7aBtr92uvZ67UbtG9ofdabp+Omk65ToNOnc1vmiy9IN1s3S3aLbovtYD6dnozdXb7Hebr2Leq+mMaZ5TeNOK5l2dNoDfVTfRj9Gf6n+Pv0u/VEDQ4NQA4nBDoPzBq8MmYZ+hpmG5YZnDIeN6EY+RkKjcqOzRi9YWix/lohVybrAGjHWNw4zVhjvNe42HjOxNIk3WW3SZPLYlGLqbpphWm7aYTpiZmQ222yZWYPZA3Oyubu5wHy7eaf5RwtLi0SLdRYtFkOWOpZsywLLBstHVjQrX6tcqxqrW9YEa3frLOtd1j02qI2LjcCm2ua6LWrraiu03WXbOx0/3WO6eHrN9Lt2VDt/uzy7Brt+e6Z9pP1q+xb71zPMZqTM2DKjc8Z3BxcHkcN+h4eOmo7hjqsd2xzfOtk4cZ2qnW4505xDnFc6tzq/mWk7M33m7pn3XOgus13WuXS4fHN1c5W6NroOu5m5pbrtdLvrznCPdt/gftkD7xHgsdLjlMdnT1dPuedRz7+87LyyvA56Dc2ynJU+a/+sAW8Tb473Xu8+H5ZPqs9PPn2+xr4c3xrfp36mfjy/A37P/a39M/0P+b8OcAiQBpwI+BjoGbg8sD0ICwoNKgnqDtYMjg+uCn4SYhLCD2kIGQl1CV0a2h6GD4sI2xJ2l23A5rLr2SPhbuHLwy9EUCNiI6oinkbaREoj22ajs8Nnb539aI75HPGcliiIYkdtjXocbRmdG/3rXMLc6LnVc5/FOMYsi+mMpccuij0Y+yEuIG5T3MN4q3hFfEeCWsL8hPqEj4lBiWWJfUkzkpYnXUvWSxYmt6YQUxJSDqSMzguet23e4HyX+cXz7yywXLBkwZWFegtFC08vUlvEWXQsFZ+amHow9SsnilPDGU1jp+1MG+EGcrdzX/L8eOW84XTv9LL05xneGWUZQ3xv/lb+sMBXUCF4JQwUVgnfZIZl7sn8mBWVVZs1LkoUNWWTslOzT4o1xVniCzmGOUtyeiW2kmJJX65n7rbcEWmE9IAMkS2QtcoZcom8S2GlWKvoz/PJq877tDhh8bElGkvES7rybfLX5z8vCCn4eSluKXdpxzLjZauW9S/3X753BbIibUXHStOVRSsHC0ML61ZRVmWt+m21w+qy1e/XJK5pKzIoKiwaWBu6tqFYtVhafHed17o9P+B+EP7Qvd55/Y7130t4JVdLHUorSr9u4G64+qPjj5U/jm/M2Ni9yXXT7s2EzeLNd7b4bqkr0ygrKBvYOntrczmrvKT8/bZF265UzKzYs52yXbG9rzKysnWH2Y7NO75WCapuVwdUN+3U37l+58ddvF03dvvtbtxjsKd0z5efhD/d2xu6t7nGoqZiH2Ff3r5n+xP2d/7s/nP9Ab0DpQe+1Ypr++pi6i7Uu9XXH9Q/uKkBbVA0DB+af6jncNDh1ka7xr1NzKbSI3BEceTFL6m/3DkacbTjmPuxxuPmx3eeoJ8oaUaa85tHWgQtfa3Jrb0nw092tHm1nfjV/tfaU8anqk9rnd50hnKm6Mz42YKzo+2S9lfn+OcGOhZ1PDyfdP7WhbkXui9GXLx8KeTS+U7/zrOXvS+fuuJ55eRV96st11yvNXe5dJ34zeW3E92u3c3X3a639nj0tPXO6j1zw/fGuZtBNy/dYt+6dnvO7d478Xfu3Z1/t+8e797QfdH9Nw/yHow9LHyEf1TyWP1xxRP9JzW/W//e1Ofad7o/qL/raezThwPcgZd/yP74Olj0jPas4rnR8/ohp6FTwyHDPS/mvRh8KXk59qr4T40/d762en38L7+/ukaSRgbfSN+Mv93wTvdd7fuZ7ztGo0effMj+MPax5JPup7rP7p87vyR+eT62+Cvxa+U3629t3yO+PxrPHh+XcKQcAADAAADNyAB4WwtASwag9wBQVCc6899dH5lq/f+NJ3o1AAC4AtT6AcQXAkS2A+xuBzAvnOjW0QAQ5weos7Py+XtkGc5OE15UKQD+0/j4OwMAYhvAN+n4+Niu8fFv+wGw+wDtuRNdHQCAoA5QZsm01dDuqntZ+J+d+V/sowwhXiaPFAAAOuxpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMDQtMThUMTU6NDgtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE3LTA0LTE4VDE1OjQ4LTA3OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0wNC0xOFQxNTo0OC0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NDZlMzY1MjEtZGYxNy00ZmZiLTk0ZGYtYjYxMjUxYzM1YWMyPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NmU2ZTRkNDYtNjBkNi0xMTdhLWIyN2EtYjE1MjM1NGFjZDZjPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6ZWJiNmYzZjctODZiNy00YTAyLTkzNzMtZTczOTYxZjYyNzNlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmViYjZmM2Y3LTg2YjctNGEwMi05MzczLWU3Mzk2MWY2MjczZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNC0xOFQxNTo0OC0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjQ2ZTM2NTIxLWRmMTctNGZmYi05NGRmLWI2MTI1MWMzNWFjMjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNC0xOFQxNTo0OC0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDoxNWZkNjAyNy0yZGRmLTQ0NjktOTc5Ny1lNDgwMjhkN2I2ZTc8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkRpc3BsYXk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4zMDAwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4zMDAwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4yMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+ranTDwAAACBjSFJNAABtdQAAc6AAAPzdAACDZAAAcOgAAOxoAAAwPgAAEJDk7JnqAAAB/UlEQVR42mL4//8/g9eiPVMrdp3N+P//PwM5uGznmSzvxXum/v//n4H5jIrt1BNPXlucffbW+OPPXwzOSpJnGUgAZbvOZs09ezv5yadvMkcfvdJlUhbivQuVM5p5+lZ69Z7zacQaVrXnXNrcs7eTGRgYjBgYGBjUhPluMp9YOvv4k09f+S6//CDCwMBgdObZW+nPv37/c1KSPIfPsOo959Nmnr6VDjXsXIy+0tJ+T9OJzA0NDQxeajLHHn/6yncFZujTtzJff//546gocR6bYTV7z6fMOH0zA2ZYtL7S0kleZn0MDAwMzA0NDQwMDAwMXmoyxx5+/CJw9dUHYQYGBqPTT9/Ifv/z55eDosQFZMPq9l1ImnbqZhbMsCg9xeWTvc17YfJwAxkYGBi81WSOPvjwRejqqw9CDAwMRqeevJH7+efvD3tFiYsMDAwMDfsvJEw5eSMHZli4rsLKqT4W3cgWsqB7Z7qvRQcDAwPDqisPGBgYGIwmnriez8jIyMDAwMAw+cSNXJhhYToKq6f5WHSh62f8//8/1kBP33S8as3Vh8GwGEQC50K05dfO9LNsw6aPBVcszvSzbPv3/z/TumuPGJAMPRekJbcel2F4DWRgYGCY7W/V8v33X87tt5/CIm7bbH+rFnx6cHoZGUSvOdzKyMDAsCTEtpqQWsAAarj3wYf3jP4AAAAASUVORK5CYII=") 0 10px no-repeat transparent !important;
}

/* line 594, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-container,
.time_clock form.employee-id-lookup .select2-container {
  margin-top: 30px;
  max-width: 210px;
}

@media (max-width: 270px) {
  /* line 594, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out .select2-container,
.time_clock form.employee-id-lookup .select2-container {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  /* line 594, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out .select2-container,
.time_clock form.employee-id-lookup .select2-container {
    max-width: 210px;
  }
}

/* line 605, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-container-disabled,
.time_clock form.employee-id-lookup .select2-container-disabled {
  opacity: 0.7;
}

/* line 610, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-dropdown-open .select2-arrow,
.time_clock form.employee-id-lookup .select2-dropdown-open .select2-arrow {
  padding-top: 5px;
  width: 30px;
}

/* line 613, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out .select2-dropdown-open .select2-arrow b,
.time_clock form.employee-id-lookup .select2-dropdown-open .select2-arrow b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAC4jAAAuIwF4pT92AAAKxmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZnUFPpHsb/55x0ElpCKFJCb4IU6dJrAAXpYCMkkARCCCko2FARV3AtiIhgWdEVEAXXAshaEAsWFsHeF2RRUNfFgg2V+4El7L0z98Oduf+ZM+c3z7zv8z7vOV8eAOoQRyIRoeoA2WK5NCY0gJWUnMIi9gMCGJCBAngOVybxj46OBACYfP9jEIAPdwABALhpx5FIRPC/jQYvXcYFQKIBII0n42YDIMcBkG6uRCoHwIoAwHSxXCIHwOoAgCFNSk4BwE4BAIM/wT0AwEib4D8AgCGNiwkEwD4BkKgcjpQPQMUBACuPy5cDUM0AwEHME4oBqHEA4MMVcHgA1HIAmJ6dncMDoLYDgFXaP3z4/+aZpvTkcPhKnrgLAACQgoQyiYiTD//vyRYpJs8wAQCqQBoWAwAWAEhdVk6EksVpc6ImWcgDmGSBIix+krmywJRJ5nGCIiZZkRXvP8kc6dReoZwdN8nSnBilv1g0J1Lpn85WcrosOHaSM4Qh7EkuEMQlTnKeMGHOJMuyYiOm1gQqdakiRpk5QxqivGO2bCoblzN1llwQFzaVIUmZh5ceFKzUxfHK9RJ5gNJTIoqeyi8KVeqyvFjlXrk0TqlncsKjp3yild8H4kAAChADD9JBCmmQAyKQAwuCQAgykIAIOJAPIE9fIgcACMyR5EuFfIGc5S+RiNJZbDHXfjrLycHRDSApOYU18cvfMQEBAIR5dUrLbQfwKAFA+FMaxxTg5DMA+ocpzfQtAHUzwOkerkKaN6HhAADwQAE1YIAuGIIpWIEdOIEreIEfBEM4REEcJMNC4IIAskEKi2EZrIJiKIXNsA2qYA/sgzo4DEehBU7BObgE16AHbsND6INBeAkj8AHGEAQhIjSEjugiRog5Yos4Ie6IDxKMRCIxSDKSivARMaJAliFrkFKkDKlC9iL1yC/ISeQccgXpRe4j/cgw8hb5gmIoFWWgBqgFOgN1R/3RCDQOXYDy0Vy0AC1CN6KVaA16CG1Gz6HX0NtoH/oSHcUAU8GYmDFmh7ljgVgUloJlYFJsBVaCVWA1WCPWhnViN7E+7BX2GUfA0XEsnB3OCxeGi8dxcbm4FbgNuCpcHa4ZdwF3E9ePG8F9x9Pw+nhbvCeejU/C8/GL8cX4CvwB/An8Rfxt/CD+A4FAYBIsCW6EMEIyIZOwlLCBsIvQRGgn9BIGCKNEIlGXaEv0JkYROUQ5sZi4g3iIeJZ4gzhI/ERSIRmRnEghpBSSmLSaVEE6SDpDukF6Thojq5PNyZ7kKDKPnE/eRN5PbiNfJw+SxygaFEuKNyWOkklZRamkNFIuUh5R3qmoqJioeKjMVRGqFKpUqhxRuazSr/KZqkm1oQZS51MV1I3UWmo79T71HY1Gs6D50VJoctpGWj3tPO0J7ZMqXdVela3KU12pWq3arHpD9bUaWc1czV9toVqBWoXaMbXraq/UyeoW6oHqHPUV6tXqJ9Xvqo9q0DUcNaI0sjU2aBzUuKIxpEnUtNAM1uRpFmnu0zyvOUDH6Kb0QDqXvoa+n36RPsggMCwZbEYmo5RxmNHNGNHS1JqplaC1RKta67RWHxNjWjDZTBFzE/Mo8w7zi7aBtr92uvZ67UbtG9ofdabp+Omk65ToNOnc1vmiy9IN1s3S3aLbovtYD6dnozdXb7Hebr2Leq+mMaZ5TeNOK5l2dNoDfVTfRj9Gf6n+Pv0u/VEDQ4NQA4nBDoPzBq8MmYZ+hpmG5YZnDIeN6EY+RkKjcqOzRi9YWix/lohVybrAGjHWNw4zVhjvNe42HjOxNIk3WW3SZPLYlGLqbpphWm7aYTpiZmQ222yZWYPZA3Oyubu5wHy7eaf5RwtLi0SLdRYtFkOWOpZsywLLBstHVjQrX6tcqxqrW9YEa3frLOtd1j02qI2LjcCm2ua6LWrraiu03WXbOx0/3WO6eHrN9Lt2VDt/uzy7Brt+e6Z9pP1q+xb71zPMZqTM2DKjc8Z3BxcHkcN+h4eOmo7hjqsd2xzfOtk4cZ2qnW4505xDnFc6tzq/mWk7M33m7pn3XOgus13WuXS4fHN1c5W6NroOu5m5pbrtdLvrznCPdt/gftkD7xHgsdLjlMdnT1dPuedRz7+87LyyvA56Dc2ynJU+a/+sAW8Tb473Xu8+H5ZPqs9PPn2+xr4c3xrfp36mfjy/A37P/a39M/0P+b8OcAiQBpwI+BjoGbg8sD0ICwoNKgnqDtYMjg+uCn4SYhLCD2kIGQl1CV0a2h6GD4sI2xJ2l23A5rLr2SPhbuHLwy9EUCNiI6oinkbaREoj22ajs8Nnb539aI75HPGcliiIYkdtjXocbRmdG/3rXMLc6LnVc5/FOMYsi+mMpccuij0Y+yEuIG5T3MN4q3hFfEeCWsL8hPqEj4lBiWWJfUkzkpYnXUvWSxYmt6YQUxJSDqSMzguet23e4HyX+cXz7yywXLBkwZWFegtFC08vUlvEWXQsFZ+amHow9SsnilPDGU1jp+1MG+EGcrdzX/L8eOW84XTv9LL05xneGWUZQ3xv/lb+sMBXUCF4JQwUVgnfZIZl7sn8mBWVVZs1LkoUNWWTslOzT4o1xVniCzmGOUtyeiW2kmJJX65n7rbcEWmE9IAMkS2QtcoZcom8S2GlWKvoz/PJq877tDhh8bElGkvES7rybfLX5z8vCCn4eSluKXdpxzLjZauW9S/3X753BbIibUXHStOVRSsHC0ML61ZRVmWt+m21w+qy1e/XJK5pKzIoKiwaWBu6tqFYtVhafHed17o9P+B+EP7Qvd55/Y7130t4JVdLHUorSr9u4G64+qPjj5U/jm/M2Ni9yXXT7s2EzeLNd7b4bqkr0ygrKBvYOntrczmrvKT8/bZF265UzKzYs52yXbG9rzKysnWH2Y7NO75WCapuVwdUN+3U37l+58ddvF03dvvtbtxjsKd0z5efhD/d2xu6t7nGoqZiH2Ff3r5n+xP2d/7s/nP9Ab0DpQe+1Ypr++pi6i7Uu9XXH9Q/uKkBbVA0DB+af6jncNDh1ka7xr1NzKbSI3BEceTFL6m/3DkacbTjmPuxxuPmx3eeoJ8oaUaa85tHWgQtfa3Jrb0nw092tHm1nfjV/tfaU8anqk9rnd50hnKm6Mz42YKzo+2S9lfn+OcGOhZ1PDyfdP7WhbkXui9GXLx8KeTS+U7/zrOXvS+fuuJ55eRV96st11yvNXe5dJ34zeW3E92u3c3X3a639nj0tPXO6j1zw/fGuZtBNy/dYt+6dnvO7d478Xfu3Z1/t+8e797QfdH9Nw/yHow9LHyEf1TyWP1xxRP9JzW/W//e1Ofad7o/qL/raezThwPcgZd/yP74Olj0jPas4rnR8/ohp6FTwyHDPS/mvRh8KXk59qr4T40/d762en38L7+/ukaSRgbfSN+Mv93wTvdd7fuZ7ztGo0effMj+MPax5JPup7rP7p87vyR+eT62+Cvxa+U3629t3yO+PxrPHh+XcKQcAADAAADNyAB4WwtASwag9wBQVCc6899dH5lq/f+NJ3o1AAC4AtT6AcQXAkS2A+xuBzAvnOjW0QAQ5weos7Py+XtkGc5OE15UKQD+0/j4OwMAYhvAN+n4+Niu8fFv+wGw+wDtuRNdHQCAoA5QZsm01dDuqntZ+J+d+V/sowwhXiaPFAAAOvtpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMDQtMThUMTU6NDg6MjMtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE3LTA0LTE4VDE1OjQ4OjIzLTA3OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0wNC0xOFQxNTo0ODoyMy0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YjlmZWU0MDktMzk1OS00YjFlLWJmYWMtMzU3YmVkYzVhMmQ3PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ODViNDU3MzctNjBkNi0xMTdhLWIyN2EtYjE1MjM1NGFjZDZjPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MGZiNDk4NWYtOGMzMy00YmVjLTg4N2QtOTQ3NTRkZDkyYjI0PC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjBmYjQ5ODVmLThjMzMtNGJlYy04ODdkLTk0NzU0ZGQ5MmIyNDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNC0xOFQxNTo0ODoyMy0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmI5ZmVlNDA5LTM5NTktNGIxZS1iZmFjLTM1N2JlZGM1YTJkNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNC0xOFQxNTo0ODoyMy0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGk+eG1wLmRpZDoxNWZkNjAyNy0yZGRmLTQ0NjktOTc5Ny1lNDgwMjhkN2I2ZTc8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkRpc3BsYXk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4zMDAwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4zMDAwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4yMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+ZAYP4wAAACBjSFJNAABtdQAAc6AAAPzdAACDZAAAcOgAAOxoAAAwPgAAEJDk7JnqAAAB30lEQVR42mL8//8/AyEQs+Zw638GBoalIbbVhNQyEVIQu/ZI8/bbTz123H7qEbPmcCtFBqZuPFaz7dYTLwYGBiMGBgaj7befeqRuPFaDTw8LLon0Tcer1l17FAg1DAaM1l17xMDEyPhvpp9lG9EGZm4+UbHm6sNgqGHnCiy1JjIwMDBMOH4tn4GBwWjN1YcMTIyM/6b7WnQQNDBry4myVVcehMIMy7XQmFzroLeIgYGB4f///wwTT1zPZ2BgMFp15QEDAwMDA7qhzA0NDXBO7taTJSsuP4iAGZZtrjG10clgPkzeXlHi4vc/f36devJGjoGBwejqqw9CDz9+EfBWkzmKYWDetlNFyy7dj4IZlmmmPr3Z2XAuug8cFCUufP3958/pp29koYYKP/70lc9LTeYY3MD8baeKll68Fw0zLMNUfWari+FsXBHmqChx/vOv3//OPH0rw8DAYHTl5QeRJ1BDmb9Y+OQsunA3DmZYuqnazDYXo1mE0puTkuS5Tz9/M5x59laagYHB6PLLDyLPPn/jYRbxjIh9/PGrLAMDw/NkY9W5Ha7GMxiIBM5Kkmc//vzFcBZiKAM3G8s3hv///zN4L94ztWznmaz///8zkIMrdp3N8Fq0Z+r///8ZAAMAkx70Gi1cr1MAAAAASUVORK5CYII=") 0 10px no-repeat transparent !important;
}

/* line 620, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out input#employee_id,
.time_clock form.employee-id-lookup input#employee_id {
  width: 100%;
}

/* line 629, app/assets/stylesheets/timeclock.scss */
.time_clock form#form-admin-sign-out select#time-clock-department-filter,
.time_clock form.employee-id-lookup select#time-clock-department-filter {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 629, app/assets/stylesheets/timeclock.scss */
  .time_clock form#form-admin-sign-out select#time-clock-department-filter,
.time_clock form.employee-id-lookup select#time-clock-department-filter {
    max-width: 200px;
  }
}

/* line 639, app/assets/stylesheets/timeclock.scss */
.time_clock .clock-out-employee-id,
.time_clock .end-break {
  display: none;
}

/* line 642, app/assets/stylesheets/timeclock.scss */
.time_clock .clock-out-employee-id.active,
.time_clock .end-break.active {
  display: inline;
}

/* line 646, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-in-card,
.time_clock .punch-out-card,
.time_clock .start-break-card {
  display: none;
}

/* line 650, app/assets/stylesheets/timeclock.scss */
.time_clock .punch-in-card.active,
.time_clock .punch-out-card.active,
.time_clock .start-break-card.active {
  display: block;
}

/* line 657, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-drop {
  background-color: #7fe2fc;
  border: 1px solid #33abcd;
  box-shadow: none !important;
  border: none;
  padding: 0 5px;
}

/* line 663, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-drop.select2-drop-active {
  border: 1px solid #33abcd;
}

/* line 668, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-drop .select2-results li {
  color: #1286a7;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* line 673, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-drop .select2-results li.select2-highlighted {
  background: #9ee5f8;
}

/* line 681, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-search:after {
  top: 18px;
  color: #33abcd;
}

/* line 685, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-search input {
  background-color: #fff !important;
  margin: 10px 0;
  border: none;
  height: 25px !important;
  color: #33abcd;
  border-radius: 5px;
  outline: none;
}

/* line 693, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-search input:focus {
  border: none;
  outline: none;
}

/* line 698, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-search input::-ms-clear {
  width: 0;
  height: 0;
}

/* line 705, app/assets/stylesheets/timeclock.scss */
.time_clock .select2-search-choice-close {
  margin: 5px 10px 0 0;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* line 724, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container h3 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 100;
  font-family: "Roboto", helvetica, arial, sans-serif;
  letter-spacing: 0.02em;
  text-shadow: none;
}

/* line 734, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-option {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 20px auto;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 60%;
}

/* line 743, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-option label {
  font-size: 20px;
  line-height: normal;
}

/* line 749, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-time {
  color: #fff !important;
  font-weight: 100;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 28px;
  margin: 0 0 10px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
}

/* line 761, app/assets/stylesheets/timeclock.scss */
body.time_clock .upcoming-shifts-container .shift-details {
  color: #fff !important;
  font-weight: 300;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  text-shadow: none;
}

/* line 772, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container {
  display: none;
  background-color: #3cc4e8;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* line 777, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container.active {
  display: block !important;
}

/* line 789, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .nameAndTime {
  display: block;
  color: #fff;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 50px;
}

/* line 796, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .nameAndTime .shift-details {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 802, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .nameAndTime .medium-text {
  color: #fff;
  font-weight: 100;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 36px;
}

/* line 810, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 0;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* line 820, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container p {
  margin: 0;
}

/* line 824, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container .punch-card-data-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* line 829, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container .punch-card-data-item .punch-card-label {
  display: flex;
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container .punch-card-data-item .punch-card-value {
  display: flex;
  text-align: right;
}

/* line 840, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container #punch-card-data-container .department,
.upcoming-shifts-container #punch-card-data-container .position,
.upcoming-shifts-container #punch-card-data-container .date,
.upcoming-shifts-container #punch-card-data-container .job_site {
  display: flex;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 20px;
}

/* line 853, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .normal-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* line 858, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .normal-buttons button {
  border: solid 1px #36b0d0;
  background: transparent;
  border-radius: 43px;
  color: #fff;
  font-size: 26px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 25px 20px 0 20px;
  outline: none;
  width: 300px;
}

@media (max-width: 768px) {
  /* line 858, app/assets/stylesheets/timeclock.scss */
  .upcoming-shifts-container .normal-buttons button {
    margin: 25px 5px 0;
    width: 155px;
    font-size: 18px;
  }
}

/* line 878, app/assets/stylesheets/timeclock.scss */
.upcoming-shifts-container .normal-buttons button:hover, .upcoming-shifts-container .normal-buttons button:active {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

/* line 1, app/assets/stylesheets/premium_rules.scss */
.premium-rule-table {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .inner-form {
  max-width: 820px;
}

/* line 10, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form input[type='text'] {
  width: 100%;
}

/* line 14, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form select[name='employment_type_id'] {
  width: 100%;
}

/* line 19, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .inline-radio-choice input[type='radio'] {
  margin-top: 10px;
}

/* line 23, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .inline-radio-choice input[type='text'] {
  margin-bottom: 3px;
}

/* line 28, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-time-picker {
  width: 100%;
  margin: 17px 0;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-time-picker .help-inline {
  display: none;
  padding-left: 0;
  margin-bottom: 5px;
}

/* line 39, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-time-picker.error {
  border: 1px solid #b94a48;
}

/* line 43, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-time-picker .bootstrap-timepicker {
  width: 122px;
  float: left;
  margin-right: 20px;
}

/* line 50, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-picker {
  padding: 0 0 22px 0;
}

/* line 53, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-picker .checkbox.inline {
  padding-right: 12px;
}

/* line 58, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form .day-picker-error {
  display: none;
  color: red;
}

/* line 63, app/assets/stylesheets/premium_rules.scss */
.premium-rule-form #rule-fields {
  margin-top: 12px;
}

/* line 69, app/assets/stylesheets/premium_rules.scss */
.premium-rule-actions button {
  margin-right: 6px;
}

/* line 74, app/assets/stylesheets/premium_rules.scss */
.premium-rule-error {
  display: none;
}

/* line 78, app/assets/stylesheets/premium_rules.scss */
.premium-modifiers {
  padding: 8px;
}

/* line 81, app/assets/stylesheets/premium_rules.scss */
.premium-modifiers .radio {
  font-weight: 600;
}

/* line 85, app/assets/stylesheets/premium_rules.scss */
.premium-modifiers input[type='number'] {
  width: 44px;
}

/* line 89, app/assets/stylesheets/premium_rules.scss */
.premium-modifiers input.masked[type='number'] {
  color: white;
}

/* line 94, app/assets/stylesheets/premium_rules.scss */
.qtip-premium-rules {
  min-width: 270px;
}

/* line 97, app/assets/stylesheets/premium_rules.scss */
.qtip-premium-rules hr {
  margin: 10px 0;
}

/* line 101, app/assets/stylesheets/premium_rules.scss */
.qtip-premium-rules.qtip-bootstrap {
  font-size: 12px;
}

/* line 104, app/assets/stylesheets/premium_rules.scss */
.qtip-premium-rules.qtip-bootstrap > .qtip-titlebar {
  padding: 8px 5px;
}

/* line 1, app/assets/stylesheets/components/tag_select.scss */
.tag-select-choices {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 28px;
  height: auto;
  overflow: hidden;
  line-height: 29px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: none;
  background-color: white;
  filter: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 23, app/assets/stylesheets/components/tag_select.scss */
.tag-select-choice {
  border: 1px solid #d2d2d2;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
  float: left;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
}

/* line 35, app/assets/stylesheets/components/tag_select.scss */
.tag-select-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}

/* line 46, app/assets/stylesheets/components/tag_select.scss */
.tag-select-choice-close:after {
  content: "\f00d";
  top: -4px;
  right: -2px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
}

/* line 65, app/assets/stylesheets/components/tag_select.scss */
.tag-select-dropdown {
  position: absolute;
  border: 1px solid lightGrey;
  border-top: 0;
  background: white;
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/components/tag_select.scss */
.tag-select-dropdown ul {
  margin: 0;
  list-style-type: none;
}

/* line 77, app/assets/stylesheets/components/tag_select.scss */
.tag-select-dropdown li {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/components/tag_select.scss */
.tag-select-dropdown li:hover {
  color: white;
  background: #519FC7;
}

/* line 89, app/assets/stylesheets/components/tag_select.scss */
.tag-select-search {
  margin: 5px;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/components/tag_select.scss */
.tag-select-text-input {
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/job_sites.scss */
#map-canvas {
  margin-top: 20px;
  height: 300px;
  width: 500px;
}

/* line 8, app/assets/stylesheets/job_sites.scss */
#job-site-errors ul {
  margin-bottom: 0px;
}

/* line 2, app/assets/stylesheets/punches.scss */
#punch-modal input.datepicker, #punch-modal input.time, #punch-modal input.trc {
  width: 100%;
}

/* line 7, app/assets/stylesheets/punches.scss */
.remove-row {
  margin-top: 31px;
  padding-left: 8px;
}

/* line 12, app/assets/stylesheets/punches.scss */
.remove-fields, .remove-fields:visited {
  color: #de0a0a;
}

/* line 16, app/assets/stylesheets/punches.scss */
.punch-modal-thumb {
  min-width: 50px;
}

/* line 19, app/assets/stylesheets/punches.scss */
.punch-modal-thumb img {
  height: 50px;
  width: 50px;
}

/* line 25, app/assets/stylesheets/punches.scss */
.popover-photo img {
  width: 300px;
  height: 300px;
}

/* line 30, app/assets/stylesheets/punches.scss */
.popover {
  z-index: 1060;
  max-width: 400px;
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
/* line 5, vendor/assets/stylesheets/jquery.growl.css */
#growls {
  z-index: 50000;
  position: fixed;
}

/* line 8, vendor/assets/stylesheets/jquery.growl.css */
#growls.default {
  top: 10px;
  right: 10px;
}

/* line 11, vendor/assets/stylesheets/jquery.growl.css */
#growls.tl {
  top: 10px;
  left: 10px;
}

/* line 14, vendor/assets/stylesheets/jquery.growl.css */
#growls.tr {
  top: 10px;
  right: 10px;
}

/* line 17, vendor/assets/stylesheets/jquery.growl.css */
#growls.bl {
  bottom: 10px;
  left: 10px;
}

/* line 20, vendor/assets/stylesheets/jquery.growl.css */
#growls.br {
  bottom: 10px;
  right: 10px;
}

/* line 23, vendor/assets/stylesheets/jquery.growl.css */
#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

/* line 27, vendor/assets/stylesheets/jquery.growl.css */
#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

/* line 31, vendor/assets/stylesheets/jquery.growl.css */
#growls.tc .growl, #growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}

/* line 35, vendor/assets/stylesheets/jquery.growl.css */
.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 43, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 46, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 49, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

/* line 53, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

/* line 57, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

/* line 61, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-default {
  color: #FFF;
  background: #7f8c8d;
}

/* line 64, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-error {
  color: #FFF;
  background: #C0392B;
}

/* line 67, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-notice {
  color: #FFF;
  background: #2ECC71;
}

/* line 70, vendor/assets/stylesheets/jquery.growl.css */
.growl.growl-warning {
  color: #FFF;
  background: #F39C12;
}

/* line 73, vendor/assets/stylesheets/jquery.growl.css */
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

/* line 80, vendor/assets/stylesheets/jquery.growl.css */
.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

/* line 83, vendor/assets/stylesheets/jquery.growl.css */
.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/growl.scss */
.growl {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 5px;
  color: black;
}

/* line 8, app/assets/stylesheets/growl.scss */
.growl.growl-medium {
  padding: 5px;
}

/* line 12, app/assets/stylesheets/growl.scss */
.growl .growl-close {
  font-size: 24px;
  margin-right: 3px;
}

/* line 17, app/assets/stylesheets/growl.scss */
.growl .growl-title {
  padding: 10px 15px 5px 15px;
}

/* line 21, app/assets/stylesheets/growl.scss */
.growl.growl-makeshift {
  background: white;
}

/* line 25, app/assets/stylesheets/growl.scss */
.growl .growl-message {
  padding: 0 15px 15px 15px;
}

/* line 29, app/assets/stylesheets/growl.scss */
.growl.growl-success {
  color: black;
  border: 1px solid #97cd2d;
  background: #acd954;
}

/* line 35, app/assets/stylesheets/growl.scss */
.growl.growl-error {
  color: black;
  border: 1px solid #df7e6d;
  background: #e8a397;
}

/* line 41, app/assets/stylesheets/growl.scss */
.growl.growl-notice {
  color: black;
  border: 1px solid #23769b;
  background: #2D96C4;
}

/* line 1, app/assets/stylesheets/position_expressions.scss */
span.expression, input.expression {
  font-family: monospace;
  font-size: 110%;
}

/* line 6, app/assets/stylesheets/position_expressions.scss */
span.variable {
  background: #3987AD;
  border-radius: 0.5em;
  color: white;
  padding: 0 0.5em;
}

/* line 1, app/assets/stylesheets/break_rules.scss */
#user_data .radio {
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/break_rules.scss */
#unpaid-break-options {
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/break_rules.scss */
.sub-radios {
  margin-left: 25px;
}

/* line 13, app/assets/stylesheets/break_rules.scss */
.sub-radios-desc {
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/user_imports.scss */
.show-user-import {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

/* line 6, app/assets/stylesheets/user_imports.scss */
.show-user-import .error-status {
  font-size: 15px;
}

/* line 10, app/assets/stylesheets/user_imports.scss */
.show-user-import button {
  margin-bottom: 20px;
}

/* line 16, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .modal {
  top: 30%;
}

/* line 20, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .modal .modal-body input {
  margin-bottom: 5px;
}

/* line 23, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .modal .modal-body input.margin-left {
  margin-left: 17px;
}

/* line 28, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .modal .modal-body select {
  width: 100%;
}

/* line 33, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .modal .modal-body .selector {
  width: 100%;
}

/* line 39, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment select {
  height: 28px;
}

/* line 44, app/assets/stylesheets/user_imports.scss */
.user-mass-assignment .selector {
  width: 210px;
}

/* line 50, app/assets/stylesheets/user_imports.scss */
.fa-exclamation-triangle.complete {
  display: none;
}

/* line 53, app/assets/stylesheets/user_imports.scss */
.fa-exclamation-triangle.failed {
  color: red;
}

/* line 56, app/assets/stylesheets/user_imports.scss */
.fa-exclamation-triangle.partial {
  color: orange;
}

/* line 5, app/assets/stylesheets/user_time_off.scss */
#user-time-off .padded-container {
  padding: 20px;
}

/* line 9, app/assets/stylesheets/user_time_off.scss */
#user-time-off .hours {
  padding-top: 7px;
}

/* line 13, app/assets/stylesheets/user_time_off.scss */
#user-time-off .dataTables_paginate {
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 17, app/assets/stylesheets/user_time_off.scss */
#user-time-off .dataTables_paginate .paginate_button {
  padding-right: 5px;
}

/* line 22, app/assets/stylesheets/user_time_off.scss */
#user-time-off #date-picker .input-row {
  display: inline-block;
  vertical-align: middle;
}

/* line 25, app/assets/stylesheets/user_time_off.scss */
#user-time-off #date-picker .input-row input {
  margin: 0;
  text-align: center;
}

/* line 29, app/assets/stylesheets/user_time_off.scss */
#user-time-off #date-picker .input-row .divider {
  padding: 5px;
}

/* line 34, app/assets/stylesheets/user_time_off.scss */
#user-time-off th {
  padding: 5px 11px;
  border-color: #D5D5D5;
}

/* line 39, app/assets/stylesheets/user_time_off.scss */
#user-time-off tr {
  border-color: #D5D5D5;
}

/* line 43, app/assets/stylesheets/user_time_off.scss */
#user-time-off tfoot {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  background-color: #EFEFEF;
  text-align: left;
}

/* line 44, app/assets/stylesheets/user_time_off.scss */
#user-time-off tfoot th:not(:last-child) {
  border-right: 1px solid #D5D5D5;
}

/* line 2, app/assets/stylesheets/unavailable_requests.scss */
table#unavailable_requests td.buttons a {
  margin: 2px 0 2px 0;
}

/* line 7, app/assets/stylesheets/unavailable_requests.scss */
.borderless {
  border: 0;
}

/* line 2, app/assets/stylesheets/time_off_settings.scss */
#time-off-settings input[type="radio"] {
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/time_off_settings.scss */
#time-off-settings input[type="radio"]:checked:disabled + label {
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/reports.scss */
.report-table td {
  border: 1px solid;
  text-align: center;
  padding: 1em;
}

/* line 5, app/assets/stylesheets/reports.scss */
.report-table th {
  text-align: center;
  padding: 1em;
}

/* line 6, app/assets/stylesheets/reports.scss */
.report-table .title-cell {
  text-align: left;
  border: 0;
}

/* line 9, app/assets/stylesheets/reports.scss */
.inline-select {
  float: left;
  margin-right: 20px;
}

/* line 10, app/assets/stylesheets/reports.scss */
.inline-input {
  float: left;
  margin-right: 20px;
}

/* line 11, app/assets/stylesheets/reports.scss */
.inline-submit {
  float: left;
  margin-top: 20px;
}

/* line 13, app/assets/stylesheets/reports.scss */
.report-section {
  margin-bottom: 40px;
}

/* line 17, app/assets/stylesheets/reports.scss */
.department-name-cell {
  width: 200px;
}

/* line 3, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .main-container .column {
  width: 45.5%;
  padding: 2%;
  display: inline-block;
  vertical-align: top;
}

/* line 8, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .main-container .column h4 {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .broadcast-time .item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
}

/* line 16, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .broadcast-time .item:first-child {
  margin-right: 20px;
}

/* line 18, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .broadcast-time .item input[type="radio"] {
  margin-top: 0;
  margin-right: 5px;
}

/* line 23, app/assets/stylesheets/broadcasts.scss */
#broadcast-form .broadcast-time .hour, #broadcast-form .broadcast-time .date {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/broadcasts.scss */
#broadcast-form #schedule-datepickers {
  padding-top: 10px;
}

/* line 34, app/assets/stylesheets/broadcasts.scss */
#broadcasts .dataTables_length, #broadcasts .dataTables_filter {
  margin-top: 15px;
}

/* line 39, app/assets/stylesheets/broadcasts.scss */
#broadcasts .dataTable thead tr th {
  text-align: left;
  padding: 0 10px;
}

/* line 43, app/assets/stylesheets/broadcasts.scss */
#broadcasts .dataTable thead tr th > div {
  line-height: normal;
  height: auto;
}

/* line 49, app/assets/stylesheets/broadcasts.scss */
#broadcasts .dataTable tbody td.status {
  text-align: center;
}

/* line 56, app/assets/stylesheets/broadcasts.scss */
#companies-filter {
  width: 75%;
}

/* line 1, app/assets/stylesheets/stat_holidays.scss */
select.stat-multiplier {
  margin: 0;
}

/* line 5, app/assets/stylesheets/stat_holidays.scss */
.edit_stat_holiday .stat_holiday_name {
  max-width: 100%;
}

/* line 11, app/assets/stylesheets/stat_holidays.scss */
.stat-holiday-records .select2-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

/* line 1, app/assets/stylesheets/overtime_rules.scss */
input#overtime_rule_external_id {
  margin-top: 0;
  margin-left: -5px;
}

/* line 3, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #table_pay_codes {
  float: left;
  margin: 0;
}

/* line 7, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #table_pay_codes .elegible_column {
  width: 20%;
}

/* line 11, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #table_pay_codes .regular_column {
  width: 40%;
}

/* line 16, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #table_pay_codes.no-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

/* line 19, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #table_pay_codes.no-striped tbody tr:nth-of-type(even) {
  background-color: transparent !important;
}

/* line 26, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .inner-form {
  max-width: 90%;
  word-break: normal;
}

/* line 31, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.error .help-inline {
  color: #b94a48 !important;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.error .checkbox, .enterprise-overtime-rule-form .control-group.error .control-label {
  color: #5f5f5f;
}

/* line 46, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.error input, .enterprise-overtime-rule-form .control-group.error [class^="select2-choice"] {
  border-color: #b94a48 !important;
  color: #858585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 53, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.error > .control-label {
  color: #5f5f5f;
}

/* line 57, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.error > input, .enterprise-overtime-rule-form .control-group.error > .input-border > .medium-input {
  box-shadow: 0;
}

/* line 62, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-group.border-error input,
.enterprise-overtime-rule-form .control-group.border-error select {
  border: 1px solid #b94a48 !important;
}

/* line 70, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .top-level-radio input[type='radio'] {
  margin-bottom: 6px;
  margin-right: 4px;
}

/* line 75, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .top-level-radio input[type='number'] {
  width: 55px;
}

/* line 80, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-label {
  color: #5F5F5F;
}

/* line 83, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .control-label strong {
  font-weight: normal;
}

/* line 88, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form #select_all_pay_codes {
  margin: 0px 4px 0 2px;
}

/* line 92, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .table-bordered {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* line 97, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .table-bordered th, .enterprise-overtime-rule-form .table-bordered td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* line 102, app/assets/stylesheets/enterprise_overtime_rules.scss */
.enterprise-overtime-rule-form .table-bordered th {
  background-color: #f2f2f2;
  text-align: left;
}

/* line 3, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #table_pay_codes {
  float: left;
  width: 94%;
  margin: 0;
}

/* line 8, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #table_pay_codes .elegible_column {
  width: 20%;
}

/* line 12, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #table_pay_codes .regular_column {
  width: 40%;
}

/* line 18, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #table_pay_codes.no-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

/* line 21, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #table_pay_codes.no-striped tbody tr:nth-of-type(even) {
  background-color: transparent !important;
}

/* line 28, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #pay_codes_section {
  display: block;
}

/* line 32, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .inner-form {
  max-width: 90%;
  word-break: normal;
}

/* line 38, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .table-bordered {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* line 43, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .table-bordered th,
.enterprise-premium-rule-form .table-bordered td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* line 49, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .table-bordered th {
  background-color: #f2f2f2;
  text-align: left;
}

/* line 58, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error > .option-glow,
.enterprise-premium-rule-form .control-group.error > * > .option-glow,
.enterprise-premium-rule-form .control-group.error > * > * > .option-glow {
  box-shadow: 0;
}

/* line 64, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error .help-inline {
  color: #b94a48 !important;
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error .help-inline + .help-inline {
  display: block;
}

/* line 73, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error .checkbox,
.enterprise-premium-rule-form .control-group.error .control-label {
  color: #5f5f5f;
}

/* line 78, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error input:not([disabled]),
.enterprise-premium-rule-form .control-group.error .time-input:not([disabled]),
.enterprise-premium-rule-form .control-group.error [class^='select2-choice'] {
  border-color: #d7d7d7 !important;
  color: #858585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 86, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error .select2-container-disabled {
  border-color: #d7d7d7 !important;
  border-width: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

/* line 92, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error > .control-label {
  color: #5f5f5f;
}

/* line 96, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-group.error > input[type='number']:not([disabled]),
.enterprise-premium-rule-form .control-group.error > .input-border:not([disabled]),
.enterprise-premium-rule-form .control-group.error > .time-input:not([disabled]) {
  border-color: #b94a48 !important;
  border-width: 1px;
}

/* line 104, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .border-error {
  padding: 5px 15px;
  margin-top: -5px;
  display: block;
}

/* line 110, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-label {
  color: #5F5F5F;
}

/* line 113, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .control-label strong {
  font-weight: normal;
}

/* line 118, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form #select_all_pay_codes {
  margin: 0px 4px 0 2px;
}

/* line 124, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .top-level-radio .normal-text {
  font-weight: 200;
}

/* line 126, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .top-level-radio input[type='radio'] {
  margin-bottom: 6px;
  margin-right: 4px;
}

/* line 131, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .top-level-radio input[type='number'] {
  width: 55px;
}

/* line 134, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .top-level-radio .bolder-text {
  font-weight: 600;
}

/* line 139, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker {
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
}

/* line 144, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .bootstrap-timepicker {
  width: 120px;
  float: left;
  margin-right: 20px;
}

/* line 150, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker input[type='checkbox'] {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

/* line 156, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .time-input {
  width: 67%;
  height: 28px;
}

/* line 161, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .checkbox {
  padding-left: 0;
  padding-right: 10px;
}

/* line 165, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .checkbox.inline {
  margin-left: 0;
  padding-right: 0;
  width: 120px;
}

/* line 172, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .date-range-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 178, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .date-range-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

@media (max-width: 767px) {
  /* line 178, app/assets/stylesheets/enterprise_premium_rules.scss */
  .enterprise-premium-rule-form .day-time-picker .date-range-group {
    flex-wrap: wrap;
  }
}

/* line 188, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .day-time-picker .date-range-item {
  flex: 1 1 100px;
  min-width: 120px;
  max-width: 150px;
}

/* line 195, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .indent {
  margin-left: 30px;
}

/* line 199, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .well {
  max-width: 90%;
}

/* line 203, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .medium-input {
  width: 90%;
}

/* line 207, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form .long-input {
  width: 95%;
}

/* line 211, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form input[disabled],
.enterprise-premium-rule-form select[disabled],
.enterprise-premium-rule-form textarea[disabled] {
  background-color: #f5f5f5;
  color: #c3c3c3;
  border-color: #ccc;
}

/* line 221, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form input[type='number']:invalid {
  border-color: #d7d7d7;
  color: #858585;
  box-shadow: initial;
}

/* line 227, app/assets/stylesheets/enterprise_premium_rules.scss */
.enterprise-premium-rule-form input[type='number']:invalid:focus {
  border-color: #68A6CE;
}

/* line 3, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .inner-form {
  max-width: 820px;
}

/* line 8, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .sub-radios input[type=number] {
  width: 48px;
  padding-bottom: 2px;
  padding-top: 1px;
  height: 16px;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .sub-radios label.checkbox {
  padding-left: 48px;
  padding-top: 0;
}

/* line 21, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .sub-radios .help-inline {
  margin-bottom: 2px;
  display: none;
}

/* line 28, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .radio.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 31, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .radio.disabled .inline-radio-choice, .enterprise-break-rule-form .radio.disabled .sub-radios-desc {
  cursor: not-allowed;
}

/* line 37, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 44, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .inline-radio-choice .control-group, .enterprise-break-rule-form .checkbox .control-group {
  display: inline;
}

/* line 48, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-error {
  display: none;
}

/* line 52, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-error-message {
  color: #b94a48;
}

/* line 57, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .alert-error .help-inline {
  color: #7d2a1c;
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .alert-error:empty {
  display: none;
}

/* line 65, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-modifiers {
  padding: 8px;
}

/* line 68, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-modifiers .radio {
  font-weight: 600;
}

/* line 72, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-modifiers input[type='number'] {
  width: 44px;
}

/* line 76, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .enterprise-break-rule-modifiers input.masked[type='number'] {
  color: white;
}

/* line 81, app/assets/stylesheets/enterprise_break_rules.scss */
.enterprise-break-rule-form .minimal-padding input {
  width: 98%;
}

/* line 1, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form {
  /* days in lieu */
}

/* line 3, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #table_pay_codes {
  margin: 5px 0;
  border: 1px solid #ddd;
}

/* line 7, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #table_pay_codes .elegible_column {
  width: 20%;
}

/* line 11, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #table_pay_codes .regular_column {
  width: 40%;
}

/* line 15, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #table_pay_codes .pay_code_checkbox {
  margin: 6px 5px;
  padding: 5px;
}

/* line 22, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inner-form {
  max-width: 820px;
  word-break: normal;
}

/* line 27, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-label {
  color: #5F5F5F;
}

/* line 30, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-label strong {
  font-weight: normal;
}

/* line 35, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group.error .help-inline {
  color: #b94a48 !important;
}

/* line 42, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group.error .checkbox, .statutory-holiday-worked-rules-form .control-group.error input, .statutory-holiday-worked-rules-form .control-group.error [class^="select2-choice"] {
  border-color: #b94a48 !important;
  color: #858585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 51, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group.error > .required-control-label {
  color: #5F5F5F;
  font-weight: normal;
}

/* line 56, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group.error > input, .statutory-holiday-worked-rules-form .control-group.error > .input-border > .medium-input {
  border-color: #b94a48 !important;
}

/* line 60, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .control-group.error .control-label {
  color: #5F5F5F;
}

/* line 66, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .border-error {
  padding: 5px 15px;
  margin-top: -5px;
  display: block;
}

/* line 70, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .border-error.error {
  border: 1px solid #b94a48;
  border-radius: 5px;
  padding: 10px;
}

/* line 78, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .top-level-radio {
  font-weight: 600;
}

/* line 81, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .top-level-radio input[type='radio'] {
  margin-bottom: 6px;
  margin-right: 4px;
}

/* line 86, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .top-level-radio input[type='number'] {
  width: 55px;
}

/* line 91, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .table-bordered {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* line 96, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .table-bordered th, .statutory-holiday-worked-rules-form .table-bordered td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* line 101, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .table-bordered th {
  background-color: #f2f2f2;
  text-align: left;
}

/* line 108, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .sub-radios input[type="number"] {
  width: 48px;
  padding-bottom: 2px;
  padding-top: 1px;
  height: 16px;
  margin-bottom: 0;
}

/* line 116, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .sub-radios label.checkbox {
  padding-left: 48px;
  padding-top: 0;
}

/* line 121, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .sub-radios .help-inline {
  margin-bottom: 2px;
  display: none;
}

/* line 128, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .radio.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 132, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .radio.disabled .inline-radio-choice, .statutory-holiday-worked-rules-form .radio.disabled .sub-radios-desc {
  cursor: not-allowed;
}

/* line 138, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 145, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inline-radio-choice .control-group, .statutory-holiday-worked-rules-form .checkbox .control-group {
  display: inline;
}

/* line 149, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .statutory-holiday-worked-rules-error {
  display: none;
}

/* line 154, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .alert-error .help-inline {
  color: #7d2a1c;
  margin-bottom: 0;
}

/* line 159, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .alert-error:empty {
  display: none;
}

/* line 164, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .statutory-worked-rule-modifiers {
  padding: 8px;
}

/* line 167, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .statutory-worked-rule-modifiers .radio {
  font-weight: 600;
}

/* line 171, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .statutory-worked-rule-modifiers input[type="number"] {
  width: 44px;
}

/* line 175, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .statutory-worked-rule-modifiers input.masked[type="number"] {
  color: white;
}

/* line 180, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #select_all_pay_codes {
  margin: 6px 11px;
}

/* line 188, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form #days_in_lieu_column {
  width: 49%;
  display: block;
}

/* line 193, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .box1 {
  width: 45%;
  float: left;
  padding-top: 15px;
}

/* line 199, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .box2 {
  width: 45%;
  float: left;
}

/* line 204, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .days-in-lieu-pay-code {
  display: none;
  /* hidden by default */
}

/* line 208, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .days-in-lieu-pay-code.visible {
  display: block;
}

/* line 212, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inline-flex .day-in-lieu-text {
  margin-top: 5px;
  margin-left: 10px;
}

/* line 217, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inline-flex {
  display: flex;
  align-items: center;
}

/* line 222, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inline-flex .checkbox-label {
  margin-right: 5px;
}

/* line 226, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .inline-flex p {
  margin: 0;
}

/* line 231, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .form-control {
  width: 100%;
}

/* line 235, app/assets/stylesheets/statutory_holiday_worked_rules.scss */
.statutory-holiday-worked-rules-form .padding-top-10 {
  padding-top: 10px;
}

/* line 5, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .inner-form {
  max-width: 820px;
}

/* line 10, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .sub-radios input[type="number"] {
  width: 48px;
  padding-bottom: 2px;
  padding-top: 1px;
  height: 16px;
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .sub-radios label.checkbox {
  padding-left: 48px;
  padding-top: 0;
}

/* line 23, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .sub-radios .help-inline {
  margin-bottom: 2px;
  display: none;
}

/* line 30, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .radio.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 34, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .radio.disabled .inline-radio-choice, .statutory-holiday-pay-rules-form .radio.disabled .sub-radios-desc {
  cursor: not-allowed;
}

/* line 40, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 47, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .inline-radio-choice .control-group, .statutory-holiday-pay-rules-form .checkbox .control-group {
  display: inline;
}

/* line 51, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .statutory-holiday-worked-rules-error {
  display: none;
}

/* line 55, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error .help-inline {
  color: #b94a48 !important;
  display: block;
}

/* line 63, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error .checkbox, .statutory-holiday-pay-rules-form .control-group.error .control-label {
  color: #5f5f5f;
}

/* line 68, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error input, .statutory-holiday-pay-rules-form .control-group.error [class^="select2-choice"] {
  border-color: #b94a48 !important;
  color: #858585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 75, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error > .control-label {
  color: #5F5F5F;
}

/* line 79, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error > input, .statutory-holiday-pay-rules-form .control-group.error > .input-border > .medium-input {
  border-color: #b94a48 !important;
}

/* line 83, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-group.error .control-label {
  color: #5F5F5F;
}

/* line 88, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-label {
  color: #5F5F5F;
}

/* line 91, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .control-label strong {
  font-weight: normal;
}

/* line 97, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .alert-error .help-inline {
  color: #7d2a1c;
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .alert-error:empty {
  display: none;
}

/* line 107, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .statutory-worked-rule-modifiers {
  padding: 8px;
}

/* line 110, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .statutory-worked-rule-modifiers .radio {
  font-weight: 600;
}

/* line 114, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .statutory-worked-rule-modifiers input[type="number"] {
  width: 44px;
}

/* line 118, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .statutory-worked-rule-modifiers input.masked[type="number"] {
  color: white;
}

/* line 124, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .border-error {
  margin: 0;
  padding: 0;
}

/* line 128, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .error {
  display: flex;
}

/* line 132, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .worked-days-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 138, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .checkbox-container,
.statutory-holiday-pay-rules-form #worked_days_container .text-container,
.statutory-holiday-pay-rules-form #worked_days_container .input-container {
  float: left;
  margin-right: 10px;
}

/* line 145, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .input-container {
  float: left;
  width: 15%;
}

/* line 150, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .text-container {
  float: left;
  margin-top: 5px;
}

/* line 154, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .error #last_months {
  border: 1px solid #b94a48 !important;
}

/* line 157, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #worked_days_container .error #worked_days {
  border: 1px solid #b94a48 !important;
}

/* line 162, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .worked-around-holidays-section {
  display: flex;
  align-items: center;
}

/* line 166, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .worked-around-holidays-section .uniform {
  margin-right: 10px;
}

/* line 170, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .worked-around-holidays-section .holiday-following-text {
  display: inline-block;
}

/* line 175, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #table_pay_codes {
  width: 98%;
  border: 1px solid #ddd;
}

/* line 179, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #table_pay_codes .elegible_column {
  width: 20%;
}

/* line 183, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #table_pay_codes .regular_column {
  width: 40%;
}

/* line 188, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #select_all_pay_codes {
  margin: 8px;
}

/* line 193, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form #section_apply_holiday_on_regular_day .uniform {
  margin: 8px 8px 8px 0;
}

/* line 197, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .form-control {
  width: 100%;
}

/* line 201, app/assets/stylesheets/statutory_holiday_pay_rules.scss */
.statutory-holiday-pay-rules-form .padding-top-10 {
  padding-top: 10px;
}

/* line 1, app/assets/stylesheets/smartinsights.scss */
.back-button {
  color: rgba(0, 0, 0, 0.4);
}

/* line 4, app/assets/stylesheets/smartinsights.scss */
.back-button i {
  color: rgba(0, 0, 0, 0.7);
}

/* line 8, app/assets/stylesheets/smartinsights.scss */
.back-button span {
  color: rgba(0, 0, 0, 0.5);
}

/* line 13, app/assets/stylesheets/smartinsights.scss */
.dashboard-frame {
  width: 100%;
  height: calc(100vh - 200px);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

/* line 21, app/assets/stylesheets/smartinsights.scss */
.smartinsights-dashboards-table .dashboard-name-col {
  width: 20%;
}

/* line 22, app/assets/stylesheets/smartinsights.scss */
.smartinsights-dashboards-table .created-by-col {
  width: 15%;
}

/* line 23, app/assets/stylesheets/smartinsights.scss */
.smartinsights-dashboards-table .created-col {
  width: 15%;
}

/* line 24, app/assets/stylesheets/smartinsights.scss */
.smartinsights-dashboards-table .updated-col {
  width: 15%;
}

/* line 25, app/assets/stylesheets/smartinsights.scss */
.smartinsights-dashboards-table .buttons-col {
  width: 10%;
}

/* line 32, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* line 42, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000000;
  width: 80vw;
  height: calc(80vh - 100px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

/* line 59, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

/* line 65, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 8px;
  color: #666;
  border-radius: 4px;
  transition: background-color 0.2s;
}

/* line 76, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-close-button:hover {
  background-color: #f0f0f0;
}

/* line 80, app/assets/stylesheets/smartinsights.scss */
.smartinsights-q-modal-content {
  flex: 1;
  min-height: 0;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* fixes table header width when resizing browser */
/* line 2, app/assets/stylesheets/rotation_uploads.scss */
.rotation-upload #dataTables table thead tr th {
  padding: 0 4px;
}

/* Include the TailwindCSS preflight that normally gets added by the TailwindCSS plugin */
/* line 2, app/assets/stylesheets/tailwind_variables.css */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/* line 56, app/assets/stylesheets/tailwind_variables.css */
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
