/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table, #citations_table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th,
.table td,
#citations_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th, #citations_table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.scss */
.table caption + thead tr:first-child th, #citations_table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
#citations_table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
#citations_table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
#citations_table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
#citations_table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
#citations_table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody, #citations_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table, #citations_table .table, .table #citations_table, #citations_table #citations_table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th, #citations_table th,
.table-condensed td,
#citations_table td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td, #citations_table tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
#citations_table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td, #citations_table tbody tr:hover > td,
.table-hover tbody tr:hover > th,
#citations_table tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1, #citations_table td.span1,
.table th.span1,
#citations_table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2, #citations_table td.span2,
.table th.span2,
#citations_table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3, #citations_table td.span3,
.table th.span3,
#citations_table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4, #citations_table td.span4,
.table th.span4,
#citations_table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5, #citations_table td.span5,
.table th.span5,
#citations_table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6, #citations_table td.span6,
.table th.span6,
#citations_table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7, #citations_table td.span7,
.table th.span7,
#citations_table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8, #citations_table td.span8,
.table th.span8,
#citations_table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9, #citations_table td.span9,
.table th.span9,
#citations_table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10, #citations_table td.span10,
.table th.span10,
#citations_table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11, #citations_table td.span11,
.table th.span11,
#citations_table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12, #citations_table td.span12,
.table th.span12,
#citations_table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td, #citations_table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td, #citations_table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td, #citations_table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td, #citations_table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td, #citations_table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td, #citations_table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td, #citations_table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td, #citations_table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/font-awesome/fa-solid-900-f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe.eot);
  src: url(/assets/font-awesome/fa-solid-900-f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-787d76ad6deab67ccf8bac1b584260205e114f508fc5542b612e3f75d49a34e4.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-3b60c77e0c81c1c9cdc9adb96ade6dbac7ef2b9402a316185855de7122e517db.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-0389b061db08d406704c9bb8819e09c3558ac956287b3e9da8e6645a79d528ea.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-eaf0f3d0cadad17eed1045cf68c30db7abffb4c8ef4ee9cb5f4026fdefc99a59.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/font-awesome/fa-regular-400-c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2.eot);
  src: url(/assets/font-awesome/fa-regular-400-c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-86e496b536b26ba60cdb68df9dd9143b19a63b65e30e373b0321833aab1295d6.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-864c8f702a5e63198bb76ef0240b599cc065d4904c2afc5da6c8a29bbf0d6c64.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-6a335d1ce152f2b5b02bf82cc445b02d1abccd7f408a87113424b5f8fcbbfade.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-7ab8a39f4c48b743bd6acbbf5ea4c7547efcb62ad966e9bef3e41996afc44fd4.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/font-awesome/fa-brands-400-e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16.eot);
  src: url(/assets/font-awesome/fa-brands-400-e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-8e4560c16c7970efa47680450b2cf239d4a482c056d308acea12bb9022906c8b.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-1af816db9a686faa76bfbda779df959e6213de714a94b87aa7374a151f6f4900.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-6b347ff01e588a2a6909ccd7f7f5866b27484391547e9df451ab9b4c27920c71.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-36b51fbe6b87587541b9173cd79c16c6b359ad22a172b922204f9aa87411acd9.svg#fontawesome) format("svg");
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 80, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 82, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 86, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 98, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 100, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 102, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 105, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 121, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 126, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 129, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 138, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 144, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 147, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 150, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 151, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 154, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 157, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 158, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 160, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 165, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 166, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 169, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 171, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 172, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 173, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 174, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 175, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 181, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 182, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 184, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 186, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 188, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 189, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 190, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 192, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 193, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 194, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 195, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 196, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 197, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 198, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 199, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 200, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 201, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 202, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 204, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 205, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 207, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 208, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 209, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 210, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 211, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 212, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 213, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 214, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 215, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 216, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 220, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 221, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 222, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 223, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 225, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 226, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 228, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 229, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 230, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 231, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 232, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 233, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 234, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 236, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 237, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 239, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 240, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 242, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 243, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 245, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 246, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 247, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 249, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 250, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 251, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 252, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 253, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 255, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 256, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 257, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 258, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 259, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 261, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 262, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 264, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 265, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 267, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 268, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 270, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 271, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 273, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 274, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 277, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 278, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 279, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 280, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 281, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 283, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 284, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 286, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 287, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 289, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 290, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 292, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 293, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 294, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 295, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 296, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 298, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 299, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 300, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 301, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 302, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 303, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 304, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 306, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 307, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 308, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 310, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 311, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 312, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 313, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 314, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 316, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 317, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 319, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 320, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 321, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 322, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 323, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 325, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 326, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 328, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 329, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 331, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 332, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 333, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 334, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 335, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 337, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 338, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 340, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 341, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 342, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 343, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 344, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 345, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 346, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 347, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 348, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 349, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 350, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 352, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 353, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 354, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 355, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 356, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 358, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 359, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 360, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 361, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 362, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 363, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 364, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 365, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 366, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 368, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 369, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 370, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 371, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 372, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 373, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 374, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 375, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 376, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 377, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 378, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 379, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 380, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 381, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 382, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 383, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 384, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 385, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 386, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 388, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 389, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 390, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 392, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 393, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 395, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 396, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 398, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 399, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 401, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 402, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 404, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 405, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 406, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 407, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 408, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 409, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 410, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 411, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 413, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 414, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 415, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 416, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 417, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 418, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 419, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 420, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 421, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 422, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 423, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 424, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 425, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 426, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 428, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 429, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 430, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 431, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 432, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 434, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 435, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 436, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 437, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 438, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 439, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 440, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 441, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 442, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 443, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 444, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 445, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 446, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 447, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 448, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 449, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 450, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 452, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 453, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 454, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 455, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 456, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 457, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 458, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 459, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 460, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 461, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 462, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 464, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 465, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 466, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 467, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 468, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 470, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 471, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 473, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 474, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 476, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 477, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 478, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 479, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 480, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 481, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 482, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 483, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 484, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 485, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 486, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 487, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\f907";
}

/* line 489, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 490, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 491, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 492, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 493, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 494, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 495, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 496, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 497, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 498, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 499, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 501, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 502, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 504, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 505, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 507, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 508, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 509, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 510, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 511, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 512, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 513, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 514, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 515, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 516, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 517, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 518, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 519, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 520, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 521, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 522, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 523, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 524, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 525, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 526, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 527, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 528, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 529, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 530, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 531, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 532, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 533, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 535, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 536, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 537, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 538, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 539, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 540, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 541, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 542, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 543, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 544, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 545, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 546, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 547, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 548, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 549, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 550, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 551, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 552, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 553, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 554, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 555, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 556, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 557, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 558, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 559, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 560, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 561, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 562, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 563, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 564, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 565, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 566, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 567, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 568, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 569, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 570, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 571, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 572, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 573, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 574, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 575, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 576, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 577, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 578, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 579, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 580, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 581, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 582, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 583, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 584, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 585, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 586, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 588, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 589, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 590, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 591, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 592, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 593, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 594, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 595, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 596, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 597, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 598, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 599, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 600, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 601, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 602, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 603, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 604, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 605, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 606, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 607, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 608, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 609, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 610, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 611, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 612, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 613, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 614, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 615, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 616, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 617, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 618, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 619, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 620, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 621, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 622, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 624, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 625, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 626, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 627, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 628, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 629, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 630, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 631, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 633, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 634, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 635, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 636, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 637, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 638, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 640, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 641, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 642, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 643, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 644, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 645, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 646, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 647, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 648, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 649, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 650, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 651, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 652, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 653, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 654, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 655, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 656, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 657, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 658, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 659, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 660, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 661, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 662, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 663, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 664, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 665, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 666, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 667, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 668, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 669, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 670, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 671, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 672, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 673, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 674, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 675, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 676, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 677, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\f913";
}

/* line 678, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 679, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 680, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 681, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 682, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 683, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 684, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 685, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 686, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 687, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 688, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 689, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 690, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 691, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 692, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 693, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 694, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 695, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 696, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 697, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 698, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 699, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 700, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 701, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 702, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 704, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 705, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 706, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 707, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 708, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 709, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 710, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 711, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 712, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 713, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 714, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 715, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 716, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 717, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 718, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 719, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 720, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 721, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 722, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 723, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 724, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 725, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 726, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 727, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 728, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 729, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 730, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 731, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 732, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 733, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 734, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 735, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 736, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 737, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 738, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 739, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 740, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 741, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 742, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 743, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 744, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 745, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 746, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 747, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 748, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 749, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 750, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 751, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 752, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 753, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 754, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 755, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 756, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 757, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 758, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 759, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 760, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 761, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 762, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 763, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 764, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 765, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 766, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 767, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 768, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 769, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 770, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 771, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 772, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 773, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 774, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 775, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 776, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 777, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 778, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 779, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 780, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 781, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 782, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 783, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 784, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 785, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 786, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 787, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 788, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 789, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 790, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 791, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 792, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 793, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 794, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 795, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 796, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 797, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 798, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 799, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 800, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 801, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 802, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 803, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 804, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 805, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 806, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 807, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 808, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\f91a";
}

/* line 809, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 810, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 811, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 812, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 813, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 814, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 815, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 816, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 817, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 818, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 819, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 820, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 821, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 822, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 823, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 824, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 825, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 826, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 827, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 828, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 829, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 830, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 831, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 832, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 833, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 834, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 835, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 836, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 837, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 838, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 839, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 840, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 841, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 842, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 843, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 844, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 845, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 846, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 847, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 848, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 849, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 850, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 851, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 852, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 853, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 854, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 855, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 856, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 857, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 858, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 859, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 860, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 861, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 862, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 863, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 864, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 865, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 866, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 867, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 868, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 869, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 870, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 871, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 872, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 873, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 874, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 875, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 876, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 877, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 878, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 879, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 880, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 881, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 882, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 883, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 884, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 885, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 886, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 887, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 888, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 889, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 890, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 891, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 892, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 893, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 894, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 895, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 896, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 897, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 898, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 899, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 900, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 901, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 902, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 903, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 904, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 905, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 906, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 907, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 908, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 909, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 910, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 911, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 912, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 913, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 914, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 915, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 916, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 917, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 918, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 919, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 920, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 921, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 922, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\f91e";
}

/* line 923, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 924, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 925, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 926, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 927, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 928, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 929, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 930, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 931, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 932, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 933, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 934, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 935, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 936, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 937, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 938, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 939, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 940, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 941, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 942, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 943, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 944, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 945, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 946, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 947, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 948, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 949, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 950, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 951, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 952, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 953, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 954, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 955, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 956, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 957, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 958, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 959, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 960, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 961, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 962, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 963, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 964, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 965, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 966, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 967, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 968, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 969, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 970, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 971, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 972, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 973, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 974, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 975, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 976, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 977, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 978, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 979, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 980, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 981, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 982, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 983, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 984, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 985, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 986, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 987, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 988, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 989, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 990, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 991, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 992, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 993, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 994, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 995, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 996, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 998, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 999, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1000, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1001, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1002, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1003, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1004, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1005, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1006, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1007, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1008, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1009, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1010, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1011, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1012, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1013, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1014, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1015, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1016, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1017, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1018, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1019, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1020, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1021, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1022, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1023, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1024, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1025, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1026, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1027, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1028, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1029, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1030, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1031, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1032, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1033, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1034, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1035, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1036, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1037, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1038, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1039, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1040, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1041, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1042, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1043, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1044, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1045, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1046, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1047, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1048, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1049, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1050, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1051, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1052, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1053, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1054, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1055, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1056, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1057, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1058, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1059, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1060, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1061, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1062, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1063, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1064, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1065, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1066, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1067, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1068, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1069, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1070, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1071, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1072, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1073, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1074, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1075, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1076, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1077, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1078, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1079, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1080, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1081, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1082, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1083, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1084, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1085, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1086, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1087, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1088, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1089, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1090, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1091, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1092, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1093, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1094, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1095, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1096, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1097, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1098, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1099, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1100, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1101, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1102, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1103, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1104, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1105, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1106, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1107, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1108, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1109, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1110, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1111, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1112, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1113, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1114, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1115, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1116, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1117, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1118, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1119, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1120, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1121, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1122, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1123, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1124, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1125, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1126, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1127, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1128, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1129, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1130, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1131, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1132, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1133, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1134, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1135, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1136, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1137, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1138, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1139, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1140, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1141, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1142, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1143, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1144, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1145, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1146, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1147, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1148, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1149, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1150, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1151, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1152, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1153, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1154, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1155, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1156, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1157, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1158, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1159, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1160, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1161, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1162, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1163, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1164, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1165, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1166, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1167, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1168, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1169, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1170, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1171, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1172, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1173, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1174, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1175, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1176, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1177, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1178, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1179, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1180, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1181, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1182, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1183, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1184, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1185, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1186, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1187, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1188, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1189, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1190, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1191, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1192, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1193, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1194, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1195, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1196, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1197, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1198, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1199, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1200, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1201, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1202, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1203, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1204, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1205, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1206, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1207, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1208, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1209, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1210, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1211, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1212, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1213, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1214, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1215, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1216, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1217, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1218, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1219, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1220, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1221, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1222, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1223, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1224, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1225, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1226, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1227, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1228, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1229, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1230, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1231, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1232, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1233, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1234, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1235, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1236, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1237, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1238, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1239, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1240, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1241, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1242, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1243, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1244, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1245, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1246, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1247, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\f941";
}

/* line 1248, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1249, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1250, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1251, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1252, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1253, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1254, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1255, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1256, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1257, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1258, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1259, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1260, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1261, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1262, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1263, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1264, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1265, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1266, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1267, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1268, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1269, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1270, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1271, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1272, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1273, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1274, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1275, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1276, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1277, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1278, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1279, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1280, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1281, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1282, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1283, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1284, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\f949";
}

/* line 1285, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1286, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1287, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1288, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1289, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1290, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1291, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1292, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1293, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1294, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1295, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1296, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1297, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1298, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1299, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1300, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1301, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1302, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1303, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1304, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1305, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1306, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1307, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1308, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1309, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1310, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1311, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1312, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1313, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1314, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1315, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1316, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1317, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1318, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1319, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1320, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1321, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1322, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1323, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1324, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1325, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1326, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1327, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1328, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1329, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1330, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1331, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1332, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1333, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1334, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1335, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1336, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1337, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1338, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1339, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1340, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1341, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1342, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1343, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1344, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1345, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1346, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1347, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1348, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1349, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1350, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1351, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1352, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1353, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1354, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1355, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1356, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1357, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1358, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1359, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1360, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1361, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1362, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1363, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1364, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1365, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1366, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1367, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1368, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1369, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1370, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1371, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1372, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1373, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1374, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1375, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1376, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1377, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1378, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1379, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1380, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1381, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1382, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1383, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1384, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1385, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1386, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1387, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1388, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1389, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1390, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1391, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1392, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1393, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1394, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1395, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1396, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1397, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1398, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1399, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1400, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1401, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1402, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1403, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1404, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1405, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1406, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-5.12.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*! jQuery UI - v1.12.1 - 2018-08-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-hidden {
  display: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-front {
  z-index: 100;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu-icons {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-open {
  display: block;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner-up {
  top: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-spinner-down {
  bottom: 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs {
  position: relative;
  padding: .2em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-content a {
  color: #333;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-header a {
  color: #333;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a.ui-button:link, a.ui-button:visited, .ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-eaf7c7ee2747275dda6c53e731a10db1a7b15f4fbb46e1b69d6bb2056bc9fd81.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-eaf7c7ee2747275dda6c53e731a10db1a7b15f4fbb46e1b69d6bb2056bc9fd81.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-5d04051dfd9d2d740355404f98a683d1ec0feb2fca7d76e533c1a6e5ce92dd2e.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-b6b06deef2b924cc3835d63f4883d47882734a33e71b212d917a68cede3b8e9d.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-9dbe4a0d03feed6f65eb2560a0a8b4ba4264545ee8fd31c1763a3b219d0328d6.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-02891575d4358e9edde3e42d94057f8e9f82a9d64376f71ee86cef149d30537e.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-e75b27211e16fcf94715168001bb7055ca376d46f928110ba3d0825232452e5a.png);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 7, vendor/assets/stylesheets/jquery-ui-1.12.1-custom.min.css */
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* line 1, app/assets/stylesheets/overrides.scss */
.pagination {
  margin: 6px 0;
}

/* line 6, app/assets/stylesheets/overrides.scss */
.text-centered {
  text-align: center;
}

/* line 10, app/assets/stylesheets/overrides.scss */
.ui-widget {
  font-size: 1em;
}

/* line 12, app/assets/stylesheets/overrides.scss */
.ui-datepicker th {
  padding: 0;
}

/* line 14, app/assets/stylesheets/overrides.scss */
.ui-widget-overlay {
  opacity: 0.75 !important;
}

/* line 18, app/assets/stylesheets/overrides.scss */
.ui-datepicker-trigger {
  margin: 2px;
  vertical-align: top;
}

/* line 22, app/assets/stylesheets/overrides.scss */
.no-close .ui-dialog-titlebar-close {
  display: none;
}

/* line 25, app/assets/stylesheets/overrides.scss */
.warning-dialog .ui-widget-header {
  background: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

/* line 30, app/assets/stylesheets/overrides.scss */
.no-title .ui-dialog-titlebar {
  display: none;
}

/* line 33, app/assets/stylesheets/overrides.scss */
dd {
  min-height: 1.4em;
}

/* line 37, app/assets/stylesheets/overrides.scss */
#map_container img {
  max-width: none;
}

/* line 1, app/assets/stylesheets/admin.scss */
div.form_row {
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/admin.scss */
div.form_row div {
  float: left;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/admin.scss */
form.form_filter select {
  width: auto;
}

/* line 15, app/assets/stylesheets/admin.scss */
dl {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/admin.scss */
table.index td, table.index th {
  padding-right: 10px;
  text-align: left;
}

/* line 25, app/assets/stylesheets/admin.scss */
table.index .even {
  background: #E6E6E6;
}

/* line 29, app/assets/stylesheets/admin.scss */
th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 34, app/assets/stylesheets/admin.scss */
th .asc {
  background-image: url(/assets/up_arrow-d070bba90d00c37963ecdd2054f9e09bd609586cabd1cea6eaf339c975d474cd.gif);
}

/* line 37, app/assets/stylesheets/admin.scss */
th .desc {
  background-image: url(/assets/down_arrow-8b9f05bbbe27def93870d39aee1b023a857ad8ac19d2bf78ce094d3da7e7ad6e.gif);
}

/* line 42, app/assets/stylesheets/admin.scss */
.due_display {
  margin-bottom: 8px;
}

/* line 46, app/assets/stylesheets/admin.scss */
.overdue span {
  background: #FFD2D2;
  font-size: 1.2em;
  margin-bottom: 8px;
  padding: 2px 6px;
}

/* line 53, app/assets/stylesheets/admin.scss */
.not_due span {
  text-decoration: line-through;
}

/* line 57, app/assets/stylesheets/admin.scss */
#print_frame {
  width: 100%;
  height: 600px;
}

/* line 62, app/assets/stylesheets/admin.scss */
.title {
  font-size: 1.5em;
  margin: 12px 0;
}

/* line 65, app/assets/stylesheets/admin.scss */
.title span {
  font-size: 0.7em;
}

/* line 70, app/assets/stylesheets/admin.scss */
iframe#violator_frame {
  width: 99%;
  height: 980px;
  margin-top: 12px;
}

/* line 76, app/assets/stylesheets/admin.scss */
.datefield select {
  width: auto;
}

/* line 80, app/assets/stylesheets/admin.scss */
textarea.note_body {
  height: 170px;
  width: 600px;
}

/* line 86, app/assets/stylesheets/admin.scss */
.check_group div {
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
  padding: 4px 8px 2px;
  width: 202px;
}

/* line 94, app/assets/stylesheets/admin.scss */
.resolution_display {
  margin-bottom: 12px;
}

/* line 99, app/assets/stylesheets/admin.scss */
#void_form textarea {
  width: 350px;
}

/* line 105, app/assets/stylesheets/admin.scss */
table#partner_values th {
  text-align: left;
}

/* line 106, app/assets/stylesheets/admin.scss */
table#partner_values th.partner {
  width: 220px;
}

/* line 107, app/assets/stylesheets/admin.scss */
table#partner_values th.value {
  width: 450px;
}

/* line 108, app/assets/stylesheets/admin.scss */
table#partner_values td.actions {
  width: 40px;
}

/* line 109, app/assets/stylesheets/admin.scss */
table#partner_values tr {
  height: 26px;
}

/* line 110, app/assets/stylesheets/admin.scss */
table#partner_values tr.odd {
  background-color: #E6E6E6;
}

/* line 111, app/assets/stylesheets/admin.scss */
table#partner_values tr.even {
  background-color: #D1D1D1;
}

/* line 112, app/assets/stylesheets/admin.scss */
table#partner_values input {
  width: 444px;
}

/* line 116, app/assets/stylesheets/admin.scss */
.find_form .btn-group {
  margin-bottom: 10px;
  float: none;
  display: block;
}

/* line 121, app/assets/stylesheets/admin.scss */
.find_form label {
  margin-top: 15px;
}

/* line 124, app/assets/stylesheets/admin.scss */
.padded_row {
  margin-top: 24px;
}

/* line 127, app/assets/stylesheets/admin.scss */
.data_bar {
  border: 1px solid #E8E8E8;
  border-radius: 4px 4px 4px 4px;
  margin: 0 0 24px;
  padding: 8px 35px 8px 14px;
}

/* line 132, app/assets/stylesheets/admin.scss */
.data_bar table {
  width: 100%;
}

/* line 134, app/assets/stylesheets/admin.scss */
.data_bar table td {
  text-align: center;
}

/* line 135, app/assets/stylesheets/admin.scss */
.data_bar table td:first-child {
  text-align: left;
}

/* line 136, app/assets/stylesheets/admin.scss */
.data_bar table td:last-child {
  text-align: right;
}

/* line 139, app/assets/stylesheets/admin.scss */
.copy_button img {
  margin-top: -4px;
}

/* line 143, app/assets/stylesheets/admin.scss */
.waiting_content {
  font-size: 1.6em;
  padding: 64px 0 0;
  text-align: center;
}

/* line 149, app/assets/stylesheets/admin.scss */
#ballsWaveG {
  position: relative;
  width: 200px;
  height: 64px;
  left: 85px;
}

/* line 156, app/assets/stylesheets/admin.scss */
.ballsWaveG {
  position: absolute;
  top: 0;
  background-color: #D4D4D4;
  width: 25px;
  height: 25px;
  animation-name: ballsWaveG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  border-radius: 13px;
}

/* line 169, app/assets/stylesheets/admin.scss */
#ballsWaveG_1 {
  left: 0;
  animation-delay: 0.52s;
}

/* line 174, app/assets/stylesheets/admin.scss */
#ballsWaveG_2 {
  left: 25px;
  animation-delay: 0.65s;
}

/* line 179, app/assets/stylesheets/admin.scss */
#ballsWaveG_3 {
  left: 50px;
  animation-delay: 0.78s;
}

/* line 184, app/assets/stylesheets/admin.scss */
#ballsWaveG_4 {
  left: 75px;
  animation-delay: 0.91s;
}

/* line 189, app/assets/stylesheets/admin.scss */
#ballsWaveG_5 {
  left: 100px;
  animation-delay: 1.04s;
}

/* line 194, app/assets/stylesheets/admin.scss */
#ballsWaveG_6 {
  left: 125px;
  animation-delay: 1.17s;
}

/* line 199, app/assets/stylesheets/admin.scss */
#ballsWaveG_7 {
  left: 150px;
  animation-delay: 1.3s;
}

/* line 204, app/assets/stylesheets/admin.scss */
#ballsWaveG_8 {
  left: 175px;
  animation-delay: 1.43s;
}

@keyframes ballsWaveG {
  0% {
    background-color: #D4D4D4;
  }
  100% {
    background-color: #FFFFFF;
  }
}

/* line 214, app/assets/stylesheets/admin.scss */
.input-auto {
  width: auto;
}

/* line 219, app/assets/stylesheets/admin.scss */
div.field_with_errors input {
  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);
  color: #b94a48;
}

/* line 226, app/assets/stylesheets/admin.scss */
div.field_with_errors input: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 234, app/assets/stylesheets/admin.scss */
.hidden {
  display: none;
}

/* line 236, app/assets/stylesheets/admin.scss */
.users_search {
  float: none !important;
  margin-top: 4em;
}

/* line 239, app/assets/stylesheets/admin.scss */
.users_search #email_search_field {
  width: 338px;
}

/* line 242, app/assets/stylesheets/admin.scss */
.users_search input[type="submit"] {
  margin-left: 0.5em;
  vertical-align: top;
}

/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table, #citations_table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th,
.table td,
#citations_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th, #citations_table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.scss */
.table caption + thead tr:first-child th, #citations_table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
#citations_table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
#citations_table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
#citations_table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
#citations_table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
#citations_table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody, #citations_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table, #citations_table .table, .table #citations_table, #citations_table #citations_table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th, #citations_table th,
.table-condensed td,
#citations_table td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td, #citations_table tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
#citations_table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td, #citations_table tbody tr:hover > td,
.table-hover tbody tr:hover > th,
#citations_table tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1, #citations_table td.span1,
.table th.span1,
#citations_table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2, #citations_table td.span2,
.table th.span2,
#citations_table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3, #citations_table td.span3,
.table th.span3,
#citations_table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4, #citations_table td.span4,
.table th.span4,
#citations_table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5, #citations_table td.span5,
.table th.span5,
#citations_table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6, #citations_table td.span6,
.table th.span6,
#citations_table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7, #citations_table td.span7,
.table th.span7,
#citations_table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8, #citations_table td.span8,
.table th.span8,
#citations_table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9, #citations_table td.span9,
.table th.span9,
#citations_table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10, #citations_table td.span10,
.table th.span10,
#citations_table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11, #citations_table td.span11,
.table th.span11,
#citations_table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12, #citations_table td.span12,
.table th.span12,
#citations_table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td, #citations_table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td, #citations_table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td, #citations_table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td, #citations_table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td, #citations_table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td, #citations_table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td, #citations_table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td, #citations_table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 3, app/assets/stylesheets/dashboard/citations.scss */
#citations_table {
  table-layout: fixed;
}

/* line 11, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #citation_numbers {
  width: 150px;
}

/* line 14, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #flag_citation_numbers {
  width: 170px;
}

/* line 17, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #vehicle_owners {
  width: 210px;
}

/* line 20, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #partners {
  width: 130px;
}

/* line 23, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #violation_times {
  width: 110px;
}

/* line 27, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #issue_times, #citations_table #due_times {
  width: 70px;
}

/* line 30, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #disapprovals {
  width: 220px;
}

/* line 33, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #due_amounts {
  width: 55px;
}

/* line 38, app/assets/stylesheets/dashboard/citations.scss */
#citations_pagination_info {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 48, app/assets/stylesheets/dashboard/citations.scss */
#citations_pagination_bar {
  margin-top: 5px;
  float: right;
}

/* line 59, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form input#citation_id {
  width: 75px;
}

/* line 63, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .datefield {
  width: 110px;
}

/* line 68, app/assets/stylesheets/dashboard/citations.scss */
#subgroup_container {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 96px;
  overflow: auto;
  padding: 2px 6px;
  width: 200px;
}

/* line 76, app/assets/stylesheets/dashboard/citations.scss */
#subgroup_container label.checkbox {
  margin-bottom: 0px;
}

/* line 84, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row {
  margin-left: 0px;
}

/* line 86, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row div {
  float: left;
  margin-right: 10px;
}

/* line 90, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row div#bus_name_group {
  margin-bottom: 0px;
}

/* line 94, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row .last {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}

/* line 102, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form select.input-small {
  width: 106px;
}

/* line 104, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form select.input-small #range_type {
  margin-left: 100px;
}

/* line 110, app/assets/stylesheets/dashboard/citations.scss */
.citation_expired {
  color: red;
}

/* line 116, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-segment {
  margin-bottom: 2rem;
}

/* line 120, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-segment-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

/* line 125, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-head {
  background-color: whitesmoke;
}

/* line 128, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-head th {
  text-align: center !important;
}

/* line 134, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row td {
  text-align: center !important;
  vertical-align: middle !important;
}

/* line 139, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row.rendered {
  background-color: #d9edf7;
}

/* line 143, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row.rendered:hover {
  background-color: #def7ff;
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form {
  margin: 0;
}

/* line 153, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form #file_name {
  margin-bottom: 1.25rem;
}

/* line 157, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form #document {
  width: 100%;
}

/* line 161, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form .actions {
  margin-top: 1.25rem;
  text-align: center;
}

/* line 169, app/assets/stylesheets/dashboard/citations.scss */
.utc-id {
  font-size: 0.6em;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/dashboard/citations.scss */
.evidence_img_container {
  text-align: center;
}

/* line 180, app/assets/stylesheets/dashboard/citations.scss */
.evidence_map_container {
  margin-bottom: 2rem;
  text-align: center;
}

/* line 185, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence {
  display: table;
  border-spacing: 10px;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 191, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div {
  display: table-row;
  width: 100%;
}

/* line 195, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  margin-left: 20px;
}

/* line 201, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js {
  width: 100% !important;
}

/* line 204, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js.two-wide {
  min-height: 341px !important;
}

/* line 208, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js.three-wide {
  min-height: 222px !important;
}

/* line 212, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js:focus {
  outline: none;
}

/* line 216, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js video {
  background-color: black;
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js video:focus {
  outline: none;
}

/* Hide the volume slider and mute button so user's can't turn it back on */
/* line 230, app/assets/stylesheets/dashboard/citations.scss */
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
.video-js .vjs-volume-panel {
  display: none;
}

/* line 237, app/assets/stylesheets/dashboard/citations.scss */
.invalid-field {
  border: 1px solid red !important;
}

/* line 10, app/assets/stylesheets/colors.scss */
.background-light-grey {
  background-color: #f9f9f9;
}

/* line 14, app/assets/stylesheets/colors.scss */
.text-light-grey {
  color: #f9f9f9;
}

/* line 18, app/assets/stylesheets/colors.scss */
.background-dark-grey {
  background-color: #333333;
}

/* line 22, app/assets/stylesheets/colors.scss */
.text-dark-grey {
  color: #333333;
}

/* line 26, app/assets/stylesheets/colors.scss */
.background-black {
  background-color: #000000;
}

/* line 30, app/assets/stylesheets/colors.scss */
.text-black {
  color: #000000;
}

/* line 34, app/assets/stylesheets/colors.scss */
.background-white {
  background-color: #ffffff;
}

/* line 38, app/assets/stylesheets/colors.scss */
.text-white {
  color: #ffffff;
}

/* line 42, app/assets/stylesheets/colors.scss */
.background-blue {
  background-color: #0088cc;
}

/* line 46, app/assets/stylesheets/colors.scss */
.text-blue {
  color: #0088cc;
}

/* line 50, app/assets/stylesheets/colors.scss */
.blue-contrast-link {
  color: #006192 !important;
}

/* line 54, app/assets/stylesheets/colors.scss */
.yellow-important {
  color: #7a6031 !important;
}

/* line 58, app/assets/stylesheets/colors.scss */
.Select-placeholder {
  color: #747474 !important;
}

/* line 62, app/assets/stylesheets/colors.scss */
.background-green {
  background-color: #468847;
}

/* line 66, app/assets/stylesheets/colors.scss */
.text-green {
  color: #468847;
}

/* line 70, app/assets/stylesheets/colors.scss */
.background-red {
  background-color: #b94a48;
}

/* line 74, app/assets/stylesheets/colors.scss */
.text-red {
  color: #b94a48;
}

/* line 78, app/assets/stylesheets/colors.scss */
.background-yellow {
  background-color: #c09853;
}

/* line 82, app/assets/stylesheets/colors.scss */
.text-yellow {
  color: #c09853;
}

/* line 1, app/assets/stylesheets/dashboard/partner_settings.scss */
.partner-search-container,
.add-partner-container {
  margin-bottom: 25px;
}

/* line 6, app/assets/stylesheets/dashboard/partner_settings.scss */
#partner-settings-header {
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/dashboard/partner_settings.scss */
.invalid-field {
  border: 1px solid red !important;
}

/* line 1, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.tooltip {
  white-space: pre-wrap;
}

/* line 5, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .edit-setting-header, #citations_table .edit-setting-header,
.table .edit-setting-label,
#citations_table .edit-setting-label {
  text-align: right;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .edit-setting-input, #citations_table .edit-setting-input {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .diff-header, #citations_table .diff-header {
  text-align: center;
}

/* line 20, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .setting-diff-label, #citations_table .setting-diff-label {
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .setting-diff-label, #citations_table .setting-diff-label,
.table .setting-diff-cell,
#citations_table .setting-diff-cell {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

/* line 34, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-edit-btn {
  float: left;
}

/* line 38, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-error-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 43, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-error-msg {
  padding-left: 20px;
}

/* line 47, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-header a {
  color: black;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
h4 > .caret {
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-header a:hover,
.category-header a:focus {
  color: black;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-display-buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 15px;
}

/* line 69, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.edit-setting-save-container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select, .Select-control {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-control, .Select-input > input {
  width: 100%;
  cursor: default;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-arrow-zone, .Select-clear-zone, .Select-loading-zone {
  text-align: center;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select, .Select div, .Select input, .Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-control {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  overflow: hidden;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.is-searchable.is-focused:not(.is-open) > .Select-control, .is-searchable.is-open > .Select-control {
  cursor: text;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-control .Select-input:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--single > .Select-control .Select-value, .Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.has-value.Select--single > .Select-control .Select-value .Select-value-label, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.has-value.Select--single > .Select-control .Select-value a.Select-value-label, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: 0;
  text-decoration: underline;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-input > input {
  background: none;
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  line-height: 14px;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-loading, .Select-loading-zone {
  width: 16px;
  position: relative;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.is-focused .Select-input > input {
  cursor: text;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-control:not(.is-searchable) > .Select-input {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-loading-zone {
  display: table-cell;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  -o-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  -o-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 17px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-clear-zone:hover {
  color: #D0021B;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-clear-zone {
  width: 17px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-arrow-zone {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-multi-value-wrapper, .Select-arrow {
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  height: 0;
  width: 0;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-arrow-zone:hover > .Select-arrow, .is-open .Select-arrow {
  border-top-color: #666;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-noresults, .Select-option {
  box-sizing: border-box;
  display: block;
  padding: 8px 10px;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-option {
  background-color: #fff;
  color: #666;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select-noresults {
  color: #999;
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24);
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

/* line 1, vendor/assets/stylesheets/react-select.min.css */
.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */
/* line 5, vendor/assets/stylesheets/react-datetime.css */
.rdt {
  position: relative;
}

/* line 8, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid grey;
}

/* line 19, vendor/assets/stylesheets/react-datetime.css */
.rdtOpen .rdtPicker {
  display: block;
}

/* line 22, vendor/assets/stylesheets/react-datetime.css */
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

/* line 27, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker .rdtTimeToggle {
  text-align: center;
}

/* line 31, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker table {
  width: 100%;
  margin: 0;
}

/* line 35, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}

/* line 40, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td {
  cursor: pointer;
}

/* line 43, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 51, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}

/* line 55, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtToday {
  position: relative;
  color: red;
  font-weight: bold;
}

/*
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid red;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
*/
/* line 72, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 78, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

/* line 81, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

/* line 88, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td span.rdtOld {
  color: #999999;
}

/* line 91, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

/* line 97, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

/* line 100, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

/* line 105, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker th.rdtSwitch {
  width: 100px;
}

/* line 108, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

/* line 114, vendor/assets/stylesheets/react-datetime.css */
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* line 125, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

/* line 131, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}

/* line 134, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 138, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

/* line 142, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

/* line 147, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker button:hover {
  background-color: #eee;
}

/* line 151, vendor/assets/stylesheets/react-datetime.css */
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

/* line 156, vendor/assets/stylesheets/react-datetime.css */
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}

/* line 162, vendor/assets/stylesheets/react-datetime.css */
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

/* line 167, vendor/assets/stylesheets/react-datetime.css */
.rdtCounters {
  display: inline-block;
}

/* line 171, vendor/assets/stylesheets/react-datetime.css */
.rdtCounters > div {
  float: left;
}

/* line 175, vendor/assets/stylesheets/react-datetime.css */
.rdtCounter {
  height: 100px;
}

/* line 179, vendor/assets/stylesheets/react-datetime.css */
.rdtCounter {
  width: 40px;
}

/* line 183, vendor/assets/stylesheets/react-datetime.css */
.rdtCounterSeparator {
  line-height: 100px;
}

/* line 187, vendor/assets/stylesheets/react-datetime.css */
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* line 200, vendor/assets/stylesheets/react-datetime.css */
.rdtCounter .rdtBtn:hover {
  background: #eee;
}

/* line 203, vendor/assets/stylesheets/react-datetime.css */
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

/* line 208, vendor/assets/stylesheets/react-datetime.css */
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

/* line 214, vendor/assets/stylesheets/react-datetime.css */
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

/* line 220, vendor/assets/stylesheets/react-datetime.css */
.rdtTime td {
  cursor: default;
}

/* line 5, app/assets/stylesheets/dashboard/print_jobs.scss */
#print_jobs .button_to {
  margin: 0px;
  display: inline;
}

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  top: -10px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:before, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #fff;
  right: auto;
  left: -10px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081;
}

/* line 4, vendor/assets/stylesheets/jquery-ui-slider-pips.min.css */
.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}

/* line 3, app/assets/stylesheets/dashboard/quad_view/_controls.scss */
.quad-view-editor-controls {
  clear: both;
  display: inline-flex;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  width: 170px;
  min-height: 70px;
  padding: 10px 5px 5px 5px;
}

/* line 13, app/assets/stylesheets/dashboard/quad_view/_controls.scss */
.quad-view-editor-controls button {
  width: 170px;
  margin-bottom: 0.5em;
}

/* line 3, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers {
  float: right;
  height: 362px;
  padding: 0px 5px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers .image-container {
  height: 85px;
  width: 170px;
  background-color: black;
}

/* line 14, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers .image-container .image-cap {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 23, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
.screen-grab-btn {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 5px 0px !important;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

/* line 28, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
.screen-grab-btn:last-child {
  margin-bottom: 0 !important;
}

/* line 3, app/assets/stylesheets/dashboard/quad_view/_index.scss */
#quad_view_editor_container video {
  float: left;
  background-color: black;
}

/* line 7, app/assets/stylesheets/dashboard/quad_view/_index.scss */
#quad_view_editor_container:after {
  content: "";
  clear: both;
}

/* line 13, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video_editor {
  background-color: #F5F5F5;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video_players {
  width: 760px;
  float: left;
}

/* line 24, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video {
  height: 95px;
  width: 190px;
  display: inline;
}

/* line 30, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder {
  height: 90px;
  width: 190px;
  display: inline;
  float: left;
  line-height: 90px;
  background-color: black;
  text-align: center;
}

/* line 38, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder.selected {
  border: 1px solid #5bb75b;
  background-color: #000000;
  width: 188px;
  height: 88px;
}

/* line 44, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder.unavailable {
  border: 2px solid #953b39;
  background-color: #000000;
  color: #953b39;
  width: 186px;
  height: 86px;
}

/* line 51, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder .place-holder-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
}

/* line 61, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls {
  clear: both;
  padding-top: 10px;
  display: inline-flex;
  float: left;
  flex-direction: row;
  flex: 1;
  height: 90px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 740px;
  padding: 20px 10px 10px;
  background-color: black;
}

/* line 74, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls div#seek-bar {
  height: 0.5em;
  border: none;
  width: 760px;
}

/* line 79, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .video-time-slider {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

/* line 83, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls {
  width: 75px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 1.5em;
  color: white;
}

/* line 92, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls .video-player-controls-play, .video-controls .time-controls .video-player-controls-time {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls .video-player-controls-playback-rates {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 104, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .video-player-controls-mode {
  display: inline-block;
  width: 150px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 1.5em;
  align-self: center;
}

/* line 114, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .custom-slider-line {
  width: 3px !important;
  height: 10px !important;
  background-color: red !important;
}

/* line 120, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .custom-slider-label-text {
  padding-top: 12px;
  display: block;
}

/* line 125, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 100%;
  margin-top: -4px;
}

/* line 3, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quadrant-left, .quadrant-right {
  max-height: 135px;
  max-width: 285px;
  height: 135px;
  width: 285px;
  display: inline-block;
  background-color: #0044cc;
  overflow: hidden;
  margin: -3px 0px -4px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 15, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quad-video-container {
  max-width: 570px;
  max-height: 270px;
  height: 270px;
  width: 570px;
  background: #ffffff;
  float: left;
  font-size: 0;
}

/* line 25, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quadrant-selected {
  border: 1px solid #953b39;
  max-height: 133px;
  max-width: 283px;
  height: 133px;
  width: 283px;
}

/* line 2, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}

/* line 10, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info form, .citation-info-form .vehicle-info form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 16, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group, .citation-info-form .vehicle-info .form-group {
  margin-top: 1em;
  margin-right: 0.5em;
}

/* line 19, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group textarea, .citation-info-form .vehicle-info .form-group textarea {
  width: 100%;
  display: block;
}

/* line 24, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group-full-width, .citation-info-form .vehicle-info .form-group-full-width {
  width: 100%;
  display: block;
}

/* line 29, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .citation-state-input, .citation-info-form .vehicle-info .citation-state-input {
  width: 40px;
}

/* line 33, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .citation-zip-input, .citation-info-form .vehicle-info .citation-zip-input {
  width: 60px;
}

/* line 2, app/assets/stylesheets/dashboard/citations/_index.scss */
.citations-list {
  clear: both;
}

/* line 6, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head {
  display: table;
  width: 100%;
  font-size: .75em;
}

/* line 10, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head li {
  display: table-cell;
  padding: 1em 0;
  text-align: center;
}

/* line 14, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head li.prodHeader {
  text-align: left;
}

/* line 20, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-Body {
  padding: 1em 0;
}

/* line 24, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-item {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  background-color: #F5F5F5;
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
}

/* line 33, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-item .infoWrap {
  display: table;
  width: 100%;
}

/* line 39, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section {
  display: table-cell;
  vertical-align: middle;
}

/* line 45, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-name {
  display: block;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-address {
  display: block;
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-address div {
  display: inline-block;
  vertical-align: middle;
}

/* line 62, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-street div {
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section label {
  display: inline-block;
  margin-right: 5px;
}

/* line 73, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-id {
  display: inline-block;
  margin-right: 5em;
}

/* line 78, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-state-input {
  width: 40px;
}

/* line 82, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-zip-input {
  width: 60px;
}

/* line 1, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.content-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.review-video {
  width: 640px;
  height: 480px;
  padding-left: 20px;
}

/* line 11, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewer-controls {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}

/* line 18, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewer-video {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.user-info {
  padding: 10px 0px 0px 0px;
}

/* line 27, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.event-info {
  padding: 10px 0px 0px 0px;
}

/* line 31, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.video-container {
  padding: 10px 0px 0px 0px;
}

/* line 39, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.violation-count {
  padding: 15px 0px 15px 0px;
}

/* line 43, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.violation-count {
  padding: 5px 0px 5px 0px;
}

/* line 47, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.unreviewable-section {
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}

/* line 54, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.has-error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 59, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewable-controls {
  display: inline-block;
}

/* line 22, app/assets/stylesheets/dashboard/main.scss */
body#dashboard {
  padding-top: 47px;
}

/* line 28, app/assets/stylesheets/dashboard/main.scss */
div#header #navbar.navbar-bp-dark .navbar-inner .container {
  background: inherit;
}

/* line 33, app/assets/stylesheets/dashboard/main.scss */
div.form-row {
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/dashboard/main.scss */
div.form-row div {
  float: left;
  margin-right: 10px;
}

/* line 42, app/assets/stylesheets/dashboard/main.scss */
footer {
  bottom: 0px;
  position: fixed;
  right: 0px;
}

/* line 48, app/assets/stylesheets/dashboard/main.scss */
.auto-width {
  width: auto;
}

/* line 53, app/assets/stylesheets/dashboard/main.scss */
.ui-widget-overlay {
  position: fixed !important;
}

/* line 58, app/assets/stylesheets/dashboard/main.scss */
.month-year-datepicker .ui-datepicker-calendar,
.month-year-datepicker .ui-datepicker-current {
  display: none;
}

/* line 64, app/assets/stylesheets/dashboard/main.scss */
.icon-left {
  margin-right: 0.25rem;
}

/* line 68, app/assets/stylesheets/dashboard/main.scss */
.icon-right {
  margin-left: 0.25rem;
}
/* line 1, app/assets/stylesheets/dashboard/activate_partner.scss */
.is-searchable {
  margin: 5px 0 10px;
}
/* line 1, app/assets/stylesheets/dashboard/approvals.scss */
.approval_thumb {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

/* line 6, app/assets/stylesheets/dashboard/approvals.scss */
img#approval_static_map {
  height: 340px;
  width: 620px;
}

/* line 10, app/assets/stylesheets/dashboard/approvals.scss */
.option_block {
  padding: 0 8px;
  border-left: 1px solid #ABABAB;
}

/* line 14, app/assets/stylesheets/dashboard/approvals.scss */
textarea#paster_input {
  width: 350px;
  height: 140px;
}

/* line 22, app/assets/stylesheets/dashboard/approvals.scss */
form#approvals_report #start_date_input #start_date_tooltip {
  float: right;
  position: relative;
  left: -60px;
}

/* line 30, app/assets/stylesheets/dashboard/approvals.scss */
form#approvals_report #end_date_input #end_date_tooltip {
  float: right;
  position: relative;
  left: -65px;
}

/* line 39, app/assets/stylesheets/dashboard/approvals.scss */
table#disapproval_results th {
  overflow-wrap: anywhere;
}

/* line 43, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence {
  display: table;
  border-spacing: 10px;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 49, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div {
  display: table-row;
  width: 100%;
}

/* line 53, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  margin-left: 20px;
}

/* line 59, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js {
  width: 100% !important;
}

/* line 62, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js.two-wide {
  min-height: 341px !important;
}

/* line 66, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js.three-wide {
  min-height: 222px !important;
}

/* line 70, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js:focus {
  outline: none;
}

/* line 74, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js video {
  background-color: black;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/dashboard/approvals.scss */
#approval-video-evidence > div > div > .video-js video:focus {
  outline: none;
}

/* line 88, app/assets/stylesheets/dashboard/approvals.scss */
#approval-image-evidence > div {
  text-align: center;
}

/* line 91, app/assets/stylesheets/dashboard/approvals.scss */
#approval-image-evidence > div > .approval_thumb {
  background-color: black;
}

/* line 97, app/assets/stylesheets/dashboard/approvals.scss */
.courtDateTitle {
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/dashboard/approvals.scss */
.white-space-pre-line {
  white-space: pre-line;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table, #citations_table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th,
.table td,
#citations_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th, #citations_table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th, #citations_table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.scss */
.table caption + thead tr:first-child th, #citations_table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
#citations_table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
#citations_table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
#citations_table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
#citations_table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
#citations_table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody, #citations_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table, #citations_table .table, .table #citations_table, #citations_table #citations_table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th, #citations_table th,
.table-condensed td,
#citations_table td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td, #citations_table tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
#citations_table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td, #citations_table tbody tr:hover > td,
.table-hover tbody tr:hover > th,
#citations_table tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1, #citations_table td.span1,
.table th.span1,
#citations_table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2, #citations_table td.span2,
.table th.span2,
#citations_table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3, #citations_table td.span3,
.table th.span3,
#citations_table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4, #citations_table td.span4,
.table th.span4,
#citations_table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5, #citations_table td.span5,
.table th.span5,
#citations_table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6, #citations_table td.span6,
.table th.span6,
#citations_table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7, #citations_table td.span7,
.table th.span7,
#citations_table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8, #citations_table td.span8,
.table th.span8,
#citations_table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9, #citations_table td.span9,
.table th.span9,
#citations_table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10, #citations_table td.span10,
.table th.span10,
#citations_table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11, #citations_table td.span11,
.table th.span11,
#citations_table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12, #citations_table td.span12,
.table th.span12,
#citations_table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td, #citations_table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td, #citations_table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td, #citations_table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td, #citations_table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td, #citations_table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td, #citations_table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td, #citations_table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td, #citations_table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 3, app/assets/stylesheets/dashboard/citations.scss */
#citations_table {
  table-layout: fixed;
}

/* line 11, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #citation_numbers {
  width: 150px;
}

/* line 14, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #flag_citation_numbers {
  width: 170px;
}

/* line 17, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #vehicle_owners {
  width: 210px;
}

/* line 20, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #partners {
  width: 130px;
}

/* line 23, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #violation_times {
  width: 110px;
}

/* line 27, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #issue_times, #citations_table #due_times {
  width: 70px;
}

/* line 30, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #disapprovals {
  width: 220px;
}

/* line 33, app/assets/stylesheets/dashboard/citations.scss */
#citations_table #due_amounts {
  width: 55px;
}

/* line 38, app/assets/stylesheets/dashboard/citations.scss */
#citations_pagination_info {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 48, app/assets/stylesheets/dashboard/citations.scss */
#citations_pagination_bar {
  margin-top: 5px;
  float: right;
}

/* line 59, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form input#citation_id {
  width: 75px;
}

/* line 63, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .datefield {
  width: 110px;
}

/* line 68, app/assets/stylesheets/dashboard/citations.scss */
#subgroup_container {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 96px;
  overflow: auto;
  padding: 2px 6px;
  width: 200px;
}

/* line 76, app/assets/stylesheets/dashboard/citations.scss */
#subgroup_container label.checkbox {
  margin-bottom: 0px;
}

/* line 84, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row {
  margin-left: 0px;
}

/* line 86, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row div {
  float: left;
  margin-right: 10px;
}

/* line 90, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row div#bus_name_group {
  margin-bottom: 0px;
}

/* line 94, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form .row .last {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}

/* line 102, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form select.input-small {
  width: 106px;
}

/* line 104, app/assets/stylesheets/dashboard/citations.scss */
.citation_search_form select.input-small #range_type {
  margin-left: 100px;
}

/* line 110, app/assets/stylesheets/dashboard/citations.scss */
.citation_expired {
  color: red;
}

/* line 116, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-segment {
  margin-bottom: 2rem;
}

/* line 120, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-segment-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

/* line 125, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-head {
  background-color: whitesmoke;
}

/* line 128, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-head th {
  text-align: center !important;
}

/* line 134, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row td {
  text-align: center !important;
  vertical-align: middle !important;
}

/* line 139, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row.rendered {
  background-color: #d9edf7;
}

/* line 143, app/assets/stylesheets/dashboard/citations.scss */
.citation-doc-table-row.rendered:hover {
  background-color: #def7ff;
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form {
  margin: 0;
}

/* line 153, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form #file_name {
  margin-bottom: 1.25rem;
}

/* line 157, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form #document {
  width: 100%;
}

/* line 161, app/assets/stylesheets/dashboard/citations.scss */
#upload_doc_dialog form .actions {
  margin-top: 1.25rem;
  text-align: center;
}

/* line 169, app/assets/stylesheets/dashboard/citations.scss */
.utc-id {
  font-size: 0.6em;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/dashboard/citations.scss */
.evidence_img_container {
  text-align: center;
}

/* line 180, app/assets/stylesheets/dashboard/citations.scss */
.evidence_map_container {
  margin-bottom: 2rem;
  text-align: center;
}

/* line 185, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence {
  display: table;
  border-spacing: 10px;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 191, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div {
  display: table-row;
  width: 100%;
}

/* line 195, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  margin-left: 20px;
}

/* line 201, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js {
  width: 100% !important;
}

/* line 204, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js.two-wide {
  min-height: 341px !important;
}

/* line 208, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js.three-wide {
  min-height: 222px !important;
}

/* line 212, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js:focus {
  outline: none;
}

/* line 216, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js video {
  background-color: black;
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/dashboard/citations.scss */
#citation-show-video-evidence > div > div > .video-js video:focus {
  outline: none;
}

/* Hide the volume slider and mute button so user's can't turn it back on */
/* line 230, app/assets/stylesheets/dashboard/citations.scss */
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
.video-js .vjs-volume-panel {
  display: none;
}

/* line 237, app/assets/stylesheets/dashboard/citations.scss */
.invalid-field {
  border: 1px solid red !important;
}
/* line 2, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}

/* line 10, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info form, .citation-info-form .vehicle-info form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 16, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group, .citation-info-form .vehicle-info .form-group {
  margin-top: 1em;
  margin-right: 0.5em;
}

/* line 19, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group textarea, .citation-info-form .vehicle-info .form-group textarea {
  width: 100%;
  display: block;
}

/* line 24, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .form-group-full-width, .citation-info-form .vehicle-info .form-group-full-width {
  width: 100%;
  display: block;
}

/* line 29, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .citation-state-input, .citation-info-form .vehicle-info .citation-state-input {
  width: 40px;
}

/* line 33, app/assets/stylesheets/dashboard/citations/_citation.scss */
.citation-info-form .owner-info .citation-zip-input, .citation-info-form .vehicle-info .citation-zip-input {
  width: 60px;
}
/* line 2, app/assets/stylesheets/dashboard/citations/_index.scss */
.citations-list {
  clear: both;
}

/* line 6, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head {
  display: table;
  width: 100%;
  font-size: .75em;
}

/* line 10, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head li {
  display: table-cell;
  padding: 1em 0;
  text-align: center;
}

/* line 14, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-head li.prodHeader {
  text-align: left;
}

/* line 20, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-Body {
  padding: 1em 0;
}

/* line 24, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-item {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  background-color: #F5F5F5;
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
}

/* line 33, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-list-item .infoWrap {
  display: table;
  width: 100%;
}

/* line 39, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section {
  display: table-cell;
  vertical-align: middle;
}

/* line 45, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-name {
  display: block;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-address {
  display: block;
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-address div {
  display: inline-block;
  vertical-align: middle;
}

/* line 62, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-street div {
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section label {
  display: inline-block;
  margin-right: 5px;
}

/* line 73, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-section-id {
  display: inline-block;
  margin-right: 5em;
}

/* line 78, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-state-input {
  width: 40px;
}

/* line 82, app/assets/stylesheets/dashboard/citations/_index.scss */
.citation-zip-input {
  width: 60px;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"], #new_collection_batch_page .auto_tooltip[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right, #new_collection_batch_page blockquote.auto_tooltip {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p, #new_collection_batch_page blockquote.auto_tooltip p,
blockquote.pull-right small,
#new_collection_batch_page blockquote.auto_tooltip small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before, #new_collection_batch_page blockquote.auto_tooltip small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after, #new_collection_batch_page blockquote.auto_tooltip small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.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 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right, #new_collection_batch_page .dropdown-menu.auto_tooltip {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu, #new_collection_batch_page .auto_tooltip > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right, #new_collection_batch_page .nav > .auto_tooltip {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right, .navbar #new_collection_batch_page .nav.auto_tooltip, #new_collection_batch_page .navbar .nav.auto_tooltip {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar #new_collection_batch_page .auto_tooltip > li > .dropdown-menu, #new_collection_batch_page .navbar .auto_tooltip > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar #new_collection_batch_page .nav > li > .dropdown-menu.auto_tooltip,
#new_collection_batch_page .navbar .nav > li > .dropdown-menu.auto_tooltip {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar #new_collection_batch_page .auto_tooltip > li > .dropdown-menu:before, #new_collection_batch_page .navbar .auto_tooltip > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar #new_collection_batch_page .nav > li > .dropdown-menu.auto_tooltip:before,
#new_collection_batch_page .navbar .nav > li > .dropdown-menu.auto_tooltip:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar #new_collection_batch_page .auto_tooltip > li > .dropdown-menu:after, #new_collection_batch_page .navbar .auto_tooltip > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar #new_collection_batch_page .nav > li > .dropdown-menu.auto_tooltip:after,
#new_collection_batch_page .navbar .nav > li > .dropdown-menu.auto_tooltip:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar #new_collection_batch_page .auto_tooltip > li > .dropdown-menu .dropdown-menu, #new_collection_batch_page .navbar .auto_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar #new_collection_batch_page .nav > li > .dropdown-menu.auto_tooltip .dropdown-menu,
#new_collection_batch_page .navbar .nav > li > .dropdown-menu.auto_tooltip .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right, #new_collection_batch_page .media > .auto_tooltip {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right, #new_collection_batch_page .auto_tooltip {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 5, app/assets/stylesheets/dashboard/collections/new.scss */
#new_collection_batch_page .auto_tooltip {
  position: relative;
}

/* line 12, app/assets/stylesheets/dashboard/collections/new.scss */
#new_collection_batch_page #collection_batch_mode_tooltip {
  left: -165px;
}

/* line 16, app/assets/stylesheets/dashboard/collections/new.scss */
#new_collection_batch_page #collection_batch_partner_tooltip {
  left: -155px;
}

/* line 20, app/assets/stylesheets/dashboard/collections/new.scss */
#new_collection_batch_page #collection_batch_mail_lag_tooltip {
  left: -75px;
}

/* line 24, app/assets/stylesheets/dashboard/collections/new.scss */
#new_collection_batch_page #collection_batch_past_due_days_tooltip {
  left: -95px;
}
/* line 5, app/assets/stylesheets/dashboard/comments.scss */
#comment_form {
  margin-top: 16px;
}

/* line 7, app/assets/stylesheets/dashboard/comments.scss */
#comment_form textarea {
  height: 120px;
  width: 800px;
}

/* line 13, app/assets/stylesheets/dashboard/comments.scss */
.comment_container {
  margin: 8px 0;
  padding-bottom: 8px;
}

/* line 16, app/assets/stylesheets/dashboard/comments.scss */
.comment_container .comment_body {
  padding: 4px 12px;
  background: #EEEEEE;
  margin-top: 2px;
}

/* line 21, app/assets/stylesheets/dashboard/comments.scss */
.comment_container .comment_controls {
  padding-left: 12px;
}
/* line 1, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 240px;
  background-color: #2d3943;
  color: #f0f0f0;
  transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  transition: transform 300ms;
  -moz-transition: transform 300ms;
  -webkit-transition: transform 300ms;
  z-index: -100000;
  border-right: 1px solid #888;
  padding: 2rem 1rem 0 1rem;
}

/* line 20, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu .menu-close {
  position: absolute;
  top: 4px;
  right: 5px;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu .menu-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2em;
  border-bottom: 1px solid #f0f0f0;
}

/* line 38, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu ul {
  margin-top: 0px;
  padding: 0px;
  color: black;
  list-style-type: none;
  text-align: left;
}

/* line 46, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu li {
  padding: 30px 0 20px 20px;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

/* line 52, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu li:last-child {
  border-bottom: none;
}

/* line 57, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#menu.is-open {
  z-index: 100000;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}

/* line 64, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#sliding-menu-outside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99000;
}

/* line 73, app/assets/stylesheets/dashboard/components/sliding_menu.scss */
#sliding-menu-outside.hidden {
  display: none;
}
@media print {
  /* line 7, app/assets/stylesheets/dashboard/dockets.scss */
  #navbar {
    position: static;
  }
  /* line 11, app/assets/stylesheets/dashboard/dockets.scss */
  h3.header-print-position {
    margin-top: 1em !important;
  }
  /* line 16, app/assets/stylesheets/dashboard/dockets.scss */
  .remove-link-for-print a[href]:after {
    content: none !important;
  }
  /* line 21, app/assets/stylesheets/dashboard/dockets.scss */
  footer {
    position: static;
    left: 0;
    bottom: 0;
  }
  /* line 26, app/assets/stylesheets/dashboard/dockets.scss */
  footer a[href]:after {
    content: none !important;
  }
  /* line 34, app/assets/stylesheets/dashboard/dockets.scss */
  table#hearings thead .print-align {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  /* line 41, app/assets/stylesheets/dashboard/dockets.scss */
  table#hearings tbody tr.print-align {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  /* line 45, app/assets/stylesheets/dashboard/dockets.scss */
  table#hearings tbody tr.print-align a[href]:after {
    content: none !important;
  }
}
/* line 1, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.tooltip {
  white-space: pre-wrap;
}

/* line 5, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .edit-setting-header,
.table .edit-setting-label {
  text-align: right;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .edit-setting-input {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .diff-header {
  text-align: center;
}

/* line 20, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .setting-diff-label {
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.table .setting-diff-label,
.table .setting-diff-cell {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

/* line 34, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-edit-btn {
  float: left;
}

/* line 38, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-error-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 43, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.diff-error-msg {
  padding-left: 20px;
}

/* line 47, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-header a {
  color: black;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
h4 > .caret {
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-header a:hover,
.category-header a:focus {
  color: black;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.category-display-buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 15px;
}

/* line 69, app/assets/stylesheets/dashboard/edit_partner_settings.scss */
.edit-setting-save-container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table, table#processable_events, #events_table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th, table#processable_events th, #events_table th,
.table td,
table#processable_events td,
#events_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th, table#processable_events th, #events_table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th, table#processable_events thead th, #events_table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.scss */
.table caption + thead tr:first-child th, table#processable_events caption + thead tr:first-child th, #events_table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
table#processable_events caption + thead tr:first-child td,
#events_table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
table#processable_events colgroup + thead tr:first-child th,
#events_table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
table#processable_events colgroup + thead tr:first-child td,
#events_table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
table#processable_events thead:first-child tr:first-child th,
#events_table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
table#processable_events thead:first-child tr:first-child td,
#events_table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody, table#processable_events tbody + tbody, #events_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table, table#processable_events .table, .table table#processable_events, table#processable_events table#processable_events, #events_table .table, #events_table table#processable_events, .table #events_table, table#processable_events #events_table, #events_table #events_table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th, table#processable_events th, #events_table th,
.table-condensed td,
table#processable_events td,
#events_table td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td, table#processable_events tbody > tr:nth-child(odd) > td, #events_table tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
table#processable_events tbody > tr:nth-child(odd) > th,
#events_table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td, table#processable_events tbody tr:hover > td, #events_table tbody tr:hover > td,
.table-hover tbody tr:hover > th,
table#processable_events tbody tr:hover > th,
#events_table tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1, table#processable_events td.span1, #events_table td.span1,
.table th.span1,
table#processable_events th.span1,
#events_table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2, table#processable_events td.span2, #events_table td.span2,
.table th.span2,
table#processable_events th.span2,
#events_table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3, table#processable_events td.span3, #events_table td.span3,
.table th.span3,
table#processable_events th.span3,
#events_table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4, table#processable_events td.span4, #events_table td.span4,
.table th.span4,
table#processable_events th.span4,
#events_table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5, table#processable_events td.span5, #events_table td.span5,
.table th.span5,
table#processable_events th.span5,
#events_table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6, table#processable_events td.span6, #events_table td.span6,
.table th.span6,
table#processable_events th.span6,
#events_table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7, table#processable_events td.span7, #events_table td.span7,
.table th.span7,
table#processable_events th.span7,
#events_table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8, table#processable_events td.span8, #events_table td.span8,
.table th.span8,
table#processable_events th.span8,
#events_table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9, table#processable_events td.span9, #events_table td.span9,
.table th.span9,
table#processable_events th.span9,
#events_table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10, table#processable_events td.span10, #events_table td.span10,
.table th.span10,
table#processable_events th.span10,
#events_table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11, table#processable_events td.span11, #events_table td.span11,
.table th.span11,
table#processable_events th.span11,
#events_table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12, table#processable_events td.span12, #events_table td.span12,
.table th.span12,
table#processable_events th.span12,
#events_table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td, table#processable_events tbody tr.success > td, #events_table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td, table#processable_events tbody tr.error > td, #events_table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td, table#processable_events tbody tr.warning > td, #events_table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td, table#processable_events tbody tr.info > td, #events_table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td, table#processable_events tbody tr.success:hover > td, #events_table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td, table#processable_events tbody tr.error:hover > td, #events_table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td, table#processable_events tbody tr.warning:hover > td, #events_table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td, table#processable_events tbody tr.info:hover > td, #events_table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 13, app/assets/stylesheets/dashboard/events.scss */
#events_table #event_ids {
  width: 100px;
}

/* line 16, app/assets/stylesheets/dashboard/events.scss */
#events_table #event_location_time {
  width: 140px;
}

/* line 19, app/assets/stylesheets/dashboard/events.scss */
#events_table #event_vehicle_name {
  width: 110px;
}

/* line 22, app/assets/stylesheets/dashboard/events.scss */
#events_table #event_reviewer, #events_table #event_processor {
  width: 140px;
}

/* line 25, app/assets/stylesheets/dashboard/events.scss */
#events_table #event_violations {
  min-width: 72px;
}

/* line 35, app/assets/stylesheets/dashboard/events.scss */
table#processable_events tr.processable_event:hover {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/dashboard/events.scss */
.nofile {
  font-size: 6em;
}

/* line 44, app/assets/stylesheets/dashboard/events.scss */
.preview-image {
  max-width: 200px;
  max-height: 90px;
  padding: 5px;
}

/* line 50, app/assets/stylesheets/dashboard/events.scss */
.video-label {
  font-weight: 900;
  font-size: 1.2em;
  display: inline;
}

/* line 56, app/assets/stylesheets/dashboard/events.scss */
.dragable {
  box-sizing: border-box;
  padding: 3px;
}

/* line 61, app/assets/stylesheets/dashboard/events.scss */
.dragging {
  border: 2px dashed;
  border-width: 2px;
}

/* line 66, app/assets/stylesheets/dashboard/events.scss */
.left-margin-5 {
  margin-left: 5px;
}

/* line 70, app/assets/stylesheets/dashboard/events.scss */
#event-title {
  display: inline-block;
}

/* line 74, app/assets/stylesheets/dashboard/events.scss */
#event-details {
  margin-top: 20px;
  display: inline-block;
}

/* line 79, app/assets/stylesheets/dashboard/events.scss */
.help-block.success {
  color: green;
}

/* line 83, app/assets/stylesheets/dashboard/events.scss */
.help-block.error {
  color: red;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.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 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 5, app/assets/stylesheets/dashboard/exports/new.scss */
#new_citations_payments_export_page .auto_tooltip, #new_events_export_page .auto_tooltip {
  display: inline-block;
  float: none;
  position: relative;
}

/* line 13, app/assets/stylesheets/dashboard/exports/new.scss */
#new_citations_payments_export_page .row, #new_events_export_page .row {
  margin-bottom: 1rem;
}
/* line 7, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page .alert,
#rule-hearing-page .alert {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 13, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #page-heading,
#rule-hearing-page #page-heading {
  border-bottom: 1px solid #B0B0B0;
}

/* line 17, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form,
#edit-hearing-page #rule-hearing-form,
#rule-hearing-page #edit-hearing-form,
#rule-hearing-page #rule-hearing-form {
  margin-left: 20%;
  margin-right: auto;
  margin-top: 2rem;
  width: fit-content;
}

/* line 24, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form select,
#edit-hearing-page #rule-hearing-form select,
#rule-hearing-page #edit-hearing-form select,
#rule-hearing-page #rule-hearing-form select {
  width: 284px;
}

/* line 28, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .input-prepend,
#edit-hearing-page #rule-hearing-form .input-prepend,
#rule-hearing-page #edit-hearing-form .input-prepend,
#rule-hearing-page #rule-hearing-form .input-prepend {
  width: 100%;
}

/* line 31, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .input-prepend input,
#edit-hearing-page #rule-hearing-form .input-prepend input,
#rule-hearing-page #edit-hearing-form .input-prepend input,
#rule-hearing-page #rule-hearing-form .input-prepend input {
  width: 86%;
}

/* line 36, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .required-form-field,
#edit-hearing-page #rule-hearing-form .required-form-field,
#rule-hearing-page #edit-hearing-form .required-form-field,
#rule-hearing-page #rule-hearing-form .required-form-field {
  color: red;
  font-size: 18px;
}

/* line 41, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .control-label,
#edit-hearing-page #rule-hearing-form .control-label,
#rule-hearing-page #edit-hearing-form .control-label,
#rule-hearing-page #rule-hearing-form .control-label {
  width: 140px;
}

/* line 45, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .controls,
#edit-hearing-page #rule-hearing-form .controls,
#rule-hearing-page #edit-hearing-form .controls,
#rule-hearing-page #rule-hearing-form .controls {
  margin-left: 160px;
}

/* line 49, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .btn-container,
#edit-hearing-page #rule-hearing-form .btn-container,
#rule-hearing-page #edit-hearing-form .btn-container,
#rule-hearing-page #rule-hearing-form .btn-container {
  text-align: center;
}

/* line 52, app/assets/stylesheets/dashboard/hearings.scss */
#edit-hearing-page #edit-hearing-form .btn-container button,
#edit-hearing-page #rule-hearing-form .btn-container button,
#rule-hearing-page #edit-hearing-form .btn-container button,
#rule-hearing-page #rule-hearing-form .btn-container button {
  margin-right: 0.5rem;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"], .job_box #pre_print_report_tooltip[class*="span"],
.job_box #pre_print_report_partner_tooltip[class*="span"],
.job_box #citation_print_tooltip[class*="span"],
.job_box #citation_print_partner_tooltip[class*="span"],
.job_box #citation_print_turnaround_tooltip[class*="span"],
.job_box #citation_print_email_tooltip[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right, .job_box blockquote#pre_print_report_tooltip,
.job_box blockquote#pre_print_report_partner_tooltip,
.job_box blockquote#citation_print_tooltip,
.job_box blockquote#citation_print_partner_tooltip,
.job_box blockquote#citation_print_turnaround_tooltip,
.job_box blockquote#citation_print_email_tooltip {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p, .job_box blockquote#pre_print_report_tooltip p,
.job_box blockquote#pre_print_report_partner_tooltip p,
.job_box blockquote#citation_print_tooltip p,
.job_box blockquote#citation_print_partner_tooltip p,
.job_box blockquote#citation_print_turnaround_tooltip p,
.job_box blockquote#citation_print_email_tooltip p,
blockquote.pull-right small,
.job_box blockquote#pre_print_report_tooltip small,
.job_box blockquote#pre_print_report_partner_tooltip small,
.job_box blockquote#citation_print_tooltip small,
.job_box blockquote#citation_print_partner_tooltip small,
.job_box blockquote#citation_print_turnaround_tooltip small,
.job_box blockquote#citation_print_email_tooltip small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before, .job_box blockquote#pre_print_report_tooltip small:before,
.job_box blockquote#pre_print_report_partner_tooltip small:before,
.job_box blockquote#citation_print_tooltip small:before,
.job_box blockquote#citation_print_partner_tooltip small:before,
.job_box blockquote#citation_print_turnaround_tooltip small:before,
.job_box blockquote#citation_print_email_tooltip small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after, .job_box blockquote#pre_print_report_tooltip small:after,
.job_box blockquote#pre_print_report_partner_tooltip small:after,
.job_box blockquote#citation_print_tooltip small:after,
.job_box blockquote#citation_print_partner_tooltip small:after,
.job_box blockquote#citation_print_turnaround_tooltip small:after,
.job_box blockquote#citation_print_email_tooltip small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-append .job_box button,
.job_box .input-append button,
.input-prepend .btn,
.input-prepend .job_box button,
.job_box .input-prepend button,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .job_box button,
.job_box .input-prepend button {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .job_box button:first-child,
.job_box .input-prepend button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.scss */
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .job_box button:last-child, .job_box .input-append input + .btn-group button:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group .job_box button:last-child,
.job_box .input-append select + .btn-group button:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .job_box button:last-child,
.job_box .input-append .uneditable-input + .btn-group button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .job_box button,
.job_box .input-append button,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .job_box button:last-child,
.job_box .input-append button: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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .job_box button, .job_box .input-prepend.input-append input + .btn-group button,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group .job_box button,
.job_box .input-prepend.input-append select + .btn-group button,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .job_box button,
.job_box .input-prepend.input-append .uneditable-input + .btn-group button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 1805, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .job_box button:first-child,
.job_box .input-prepend.input-append button: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 1813, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .job_box button:last-child,
.job_box .input-prepend.input-append button: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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append .btn, .form-search .input-append .job_box button, .job_box .form-search .input-append button {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.scss */
.form-search .input-prepend .btn, .form-search .input-prepend .job_box button, .job_box .form-search .input-prepend button {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.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 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right, .job_box #pre_print_report_tooltip.dropdown-menu,
.job_box #pre_print_report_partner_tooltip.dropdown-menu,
.job_box #citation_print_tooltip.dropdown-menu,
.job_box #citation_print_partner_tooltip.dropdown-menu,
.job_box #citation_print_turnaround_tooltip.dropdown-menu,
.job_box #citation_print_email_tooltip.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu, .job_box #pre_print_report_tooltip > .dropdown-menu,
.job_box #pre_print_report_partner_tooltip > .dropdown-menu,
.job_box #citation_print_tooltip > .dropdown-menu,
.job_box #citation_print_partner_tooltip > .dropdown-menu,
.job_box #citation_print_turnaround_tooltip > .dropdown-menu,
.job_box #citation_print_email_tooltip > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.scss */
.well, .job_box {
  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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote, .job_box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn, .job_box button {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover, .job_box button:hover,
.btn:focus,
.job_box button:focus,
.btn:active,
.job_box button:active,
.btn.active,
.job_box button.active,
.btn.disabled,
.job_box button.disabled,
.btn[disabled],
.job_box button[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active, .job_box button:active,
.btn.active,
.job_box button.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child, .job_box button:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover, .job_box button:hover,
.btn:focus,
.job_box button:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus, .job_box button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.scss */
.btn.active, .job_box button.active,
.btn:active,
.job_box button: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 3279, app/assets/stylesheets/bootstrap.scss */
.btn.disabled, .job_box button.disabled,
.btn[disabled],
.job_box button[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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.scss */
.btn-primary.active, .job_box button.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary, .job_box button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover, .job_box button:hover,
.btn-primary:focus,
.job_box button:focus,
.btn-primary:active,
.job_box button:active,
.btn-primary.active,
.job_box button.active,
.btn-primary.disabled,
.job_box button.disabled,
.btn-primary[disabled],
.job_box button[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active, .job_box button:active,
.btn-primary.active,
.job_box button.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn, .job_box button,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner, .job_box button::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large, .job_box button.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small, .job_box button.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini, .job_box button.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn, .job_box .btn-toolbar > button + .btn, .job_box .btn-toolbar > .btn + button, .job_box .btn-toolbar > button + button,
.btn-toolbar > .btn-group + .btn,
.job_box .btn-toolbar > .btn-group + button,
.btn-toolbar > .btn + .btn-group,
.job_box .btn-toolbar > button + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn, .job_box .btn-group > button {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn, .job_box .btn-group > button + .btn, .job_box .btn-group > .btn + button, .job_box .btn-group > button + button {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn, .job_box .btn-group > button,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child, .job_box .btn-group > button:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child, .job_box .btn-group > button:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child, .job_box .btn-group > button.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child, .job_box .btn-group > button.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover, .job_box .btn-group > button:hover,
.btn-group > .btn:focus,
.job_box .btn-group > button:focus,
.btn-group > .btn:active,
.job_box .btn-group > button:active,
.btn-group > .btn.active,
.job_box .btn-group > button.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle, .job_box .btn-group > button + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open .job_box button.dropdown-toggle, .job_box .btn-group.open button.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle, .btn-group.open .job_box button.dropdown-toggle, .job_box .btn-group.open button.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret, .job_box button .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret, .job_box button .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn, .job_box .btn-group-vertical > button {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn, .job_box .btn-group-vertical > button + .btn, .job_box .btn-group-vertical > .btn + button, .job_box .btn-group-vertical > button + button {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:first-child, .job_box .btn-group-vertical > button:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 3856, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn:last-child, .job_box .btn-group-vertical > button:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right, .job_box .nav > #pre_print_report_tooltip,
.job_box .nav > #pre_print_report_partner_tooltip,
.job_box .nav > #citation_print_tooltip,
.job_box .nav > #citation_print_partner_tooltip,
.job_box .nav > #citation_print_turnaround_tooltip,
.job_box .nav > #citation_print_email_tooltip {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn, .navbar .job_box button, .job_box .navbar button,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-group .btn, .navbar .btn-group .job_box button, .job_box .navbar .btn-group button,
.navbar .input-prepend .btn,
.navbar .input-prepend .job_box button,
.job_box .navbar .input-prepend button,
.navbar .input-append .btn,
.navbar .input-append .job_box button,
.job_box .navbar .input-append button,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-form .job_box button,
.job_box .navbar-form button {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right, .navbar .job_box #pre_print_report_tooltip.nav, .job_box .navbar #pre_print_report_tooltip.nav,
.navbar .job_box #pre_print_report_partner_tooltip.nav,
.job_box .navbar #pre_print_report_partner_tooltip.nav,
.navbar .job_box #citation_print_tooltip.nav,
.job_box .navbar #citation_print_tooltip.nav,
.navbar .job_box #citation_print_partner_tooltip.nav,
.job_box .navbar #citation_print_partner_tooltip.nav,
.navbar .job_box #citation_print_turnaround_tooltip.nav,
.job_box .navbar #citation_print_turnaround_tooltip.nav,
.navbar .job_box #citation_print_email_tooltip.nav,
.job_box .navbar #citation_print_email_tooltip.nav {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar .job_box #pre_print_report_tooltip > li > .dropdown-menu, .job_box .navbar #pre_print_report_tooltip > li > .dropdown-menu,
.navbar .job_box #pre_print_report_partner_tooltip > li > .dropdown-menu,
.job_box .navbar #pre_print_report_partner_tooltip > li > .dropdown-menu,
.navbar .job_box #citation_print_tooltip > li > .dropdown-menu,
.job_box .navbar #citation_print_tooltip > li > .dropdown-menu,
.navbar .job_box #citation_print_partner_tooltip > li > .dropdown-menu,
.job_box .navbar #citation_print_partner_tooltip > li > .dropdown-menu,
.navbar .job_box #citation_print_turnaround_tooltip > li > .dropdown-menu,
.job_box .navbar #citation_print_turnaround_tooltip > li > .dropdown-menu,
.navbar .job_box #citation_print_email_tooltip > li > .dropdown-menu,
.job_box .navbar #citation_print_email_tooltip > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .job_box .nav > li > #pre_print_report_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #pre_print_report_tooltip.dropdown-menu,
.navbar .job_box .nav > li > #pre_print_report_partner_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #pre_print_report_partner_tooltip.dropdown-menu,
.navbar .job_box .nav > li > #citation_print_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #citation_print_tooltip.dropdown-menu,
.navbar .job_box .nav > li > #citation_print_partner_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #citation_print_partner_tooltip.dropdown-menu,
.navbar .job_box .nav > li > #citation_print_turnaround_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #citation_print_turnaround_tooltip.dropdown-menu,
.navbar .job_box .nav > li > #citation_print_email_tooltip.dropdown-menu,
.job_box .navbar .nav > li > #citation_print_email_tooltip.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar .job_box #pre_print_report_tooltip > li > .dropdown-menu:before, .job_box .navbar #pre_print_report_tooltip > li > .dropdown-menu:before,
.navbar .job_box #pre_print_report_partner_tooltip > li > .dropdown-menu:before,
.job_box .navbar #pre_print_report_partner_tooltip > li > .dropdown-menu:before,
.navbar .job_box #citation_print_tooltip > li > .dropdown-menu:before,
.job_box .navbar #citation_print_tooltip > li > .dropdown-menu:before,
.navbar .job_box #citation_print_partner_tooltip > li > .dropdown-menu:before,
.job_box .navbar #citation_print_partner_tooltip > li > .dropdown-menu:before,
.navbar .job_box #citation_print_turnaround_tooltip > li > .dropdown-menu:before,
.job_box .navbar #citation_print_turnaround_tooltip > li > .dropdown-menu:before,
.navbar .job_box #citation_print_email_tooltip > li > .dropdown-menu:before,
.job_box .navbar #citation_print_email_tooltip > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .job_box .nav > li > #pre_print_report_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #pre_print_report_tooltip.dropdown-menu:before,
.navbar .job_box .nav > li > #pre_print_report_partner_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #pre_print_report_partner_tooltip.dropdown-menu:before,
.navbar .job_box .nav > li > #citation_print_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #citation_print_tooltip.dropdown-menu:before,
.navbar .job_box .nav > li > #citation_print_partner_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #citation_print_partner_tooltip.dropdown-menu:before,
.navbar .job_box .nav > li > #citation_print_turnaround_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #citation_print_turnaround_tooltip.dropdown-menu:before,
.navbar .job_box .nav > li > #citation_print_email_tooltip.dropdown-menu:before,
.job_box .navbar .nav > li > #citation_print_email_tooltip.dropdown-menu:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar .job_box #pre_print_report_tooltip > li > .dropdown-menu:after, .job_box .navbar #pre_print_report_tooltip > li > .dropdown-menu:after,
.navbar .job_box #pre_print_report_partner_tooltip > li > .dropdown-menu:after,
.job_box .navbar #pre_print_report_partner_tooltip > li > .dropdown-menu:after,
.navbar .job_box #citation_print_tooltip > li > .dropdown-menu:after,
.job_box .navbar #citation_print_tooltip > li > .dropdown-menu:after,
.navbar .job_box #citation_print_partner_tooltip > li > .dropdown-menu:after,
.job_box .navbar #citation_print_partner_tooltip > li > .dropdown-menu:after,
.navbar .job_box #citation_print_turnaround_tooltip > li > .dropdown-menu:after,
.job_box .navbar #citation_print_turnaround_tooltip > li > .dropdown-menu:after,
.navbar .job_box #citation_print_email_tooltip > li > .dropdown-menu:after,
.job_box .navbar #citation_print_email_tooltip > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .job_box .nav > li > #pre_print_report_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #pre_print_report_tooltip.dropdown-menu:after,
.navbar .job_box .nav > li > #pre_print_report_partner_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #pre_print_report_partner_tooltip.dropdown-menu:after,
.navbar .job_box .nav > li > #citation_print_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #citation_print_tooltip.dropdown-menu:after,
.navbar .job_box .nav > li > #citation_print_partner_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #citation_print_partner_tooltip.dropdown-menu:after,
.navbar .job_box .nav > li > #citation_print_turnaround_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #citation_print_turnaround_tooltip.dropdown-menu:after,
.navbar .job_box .nav > li > #citation_print_email_tooltip.dropdown-menu:after,
.job_box .navbar .nav > li > #citation_print_email_tooltip.dropdown-menu:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .job_box #pre_print_report_tooltip > li > .dropdown-menu .dropdown-menu, .job_box .navbar #pre_print_report_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .job_box #pre_print_report_partner_tooltip > li > .dropdown-menu .dropdown-menu,
.job_box .navbar #pre_print_report_partner_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .job_box #citation_print_tooltip > li > .dropdown-menu .dropdown-menu,
.job_box .navbar #citation_print_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .job_box #citation_print_partner_tooltip > li > .dropdown-menu .dropdown-menu,
.job_box .navbar #citation_print_partner_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .job_box #citation_print_turnaround_tooltip > li > .dropdown-menu .dropdown-menu,
.job_box .navbar #citation_print_turnaround_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .job_box #citation_print_email_tooltip > li > .dropdown-menu .dropdown-menu,
.job_box .navbar #citation_print_email_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .job_box .nav > li > #pre_print_report_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #pre_print_report_tooltip.dropdown-menu .dropdown-menu,
.navbar .job_box .nav > li > #pre_print_report_partner_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #pre_print_report_partner_tooltip.dropdown-menu .dropdown-menu,
.navbar .job_box .nav > li > #citation_print_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #citation_print_tooltip.dropdown-menu .dropdown-menu,
.navbar .job_box .nav > li > #citation_print_partner_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #citation_print_partner_tooltip.dropdown-menu .dropdown-menu,
.navbar .job_box .nav > li > #citation_print_turnaround_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #citation_print_turnaround_tooltip.dropdown-menu .dropdown-menu,
.navbar .job_box .nav > li > #citation_print_email_tooltip.dropdown-menu .dropdown-menu,
.job_box .navbar .nav > li > #citation_print_email_tooltip.dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn, .modal-footer .job_box button + .btn, .job_box .modal-footer button + .btn, .modal-footer .job_box .btn + button, .job_box .modal-footer .btn + button, .modal-footer .job_box button + button, .job_box .modal-footer button + button {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .job_box button + .btn, .job_box .modal-footer .btn-group button + .btn, .modal-footer .btn-group .job_box .btn + button, .job_box .modal-footer .btn-group .btn + button, .modal-footer .btn-group .job_box button + button, .job_box .modal-footer .btn-group button + button {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right, .job_box .media > #pre_print_report_tooltip,
.job_box .media > #pre_print_report_partner_tooltip,
.job_box .media > #citation_print_tooltip,
.job_box .media > #citation_print_partner_tooltip,
.job_box .media > #citation_print_turnaround_tooltip,
.job_box .media > #citation_print_email_tooltip {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label, .job_box button .label,
.btn .badge,
.job_box button .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right, .job_box #pre_print_report_tooltip,
.job_box #pre_print_report_partner_tooltip,
.job_box #citation_print_tooltip,
.job_box #citation_print_partner_tooltip,
.job_box #citation_print_turnaround_tooltip,
.job_box #citation_print_email_tooltip {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 6, app/assets/stylesheets/dashboard/jobs/new.scss */
.job_box #job_params_partner_id, .job_box #job_params_email {
  margin-bottom: 0px !important;
}

/* line 19, app/assets/stylesheets/dashboard/jobs/new.scss */
.job_box button {
  margin-top: 25px;
}

/* line 26, app/assets/stylesheets/dashboard/jobs/new.scss */
.page_change {
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/dashboard/jobs/new.scss */
.page_change:hover {
  background-color: #f5f5f5;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"], #new_late_notice_page .auto_tooltip[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right, #new_late_notice_page blockquote.auto_tooltip {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p, #new_late_notice_page blockquote.auto_tooltip p,
blockquote.pull-right small,
#new_late_notice_page blockquote.auto_tooltip small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before, #new_late_notice_page blockquote.auto_tooltip small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after, #new_late_notice_page blockquote.auto_tooltip small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.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 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right, #new_late_notice_page .dropdown-menu.auto_tooltip {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu, #new_late_notice_page .auto_tooltip > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right, #new_late_notice_page .nav > .auto_tooltip {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right, .navbar #new_late_notice_page .nav.auto_tooltip, #new_late_notice_page .navbar .nav.auto_tooltip {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar #new_late_notice_page .auto_tooltip > li > .dropdown-menu, #new_late_notice_page .navbar .auto_tooltip > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar #new_late_notice_page .nav > li > .dropdown-menu.auto_tooltip,
#new_late_notice_page .navbar .nav > li > .dropdown-menu.auto_tooltip {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar #new_late_notice_page .auto_tooltip > li > .dropdown-menu:before, #new_late_notice_page .navbar .auto_tooltip > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar #new_late_notice_page .nav > li > .dropdown-menu.auto_tooltip:before,
#new_late_notice_page .navbar .nav > li > .dropdown-menu.auto_tooltip:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar #new_late_notice_page .auto_tooltip > li > .dropdown-menu:after, #new_late_notice_page .navbar .auto_tooltip > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar #new_late_notice_page .nav > li > .dropdown-menu.auto_tooltip:after,
#new_late_notice_page .navbar .nav > li > .dropdown-menu.auto_tooltip:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar #new_late_notice_page .auto_tooltip > li > .dropdown-menu .dropdown-menu, #new_late_notice_page .navbar .auto_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar #new_late_notice_page .nav > li > .dropdown-menu.auto_tooltip .dropdown-menu,
#new_late_notice_page .navbar .nav > li > .dropdown-menu.auto_tooltip .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right, #new_late_notice_page .media > .auto_tooltip {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right, #new_late_notice_page .auto_tooltip {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 5, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page .auto_tooltip {
  position: relative;
}

/* line 12, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page #late_notice_mode_tooltip {
  left: -165px;
}

/* line 16, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page #late_notice_number_of_citations_tooltip {
  left: -75px;
}

/* line 20, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page #late_notice_partner_tooltip {
  left: -155px;
}

/* line 24, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page #late_notice_mail_lag_tooltip {
  left: -50px;
}

/* line 28, app/assets/stylesheets/dashboard/late_notices/new.scss */
#new_late_notice_page #late_notice_printer_email_tooltip {
  left: -120px;
}
/* line 1, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions {
  width: fit-content;
}

/* line 4, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr {
  width: fit-content;
}

/* line 7, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr td {
  width: fit-content;
}

/* line 10, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr td span.no-date-icon {
  color: red;
}

/* line 14, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr td span.date-exists-icon {
  color: green;
}

/* line 18, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr td:first-child {
  text-align: right;
}

/* line 22, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-future-actions tr td:last-child {
  text-align: center;
}

/* line 29, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-pdf-window {
  height: 100%;
}

/* line 32, app/assets/stylesheets/dashboard/late_notices/show.scss */
#late-notice-pdf-window iframe {
  width: 100%;
  height: 100%;
  height: 90vh;
  min-height: 600px;
}

/* line 40, app/assets/stylesheets/dashboard/late_notices/show.scss */
#accept_modal {
  overflow: visible;
}

/* line 44, app/assets/stylesheets/dashboard/late_notices/show.scss */
#accept_modal #accept_late_notice_form fieldset {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

/* line 50, app/assets/stylesheets/dashboard/late_notices/show.scss */
#accept_modal #accept_late_notice_form fieldset .btn-group {
  text-align: center;
}

/* line 58, app/assets/stylesheets/dashboard/late_notices/show.scss */
#reject_late_notice_form,
#rerequest_late_notice_form {
  display: none;
}

/* line 63, app/assets/stylesheets/dashboard/late_notices/show.scss */
#citation_comments_container {
  margin-top: 2rem;
}

/* line 66, app/assets/stylesheets/dashboard/late_notices/show.scss */
#citation_comments_container #no_comments_notif {
  margin-top: 0.5rem;
}
/** Edit Partner Geofence **/
/* line 4, app/assets/stylesheets/dashboard/partner_geofence.scss */
.geofence-map-container {
  height: 600px;
  margin-bottom: 15px;
}

/* line 9, app/assets/stylesheets/dashboard/partner_geofence.scss */
.edit-geofence-misc-btns {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 14, app/assets/stylesheets/dashboard/partner_geofence.scss */
.edit-geofence-btn-container {
  margin-bottom: 15px;
  text-align: center;
}

/* line 19, app/assets/stylesheets/dashboard/partner_geofence.scss */
.geofence-btns-center {
  margin: auto;
}

/* line 23, app/assets/stylesheets/dashboard/partner_geofence.scss */
.geofence-error-container {
  margin-top: 10px;
}

/* line 27, app/assets/stylesheets/dashboard/partner_geofence.scss */
.geofence-error-msg {
  padding-left: 20px;
}

/* line 31, app/assets/stylesheets/dashboard/partner_geofence.scss */
.accordion-toggle > .caret {
  vertical-align: middle;
}

/* line 35, app/assets/stylesheets/dashboard/partner_geofence.scss */
.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus {
  color: black;
  text-decoration: none;
}

/** View Partner Geofence **/
/* line 44, app/assets/stylesheets/dashboard/partner_geofence.scss */
.view-geofence-btn-container {
  margin-bottom: 15px;
}
/* line 1, app/assets/stylesheets/dashboard/partner_settings.scss */
.partner-search-container,
.add-partner-container {
  margin-bottom: 25px;
}

/* line 6, app/assets/stylesheets/dashboard/partner_settings.scss */
#partner-settings-header {
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/dashboard/partner_settings.scss */
.invalid-field {
  border: 1px solid red !important;
}
/*!
 * 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 11, app/assets/stylesheets/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 15, app/assets/stylesheets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 22, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 56, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 64, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
}

/* line 68, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 80, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 85, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 93, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 97, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 110, app/assets/stylesheets/bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 115, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 144, app/assets/stylesheets/bootstrap.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 173, app/assets/stylesheets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 179, app/assets/stylesheets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 183, app/assets/stylesheets/bootstrap.scss */
  a[href]:after, .payment-refunds-container[href]:after, .payment-refund-form-container[href]:after, .payment-refund-form-container.payment-refunds-container:after, .payment-card-container[href]:after, .payment-card-container.payment-refunds-container:after, .payment-card-container.payment-refund-form-container:after {
    content: " (" attr(href) ")";
  }
  /* line 186, app/assets/stylesheets/bootstrap.scss */
  abbr[title]:after, .payment-refunds-container[title]:after, .payment-refund-form-container[title]:after, .payment-refund-form-container.payment-refunds-container:after, .payment-card-container[title]:after, .payment-card-container.payment-refunds-container:after, .payment-card-container.payment-refund-form-container:after {
    content: " (" attr(title) ")";
  }
  /* line 189, app/assets/stylesheets/bootstrap.scss */
  .ir a:after,
a[href^="javascript:"]:after,
.payment-refunds-container[href^="javascript:"]:after,
.payment-refund-form-container[href^="javascript:"]:after,
.payment-refund-form-container.payment-refunds-container:after,
.payment-card-container[href^="javascript:"]:after,
.payment-card-container.payment-refunds-container:after,
.payment-card-container.payment-refund-form-container:after,
a[href^="#"]:after,
.payment-refunds-container[href^="#"]:after,
.payment-refund-form-container[href^="#"]:after,
.payment-card-container[href^="#"]:after {
    content: "";
  }
  /* line 194, app/assets/stylesheets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 199, app/assets/stylesheets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 202, app/assets/stylesheets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 206, app/assets/stylesheets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 212, app/assets/stylesheets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 218, app/assets/stylesheets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 224, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 244, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/bootstrap.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 260, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 266, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 271, app/assets/stylesheets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 282, app/assets/stylesheets/bootstrap.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 288, app/assets/stylesheets/bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 295, app/assets/stylesheets/bootstrap.scss */
.span12 {
  width: 940px;
}

/* line 299, app/assets/stylesheets/bootstrap.scss */
.span11 {
  width: 860px;
}

/* line 303, app/assets/stylesheets/bootstrap.scss */
.span10 {
  width: 780px;
}

/* line 307, app/assets/stylesheets/bootstrap.scss */
.span9 {
  width: 700px;
}

/* line 311, app/assets/stylesheets/bootstrap.scss */
.span8 {
  width: 620px;
}

/* line 315, app/assets/stylesheets/bootstrap.scss */
.span7 {
  width: 540px;
}

/* line 319, app/assets/stylesheets/bootstrap.scss */
.span6 {
  width: 460px;
}

/* line 323, app/assets/stylesheets/bootstrap.scss */
.span5 {
  width: 380px;
}

/* line 327, app/assets/stylesheets/bootstrap.scss */
.span4 {
  width: 300px;
}

/* line 331, app/assets/stylesheets/bootstrap.scss */
.span3 {
  width: 220px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.span2 {
  width: 140px;
}

/* line 339, app/assets/stylesheets/bootstrap.scss */
.span1 {
  width: 60px;
}

/* line 343, app/assets/stylesheets/bootstrap.scss */
.offset12 {
  margin-left: 980px;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.offset11 {
  margin-left: 900px;
}

/* line 351, app/assets/stylesheets/bootstrap.scss */
.offset10 {
  margin-left: 820px;
}

/* line 355, app/assets/stylesheets/bootstrap.scss */
.offset9 {
  margin-left: 740px;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.offset8 {
  margin-left: 660px;
}

/* line 363, app/assets/stylesheets/bootstrap.scss */
.offset7 {
  margin-left: 580px;
}

/* line 367, app/assets/stylesheets/bootstrap.scss */
.offset6 {
  margin-left: 500px;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.offset5 {
  margin-left: 420px;
}

/* line 375, app/assets/stylesheets/bootstrap.scss */
.offset4 {
  margin-left: 340px;
}

/* line 379, app/assets/stylesheets/bootstrap.scss */
.offset3 {
  margin-left: 260px;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.offset2 {
  margin-left: 180px;
}

/* line 387, app/assets/stylesheets/bootstrap.scss */
.offset1 {
  margin-left: 100px;
}

/* line 391, app/assets/stylesheets/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 396, app/assets/stylesheets/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 403, app/assets/stylesheets/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 427, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 432, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 442, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 447, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 457, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 462, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 472, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 477, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 487, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 492, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 497, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 502, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 507, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 512, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 517, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 522, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 527, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 532, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 537, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 542, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 547, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 552, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 557, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 562, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 567, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 572, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 577, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 582, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 587, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 592, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 597, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 602, app/assets/stylesheets/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 607, app/assets/stylesheets/bootstrap.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 612, app/assets/stylesheets/bootstrap.scss */
.pull-right[class*="span"], #date_start_tooltip[class*="span"], #date_end_tooltip[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 617, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 623, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 630, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 640, app/assets/stylesheets/bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 647, app/assets/stylesheets/bootstrap.scss */
.container-fluid:after {
  clear: both;
}

/* line 651, app/assets/stylesheets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 655, app/assets/stylesheets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 662, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 85%;
}

/* line 666, app/assets/stylesheets/bootstrap.scss */
strong {
  font-weight: bold;
}

/* line 670, app/assets/stylesheets/bootstrap.scss */
em {
  font-style: italic;
}

/* line 674, app/assets/stylesheets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 678, app/assets/stylesheets/bootstrap.scss */
.muted {
  color: #999999;
}

/* line 682, app/assets/stylesheets/bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 687, app/assets/stylesheets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 691, app/assets/stylesheets/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 696, app/assets/stylesheets/bootstrap.scss */
.text-error {
  color: #b94a48;
}

/* line 700, app/assets/stylesheets/bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 705, app/assets/stylesheets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 709, app/assets/stylesheets/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 714, app/assets/stylesheets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 718, app/assets/stylesheets/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 723, app/assets/stylesheets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 727, app/assets/stylesheets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 731, app/assets/stylesheets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 735, app/assets/stylesheets/bootstrap.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 749, app/assets/stylesheets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 760, app/assets/stylesheets/bootstrap.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 766, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 38.5px;
}

/* line 770, app/assets/stylesheets/bootstrap.scss */
h2 {
  font-size: 31.5px;
}

/* line 774, app/assets/stylesheets/bootstrap.scss */
h3 {
  font-size: 24.5px;
}

/* line 778, app/assets/stylesheets/bootstrap.scss */
h4 {
  font-size: 17.5px;
}

/* line 782, app/assets/stylesheets/bootstrap.scss */
h5 {
  font-size: 14px;
}

/* line 786, app/assets/stylesheets/bootstrap.scss */
h6 {
  font-size: 11.9px;
}

/* line 790, app/assets/stylesheets/bootstrap.scss */
h1 small {
  font-size: 24.5px;
}

/* line 794, app/assets/stylesheets/bootstrap.scss */
h2 small {
  font-size: 17.5px;
}

/* line 798, app/assets/stylesheets/bootstrap.scss */
h3 small {
  font-size: 14px;
}

/* line 802, app/assets/stylesheets/bootstrap.scss */
h4 small {
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 812, app/assets/stylesheets/bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 818, app/assets/stylesheets/bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/bootstrap.scss */
li {
  line-height: 20px;
}

/* line 829, app/assets/stylesheets/bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 835, app/assets/stylesheets/bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 841, app/assets/stylesheets/bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/* line 850, app/assets/stylesheets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 854, app/assets/stylesheets/bootstrap.scss */
dt,
dd {
  line-height: 20px;
}

/* line 859, app/assets/stylesheets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/bootstrap.scss */
dd {
  margin-left: 10px;
}

/* line 867, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 871, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 878, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 882, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 892, app/assets/stylesheets/bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 896, app/assets/stylesheets/bootstrap.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 903, app/assets/stylesheets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 909, app/assets/stylesheets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 914, app/assets/stylesheets/bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 920, app/assets/stylesheets/bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 927, app/assets/stylesheets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 933, app/assets/stylesheets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 937, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right, blockquote#date_start_tooltip, blockquote#date_end_tooltip {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 945, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right p, blockquote#date_start_tooltip p, blockquote#date_end_tooltip p,
blockquote.pull-right small,
blockquote#date_start_tooltip small,
blockquote#date_end_tooltip small {
  text-align: right;
}

/* line 950, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:before, blockquote#date_start_tooltip small:before, blockquote#date_end_tooltip small:before {
  content: '';
}

/* line 954, app/assets/stylesheets/bootstrap.scss */
blockquote.pull-right small:after, blockquote#date_start_tooltip small:after, blockquote#date_end_tooltip small:after {
  content: '\00A0 \2014';
}

/* line 958, app/assets/stylesheets/bootstrap.scss */
q:before,
q:after,
q.payment-refunds-container:after,
q.payment-refund-form-container:after,
.payment-refund-form-container.payment-refunds-container:after,
q.payment-card-container:after,
.payment-card-container.payment-refunds-container:after,
.payment-card-container.payment-refund-form-container:after,
blockquote:before,
blockquote:after,
blockquote.payment-refunds-container:after,
blockquote.payment-refund-form-container:after,
blockquote.payment-card-container:after {
  content: "";
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 972, app/assets/stylesheets/bootstrap.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 983, app/assets/stylesheets/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 991, app/assets/stylesheets/bootstrap.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 1009, app/assets/stylesheets/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1013, app/assets/stylesheets/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1027, app/assets/stylesheets/bootstrap.scss */
form {
  margin: 0 0 20px;
}

/* line 1031, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1037, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1049, app/assets/stylesheets/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1071, app/assets/stylesheets/bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 1076, app/assets/stylesheets/bootstrap.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: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 1112, app/assets/stylesheets/bootstrap.scss */
textarea {
  height: auto;
}

/* line 1116, app/assets/stylesheets/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -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 1143, app/assets/stylesheets/bootstrap.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 1169, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

/* line 1177, app/assets/stylesheets/bootstrap.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 1187, app/assets/stylesheets/bootstrap.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 1198, app/assets/stylesheets/bootstrap.scss */
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 1204, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1209, app/assets/stylesheets/bootstrap.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 1218, app/assets/stylesheets/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

/* line 1229, app/assets/stylesheets/bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1239, app/assets/stylesheets/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 1244, app/assets/stylesheets/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 1249, app/assets/stylesheets/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1254, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 1260, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1266, app/assets/stylesheets/bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1271, app/assets/stylesheets/bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1279, app/assets/stylesheets/bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1284, app/assets/stylesheets/bootstrap.scss */
.input-mini {
  width: 60px;
}

/* line 1288, app/assets/stylesheets/bootstrap.scss */
.input-small {
  width: 90px;
}

/* line 1292, app/assets/stylesheets/bootstrap.scss */
.input-medium {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/bootstrap.scss */
.input-large {
  width: 210px;
}

/* line 1300, app/assets/stylesheets/bootstrap.scss */
.input-xlarge {
  width: 270px;
}

/* line 1304, app/assets/stylesheets/bootstrap.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1308, app/assets/stylesheets/bootstrap.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 1320, app/assets/stylesheets/bootstrap.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 1333, app/assets/stylesheets/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1343, app/assets/stylesheets/bootstrap.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1349, app/assets/stylesheets/bootstrap.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1355, app/assets/stylesheets/bootstrap.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1361, app/assets/stylesheets/bootstrap.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1367, app/assets/stylesheets/bootstrap.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1373, app/assets/stylesheets/bootstrap.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1379, app/assets/stylesheets/bootstrap.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1385, app/assets/stylesheets/bootstrap.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1391, app/assets/stylesheets/bootstrap.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1397, app/assets/stylesheets/bootstrap.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1403, app/assets/stylesheets/bootstrap.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1409, app/assets/stylesheets/bootstrap.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1415, app/assets/stylesheets/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 1419, app/assets/stylesheets/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1426, app/assets/stylesheets/bootstrap.scss */
.controls-row:after {
  clear: both;
}

/* line 1430, app/assets/stylesheets/bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1435, app/assets/stylesheets/bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1440, app/assets/stylesheets/bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1450, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1457, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1463, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1471, app/assets/stylesheets/bootstrap.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 1480, app/assets/stylesheets/bootstrap.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 1489, app/assets/stylesheets/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1496, app/assets/stylesheets/bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1502, app/assets/stylesheets/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1510, app/assets/stylesheets/bootstrap.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 1519, app/assets/stylesheets/bootstrap.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 1528, app/assets/stylesheets/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1535, app/assets/stylesheets/bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1541, app/assets/stylesheets/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1549, app/assets/stylesheets/bootstrap.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 1558, app/assets/stylesheets/bootstrap.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 1567, app/assets/stylesheets/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1574, app/assets/stylesheets/bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1580, app/assets/stylesheets/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1588, app/assets/stylesheets/bootstrap.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 1597, app/assets/stylesheets/bootstrap.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 1606, app/assets/stylesheets/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1613, app/assets/stylesheets/bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1620, app/assets/stylesheets/bootstrap.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 1629, app/assets/stylesheets/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1638, app/assets/stylesheets/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1645, app/assets/stylesheets/bootstrap.scss */
.form-actions:after {
  clear: both;
}

/* line 1649, app/assets/stylesheets/bootstrap.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1654, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 1659, app/assets/stylesheets/bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1667, app/assets/stylesheets/bootstrap.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1676, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 1689, app/assets/stylesheets/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.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 1704, app/assets/stylesheets/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1713, app/assets/stylesheets/bootstrap.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 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1729, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1741, app/assets/stylesheets/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1747, app/assets/stylesheets/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1752, app/assets/stylesheets/bootstrap.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 1759, app/assets/stylesheets/bootstrap.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 1767, app/assets/stylesheets/bootstrap.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 1775, app/assets/stylesheets/bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1781, app/assets/stylesheets/bootstrap.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 1789, app/assets/stylesheets/bootstrap.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 1797, app/assets/stylesheets/bootstrap.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 1805, app/assets/stylesheets/bootstrap.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 1813, app/assets/stylesheets/bootstrap.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 1821, app/assets/stylesheets/bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1825, app/assets/stylesheets/bootstrap.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 1840, app/assets/stylesheets/bootstrap.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 1847, app/assets/stylesheets/bootstrap.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 1853, app/assets/stylesheets/bootstrap.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 1859, app/assets/stylesheets/bootstrap.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 1865, app/assets/stylesheets/bootstrap.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 1871, app/assets/stylesheets/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

/* line 1899, app/assets/stylesheets/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1905, app/assets/stylesheets/bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1919, app/assets/stylesheets/bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1928, app/assets/stylesheets/bootstrap.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 1937, app/assets/stylesheets/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1946, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1951, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 1958, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1962, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1969, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1976, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1980, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1984, app/assets/stylesheets/bootstrap.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 1993, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1997, app/assets/stylesheets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2004, app/assets/stylesheets/bootstrap.scss */
.table, #payments_table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2009, app/assets/stylesheets/bootstrap.scss */
.table th, #payments_table th,
.table td,
#payments_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2018, app/assets/stylesheets/bootstrap.scss */
.table th, #payments_table th {
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/bootstrap.scss */
.table thead th, #payments_table thead th {
  vertical-align: bottom;
}

/* line 2026, app/assets/stylesheets/bootstrap.scss */
.table caption + thead tr:first-child th, #payments_table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
#payments_table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
#payments_table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
#payments_table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
#payments_table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
#payments_table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 2035, app/assets/stylesheets/bootstrap.scss */
.table tbody + tbody, #payments_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2039, app/assets/stylesheets/bootstrap.scss */
.table .table, #payments_table .table, .table #payments_table, #payments_table #payments_table {
  background-color: #ffffff;
}

/* line 2043, app/assets/stylesheets/bootstrap.scss */
.table-condensed th, #payments_table th,
.table-condensed td,
#payments_table td {
  padding: 4px 5px;
}

/* line 2048, app/assets/stylesheets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2058, app/assets/stylesheets/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 2063, app/assets/stylesheets/bootstrap.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 2075, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2083, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2091, app/assets/stylesheets/bootstrap.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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 2101, app/assets/stylesheets/bootstrap.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;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 2111, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* line 2117, app/assets/stylesheets/bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

/* line 2123, app/assets/stylesheets/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 2132, app/assets/stylesheets/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 2141, app/assets/stylesheets/bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td, #payments_table tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
#payments_table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 2146, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr:hover > td, #payments_table tbody tr:hover > td,
.table-hover tbody tr:hover > th,
#payments_table tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 2151, app/assets/stylesheets/bootstrap.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 2160, app/assets/stylesheets/bootstrap.scss */
.table td.span1, #payments_table td.span1,
.table th.span1,
#payments_table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 2167, app/assets/stylesheets/bootstrap.scss */
.table td.span2, #payments_table td.span2,
.table th.span2,
#payments_table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 2174, app/assets/stylesheets/bootstrap.scss */
.table td.span3, #payments_table td.span3,
.table th.span3,
#payments_table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 2181, app/assets/stylesheets/bootstrap.scss */
.table td.span4, #payments_table td.span4,
.table th.span4,
#payments_table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 2188, app/assets/stylesheets/bootstrap.scss */
.table td.span5, #payments_table td.span5,
.table th.span5,
#payments_table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 2195, app/assets/stylesheets/bootstrap.scss */
.table td.span6, #payments_table td.span6,
.table th.span6,
#payments_table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 2202, app/assets/stylesheets/bootstrap.scss */
.table td.span7, #payments_table td.span7,
.table th.span7,
#payments_table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 2209, app/assets/stylesheets/bootstrap.scss */
.table td.span8, #payments_table td.span8,
.table th.span8,
#payments_table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 2216, app/assets/stylesheets/bootstrap.scss */
.table td.span9, #payments_table td.span9,
.table th.span9,
#payments_table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 2223, app/assets/stylesheets/bootstrap.scss */
.table td.span10, #payments_table td.span10,
.table th.span10,
#payments_table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 2230, app/assets/stylesheets/bootstrap.scss */
.table td.span11, #payments_table td.span11,
.table th.span11,
#payments_table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 2237, app/assets/stylesheets/bootstrap.scss */
.table td.span12, #payments_table td.span12,
.table th.span12,
#payments_table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 2244, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.success > td, #payments_table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 2248, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.error > td, #payments_table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 2252, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.warning > td, #payments_table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 2256, app/assets/stylesheets/bootstrap.scss */
.table tbody tr.info > td, #payments_table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 2260, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.success:hover > td, #payments_table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 2264, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.error:hover > td, #payments_table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 2268, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.warning:hover > td, #payments_table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 2272, app/assets/stylesheets/bootstrap.scss */
.table-hover tbody tr.info:hover > td, #payments_table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

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

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

/* line 2312, app/assets/stylesheets/bootstrap.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2316, app/assets/stylesheets/bootstrap.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2320, app/assets/stylesheets/bootstrap.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2324, app/assets/stylesheets/bootstrap.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2328, app/assets/stylesheets/bootstrap.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2332, app/assets/stylesheets/bootstrap.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2336, app/assets/stylesheets/bootstrap.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2340, app/assets/stylesheets/bootstrap.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2344, app/assets/stylesheets/bootstrap.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2348, app/assets/stylesheets/bootstrap.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2352, app/assets/stylesheets/bootstrap.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2356, app/assets/stylesheets/bootstrap.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2360, app/assets/stylesheets/bootstrap.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2364, app/assets/stylesheets/bootstrap.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2368, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2372, app/assets/stylesheets/bootstrap.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2376, app/assets/stylesheets/bootstrap.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2380, app/assets/stylesheets/bootstrap.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2384, app/assets/stylesheets/bootstrap.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2388, app/assets/stylesheets/bootstrap.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2392, app/assets/stylesheets/bootstrap.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2396, app/assets/stylesheets/bootstrap.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2400, app/assets/stylesheets/bootstrap.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2404, app/assets/stylesheets/bootstrap.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2408, app/assets/stylesheets/bootstrap.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2412, app/assets/stylesheets/bootstrap.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2416, app/assets/stylesheets/bootstrap.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2420, app/assets/stylesheets/bootstrap.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2424, app/assets/stylesheets/bootstrap.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2428, app/assets/stylesheets/bootstrap.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2432, app/assets/stylesheets/bootstrap.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2436, app/assets/stylesheets/bootstrap.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2440, app/assets/stylesheets/bootstrap.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2444, app/assets/stylesheets/bootstrap.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2448, app/assets/stylesheets/bootstrap.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2452, app/assets/stylesheets/bootstrap.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2456, app/assets/stylesheets/bootstrap.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2460, app/assets/stylesheets/bootstrap.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2464, app/assets/stylesheets/bootstrap.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2468, app/assets/stylesheets/bootstrap.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2472, app/assets/stylesheets/bootstrap.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2476, app/assets/stylesheets/bootstrap.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2480, app/assets/stylesheets/bootstrap.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2484, app/assets/stylesheets/bootstrap.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2488, app/assets/stylesheets/bootstrap.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2492, app/assets/stylesheets/bootstrap.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2496, app/assets/stylesheets/bootstrap.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2500, app/assets/stylesheets/bootstrap.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2504, app/assets/stylesheets/bootstrap.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2508, app/assets/stylesheets/bootstrap.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2512, app/assets/stylesheets/bootstrap.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2516, app/assets/stylesheets/bootstrap.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2520, app/assets/stylesheets/bootstrap.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2524, app/assets/stylesheets/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2528, app/assets/stylesheets/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2532, app/assets/stylesheets/bootstrap.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2536, app/assets/stylesheets/bootstrap.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2540, app/assets/stylesheets/bootstrap.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2544, app/assets/stylesheets/bootstrap.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2548, app/assets/stylesheets/bootstrap.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2552, app/assets/stylesheets/bootstrap.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2556, app/assets/stylesheets/bootstrap.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2560, app/assets/stylesheets/bootstrap.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2564, app/assets/stylesheets/bootstrap.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2568, app/assets/stylesheets/bootstrap.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2572, app/assets/stylesheets/bootstrap.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2576, app/assets/stylesheets/bootstrap.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2580, app/assets/stylesheets/bootstrap.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2584, app/assets/stylesheets/bootstrap.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2588, app/assets/stylesheets/bootstrap.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2592, app/assets/stylesheets/bootstrap.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2596, app/assets/stylesheets/bootstrap.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2600, app/assets/stylesheets/bootstrap.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2604, app/assets/stylesheets/bootstrap.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2608, app/assets/stylesheets/bootstrap.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2612, app/assets/stylesheets/bootstrap.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2616, app/assets/stylesheets/bootstrap.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2620, app/assets/stylesheets/bootstrap.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2624, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2628, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2632, app/assets/stylesheets/bootstrap.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2636, app/assets/stylesheets/bootstrap.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2640, app/assets/stylesheets/bootstrap.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2644, app/assets/stylesheets/bootstrap.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2648, app/assets/stylesheets/bootstrap.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2652, app/assets/stylesheets/bootstrap.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2656, app/assets/stylesheets/bootstrap.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2660, app/assets/stylesheets/bootstrap.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2664, app/assets/stylesheets/bootstrap.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2668, app/assets/stylesheets/bootstrap.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2672, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2676, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2680, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2684, app/assets/stylesheets/bootstrap.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2688, app/assets/stylesheets/bootstrap.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2692, app/assets/stylesheets/bootstrap.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2696, app/assets/stylesheets/bootstrap.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2700, app/assets/stylesheets/bootstrap.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2704, app/assets/stylesheets/bootstrap.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2708, app/assets/stylesheets/bootstrap.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2712, app/assets/stylesheets/bootstrap.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2716, app/assets/stylesheets/bootstrap.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2720, app/assets/stylesheets/bootstrap.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2724, app/assets/stylesheets/bootstrap.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2728, app/assets/stylesheets/bootstrap.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2732, app/assets/stylesheets/bootstrap.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2736, app/assets/stylesheets/bootstrap.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2740, app/assets/stylesheets/bootstrap.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2744, app/assets/stylesheets/bootstrap.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2748, app/assets/stylesheets/bootstrap.scss */
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

/* line 2753, app/assets/stylesheets/bootstrap.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2757, app/assets/stylesheets/bootstrap.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2761, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2765, app/assets/stylesheets/bootstrap.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2769, app/assets/stylesheets/bootstrap.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2773, app/assets/stylesheets/bootstrap.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2777, app/assets/stylesheets/bootstrap.scss */
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

/* line 2782, app/assets/stylesheets/bootstrap.scss */
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

/* line 2787, app/assets/stylesheets/bootstrap.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2791, app/assets/stylesheets/bootstrap.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2795, app/assets/stylesheets/bootstrap.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2799, app/assets/stylesheets/bootstrap.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2803, app/assets/stylesheets/bootstrap.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2807, app/assets/stylesheets/bootstrap.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2811, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2815, app/assets/stylesheets/bootstrap.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2819, app/assets/stylesheets/bootstrap.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2823, app/assets/stylesheets/bootstrap.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2827, app/assets/stylesheets/bootstrap.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2831, app/assets/stylesheets/bootstrap.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2835, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2839, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2843, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2847, app/assets/stylesheets/bootstrap.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2851, app/assets/stylesheets/bootstrap.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2855, app/assets/stylesheets/bootstrap.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2859, app/assets/stylesheets/bootstrap.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2863, app/assets/stylesheets/bootstrap.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2867, app/assets/stylesheets/bootstrap.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2871, app/assets/stylesheets/bootstrap.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2875, app/assets/stylesheets/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2880, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 2884, app/assets/stylesheets/bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 2889, app/assets/stylesheets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2900, app/assets/stylesheets/bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2905, app/assets/stylesheets/bootstrap.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: #ffffff;
  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 2932, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu.pull-right, #date_start_tooltip.dropdown-menu, #date_end_tooltip.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2937, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 2947, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 2957, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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 2973, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 2989, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2995, app/assets/stylesheets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3004, app/assets/stylesheets/bootstrap.scss */
.open {
  *z-index: 1000;
}

/* line 3008, app/assets/stylesheets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3012, app/assets/stylesheets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3021, app/assets/stylesheets/bootstrap.scss */
.pull-right > .dropdown-menu, #date_start_tooltip > .dropdown-menu, #date_end_tooltip > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3026, app/assets/stylesheets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3033, app/assets/stylesheets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 3040, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu {
  position: relative;
}

/* line 3044, app/assets/stylesheets/bootstrap.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 3054, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 3058, app/assets/stylesheets/bootstrap.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 3068, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

/* line 3082, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 3086, app/assets/stylesheets/bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 3090, app/assets/stylesheets/bootstrap.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 3098, app/assets/stylesheets/bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3103, app/assets/stylesheets/bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3111, app/assets/stylesheets/bootstrap.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 3125, app/assets/stylesheets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3130, app/assets/stylesheets/bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3137, app/assets/stylesheets/bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3144, app/assets/stylesheets/bootstrap.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 3152, app/assets/stylesheets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3156, app/assets/stylesheets/bootstrap.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 3166, app/assets/stylesheets/bootstrap.scss */
.collapse.in {
  height: auto;
}

/* line 3170, app/assets/stylesheets/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #303030;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3179, app/assets/stylesheets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3188, app/assets/stylesheets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3196, app/assets/stylesheets/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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 3233, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3244, app/assets/stylesheets/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 3249, app/assets/stylesheets/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3253, app/assets/stylesheets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  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 3264, app/assets/stylesheets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3270, app/assets/stylesheets/bootstrap.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 3279, app/assets/stylesheets/bootstrap.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 3290, app/assets/stylesheets/bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3298, app/assets/stylesheets/bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3303, app/assets/stylesheets/bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3311, app/assets/stylesheets/bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3316, app/assets/stylesheets/bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3321, app/assets/stylesheets/bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3329, app/assets/stylesheets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3339, app/assets/stylesheets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3343, app/assets/stylesheets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3349, app/assets/stylesheets/bootstrap.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 3358, app/assets/stylesheets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3375, app/assets/stylesheets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 3386, app/assets/stylesheets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 3391, app/assets/stylesheets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3408, app/assets/stylesheets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 3419, app/assets/stylesheets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3424, app/assets/stylesheets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3441, app/assets/stylesheets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 3452, app/assets/stylesheets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3457, app/assets/stylesheets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3474, app/assets/stylesheets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 3485, app/assets/stylesheets/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 3490, app/assets/stylesheets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3507, app/assets/stylesheets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 3518, app/assets/stylesheets/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 3523, app/assets/stylesheets/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3540, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 3551, app/assets/stylesheets/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3556, app/assets/stylesheets/bootstrap.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3562, app/assets/stylesheets/bootstrap.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3568, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3574, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3580, app/assets/stylesheets/bootstrap.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3586, app/assets/stylesheets/bootstrap.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 3596, app/assets/stylesheets/bootstrap.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/bootstrap.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 3618, app/assets/stylesheets/bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

/* line 3629, app/assets/stylesheets/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3633, app/assets/stylesheets/bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3637, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

/* line 3643, app/assets/stylesheets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3649, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3656, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3660, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3666, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3670, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3674, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3678, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 3688, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 3698, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 3708, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 3718, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3725, app/assets/stylesheets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3730, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

/* line 3740, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

/* line 3747, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3752, app/assets/stylesheets/bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

/* line 3759, app/assets/stylesheets/bootstrap.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 3766, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3770, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 3774, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3778, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3782, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3786, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3790, app/assets/stylesheets/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 3794, app/assets/stylesheets/bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3799, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3803, app/assets/stylesheets/bootstrap.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 3809, app/assets/stylesheets/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 3814, app/assets/stylesheets/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3818, app/assets/stylesheets/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3828, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 3836, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3845, app/assets/stylesheets/bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3850, app/assets/stylesheets/bootstrap.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 3856, app/assets/stylesheets/bootstrap.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 3862, app/assets/stylesheets/bootstrap.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 3868, app/assets/stylesheets/bootstrap.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 3874, app/assets/stylesheets/bootstrap.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 3885, app/assets/stylesheets/bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 3890, app/assets/stylesheets/bootstrap.scss */
.alert h4 {
  margin: 0;
}

/* line 3894, app/assets/stylesheets/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 3901, app/assets/stylesheets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 3907, app/assets/stylesheets/bootstrap.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3911, app/assets/stylesheets/bootstrap.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 3918, app/assets/stylesheets/bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 3923, app/assets/stylesheets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 3929, app/assets/stylesheets/bootstrap.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3933, app/assets/stylesheets/bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 3938, app/assets/stylesheets/bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 3943, app/assets/stylesheets/bootstrap.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3947, app/assets/stylesheets/bootstrap.scss */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* line 3953, app/assets/stylesheets/bootstrap.scss */
.nav > li > a {
  display: block;
}

/* line 3957, app/assets/stylesheets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3963, app/assets/stylesheets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3967, app/assets/stylesheets/bootstrap.scss */
.nav > .pull-right, .nav > #date_start_tooltip, .nav > #date_end_tooltip {
  float: right;
}

/* line 3971, app/assets/stylesheets/bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3982, app/assets/stylesheets/bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3986, app/assets/stylesheets/bootstrap.scss */
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 3999, app/assets/stylesheets/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 4003, app/assets/stylesheets/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 4011, app/assets/stylesheets/bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 4016, app/assets/stylesheets/bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 4026, app/assets/stylesheets/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 4031, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4040, app/assets/stylesheets/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 4045, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 4050, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 4058, app/assets/stylesheets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4062, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 4066, app/assets/stylesheets/bootstrap.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 4076, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4081, app/assets/stylesheets/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, app/assets/stylesheets/bootstrap.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 4101, app/assets/stylesheets/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 4108, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4112, app/assets/stylesheets/bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 4116, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 4120, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4127, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 4136, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 4145, app/assets/stylesheets/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* line 4151, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 4155, app/assets/stylesheets/bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 4159, app/assets/stylesheets/bootstrap.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 4165, app/assets/stylesheets/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4171, app/assets/stylesheets/bootstrap.scss */
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

/* line 4177, app/assets/stylesheets/bootstrap.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 4185, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4189, app/assets/stylesheets/bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4194, app/assets/stylesheets/bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4199, app/assets/stylesheets/bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 4204, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 4213, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4223, app/assets/stylesheets/bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 4228, app/assets/stylesheets/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 4232, app/assets/stylesheets/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4239, app/assets/stylesheets/bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 4243, app/assets/stylesheets/bootstrap.scss */
.tab-content {
  overflow: auto;
}

/* line 4247, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 4253, app/assets/stylesheets/bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 4258, app/assets/stylesheets/bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 4263, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 4267, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 4272, app/assets/stylesheets/bootstrap.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 4278, app/assets/stylesheets/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 4284, app/assets/stylesheets/bootstrap.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 4290, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 4295, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 4302, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 4308, app/assets/stylesheets/bootstrap.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 4315, app/assets/stylesheets/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 4320, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4327, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4333, app/assets/stylesheets/bootstrap.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 4340, app/assets/stylesheets/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 4345, app/assets/stylesheets/bootstrap.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: #ffffff;
}

/* line 4352, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 4356, app/assets/stylesheets/bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/* line 4363, app/assets/stylesheets/bootstrap.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

/* line 4370, app/assets/stylesheets/bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 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;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}

/* line 4392, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4399, app/assets/stylesheets/bootstrap.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4403, app/assets/stylesheets/bootstrap.scss */
.navbar .container {
  width: auto;
}

/* line 4407, app/assets/stylesheets/bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4412, app/assets/stylesheets/bootstrap.scss */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4423, app/assets/stylesheets/bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4428, app/assets/stylesheets/bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 4434, app/assets/stylesheets/bootstrap.scss */
.navbar-link {
  color: #777777;
}

/* line 4438, app/assets/stylesheets/bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 4443, app/assets/stylesheets/bootstrap.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

/* line 4450, app/assets/stylesheets/bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4455, app/assets/stylesheets/bootstrap.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 4463, app/assets/stylesheets/bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4468, app/assets/stylesheets/bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 4475, app/assets/stylesheets/bootstrap.scss */
.navbar-form:after {
  clear: both;
}

/* line 4479, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4486, app/assets/stylesheets/bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4493, app/assets/stylesheets/bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4499, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4505, app/assets/stylesheets/bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4510, app/assets/stylesheets/bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4517, app/assets/stylesheets/bootstrap.scss */
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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 4529, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4534, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4540, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4549, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4554, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4558, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4567, app/assets/stylesheets/bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4573, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4577, app/assets/stylesheets/bootstrap.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 4584, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4588, app/assets/stylesheets/bootstrap.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 4594, app/assets/stylesheets/bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4602, app/assets/stylesheets/bootstrap.scss */
.navbar .nav.pull-right, .navbar #date_start_tooltip.nav, .navbar #date_end_tooltip.nav {
  float: right;
  margin-right: 0;
}

/* line 4607, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li {
  float: left;
}

/* line 4611, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 4619, app/assets/stylesheets/bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4623, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4641, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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 4666, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4677, app/assets/stylesheets/bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 4682, app/assets/stylesheets/bootstrap.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 4695, app/assets/stylesheets/bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

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

/* line 4711, app/assets/stylesheets/bootstrap.scss */
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 4722, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 4730, app/assets/stylesheets/bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 4737, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4743, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

/* line 4750, app/assets/stylesheets/bootstrap.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 4755, app/assets/stylesheets/bootstrap.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: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar #date_start_tooltip > li > .dropdown-menu, .navbar #date_end_tooltip > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .nav > li > #date_start_tooltip.dropdown-menu,
.navbar .nav > li > #date_end_tooltip.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 4768, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar #date_start_tooltip > li > .dropdown-menu:before, .navbar #date_end_tooltip > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .nav > li > #date_start_tooltip.dropdown-menu:before,
.navbar .nav > li > #date_end_tooltip.dropdown-menu:before {
  right: 12px;
  left: auto;
}

/* line 4774, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar #date_start_tooltip > li > .dropdown-menu:after, .navbar #date_end_tooltip > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .nav > li > .pull-right.payment-refunds-container:after,
.navbar .nav > li > .pull-right.payment-refund-form-container:after,
.navbar .nav > li > .payment-refund-form-container.payment-refunds-container:after,
.navbar .nav > li > .pull-right.payment-card-container:after,
.navbar .nav > li > .payment-card-container.payment-refunds-container:after,
.navbar .nav > li > .payment-card-container.payment-refund-form-container:after,
.navbar .nav > li > #date_start_tooltip.dropdown-menu:after,
.navbar .nav > li > #date_start_tooltip.payment-refunds-container:after,
.navbar .nav > li > #date_start_tooltip.payment-refund-form-container:after,
.navbar .nav > li > #date_start_tooltip.payment-card-container:after,
.navbar .nav > li > #date_end_tooltip.dropdown-menu:after,
.navbar .nav > li > #date_end_tooltip.payment-refunds-container:after,
.navbar .nav > li > #date_end_tooltip.payment-refund-form-container:after,
.navbar .nav > li > #date_end_tooltip.payment-card-container:after {
  right: 13px;
  left: auto;
}

/* line 4780, app/assets/stylesheets/bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar #date_start_tooltip > li > .dropdown-menu .dropdown-menu, .navbar #date_end_tooltip > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .nav > li > #date_start_tooltip.dropdown-menu .dropdown-menu,
.navbar .nav > li > #date_end_tooltip.dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 4791, app/assets/stylesheets/bootstrap.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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* line 4803, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4809, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 4816, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 4820, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4824, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* line 4830, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 4837, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4841, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 4846, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

/* line 4851, app/assets/stylesheets/bootstrap.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 {
  color: #ffffff;
  background-color: #111111;
}

/* line 4858, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4864, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4869, app/assets/stylesheets/bootstrap.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: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4876, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 4889, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 4893, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 4897, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 4901, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

/* line 4914, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  border-color: #040404 #040404 #000000;
  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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4931, app/assets/stylesheets/bootstrap.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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 4942, app/assets/stylesheets/bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 4947, app/assets/stylesheets/bootstrap.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 4957, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 4964, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4969, app/assets/stylesheets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4973, app/assets/stylesheets/bootstrap.scss */
.pagination {
  margin: 20px 0;
}

/* line 4977, app/assets/stylesheets/bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -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 4991, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li {
  display: inline;
}

/* line 4995, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 5006, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 5013, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 5019, app/assets/stylesheets/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5039, app/assets/stylesheets/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 5049, app/assets/stylesheets/bootstrap.scss */
.pagination-centered {
  text-align: center;
}

/* line 5053, app/assets/stylesheets/bootstrap.scss */
.pagination-right {
  text-align: right;
}

/* line 5057, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 5063, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

/* line 5073, app/assets/stylesheets/bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

/* line 5083, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

/* line 5095, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 5107, app/assets/stylesheets/bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 5113, app/assets/stylesheets/bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 5119, app/assets/stylesheets/bootstrap.scss */
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/* line 5126, app/assets/stylesheets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5133, app/assets/stylesheets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5137, app/assets/stylesheets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5141, app/assets/stylesheets/bootstrap.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 5152, app/assets/stylesheets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5158, app/assets/stylesheets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5163, app/assets/stylesheets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5168, app/assets/stylesheets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* line 5177, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5187, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5191, app/assets/stylesheets/bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5197, app/assets/stylesheets/bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 5220, app/assets/stylesheets/bootstrap.scss */
.modal.fade {
  top: -25%;
  -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;
}

/* line 5228, app/assets/stylesheets/bootstrap.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5232, app/assets/stylesheets/bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5237, app/assets/stylesheets/bootstrap.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5241, app/assets/stylesheets/bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 5246, app/assets/stylesheets/bootstrap.scss */
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

/* line 5253, app/assets/stylesheets/bootstrap.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 5257, app/assets/stylesheets/bootstrap.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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 5272, app/assets/stylesheets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5279, app/assets/stylesheets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5283, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5288, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5292, app/assets/stylesheets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5296, app/assets/stylesheets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5307, app/assets/stylesheets/bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 5312, app/assets/stylesheets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5317, app/assets/stylesheets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5322, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5327, app/assets/stylesheets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5332, app/assets/stylesheets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5344, app/assets/stylesheets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5352, app/assets/stylesheets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5360, app/assets/stylesheets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5368, app/assets/stylesheets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5376, app/assets/stylesheets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5384, app/assets/stylesheets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  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 5408, app/assets/stylesheets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5412, app/assets/stylesheets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5416, app/assets/stylesheets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5420, app/assets/stylesheets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5424, app/assets/stylesheets/bootstrap.scss */
.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 5437, app/assets/stylesheets/bootstrap.scss */
.popover-title:empty {
  display: none;
}

/* line 5441, app/assets/stylesheets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5445, app/assets/stylesheets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5455, app/assets/stylesheets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5459, app/assets/stylesheets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5464, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5473, app/assets/stylesheets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

/* line 5480, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5489, app/assets/stylesheets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

/* line 5496, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5505, app/assets/stylesheets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

/* line 5512, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

/* line 5528, app/assets/stylesheets/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 5534, app/assets/stylesheets/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 5541, app/assets/stylesheets/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

/* line 5545, app/assets/stylesheets/bootstrap.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 5549, app/assets/stylesheets/bootstrap.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 5555, app/assets/stylesheets/bootstrap.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 5572, app/assets/stylesheets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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 5580, app/assets/stylesheets/bootstrap.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5587, app/assets/stylesheets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 5592, app/assets/stylesheets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 5599, app/assets/stylesheets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5604, app/assets/stylesheets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5608, app/assets/stylesheets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5612, app/assets/stylesheets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5616, app/assets/stylesheets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5620, app/assets/stylesheets/bootstrap.scss */
.media > .pull-right, .media > #date_start_tooltip, .media > #date_end_tooltip {
  margin-left: 10px;
}

/* line 5624, app/assets/stylesheets/bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 5629, app/assets/stylesheets/bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* line 5643, app/assets/stylesheets/bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5649, app/assets/stylesheets/bootstrap.scss */
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 5657, app/assets/stylesheets/bootstrap.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 5662, app/assets/stylesheets/bootstrap.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5671, app/assets/stylesheets/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 5676, app/assets/stylesheets/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 5681, app/assets/stylesheets/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 5686, app/assets/stylesheets/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 5691, app/assets/stylesheets/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 5696, app/assets/stylesheets/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 5701, app/assets/stylesheets/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 5706, app/assets/stylesheets/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 5711, app/assets/stylesheets/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 5716, app/assets/stylesheets/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 5721, app/assets/stylesheets/bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5727, app/assets/stylesheets/bootstrap.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 5751, app/assets/stylesheets/bootstrap.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5754, app/assets/stylesheets/bootstrap.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 5777, app/assets/stylesheets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}

/* line 5797, app/assets/stylesheets/bootstrap.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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 5825, app/assets/stylesheets/bootstrap.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 5831, app/assets/stylesheets/bootstrap.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 5844, app/assets/stylesheets/bootstrap.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 5852, app/assets/stylesheets/bootstrap.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 5864, app/assets/stylesheets/bootstrap.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 5874, app/assets/stylesheets/bootstrap.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 5886, app/assets/stylesheets/bootstrap.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 5896, app/assets/stylesheets/bootstrap.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 5908, app/assets/stylesheets/bootstrap.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 5918, app/assets/stylesheets/bootstrap.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 5930, app/assets/stylesheets/bootstrap.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 5940, app/assets/stylesheets/bootstrap.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 5944, app/assets/stylesheets/bootstrap.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5952, app/assets/stylesheets/bootstrap.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5956, app/assets/stylesheets/bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 5965, app/assets/stylesheets/bootstrap.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 5970, app/assets/stylesheets/bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5976, app/assets/stylesheets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5982, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 5991, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5997, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6003, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6007, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6014, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6018, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6022, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6027, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6031, app/assets/stylesheets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6035, app/assets/stylesheets/bootstrap.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6056, app/assets/stylesheets/bootstrap.scss */
.carousel-control.right {
  right: 15px;
  left: auto;
}

/* line 6061, app/assets/stylesheets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6069, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 6078, app/assets/stylesheets/bootstrap.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 6090, app/assets/stylesheets/bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 6104, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

/* line 6110, app/assets/stylesheets/bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6114, app/assets/stylesheets/bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6118, app/assets/stylesheets/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 6131, app/assets/stylesheets/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

/* line 6139, app/assets/stylesheets/bootstrap.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 6143, app/assets/stylesheets/bootstrap.scss */
.pull-right, #date_start_tooltip, #date_end_tooltip {
  float: right;
}

/* line 6147, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left;
}

/* line 6151, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none;
}

/* line 6155, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block;
}

/* line 6159, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6163, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 6167, app/assets/stylesheets/bootstrap.scss */
.d-inline-block {
  display: inline-block;
}

/* line 6171, app/assets/stylesheets/bootstrap.scss */
.d-none {
  display: none;
}

/* line 12, app/assets/stylesheets/dashboard/payments.scss */
#payments_pagination_bar {
  margin-top: 5px;
  float: right;
}

/* line 24, app/assets/stylesheets/dashboard/payments.scss */
tr.fee_voided td.amount {
  text-decoration: line-through;
}

/* line 28, app/assets/stylesheets/dashboard/payments.scss */
#refund_info {
  margin-bottom: 10px;
  min-height: 1.5em;
}

/* line 33, app/assets/stylesheets/dashboard/payments.scss */
.dash_payment_amount_field {
  width: 178px;
}

/* line 37, app/assets/stylesheets/dashboard/payments.scss */
.input-prepend > .field_with_errors {
  display: inline;
}

/* line 43, app/assets/stylesheets/dashboard/payments.scss */
.payment-container, .payment-refunds-container:after, .payment-refunds-container, .payment-refund-form-container:after, .payment-refund-form-container, .payment-card-container:after, .payment-card-container {
  position: relative;
  margin: 0 0 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 53, app/assets/stylesheets/dashboard/payments.scss */
.payment-container .response-msg, .payment-refunds-container:after .response-msg, .payment-refunds-container .response-msg, .payment-refund-form-container:after .response-msg, .payment-refund-form-container .response-msg, .payment-card-container:after .response-msg, .payment-card-container .response-msg {
  height: fit-content;
}

/* line 56, app/assets/stylesheets/dashboard/payments.scss */
.payment-container .response-msg .alert, .payment-refunds-container:after .response-msg .alert, .payment-refunds-container .response-msg .alert, .payment-refund-form-container:after .response-msg .alert, .payment-refund-form-container .response-msg .alert, .payment-card-container:after .response-msg .alert, .payment-card-container .response-msg .alert {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/dashboard/payments.scss */
.payment-container:after, .payment-refunds-container:after, .payment-refund-form-container:after, .payment-card-container:after {
  content: "Payment Information";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #444;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  width: 97%;
}

/* line 79, app/assets/stylesheets/dashboard/payments.scss */
.payment-container .row-fluid:not(:last-child), .payment-refunds-container:after .row-fluid:not(:last-child), .payment-refunds-container .row-fluid:not(:last-child), .payment-refund-form-container:after .row-fluid:not(:last-child), .payment-refund-form-container .row-fluid:not(:last-child), .payment-card-container:after .row-fluid:not(:last-child), .payment-card-container .row-fluid:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 87, app/assets/stylesheets/dashboard/payments.scss */
.payment-card-container:after {
  content: "Credit Card Information";
}

/* line 96, app/assets/stylesheets/dashboard/payments.scss */
.payment-refund-form-container:after {
  content: "Issue Refund";
}

/* line 105, app/assets/stylesheets/dashboard/payments.scss */
.payment-refunds-container:after {
  content: "Refund";
}

/* line 111, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-title {
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body {
  padding-left: 0.75rem;
}

/* line 118, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body a {
  color: #333333;
}

/* line 121, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body a:hover, .payment-info-body a:focus {
  color: #333333;
  text-decoration: none;
}

/* line 127, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body #source, .payment-info-body #type {
  width: 100%;
}

/* line 131, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body #timezone {
  width: 160px;
}

/* line 135, app/assets/stylesheets/dashboard/payments.scss */
.payment-info-body .rdt {
  display: inline-block;
  margin-right: 10px;
}
/* line 5, app/assets/stylesheets/dashboard/print_jobs.scss */
#print_jobs .button_to {
  margin: 0px;
  display: inline;
}
/* line 1, app/assets/stylesheets/dashboard/processable_event_pipeline/_disapproval_modal.scss */
#disapprove_modal {
  font-size: 0.85em;
  overflow-y: scroll;
}

/* line 5, app/assets/stylesheets/dashboard/processable_event_pipeline/_disapproval_modal.scss */
#disapprove_modal thead {
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/dashboard/processable_event_pipeline/_disapproval_modal.scss */
#disapprove_modal select {
  height: 20px;
  line-height: 20px;
  font-size: 0.85em;
}
/* line 3, app/assets/stylesheets/dashboard/processable_event_pipeline/_event_view.scss */
.left-float-button {
  display: inline-block;
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/dashboard/processable_event_pipeline/_event_view.scss */
.controls-container {
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/dashboard/processable_event_pipeline/_event_view.scss */
.completion-controls {
  float: right;
}

/* line 16, app/assets/stylesheets/dashboard/processable_event_pipeline/_event_view.scss */
.event_info th {
  text-align: center;
}

/* line 20, app/assets/stylesheets/dashboard/processable_event_pipeline/_event_view.scss */
.event_info td {
  text-align: center;
}
/* line 1, app/assets/stylesheets/dashboard/processable_event_pipeline/_list_view.scss */
.processable-event-list th {
  text-align: center;
}

/* line 5, app/assets/stylesheets/dashboard/processable_event_pipeline/_list_view.scss */
.processable-event-list td {
  text-align: center;
}
/* line 1, app/assets/stylesheets/dashboard/qa_processable_event_pipeline.scss */
.processable-event-list th {
  text-align: center !important;
  vertical-align: bottom !important;
}

/* line 6, app/assets/stylesheets/dashboard/qa_processable_event_pipeline.scss */
.processable-event-list td {
  text-align: center !important;
  vertical-align: middle !important;
}

/* line 11, app/assets/stylesheets/dashboard/qa_processable_event_pipeline.scss */
.processable-event-list tbody {
  border: 1px solid #ddd;
}

/* line 15, app/assets/stylesheets/dashboard/qa_processable_event_pipeline.scss */
.processable-event-list a {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/dashboard/qa_processable_event_pipeline.scss */
.qa-violation-col {
  width: 70%;
  text-align: right;
  margin: auto;
}
/* line 3, app/assets/stylesheets/dashboard/quad_view/_controls.scss */
.quad-view-editor-controls {
  clear: both;
  display: inline-flex;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  width: 170px;
  min-height: 70px;
  padding: 10px 5px 5px 5px;
}

/* line 13, app/assets/stylesheets/dashboard/quad_view/_controls.scss */
.quad-view-editor-controls button {
  width: 170px;
  margin-bottom: 0.5em;
}
/* line 3, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers {
  float: right;
  height: 362px;
  padding: 0px 5px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers .image-container {
  height: 85px;
  width: 170px;
  background-color: black;
}

/* line 14, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
#image-grab-containers .image-container .image-cap {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 23, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
.screen-grab-btn {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 5px 0px !important;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

/* line 28, app/assets/stylesheets/dashboard/quad_view/_image_caps.scss */
.screen-grab-btn:last-child {
  margin-bottom: 0 !important;
}
/* line 3, app/assets/stylesheets/dashboard/quad_view/_index.scss */
#quad_view_editor_container video {
  float: left;
  background-color: black;
}

/* line 7, app/assets/stylesheets/dashboard/quad_view/_index.scss */
#quad_view_editor_container:after {
  content: "";
  clear: both;
}

/* line 13, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video_editor {
  background-color: #F5F5F5;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video_players {
  width: 760px;
  float: left;
}

/* line 24, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video {
  height: 95px;
  width: 190px;
  display: inline;
}

/* line 30, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder {
  height: 90px;
  width: 190px;
  display: inline;
  float: left;
  line-height: 90px;
  background-color: black;
  text-align: center;
}

/* line 38, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder.selected {
  border: 1px solid #5bb75b;
  background-color: #000000;
  width: 188px;
  height: 88px;
}

/* line 44, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder.unavailable {
  border: 2px solid #953b39;
  background-color: #000000;
  color: #953b39;
  width: 186px;
  height: 86px;
}

/* line 51, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.peripheral-video-place-holder .place-holder-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
}

/* line 61, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls {
  clear: both;
  padding-top: 10px;
  display: inline-flex;
  float: left;
  flex-direction: row;
  flex: 1;
  height: 90px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 740px;
  padding: 20px 10px 10px;
  background-color: black;
}

/* line 74, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls div#seek-bar {
  height: 0.5em;
  border: none;
  width: 760px;
}

/* line 79, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .video-time-slider {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

/* line 83, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls {
  width: 75px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 1.5em;
  color: white;
}

/* line 92, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls .video-player-controls-play, .video-controls .time-controls .video-player-controls-time {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .time-controls .video-player-controls-playback-rates {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 104, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .video-player-controls-mode {
  display: inline-block;
  width: 150px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 1.5em;
  align-self: center;
}

/* line 114, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .custom-slider-line {
  width: 3px !important;
  height: 10px !important;
  background-color: red !important;
}

/* line 120, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls .custom-slider-label-text {
  padding-top: 12px;
  display: block;
}

/* line 125, app/assets/stylesheets/dashboard/quad_view/_index.scss */
.video-controls span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 100%;
  margin-top: -4px;
}
/* line 3, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quadrant-left, .quadrant-right {
  max-height: 135px;
  max-width: 285px;
  height: 135px;
  width: 285px;
  display: inline-block;
  background-color: #0044cc;
  overflow: hidden;
  margin: -3px 0px -4px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 15, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quad-video-container {
  max-width: 570px;
  max-height: 270px;
  height: 270px;
  width: 570px;
  background: #ffffff;
  float: left;
  font-size: 0;
}

/* line 25, app/assets/stylesheets/dashboard/quad_view_player/_index.scss */
.quadrant-selected {
  border: 1px solid #953b39;
  max-height: 133px;
  max-width: 283px;
  height: 133px;
  width: 283px;
}
/* line 1, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.content-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.review-video {
  width: 640px;
  height: 480px;
  padding-left: 20px;
}

/* line 11, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewer-controls {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}

/* line 18, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewer-video {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.user-info {
  padding: 10px 0px 0px 0px;
}

/* line 27, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.event-info {
  padding: 10px 0px 0px 0px;
}

/* line 31, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.video-container {
  padding: 10px 0px 0px 0px;
}

/* line 39, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.violation-count {
  padding: 15px 0px 15px 0px;
}

/* line 43, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.violation-count {
  padding: 5px 0px 5px 0px;
}

/* line 47, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.unreviewable-section {
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}

/* line 54, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.has-error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 59, app/assets/stylesheets/dashboard/reviewable_event_pipeline/review_page.scss */
.reviewable-controls {
  display: inline-block;
}
/* line 10, app/assets/stylesheets/dashboard/users.scss */
#account_status .btn {
  vertical-align: middle;
}

/* line 17, app/assets/stylesheets/dashboard/users.scss */
#user_edit_btn_block {
  margin: 0px;
}

/* line 21, app/assets/stylesheets/dashboard/users.scss */
.user-roles-field, .user-field-second, .user-field-first {
  width: fit-content;
}

/* line 25, app/assets/stylesheets/dashboard/users.scss */
.user-field-first {
  margin-left: auto;
  margin-right: 0.5rem;
}

/* line 31, app/assets/stylesheets/dashboard/users.scss */
.user-field-second {
  margin-right: auto;
  margin-left: 0.5rem;
}

/* line 37, app/assets/stylesheets/dashboard/users.scss */
.user-roles-field {
  margin-left: auto;
  margin-right: auto;
}

/* line 43, app/assets/stylesheets/dashboard/users.scss */
.user-roles-field > label {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/dashboard/users.scss */
.user-roles-field a {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/dashboard/users.scss */
.user-field-partner-select {
  display: block !important;
  height: 300px !important;
  width: 100% !important;
}

/* line 59, app/assets/stylesheets/dashboard/users.scss */
.user-roles-sidebar {
  background-color: #eee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #ddd;
}

/* line 66, app/assets/stylesheets/dashboard/users.scss */
.user-btn-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/* line 72, app/assets/stylesheets/dashboard/users.scss */
.user-field-row {
  margin-top: 1rem;
}

/* line 76, app/assets/stylesheets/dashboard/users.scss */
.user-enabled-label {
  text-align: center;
}

/* line 80, app/assets/stylesheets/dashboard/users.scss */
.user-enabled-button {
  margin-top: 1rem;
}

/* line 84, app/assets/stylesheets/dashboard/users.scss */
.users-nav-links {
  line-height: 30px;
}

/* line 88, app/assets/stylesheets/dashboard/users.scss */
.error-list {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 93, app/assets/stylesheets/dashboard/users.scss */
.divider {
  padding: 0 10px;
  color: #999;
  cursor: default;
}

/* line 99, app/assets/stylesheets/dashboard/users.scss */
#approver-badge-upload {
  display: none;
}

/* line 103, app/assets/stylesheets/dashboard/users.scss */
.approver-badge-preview-label {
  display: block;
  margin-bottom: 1.5rem;
}

/* line 108, app/assets/stylesheets/dashboard/users.scss */
.approver-badge-no-image {
  font-weight: bold;
  font-style: italic;
}

/* line 113, app/assets/stylesheets/dashboard/users.scss */
.required-form-field {
  color: red;
  font-size: 18px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -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);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: auto;
	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: 10052;
	margin: 0;
}

.ui-timepicker-wrapper .ui-timepicker-list li {
    padding-right: 20px;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.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;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}
/*
 * This is a manifest file that'll be compiled into application.css, which will
 * include all the files listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets,
 * vendor/assets/stylesheets, or vendor/assets/stylesheets of plugins, if any,
 * can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear
 * at the top of the compiled file, but it's generally better to create a new
 * file per style scope.
 *





 */

