/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../../app/assets/stylesheets/bootstrap.css.erb */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 14, ../../app/assets/stylesheets/bootstrap.css.erb */
body {
  margin: 0;
}

/* line 17, ../../app/assets/stylesheets/bootstrap.css.erb */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 32, ../../app/assets/stylesheets/bootstrap.css.erb */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 39, ../../app/assets/stylesheets/bootstrap.css.erb */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 43, ../../app/assets/stylesheets/bootstrap.css.erb */
[hidden],
template {
  display: none;
}

/* line 47, ../../app/assets/stylesheets/bootstrap.css.erb */
a {
  background-color: transparent;
}

/* line 50, ../../app/assets/stylesheets/bootstrap.css.erb */
a:active,
a:hover {
  outline: 0;
}

/* line 54, ../../app/assets/stylesheets/bootstrap.css.erb */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, ../../app/assets/stylesheets/bootstrap.css.erb */
b,
strong {
  font-weight: bold;
}

/* line 61, ../../app/assets/stylesheets/bootstrap.css.erb */
dfn {
  font-style: italic;
}

/* line 64, ../../app/assets/stylesheets/bootstrap.css.erb */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 68, ../../app/assets/stylesheets/bootstrap.css.erb */
mark {
  color: #000;
  background: #ff0;
}

/* line 72, ../../app/assets/stylesheets/bootstrap.css.erb */
small {
  font-size: 80%;
}

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

/* line 82, ../../app/assets/stylesheets/bootstrap.css.erb */
sup {
  top: -.5em;
}

/* line 85, ../../app/assets/stylesheets/bootstrap.css.erb */
sub {
  bottom: -.25em;
}

/* line 88, ../../app/assets/stylesheets/bootstrap.css.erb */
img {
  border: 0;
}

/* line 91, ../../app/assets/stylesheets/bootstrap.css.erb */
svg:not(:root) {
  overflow: hidden;
}

/* line 94, ../../app/assets/stylesheets/bootstrap.css.erb */
figure {
  margin: 1em 40px;
}

/* line 97, ../../app/assets/stylesheets/bootstrap.css.erb */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 103, ../../app/assets/stylesheets/bootstrap.css.erb */
pre {
  overflow: auto;
}

/* line 106, ../../app/assets/stylesheets/bootstrap.css.erb */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 113, ../../app/assets/stylesheets/bootstrap.css.erb */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 122, ../../app/assets/stylesheets/bootstrap.css.erb */
button {
  overflow: visible;
}

/* line 125, ../../app/assets/stylesheets/bootstrap.css.erb */
button,
select {
  text-transform: none;
}

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

/* line 136, ../../app/assets/stylesheets/bootstrap.css.erb */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/* line 145, ../../app/assets/stylesheets/bootstrap.css.erb */
input {
  line-height: normal;
}

/* line 148, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 155, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/* line 169, ../../app/assets/stylesheets/bootstrap.css.erb */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 174, ../../app/assets/stylesheets/bootstrap.css.erb */
legend {
  padding: 0;
  border: 0;
}

/* line 178, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea {
  overflow: auto;
}

/* line 181, ../../app/assets/stylesheets/bootstrap.css.erb */
optgroup {
  font-weight: bold;
}

/* line 184, ../../app/assets/stylesheets/bootstrap.css.erb */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 188, ../../app/assets/stylesheets/bootstrap.css.erb */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 194, ../../app/assets/stylesheets/bootstrap.css.erb */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 203, ../../app/assets/stylesheets/bootstrap.css.erb */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 207, ../../app/assets/stylesheets/bootstrap.css.erb */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 210, ../../app/assets/stylesheets/bootstrap.css.erb */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 213, ../../app/assets/stylesheets/bootstrap.css.erb */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 217, ../../app/assets/stylesheets/bootstrap.css.erb */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 223, ../../app/assets/stylesheets/bootstrap.css.erb */
  thead {
    display: table-header-group;
  }

  /* line 226, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 230, ../../app/assets/stylesheets/bootstrap.css.erb */
  img {
    max-width: 100% !important;
  }

  /* line 233, ../../app/assets/stylesheets/bootstrap.css.erb */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 239, ../../app/assets/stylesheets/bootstrap.css.erb */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 243, ../../app/assets/stylesheets/bootstrap.css.erb */
  select {
    background: #fff !important;
  }

  /* line 246, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar {
    display: none;
  }

  /* line 249, ../../app/assets/stylesheets/bootstrap.css.erb */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 253, ../../app/assets/stylesheets/bootstrap.css.erb */
  .label {
    border: 1px solid #000;
  }

  /* line 256, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table {
    border-collapse: collapse !important;
  }

  /* line 259, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 263, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-d87aeb6cef41a6551faac1ffe60806b8.eot);
  src: url("/assets/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/glyphicons-halflings-regular-55d318ab086b11d4513a6d65e67d7648.woff2") format("woff2"), url("/assets/glyphicons-halflings-regular-78adb314cf4ed8c091d6b14faabe38eb.woff") format("woff"), url("/assets/glyphicons-halflings-regular-2af0bd7cb4498b8975a3d454878a267d.ttf") format("truetype"), url("/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 274, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 286, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 289, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 292, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 296, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 299, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 302, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 305, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 308, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 311, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-music:before {
  content: "\e002";
}

/* line 314, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-search:before {
  content: "\e003";
}

/* line 317, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 320, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-star:before {
  content: "\e006";
}

/* line 323, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 326, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-user:before {
  content: "\e008";
}

/* line 329, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-film:before {
  content: "\e009";
}

/* line 332, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 335, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-th:before {
  content: "\e011";
}

/* line 338, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 341, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 344, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 347, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 350, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 353, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-off:before {
  content: "\e017";
}

/* line 356, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 359, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 362, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 365, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-home:before {
  content: "\e021";
}

/* line 368, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-file:before {
  content: "\e022";
}

/* line 371, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-time:before {
  content: "\e023";
}

/* line 374, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-road:before {
  content: "\e024";
}

/* line 377, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 380, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-download:before {
  content: "\e026";
}

/* line 383, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 386, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 389, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 392, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 395, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 398, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 401, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 404, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 407, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 410, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 413, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 416, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 419, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 422, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 425, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 428, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 431, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-book:before {
  content: "\e043";
}

/* line 434, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 437, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-print:before {
  content: "\e045";
}

/* line 440, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 443, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-font:before {
  content: "\e047";
}

/* line 446, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 449, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 452, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 455, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 458, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 461, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 464, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 467, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 470, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-list:before {
  content: "\e056";
}

/* line 473, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 476, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 479, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 482, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 485, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 488, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 491, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 494, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 497, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-share:before {
  content: "\e066";
}

/* line 500, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-check:before {
  content: "\e067";
}

/* line 503, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-move:before {
  content: "\e068";
}

/* line 506, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 509, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 512, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 515, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-play:before {
  content: "\e072";
}

/* line 518, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 521, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 524, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 527, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 530, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 533, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 536, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 539, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 542, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 545, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 548, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 551, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 554, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 557, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 560, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 563, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 566, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 569, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 572, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 575, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 578, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 581, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 584, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 587, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 590, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 593, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 596, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 599, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 602, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 605, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 608, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 611, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 614, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 617, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 620, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-random:before {
  content: "\e110";
}

/* line 623, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 626, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 629, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 632, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 635, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 638, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 641, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 644, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 647, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 650, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 653, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 656, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 659, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 662, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 665, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 668, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 671, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 674, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 677, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 680, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 683, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 686, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 689, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 692, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 695, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 698, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 701, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 704, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 707, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 710, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 713, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 716, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 719, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 722, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-link:before {
  content: "\e144";
}

/* line 725, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 728, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 731, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 734, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 737, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 740, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 743, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 746, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 749, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 752, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 755, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 758, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 761, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 764, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 767, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 770, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 773, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 776, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 779, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 782, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-record:before {
  content: "\e165";
}

/* line 785, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-save:before {
  content: "\e166";
}

/* line 788, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-open:before {
  content: "\e167";
}

/* line 791, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 794, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-import:before {
  content: "\e169";
}

/* line 797, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-export:before {
  content: "\e170";
}

/* line 800, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-send:before {
  content: "\e171";
}

/* line 803, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 806, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 809, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 812, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 815, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 818, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 821, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 824, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 827, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-header:before {
  content: "\e180";
}

/* line 830, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 833, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 836, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 839, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 842, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 845, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 848, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 851, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 854, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 857, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 860, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 863, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 866, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 869, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 872, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 875, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 878, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 881, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 884, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 887, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 890, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 893, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 896, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 899, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 902, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 905, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 908, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 911, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-king:before {
  content: "\e211";
}

/* line 914, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 917, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 920, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 923, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 926, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 929, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 932, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 935, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 938, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 941, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 944, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 947, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 950, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 953, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 956, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 959, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 962, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 965, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 968, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 971, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 974, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 977, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-education:before {
  content: "\e233";
}

/* line 980, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 983, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 986, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 989, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 992, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 995, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 998, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1001, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1004, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1007, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1010, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1013, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1016, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1019, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1022, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1025, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1028, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1031, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1034, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1037, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1040, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1043, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1046, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1049, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1052, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1055, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1058, ../../app/assets/stylesheets/bootstrap.css.erb */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1061, ../../app/assets/stylesheets/bootstrap.css.erb */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1066, ../../app/assets/stylesheets/bootstrap.css.erb */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1072, ../../app/assets/stylesheets/bootstrap.css.erb */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1077, ../../app/assets/stylesheets/bootstrap.css.erb */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1084, ../../app/assets/stylesheets/bootstrap.css.erb */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1092, ../../app/assets/stylesheets/bootstrap.css.erb */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1096, ../../app/assets/stylesheets/bootstrap.css.erb */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1101, ../../app/assets/stylesheets/bootstrap.css.erb */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1106, ../../app/assets/stylesheets/bootstrap.css.erb */
figure {
  margin: 0;
}

/* line 1109, ../../app/assets/stylesheets/bootstrap.css.erb */
img {
  vertical-align: middle;
}

/* line 1112, ../../app/assets/stylesheets/bootstrap.css.erb */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1121, ../../app/assets/stylesheets/bootstrap.css.erb */
.img-rounded {
  border-radius: 6px;
}

/* line 1124, ../../app/assets/stylesheets/bootstrap.css.erb */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1137, ../../app/assets/stylesheets/bootstrap.css.erb */
.img-circle {
  border-radius: 50%;
}

/* line 1140, ../../app/assets/stylesheets/bootstrap.css.erb */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1146, ../../app/assets/stylesheets/bootstrap.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1156, ../../app/assets/stylesheets/bootstrap.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1165, ../../app/assets/stylesheets/bootstrap.css.erb */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1182, ../../app/assets/stylesheets/bootstrap.css.erb */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1210, ../../app/assets/stylesheets/bootstrap.css.erb */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1219, ../../app/assets/stylesheets/bootstrap.css.erb */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1233, ../../app/assets/stylesheets/bootstrap.css.erb */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1242, ../../app/assets/stylesheets/bootstrap.css.erb */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1256, ../../app/assets/stylesheets/bootstrap.css.erb */
h1,
.h1 {
  font-size: 36px;
}

/* line 1260, ../../app/assets/stylesheets/bootstrap.css.erb */
h2,
.h2 {
  font-size: 30px;
}

/* line 1264, ../../app/assets/stylesheets/bootstrap.css.erb */
h3,
.h3 {
  font-size: 24px;
}

/* line 1268, ../../app/assets/stylesheets/bootstrap.css.erb */
h4,
.h4 {
  font-size: 18px;
}

/* line 1272, ../../app/assets/stylesheets/bootstrap.css.erb */
h5,
.h5 {
  font-size: 14px;
}

/* line 1276, ../../app/assets/stylesheets/bootstrap.css.erb */
h6,
.h6 {
  font-size: 12px;
}

/* line 1280, ../../app/assets/stylesheets/bootstrap.css.erb */
p {
  margin: 0 0 10px;
}

/* line 1283, ../../app/assets/stylesheets/bootstrap.css.erb */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1290, ../../app/assets/stylesheets/bootstrap.css.erb */
  .lead {
    font-size: 21px;
  }
}
/* line 1294, ../../app/assets/stylesheets/bootstrap.css.erb */
small,
.small {
  font-size: 85%;
}

/* line 1298, ../../app/assets/stylesheets/bootstrap.css.erb */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1303, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-left {
  text-align: left;
}

/* line 1306, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-right {
  text-align: right;
}

/* line 1309, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-center {
  text-align: center;
}

/* line 1312, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-justify {
  text-align: justify;
}

/* line 1315, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-nowrap {
  white-space: nowrap;
}

/* line 1318, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1321, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1324, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1327, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-muted {
  color: #777;
}

/* line 1330, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-primary {
  color: #337ab7;
}

/* line 1333, ../../app/assets/stylesheets/bootstrap.css.erb */
a.text-primary:hover {
  color: #286090;
}

/* line 1336, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-success {
  color: #3c763d;
}

/* line 1339, ../../app/assets/stylesheets/bootstrap.css.erb */
a.text-success:hover {
  color: #2b542c;
}

/* line 1342, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-info {
  color: #31708f;
}

/* line 1345, ../../app/assets/stylesheets/bootstrap.css.erb */
a.text-info:hover {
  color: #245269;
}

/* line 1348, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-warning {
  color: #8a6d3b;
}

/* line 1351, ../../app/assets/stylesheets/bootstrap.css.erb */
a.text-warning:hover {
  color: #66512c;
}

/* line 1354, ../../app/assets/stylesheets/bootstrap.css.erb */
.text-danger {
  color: #a94442;
}

/* line 1357, ../../app/assets/stylesheets/bootstrap.css.erb */
a.text-danger:hover {
  color: #843534;
}

/* line 1360, ../../app/assets/stylesheets/bootstrap.css.erb */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1364, ../../app/assets/stylesheets/bootstrap.css.erb */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 1367, ../../app/assets/stylesheets/bootstrap.css.erb */
.bg-success {
  background-color: #dff0d8;
}

/* line 1370, ../../app/assets/stylesheets/bootstrap.css.erb */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1373, ../../app/assets/stylesheets/bootstrap.css.erb */
.bg-info {
  background-color: #d9edf7;
}

/* line 1376, ../../app/assets/stylesheets/bootstrap.css.erb */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1379, ../../app/assets/stylesheets/bootstrap.css.erb */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1382, ../../app/assets/stylesheets/bootstrap.css.erb */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1385, ../../app/assets/stylesheets/bootstrap.css.erb */
.bg-danger {
  background-color: #f2dede;
}

/* line 1388, ../../app/assets/stylesheets/bootstrap.css.erb */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 1391, ../../app/assets/stylesheets/bootstrap.css.erb */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1396, ../../app/assets/stylesheets/bootstrap.css.erb */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1401, ../../app/assets/stylesheets/bootstrap.css.erb */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1407, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1411, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1416, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1421, ../../app/assets/stylesheets/bootstrap.css.erb */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1425, ../../app/assets/stylesheets/bootstrap.css.erb */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1429, ../../app/assets/stylesheets/bootstrap.css.erb */
dt {
  font-weight: bold;
}

/* line 1432, ../../app/assets/stylesheets/bootstrap.css.erb */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1436, ../../app/assets/stylesheets/bootstrap.css.erb */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1445, ../../app/assets/stylesheets/bootstrap.css.erb */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1449, ../../app/assets/stylesheets/bootstrap.css.erb */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1454, ../../app/assets/stylesheets/bootstrap.css.erb */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1458, ../../app/assets/stylesheets/bootstrap.css.erb */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1464, ../../app/assets/stylesheets/bootstrap.css.erb */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1469, ../../app/assets/stylesheets/bootstrap.css.erb */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1477, ../../app/assets/stylesheets/bootstrap.css.erb */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1482, ../../app/assets/stylesheets/bootstrap.css.erb */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1490, ../../app/assets/stylesheets/bootstrap.css.erb */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1498, ../../app/assets/stylesheets/bootstrap.css.erb */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1506, ../../app/assets/stylesheets/bootstrap.css.erb */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1511, ../../app/assets/stylesheets/bootstrap.css.erb */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1517, ../../app/assets/stylesheets/bootstrap.css.erb */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1524, ../../app/assets/stylesheets/bootstrap.css.erb */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1533, ../../app/assets/stylesheets/bootstrap.css.erb */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1540, ../../app/assets/stylesheets/bootstrap.css.erb */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1553, ../../app/assets/stylesheets/bootstrap.css.erb */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

/* line 1565, ../../app/assets/stylesheets/bootstrap.css.erb */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1572, ../../app/assets/stylesheets/bootstrap.css.erb */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1577, ../../app/assets/stylesheets/bootstrap.css.erb */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1582, ../../app/assets/stylesheets/bootstrap.css.erb */
  .container {
    width: 1170px;
  }
}
/* line 1586, ../../app/assets/stylesheets/bootstrap.css.erb */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1592, ../../app/assets/stylesheets/bootstrap.css.erb */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1596, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1602, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1605, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-12 {
  width: 100%;
}

/* line 1608, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1611, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1614, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-9 {
  width: 75%;
}

/* line 1617, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1620, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1623, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-6 {
  width: 50%;
}

/* line 1626, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1629, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1632, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-3 {
  width: 25%;
}

/* line 1635, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1638, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1641, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1644, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1647, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1650, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1653, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1656, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1659, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1662, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1665, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1668, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1671, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1674, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1677, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-pull-0 {
  right: auto;
}

/* line 1680, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-12 {
  left: 100%;
}

/* line 1683, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1686, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1689, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-9 {
  left: 75%;
}

/* line 1692, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1695, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1698, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-6 {
  left: 50%;
}

/* line 1701, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1704, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1707, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-3 {
  left: 25%;
}

/* line 1710, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1713, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1716, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-push-0 {
  left: auto;
}

/* line 1719, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1722, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1725, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1728, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1731, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1734, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1737, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1740, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1743, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1746, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1749, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1752, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1755, ../../app/assets/stylesheets/bootstrap.css.erb */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1759, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 1762, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1765, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1768, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1771, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1774, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1777, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1780, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1783, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1786, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1789, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1792, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1795, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1798, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1801, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1804, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1807, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1810, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1813, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1816, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1819, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1822, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1825, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1828, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1831, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1834, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1837, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1840, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1843, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1846, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1849, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1852, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1855, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1858, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1861, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1864, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1867, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1870, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1873, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1876, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1879, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1882, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1885, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1888, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1891, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1894, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1897, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1900, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1903, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1906, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1909, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1912, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1917, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1920, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-12 {
    width: 100%;
  }

  /* line 1923, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1926, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1929, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-9 {
    width: 75%;
  }

  /* line 1932, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1935, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1938, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-6 {
    width: 50%;
  }

  /* line 1941, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1944, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1947, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-3 {
    width: 25%;
  }

  /* line 1950, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1953, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1956, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1959, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1962, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1965, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1968, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1971, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1974, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1977, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1980, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1983, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1986, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1989, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1992, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1995, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1998, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2001, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2004, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2007, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2010, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2013, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2016, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2019, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2022, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2025, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2028, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2031, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2034, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2037, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2040, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2043, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2046, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2049, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2052, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2055, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2058, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2061, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2064, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2067, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2070, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2075, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 2078, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2081, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2084, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2087, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2090, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2093, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2096, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2099, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2102, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2105, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2108, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2111, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2114, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2117, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2120, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2123, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2126, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2129, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2132, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2135, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2138, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2141, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2144, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2147, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2150, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2153, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2156, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2159, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2162, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2165, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2168, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2171, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2174, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2177, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2180, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2183, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2186, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2189, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2192, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2195, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2198, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2201, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2204, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2207, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2210, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2213, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2216, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2219, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2222, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2225, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2228, ../../app/assets/stylesheets/bootstrap.css.erb */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2232, ../../app/assets/stylesheets/bootstrap.css.erb */
table {
  background-color: transparent;
}

/* line 2235, ../../app/assets/stylesheets/bootstrap.css.erb */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2241, ../../app/assets/stylesheets/bootstrap.css.erb */
th {
  text-align: left;
}

/* line 2244, ../../app/assets/stylesheets/bootstrap.css.erb */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2249, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2260, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2264, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2272, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2275, ../../app/assets/stylesheets/bootstrap.css.erb */
.table .table {
  background-color: #fff;
}

/* line 2278, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2286, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2289, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2297, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2301, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2304, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2307, ../../app/assets/stylesheets/bootstrap.css.erb */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2312, ../../app/assets/stylesheets/bootstrap.css.erb */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2318, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2332, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2339, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2353, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2360, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2374, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2381, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2395, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2402, ../../app/assets/stylesheets/bootstrap.css.erb */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2416, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2423, ../../app/assets/stylesheets/bootstrap.css.erb */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2428, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 2435, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2438, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2446, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2449, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2457, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2465, ../../app/assets/stylesheets/bootstrap.css.erb */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2472, ../../app/assets/stylesheets/bootstrap.css.erb */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

/* line 2489, ../../app/assets/stylesheets/bootstrap.css.erb */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2495, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2500, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2506, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="file"] {
  display: block;
}

/* line 2509, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="range"] {
  display: block;
  width: 100%;
}

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

/* line 2517, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2524, ../../app/assets/stylesheets/bootstrap.css.erb */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2531, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2549, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2555, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2559, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2562, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2565, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 2572, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.form-control {
  height: auto;
}

/* line 2575, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2579, ../../app/assets/stylesheets/bootstrap.css.erb */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  /* line 2585, ../../app/assets/stylesheets/bootstrap.css.erb */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2595, ../../app/assets/stylesheets/bootstrap.css.erb */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2606, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-group {
  margin-bottom: 15px;
}

/* line 2609, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2616, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2624, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2632, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2636, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2645, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2650, ../../app/assets/stylesheets/bootstrap.css.erb */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2658, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2664, ../../app/assets/stylesheets/bootstrap.css.erb */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2670, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2675, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2680, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2687, ../../app/assets/stylesheets/bootstrap.css.erb */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2691, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2695, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2702, ../../app/assets/stylesheets/bootstrap.css.erb */
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2706, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

/* line 2710, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2716, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2723, ../../app/assets/stylesheets/bootstrap.css.erb */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2727, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2731, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2738, ../../app/assets/stylesheets/bootstrap.css.erb */
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2742, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

/* line 2746, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2752, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-feedback {
  position: relative;
}

/* line 2755, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2758, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2770, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2775, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2780, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2792, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2797, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2802, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2807, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2810, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2822, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2827, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2832, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2837, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2840, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2852, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2857, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2862, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2867, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2870, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2873, ../../app/assets/stylesheets/bootstrap.css.erb */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2876, ../../app/assets/stylesheets/bootstrap.css.erb */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2883, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2888, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2893, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2896, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2900, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2905, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2908, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2912, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2919, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2923, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2928, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2932, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2940, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2944, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2949, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2955, ../../app/assets/stylesheets/bootstrap.css.erb */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2959, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  /* line 2964, ../../app/assets/stylesheets/bootstrap.css.erb */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/* line 2968, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2989, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2999, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3005, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3012, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3022, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3027, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3037, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3042, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3063, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3067, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3072, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3082, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3087, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3108, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3112, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3117, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3127, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3132, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3153, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3157, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3162, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3172, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3177, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3198, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3202, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3207, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3217, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3222, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3243, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3247, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3252, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3262, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3267, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3288, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3292, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3297, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3306, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3312, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3318, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3325, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3332, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3339, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3346, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-block {
  display: block;
  width: 100%;
}

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

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

/* line 3358, ../../app/assets/stylesheets/bootstrap.css.erb */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3364, ../../app/assets/stylesheets/bootstrap.css.erb */
.fade.in {
  opacity: 1;
}

/* line 3367, ../../app/assets/stylesheets/bootstrap.css.erb */
.collapse {
  display: none;
  visibility: hidden;
}

/* line 3371, ../../app/assets/stylesheets/bootstrap.css.erb */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 3375, ../../app/assets/stylesheets/bootstrap.css.erb */
tr.collapse.in {
  display: table-row;
}

/* line 3378, ../../app/assets/stylesheets/bootstrap.css.erb */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3381, ../../app/assets/stylesheets/bootstrap.css.erb */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3395, ../../app/assets/stylesheets/bootstrap.css.erb */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3405, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropup,
.dropdown {
  position: relative;
}

/* line 3409, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-toggle:focus {
  outline: 0;
}

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

/* line 3434, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3438, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

/* line 3453, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3459, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3467, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

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

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

/* line 3483, ../../app/assets/stylesheets/bootstrap.css.erb */
.open > a {
  outline: 0;
}

/* line 3486, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3490, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3494, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

/* line 3520, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3527, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3531, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3536, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3542, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3547, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3557, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3563, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3566, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3570, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3575, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3578, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3581, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3585, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3590, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn-group {
  float: left;
}

/* line 3593, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3596, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3601, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 3609, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3613, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3617, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3621, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3625, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn .caret {
  margin-left: 0;
}

/* line 3628, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3632, ../../app/assets/stylesheets/bootstrap.css.erb */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3635, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3643, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

/* line 3653, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3656, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3661, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 3666, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3669, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3674, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3678, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3684, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3690, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3693, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3696, ../../app/assets/stylesheets/bootstrap.css.erb */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3704, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3709, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3714, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3721, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3730, ../../app/assets/stylesheets/bootstrap.css.erb */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3736, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3744, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3753, ../../app/assets/stylesheets/bootstrap.css.erb */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3759, ../../app/assets/stylesheets/bootstrap.css.erb */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3767, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3772, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3777, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3783, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3794, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3799, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3804, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3808, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3818, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3821, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3831, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3834, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3839, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn > .btn {
  position: relative;
}

/* line 3842, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3845, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3850, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3854, ../../app/assets/stylesheets/bootstrap.css.erb */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 3858, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3863, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav > li {
  position: relative;
  display: block;
}

/* line 3867, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3872, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3877, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav > li.disabled > a {
  color: #777;
}

/* line 3880, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 3887, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 3893, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

/* line 3905, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3909, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3915, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 3918, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 3927, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3931, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3934, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3938, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3943, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3947, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3951, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3955, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3961, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3965, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3971, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-pills > li {
  float: left;
}

/* line 3974, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3977, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3980, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

/* line 3989, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3993, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-justified {
  width: 100%;
}

/* line 3996, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-justified > li {
  float: none;
}

/* line 3999, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4003, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4008, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4012, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4016, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4019, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4023, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4029, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4033, ../../app/assets/stylesheets/bootstrap.css.erb */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4039, ../../app/assets/stylesheets/bootstrap.css.erb */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

/* line 4043, ../../app/assets/stylesheets/bootstrap.css.erb */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 4047, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4052, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4059, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4064, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-header {
    float: left;
  }
}
/* line 4068, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4077, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4081, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4087, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  /* line 4094, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4097, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4104, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4109, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4114, ../../app/assets/stylesheets/bootstrap.css.erb */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4122, ../../app/assets/stylesheets/bootstrap.css.erb */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4130, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4135, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4139, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4147, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4152, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4156, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4161, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

/* line 4172, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4176, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4181, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4193, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4196, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4202, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4206, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-toggle {
    display: none;
  }
}
/* line 4210, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4213, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4219, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4229, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4233, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4236, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4242, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4246, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav > li {
    float: left;
  }

  /* line 4249, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4254, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4266, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4271, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4276, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4279, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4283, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4288, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4291, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4295, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4302, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4306, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4311, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4316, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4319, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4324, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4335, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4340, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4347, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4351, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4355, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4359, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4364, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4371, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-left {
    float: left !important;
  }

  /* line 4374, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4378, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4382, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4386, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4389, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4394, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4397, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4400, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4405, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4411, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4417, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4420, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4424, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4427, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4431, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4438, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4441, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 4446, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 4452, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 4459, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4462, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4465, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .btn-link {
  color: #777;
}

/* line 4468, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4472, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4478, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4482, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4485, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4490, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4493, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4496, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4501, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4507, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4513, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4516, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4520, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4523, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4527, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4534, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4537, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4540, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4543, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 4548, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 4554, ../../app/assets/stylesheets/bootstrap.css.erb */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 4561, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4564, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4567, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4570, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4574, ../../app/assets/stylesheets/bootstrap.css.erb */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4580, ../../app/assets/stylesheets/bootstrap.css.erb */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4587, ../../app/assets/stylesheets/bootstrap.css.erb */
.breadcrumb > li {
  display: inline-block;
}

/* line 4590, ../../app/assets/stylesheets/bootstrap.css.erb */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4595, ../../app/assets/stylesheets/bootstrap.css.erb */
.breadcrumb > .active {
  color: #777;
}

/* line 4598, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4604, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > li {
  display: inline;
}

/* line 4607, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4619, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4625, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4630, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4638, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4650, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4661, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 4666, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4671, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4676, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4681, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4686, ../../app/assets/stylesheets/bootstrap.css.erb */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4691, ../../app/assets/stylesheets/bootstrap.css.erb */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4697, ../../app/assets/stylesheets/bootstrap.css.erb */
.pager li {
  display: inline;
}

/* line 4700, ../../app/assets/stylesheets/bootstrap.css.erb */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4708, ../../app/assets/stylesheets/bootstrap.css.erb */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

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

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

/* line 4721, ../../app/assets/stylesheets/bootstrap.css.erb */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4729, ../../app/assets/stylesheets/bootstrap.css.erb */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4741, ../../app/assets/stylesheets/bootstrap.css.erb */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4747, ../../app/assets/stylesheets/bootstrap.css.erb */
.label:empty {
  display: none;
}

/* line 4750, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4754, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-default {
  background-color: #777;
}

/* line 4757, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4761, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-primary {
  background-color: #337ab7;
}

/* line 4764, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4768, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-success {
  background-color: #5cb85c;
}

/* line 4771, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4775, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-info {
  background-color: #5bc0de;
}

/* line 4778, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4782, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4785, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4789, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-danger {
  background-color: #d9534f;
}

/* line 4792, ../../app/assets/stylesheets/bootstrap.css.erb */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4796, ../../app/assets/stylesheets/bootstrap.css.erb */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

/* line 4810, ../../app/assets/stylesheets/bootstrap.css.erb */
.badge:empty {
  display: none;
}

/* line 4813, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4817, ../../app/assets/stylesheets/bootstrap.css.erb */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4821, ../../app/assets/stylesheets/bootstrap.css.erb */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4827, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4832, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item > .badge {
  float: right;
}

/* line 4835, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4838, ../../app/assets/stylesheets/bootstrap.css.erb */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4841, ../../app/assets/stylesheets/bootstrap.css.erb */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4847, ../../app/assets/stylesheets/bootstrap.css.erb */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4851, ../../app/assets/stylesheets/bootstrap.css.erb */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4856, ../../app/assets/stylesheets/bootstrap.css.erb */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4859, ../../app/assets/stylesheets/bootstrap.css.erb */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 4863, ../../app/assets/stylesheets/bootstrap.css.erb */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4867, ../../app/assets/stylesheets/bootstrap.css.erb */
  .jumbotron {
    padding: 48px 0;
  }

  /* line 4870, ../../app/assets/stylesheets/bootstrap.css.erb */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4875, ../../app/assets/stylesheets/bootstrap.css.erb */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4880, ../../app/assets/stylesheets/bootstrap.css.erb */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 4892, ../../app/assets/stylesheets/bootstrap.css.erb */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 4897, ../../app/assets/stylesheets/bootstrap.css.erb */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 4902, ../../app/assets/stylesheets/bootstrap.css.erb */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 4906, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4912, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4916, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert .alert-link {
  font-weight: bold;
}

/* line 4919, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4923, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert > p + p {
  margin-top: 5px;
}

/* line 4926, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4930, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4937, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4942, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4945, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4948, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4953, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4956, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-info .alert-link {
  color: #245269;
}

/* line 4959, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4964, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4967, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4970, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4975, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4978, ../../app/assets/stylesheets/bootstrap.css.erb */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5005, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5014, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5029, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5037, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5043, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5046, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5051, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5054, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5059, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5062, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5067, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5070, ../../app/assets/stylesheets/bootstrap.css.erb */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5075, ../../app/assets/stylesheets/bootstrap.css.erb */
.media {
  margin-top: 15px;
}

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

/* line 5081, ../../app/assets/stylesheets/bootstrap.css.erb */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5086, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-body {
  width: 10000px;
}

/* line 5089, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-object {
  display: block;
}

/* line 5092, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5096, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5100, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5106, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-middle {
  vertical-align: middle;
}

/* line 5109, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-bottom {
  vertical-align: bottom;
}

/* line 5112, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5116, ../../app/assets/stylesheets/bootstrap.css.erb */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5120, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5124, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5132, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5136, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5141, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item {
  color: #555;
}

/* line 5144, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5147, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5153, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5160, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5165, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5170, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5178, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5189, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5194, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5198, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-success {
  color: #3c763d;
}

/* line 5201, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5204, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5209, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5216, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5220, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-info {
  color: #31708f;
}

/* line 5223, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5226, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5231, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5238, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5242, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5245, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5248, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5253, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5260, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5264, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-danger {
  color: #a94442;
}

/* line 5267, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5270, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5275, ../../app/assets/stylesheets/bootstrap.css.erb */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5282, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5286, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5290, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5298, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-body {
  padding: 15px;
}

/* line 5301, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5307, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5310, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5316, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5323, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5330, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5334, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5339, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5345, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5351, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5354, ../../app/assets/stylesheets/bootstrap.css.erb */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5357, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5362, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5368, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5373, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5380, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5390, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5400, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5405, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5412, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5422, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5432, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5438, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5442, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5446, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5460, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5474, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5484, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5494, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5498, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group {
  margin-bottom: 20px;
}

/* line 5501, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5505, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5508, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5511, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5515, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5518, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5521, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-default {
  border-color: #ddd;
}

/* line 5524, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5529, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5532, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5536, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5539, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-primary {
  border-color: #337ab7;
}

/* line 5542, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5547, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5550, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5554, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5557, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5560, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5565, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5568, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5572, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5575, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-info {
  border-color: #bce8f1;
}

/* line 5578, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5583, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5586, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5590, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5593, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-warning {
  border-color: #faebcc;
}

/* line 5596, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5601, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5604, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5608, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5611, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5614, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5619, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5622, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5626, ../../app/assets/stylesheets/bootstrap.css.erb */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5629, ../../app/assets/stylesheets/bootstrap.css.erb */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5636, ../../app/assets/stylesheets/bootstrap.css.erb */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5649, ../../app/assets/stylesheets/bootstrap.css.erb */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5652, ../../app/assets/stylesheets/bootstrap.css.erb */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5655, ../../app/assets/stylesheets/bootstrap.css.erb */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5665, ../../app/assets/stylesheets/bootstrap.css.erb */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5669, ../../app/assets/stylesheets/bootstrap.css.erb */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5673, ../../app/assets/stylesheets/bootstrap.css.erb */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5677, ../../app/assets/stylesheets/bootstrap.css.erb */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5687, ../../app/assets/stylesheets/bootstrap.css.erb */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

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

/* line 5702, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-open {
  overflow: hidden;
}

/* line 5705, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5717, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5726, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5732, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5736, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5741, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5753, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

/* line 5760, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5764, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5768, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

/* line 5776, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5780, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5784, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

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

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

/* line 5799, ../../app/assets/stylesheets/bootstrap.css.erb */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5807, ../../app/assets/stylesheets/bootstrap.css.erb */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5811, ../../app/assets/stylesheets/bootstrap.css.erb */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5815, ../../app/assets/stylesheets/bootstrap.css.erb */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5820, ../../app/assets/stylesheets/bootstrap.css.erb */
  .modal-lg {
    width: 900px;
  }
}
/* line 5824, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5836, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

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

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

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

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

/* line 5856, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

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

/* line 5879, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5886, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

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

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

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

/* line 5914, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5921, ../../app/assets/stylesheets/bootstrap.css.erb */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5928, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5951, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.top {
  margin-top: -10px;
}

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

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

/* line 5960, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.left {
  margin-left: -10px;
}

/* line 5963, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

/* line 5983, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover > .arrow {
  border-width: 11px;
}

/* line 5986, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 5990, ../../app/assets/stylesheets/bootstrap.css.erb */
.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 5998, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6005, ../../app/assets/stylesheets/bootstrap.css.erb */
.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 6013, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

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

/* line 6028, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

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

/* line 6043, ../../app/assets/stylesheets/bootstrap.css.erb */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6050, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel {
  position: relative;
}

/* line 6053, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6058, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6065, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6070, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* line 6080, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6086, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6092, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6100, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6105, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .active {
  left: 0;
}

/* line 6108, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6114, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .next {
  left: 100%;
}

/* line 6117, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6120, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6124, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6127, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6130, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6143, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6151, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6161, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6169, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 6178, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6183, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6188, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

/* line 6196, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6199, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6202, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6213, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6225, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6231, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6243, ../../app/assets/stylesheets/bootstrap.css.erb */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6247, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 6256, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 6260, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 6264, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6269, ../../app/assets/stylesheets/bootstrap.css.erb */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6273, ../../app/assets/stylesheets/bootstrap.css.erb */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6306, ../../app/assets/stylesheets/bootstrap.css.erb */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 6323, ../../app/assets/stylesheets/bootstrap.css.erb */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6328, ../../app/assets/stylesheets/bootstrap.css.erb */
.pull-right {
  float: right !important;
}

/* line 6331, ../../app/assets/stylesheets/bootstrap.css.erb */
.pull-left {
  float: left !important;
}

/* line 6334, ../../app/assets/stylesheets/bootstrap.css.erb */
.hide {
  display: none !important;
}

/* line 6337, ../../app/assets/stylesheets/bootstrap.css.erb */
.show {
  display: block !important;
}

/* line 6340, ../../app/assets/stylesheets/bootstrap.css.erb */
.invisible {
  visibility: hidden;
}

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

/* line 6350, ../../app/assets/stylesheets/bootstrap.css.erb */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 6354, ../../app/assets/stylesheets/bootstrap.css.erb */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6360, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6366, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6381, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-xs {
    display: block !important;
  }

  /* line 6384, ../../app/assets/stylesheets/bootstrap.css.erb */
  table.visible-xs {
    display: table;
  }

  /* line 6387, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6390, ../../app/assets/stylesheets/bootstrap.css.erb */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6396, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6401, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6406, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6411, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-sm {
    display: block !important;
  }

  /* line 6414, ../../app/assets/stylesheets/bootstrap.css.erb */
  table.visible-sm {
    display: table;
  }

  /* line 6417, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6420, ../../app/assets/stylesheets/bootstrap.css.erb */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6426, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6431, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6436, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6441, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-md {
    display: block !important;
  }

  /* line 6444, ../../app/assets/stylesheets/bootstrap.css.erb */
  table.visible-md {
    display: table;
  }

  /* line 6447, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6450, ../../app/assets/stylesheets/bootstrap.css.erb */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6456, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6461, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6466, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6471, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-lg {
    display: block !important;
  }

  /* line 6474, ../../app/assets/stylesheets/bootstrap.css.erb */
  table.visible-lg {
    display: table;
  }

  /* line 6477, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6480, ../../app/assets/stylesheets/bootstrap.css.erb */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6486, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6491, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6496, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6501, ../../app/assets/stylesheets/bootstrap.css.erb */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6506, ../../app/assets/stylesheets/bootstrap.css.erb */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6511, ../../app/assets/stylesheets/bootstrap.css.erb */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6516, ../../app/assets/stylesheets/bootstrap.css.erb */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6520, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6524, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-print {
    display: block !important;
  }

  /* line 6527, ../../app/assets/stylesheets/bootstrap.css.erb */
  table.visible-print {
    display: table;
  }

  /* line 6530, ../../app/assets/stylesheets/bootstrap.css.erb */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6533, ../../app/assets/stylesheets/bootstrap.css.erb */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6538, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6542, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6546, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6550, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6554, ../../app/assets/stylesheets/bootstrap.css.erb */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6558, ../../app/assets/stylesheets/bootstrap.css.erb */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6563, ../../app/assets/stylesheets/bootstrap.css.erb */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* line 1, ../../app/assets/stylesheets/public_rules.css.erb */
.popup-gallery > a:first-child img {
  width: 100%;
}

/* line 2, ../../app/assets/stylesheets/public_rules.css.erb */
.popup-gallery img {
  padding: 2px;
}

/* line 3, ../../app/assets/stylesheets/public_rules.css.erb */
.width-30p {
  width: 30%;
}

/* line 4, ../../app/assets/stylesheets/public_rules.css.erb */
.width-40p {
  width: 40%;
}

/* line 5, ../../app/assets/stylesheets/public_rules.css.erb */
.width-60p {
  width: 60%;
}

/* line 6, ../../app/assets/stylesheets/public_rules.css.erb */
.width-70p {
  width: 70%;
}

/* line 7, ../../app/assets/stylesheets/public_rules.css.erb */
.width-100p {
  width: 100%;
}

/* line 8, ../../app/assets/stylesheets/public_rules.css.erb */
.inline {
  display: inline;
}

/* line 9, ../../app/assets/stylesheets/public_rules.css.erb */
.carousel {
  max-height: 400px;
  overflow: hidden;
}

/* line 13, ../../app/assets/stylesheets/public_rules.css.erb */
.carousel h2 {
  margin: 0;
  color: #000;
  padding-top: 90px;
  font-size: 40px;
  font-family: "trebuchet ms", sans-serif;
}

/* line 21, ../../app/assets/stylesheets/public_rules.css.erb */
.carousel-caption span {
  font-size: 18px;
  margin-top: 5px;
}

/* line 22, ../../app/assets/stylesheets/public_rules.css.erb */
.carousel .item img {
  max-height: 400px;
  margin: 0px auto;
}

/* line 28, ../../app/assets/stylesheets/public_rules.css.erb */
.product_option {
  margin-bottom: 3px;
  margin-top: 4px;
  line-height: 1.1em;
}

/* line 29, ../../app/assets/stylesheets/public_rules.css.erb */
.product_option label {
  display: inline;
}

/* line 30, ../../app/assets/stylesheets/public_rules.css.erb */
strong.product_option {
  font-size: 1.1em;
  line-height: 1.2em;
}

/* line 31, ../../app/assets/stylesheets/public_rules.css.erb */
.search_wrapper div {
  overflow: hidden;
  margin-top: 3px;
}

/* line 32, ../../app/assets/stylesheets/public_rules.css.erb */
.search_wrapper input {
  width: 100%;
}

/* line 33, ../../app/assets/stylesheets/public_rules.css.erb */
.container {
  background-color: white;
}

/* line 34, ../../app/assets/stylesheets/public_rules.css.erb */
.item_desc, .item_desc p, .item_desc li {
  line-height: 1.25em;
  font-size: 1.15em;
}

/* line 35, ../../app/assets/stylesheets/public_rules.css.erb */
.item_desc h1 {
  line-height: 110%;
  font-size: 200%;
}

/* line 36, ../../app/assets/stylesheets/public_rules.css.erb */
.item_desc h2 {
  line-height: 110%;
  font-size: 190%;
}

/* line 37, ../../app/assets/stylesheets/public_rules.css.erb */
.item_desc h3 {
  line-height: 110%;
  font-size: 150%;
}

/* line 38, ../../app/assets/stylesheets/public_rules.css.erb */
.disabled_destination {
  opacity: 0.5;
}

/* line 39, ../../app/assets/stylesheets/public_rules.css.erb */
.disabled_reason {
  color: red !important;
  opacity: 2;
  font-weight: bold;
}

/* line 41, ../../app/assets/stylesheets/public_rules.css.erb */
.suspend_reason {
  text-align: center !important;
  color: #000000 !important;
}

/* line 42, ../../app/assets/stylesheets/public_rules.css.erb */
.landing_page h1, .landing_page h1 {
  margin: 2em 1em 1.5em 1em;
}

/* line 43, ../../app/assets/stylesheets/public_rules.css.erb */
.landing_page {
  font-size: 1.2em;
}

/* line 44, ../../app/assets/stylesheets/public_rules.css.erb */
.landing_page p {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: justify;
}

/*.landing_page p  {margin: 2em 1em 1.5em 1em;}*/
/* line 46, ../../app/assets/stylesheets/public_rules.css.erb */
input.landing_page_button {
  margin: 20px auto;
  background-color: #BF0418;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding: 3px 50px;
}

/* line 47, ../../app/assets/stylesheets/public_rules.css.erb */
#query {
  font-size: 1em;
}

/* line 48, ../../app/assets/stylesheets/public_rules.css.erb */
img {
  border-width: 0px;
}

/* line 49, ../../app/assets/stylesheets/public_rules.css.erb */
.logo_wrapper {
  padding: 1% 0;
}

/* line 50, ../../app/assets/stylesheets/public_rules.css.erb */
.delivery_logo {
  width: 100%;
  text-align: center;
}

/* line 51, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_cell p {
  line-height: 1.5em;
  font-size: 1.3em;
}

/* line 52, ../../app/assets/stylesheets/public_rules.css.erb */
.center .summary_cell {
  text-align: center;
}

/* line 53, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h1, .summary_page h2, .summary_page h4 {
  background-color: #BF0418;
  margin: 0;
  color: white;
}

/* line 54, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h1 {
  padding: 16px 0;
}

/* line 55, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h2 {
  padding: 10px 0 10px 0;
  margin: 4px 0;
}

/* line 56, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h4 {
  padding: 15px 0;
}

/* line 57, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h2 a {
  font-size: 12px;
}

/* line 58, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h2 a, .summary_page h2 a:visited {
  color: black;
}

/* line 59, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page h2 a:hover {
  color: #ffffff;
}

/* line 60, ../../app/assets/stylesheets/public_rules.css.erb */
.summary_page form {
  margin-bottom: 10px;
}

/* line 61, ../../app/assets/stylesheets/public_rules.css.erb */
#shipping h3 {
  font-size: 1.1em;
  text-align: center;
  margin-top: 10px;
}

/* line 62, ../../app/assets/stylesheets/public_rules.css.erb */
.page_description {
  font-size: 1.3em;
  color: #000000;
  padding: 15px 0 10px 0;
}

/* line 63, ../../app/assets/stylesheets/public_rules.css.erb */
.bestsellers li {
  margin-top: 3px;
  font-size: 0.9em;
}

/* line 64, ../../app/assets/stylesheets/public_rules.css.erb */
.price_on_sale {
  color: black;
  opacity: 0.5;
  text-decoration: line-through;
}

/* line 65, ../../app/assets/stylesheets/public_rules.css.erb */
.sale_info h3 {
  margin: 4px 0;
  color: #BF0418 !important;
}

/* line 66, ../../app/assets/stylesheets/public_rules.css.erb */
p#sale_desc {
  margin: 4px 0;
  font-size: 1.5em;
  text-align: center;
  color: #000000;
}

/* line 67, ../../app/assets/stylesheets/public_rules.css.erb */
.single_discount_desc {
  text-align: right !important;
}

/* line 68, ../../app/assets/stylesheets/public_rules.css.erb */
.replacement_header h1, .replacement_header h2 {
  text-align: center;
  font-size: 1.4em !important;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 1px 0;
}

/* line 69, ../../app/assets/stylesheets/public_rules.css.erb */
.replacement_header {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 1.4em !important;
  line-height: 1.4em;
  text-align: center;
  background-color: inherit;
}

/* line 70, ../../app/assets/stylesheets/public_rules.css.erb */
.replacement_header {
  border: 1px solid;
  padding: 10px 2px;
}

/* line 71, ../../app/assets/stylesheets/public_rules.css.erb */
div, p, ol, li, ul, td, h1, h2, h3, h4, body {
  font-family: trebuchet ms, helvetica, verdana, sans-serif;
}

/* line 74, ../../app/assets/stylesheets/public_rules.css.erb */
h2, h1, h3 {
  line-height: 1.2em;
}

/* line 75, ../../app/assets/stylesheets/public_rules.css.erb */
pre {
  background-color: white;
  font-size: 13px;
  line-height: 15px;
  padding: 1px;
  color: black;
}

/* line 83, ../../app/assets/stylesheets/public_rules.css.erb */
th {
  color: black;
  font-size: 1.2em;
}

/* line 84, ../../app/assets/stylesheets/public_rules.css.erb */
.gallery_wrapper {
  width: 100%;
  border-right: solid 1px #CCCCCC;
}

/* line 85, ../../app/assets/stylesheets/public_rules.css.erb */
.ad-gallery {
  width: 100%;
}

/* line 86, ../../app/assets/stylesheets/public_rules.css.erb */
.ad-image {
  width: 100%;
}

/* line 87, ../../app/assets/stylesheets/public_rules.css.erb */
.announcement {
  padding-right: 20px;
  padding-top: 10px;
  font-size: 1.3em;
  float: right;
}

/* line 88, ../../app/assets/stylesheets/public_rules.css.erb */
.announcement a, .announcement a:visited, .announcement a:link {
  color: #BF0418;
  text-decoration: none;
}

/* line 90, ../../app/assets/stylesheets/public_rules.css.erb */
#fb_like {
  margin: auto;
  padding-left: 10px;
}

/* line 92, ../../app/assets/stylesheets/public_rules.css.erb */
#cartError {
  color: white;
  padding: 2px 5px;
  background: #BF0418 url("/assets/v1/cart_error-54ffdce47e03f5a3bab04c7438fecf73.png") 850px 50% no-repeat;
}

/* line 98, ../../app/assets/stylesheets/public_rules.css.erb */
#cartError p, #cartError ul, #cartError h2 {
  color: inherit;
  background-color: inherit;
  width: 700px;
}

/* line 100, ../../app/assets/stylesheets/public_rules.css.erb */
#cart_flash {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 101, ../../app/assets/stylesheets/public_rules.css.erb */
.order_status_summary h1, .order_status_summary h2 {
  font-size: 2.5em;
}

/* line 102, ../../app/assets/stylesheets/public_rules.css.erb */
.order_status_summary p {
  font-size: 1.8em;
  line-height: 1.2em;
}

/* line 103, ../../app/assets/stylesheets/public_rules.css.erb */
.order_status_summary ul {
  padding: 0px;
  list-style: none;
}

/* line 104, ../../app/assets/stylesheets/public_rules.css.erb */
.order_status_summary td {
  font-size: 1.5em;
  line-height: 1.2em;
}

/* line 105, ../../app/assets/stylesheets/public_rules.css.erb */
.order_status_summary li img {
  padding: 3px 5px 3px 0;
}

/* line 106, ../../app/assets/stylesheets/public_rules.css.erb */
.order_table a {
  font-style: italic;
}

/* line 107, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_delete_entry {
  width: 16px !important;
}

/* line 108, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_table tr:first-child {
  font-weight: bold;
}

/* line 109, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_table tr td:first-child {
  text-align: left;
}

/* line 110, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_table tr td {
  text-align: center;
}

/* line 111, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_table tr td.summary {
  text-align: right;
}

/* line 112, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_table td {
  padding: 3px 1px;
}

/* line 113, ../../app/assets/stylesheets/public_rules.css.erb */
ul.recently_added {
  list-style: none;
  padding-left: 1px;
}

/* line 114, ../../app/assets/stylesheets/public_rules.css.erb */
.recently_added li {
  text-align: center;
}

/* line 115, ../../app/assets/stylesheets/public_rules.css.erb */
strong {
  color: black;
}

/* line 116, ../../app/assets/stylesheets/public_rules.css.erb */
body, p, ol, ul, td {
  font-size: 13px;
  line-height: 16px;
}

/* line 117, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow {
  background-color: #BF0418 !important;
  color: white;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 119, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow .total {
  color: inherit;
  background-color: inherit;
  text-align: center;
}

/* line 120, ../../app/assets/stylesheets/public_rules.css.erb */
.total div {
  font-size: 1.2em;
  padding: 3px 0 10px 0;
}

/* line 121, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow h2 {
  color: white !important;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 10px;
}

/* line 122, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow ul {
  background-color: inherit;
  color: inherit;
  margin: 0 0 10px 2px;
  list-style-type: none;
  padding-left: 0px;
}

/* line 124, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow li {
  margin-bottom: 3px;
}

/* line 125, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow img {
  padding: 5px;
}

/* line 126, ../../app/assets/stylesheets/public_rules.css.erb */
.button_bar input[type=submit], .cart_narrow input[type=submit] {
  color: #333;
}

/* line 127, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow .cnt {
  padding: 7px 0px;
}

/* line 128, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow a, .cart_narrow a:visited, .cart_narrow a:hover {
  color: white;
}

/* line 129, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow #empty {
  float: right;
  padding: 7px 4px;
  text-decoration: none;
}

/* line 130, ../../app/assets/stylesheets/public_rules.css.erb */
.cart_narrow form {
  margin-left: 3px;
}

/* line 132, ../../app/assets/stylesheets/public_rules.css.erb */
.coupon h1, .coupon h2 {
  margin: 2px 0px;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 0px;
}

/* line 133, ../../app/assets/stylesheets/public_rules.css.erb */
.coupon .arrow {
  color: white;
  background: #BF0418;
  width: 75%;
  height: 30px;
}

/* line 135, ../../app/assets/stylesheets/public_rules.css.erb */
.pagination a, .pagination a:hover, .pagination a:visited {
  color: #BF0418;
  text-decoration: none;
}

/* line 136, ../../app/assets/stylesheets/public_rules.css.erb */
.pagination a {
  padding: 0 2px;
}

/* line 137, ../../app/assets/stylesheets/public_rules.css.erb */
.pagination {
  text-align: center;
  font-size: 1.2em;
  margin: 5px 0;
}

/* line 139, ../../app/assets/stylesheets/public_rules.css.erb */
.footer_pb {
  border-top: solid 3px #888888;
}

/* line 140, ../../app/assets/stylesheets/public_rules.css.erb */
body {
  background-color: #999999;
  margin: 0 8px;
}

/* line 141, ../../app/assets/stylesheets/public_rules.css.erb */
.container_16 {
  background-color: white;
  border-left: solid 1px #888888;
  border-right: solid 1px #888888;
}

/* line 142, ../../app/assets/stylesheets/public_rules.css.erb */
.home_square {
  background-color: #BF0418;
  width: 33px;
  height: 28px;
  padding: 5px 0px 0px 5px;
}

/* line 143, ../../app/assets/stylesheets/public_rules.css.erb */
.bread {
  margin: 1px 0 2px 0;
  padding-left: 5px;
  color: #CCCCCC;
}

/* line 144, ../../app/assets/stylesheets/public_rules.css.erb */
.bread a {
  text-decoration: none;
  color: inherit;
}

/* line 145, ../../app/assets/stylesheets/public_rules.css.erb */
.content {
  color: #CCCCCC;
  font-size: 12px;
}

/* line 147, ../../app/assets/stylesheets/public_rules.css.erb */
.content h1, .content h2, .content h3 {
  color: black;
  font-size: 14px;
}

/* line 149, ../../app/assets/stylesheets/public_rules.css.erb */
.section_header {
  background-color: #F2F2F2;
  color: #666666;
  text-transform: uppercase;
  padding: 2px 6px;
  font-weight: bold;
}

/* line 150, ../../app/assets/stylesheets/public_rules.css.erb */
.files_section ul {
  list-style: none;
  padding: 0;
}

/* line 153, ../../app/assets/stylesheets/public_rules.css.erb */
.main_p a, .main_p a:visited, .main_p a:link {
  color: #BF0418;
  text-decoration: none;
}

/* line 154, ../../app/assets/stylesheets/public_rules.css.erb */
.main_p p {
  text-align: justify;
}

/* line 155, ../../app/assets/stylesheets/public_rules.css.erb */
.main_p h3 {
  text-align: left;
}

/* line 156, ../../app/assets/stylesheets/public_rules.css.erb */
.category_list a {
  text-decoration: none;
}

/* line 157, ../../app/assets/stylesheets/public_rules.css.erb */
.category_list .selected a, .category_list .selected a:link, .category_list .selected a:visited {
  color: black;
  font-weight: bold;
}

/* line 158, ../../app/assets/stylesheets/public_rules.css.erb */
.producent_list a {
  text-decoration: none;
}

/* line 160, ../../app/assets/stylesheets/public_rules.css.erb */
#cart_next_step {
  margin: auto;
  text-align: center;
}

/* line 161, ../../app/assets/stylesheets/public_rules.css.erb */
#cart_next_step input {
  font-family: trebuchet ms, helvetica, verdana, sans-serif;
  font-size: 2em;
  padding: 5px 15px;
  margin-top: 10px;
  color: #BF0418;
}

/* line 167, ../../app/assets/stylesheets/public_rules.css.erb */
.cart h1, .cart h2 {
  background: #CCCCCC;
  padding: 10px 0 10px 5px;
  text-align: left;
  font-size: 13px;
}

/* line 168, ../../app/assets/stylesheets/public_rules.css.erb */
.cart h3 {
  padding: 5px 0 5px 5px;
  text-align: left;
  font-size: 17px !important;
  margin: 0;
}

/* line 169, ../../app/assets/stylesheets/public_rules.css.erb */
.cart p {
  margin-top: 0px;
  color: #999999;
}

/* line 170, ../../app/assets/stylesheets/public_rules.css.erb */
.button_bar, .button_bar a:hover, .button_bar a, .button_bar a:visited {
  background-color: #BF0418;
  color: white;
}

/* line 171, ../../app/assets/stylesheets/public_rules.css.erb */
.button_bar {
  padding: 7px 0 7px 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 172, ../../app/assets/stylesheets/public_rules.css.erb */
.cart textarea, .cart input {
  width: 100%;
}

/* line 173, ../../app/assets/stylesheets/public_rules.css.erb */
.product_info h1 {
  text-transform: uppercase;
  color: black;
  margin-top: 0px;
  text-align: left;
  font-size: 1.5em;
}

/* line 174, ../../app/assets/stylesheets/public_rules.css.erb */
.product_info p {
  padding-top: 5px;
  color: #555;
  font-size: 16px;
  line-height: 18px;
}

/* line 176, ../../app/assets/stylesheets/public_rules.css.erb */
.product_list .edit {
  list-style: none;
  padding: 0px;
}

/* line 177, ../../app/assets/stylesheets/public_rules.css.erb */
.product_list p {
  margin: 1px 0px 1px 0px;
  color: #666666;
}

/* line 179, ../../app/assets/stylesheets/public_rules.css.erb */
.product_line {
  border-top: solid 1px #999999;
  padding-top: 10px;
  margin-bottom: 10px;
}

/* line 180, ../../app/assets/stylesheets/public_rules.css.erb */
.product_price_idx {
  margin-bottom: 5px;
}

/* line 181, ../../app/assets/stylesheets/public_rules.css.erb */
.product_title {
  font-size: 14px;
  color: black;
  margin-bottom: 1px;
}

/* line 182, ../../app/assets/stylesheets/public_rules.css.erb */
.product_title h3 {
  margin-top: 0px;
  font-size: 1.35em;
  margin-bottom: 1px;
}

/* line 183, ../../app/assets/stylesheets/public_rules.css.erb */
.product_headline_idx {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 2px;
}

/* line 184, ../../app/assets/stylesheets/public_rules.css.erb */
.product_headline_idx p {
  font-size: 1.15em;
  line-height: 1.15em;
  padding-top: 4px;
}

/*.product_headline { margin-top:5px;}*/
/* line 186, ../../app/assets/stylesheets/public_rules.css.erb */
.product_headline .title {
  width: 60px;
}

/*.product_headline p { font-size: inherit;}*/
/* line 188, ../../app/assets/stylesheets/public_rules.css.erb */
.product_supplier {
  font-size: 12px;
  color: #666666;
  margin-bottom: 3px;
}

/* line 189, ../../app/assets/stylesheets/public_rules.css.erb */
.product_supplier a:hover, .product_supplier a:visited, .product_supplier a:link {
  text-decoration: none;
  color: #666666;
  background: inherit;
}

/* line 190, ../../app/assets/stylesheets/public_rules.css.erb */
.product_title a:hover, .product_title a:visited, .product_title a:link {
  text-decoration: none;
  color: black;
  background: inherit;
}

/* line 192, ../../app/assets/stylesheets/public_rules.css.erb */
.product_tags {
  margin-top: 15px;
}

/* line 193, ../../app/assets/stylesheets/public_rules.css.erb */
.product_notify p {
  margin-bottom: 0px;
  color: #666666;
}

/* line 194, ../../app/assets/stylesheets/public_rules.css.erb */
.product_code {
  font-size: 14px;
  color: black;
}

/* line 195, ../../app/assets/stylesheets/public_rules.css.erb */
p.product_count {
  color: black;
  font-size: 1.2em;
}

/* line 196, ../../app/assets/stylesheets/public_rules.css.erb */
span.product_count {
  color: #000000;
}

/* line 197, ../../app/assets/stylesheets/public_rules.css.erb */
.main_submit {
  color: #BF0418;
  background: white;
  font-weight: bold;
}

/* line 198, ../../app/assets/stylesheets/public_rules.css.erb */
.product_list input {
  border: 1px solid #999999;
  margin-bottom: 2px;
}

/* line 199, ../../app/assets/stylesheets/public_rules.css.erb */
.product_list input[disabled] {
  color: #666666;
}

/* line 201, ../../app/assets/stylesheets/public_rules.css.erb */
.price_vat {
  font-weight: bold;
  font-size: 16px;
  color: #BF0418;
}

/* line 202, ../../app/assets/stylesheets/public_rules.css.erb */
.price_wo_vat {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}

/* line 203, ../../app/assets/stylesheets/public_rules.css.erb */
.price_in_eur {
  font-size: 0.88em;
  width: 125px;
}

/* line 204, ../../app/assets/stylesheets/public_rules.css.erb */
.eur_price_hint {
  text-decoration: none;
  float: left;
  padding-right: 5px;
}

/* line 206, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p {
  background: #F2F2F2;
  line-height: 16px;
}

/* line 207, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p p {
  background: inherit;
  line-height: inherit;
  padding-left: 5px;
}

/* line 208, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p h2 + p {
  margin-top: 2px;
}

/* line 209, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p ul {
  background: inherit;
  list-style-type: none;
  padding-left: 7px;
  line-height: inherit;
  margin-top: 3px;
}

/* line 211, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p h2 {
  text-transform: uppercase;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 2px;
}

/* line 212, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p a, .left_p a:visited, .left_p a:link {
  color: #666666;
  text-decoration: none;
}

/* line 213, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p a:hover {
  color: #666666;
  text-decoration: underline;
  background: inherit;
}

/* line 214, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p .selected {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* line 215, ../../app/assets/stylesheets/public_rules.css.erb */
.left_p h1, .left_p h2, .left_p h3, .left_p h4 {
  font-size: 1.4em;
}

/* line 216, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p h1 a, .right_p h2 a {
  text-decoration: none;
  color: black;
}

/* line 217, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p h1 a:hover, .right_p h2 a:hover {
  color: black;
  background-color: inherit;
  text-decoration: underline;
}

/* line 218, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p ul {
  background: inherit;
  list-style-type: none;
  padding-left: 5px;
}

/* line 220, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p li {
  margin-bottom: 16px;
}

/* line 221, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p h2 {
  text-transform: uppercase;
  text-align: left;
  padding-left: 5px;
}

/* line 222, ../../app/assets/stylesheets/public_rules.css.erb */
.right_p h1, .right_p h2, .right_p h3, .right_p h4 {
  font-size: 1.4em;
}

/* line 224, ../../app/assets/stylesheets/public_rules.css.erb */
.address_warning {
  font-size: 1.1em;
  margin: 10px 0;
}

/* line 225, ../../app/assets/stylesheets/public_rules.css.erb */
.menu_bar {
  font: 14px bold;
  border-top: 4px solid black;
  height: 38px;
  border-bottom: 4px solid #CCCCCC;
}

/* line 226, ../../app/assets/stylesheets/public_rules.css.erb */
.menu_bar img {
  background: none;
  color: #000000;
}

/* line 227, ../../app/assets/stylesheets/public_rules.css.erb */
.menu_bar a:hover {
  background: none;
}

/* line 228, ../../app/assets/stylesheets/public_rules.css.erb */
.menu_bar .entry {
  border-right: solid 2px #CCCCCC;
  color: black;
  padding: 2px 10px 0px 10px;
  height: 33px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 232, ../../app/assets/stylesheets/public_rules.css.erb */
.menu_bar a:visited, .menu_bar a:active, .menu_bar a:link {
  color: #000000;
  text-decoration: none;
}

/* line 233, ../../app/assets/stylesheets/public_rules.css.erb */
.light_gray {
  color: #CCCCCC;
}

/* line 234, ../../app/assets/stylesheets/public_rules.css.erb */
.light_gray a:hover {
  background-color: inherit;
}

/* line 235, ../../app/assets/stylesheets/public_rules.css.erb */
.light_gray a:visited, .light_gray a:active, .light_gray a:link {
  color: #CCCCCC;
  text-decoration: none;
}

/* line 236, ../../app/assets/stylesheets/public_rules.css.erb */
.light_gray strong a {
  color: #000000 !important;
  text-decoration: none;
}

/* line 238, ../../app/assets/stylesheets/public_rules.css.erb */
.top_header {
  min-height: 100px;
}

/* line 1, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.main_p p {
  font-size: 16px;
  line-height: 20px;
}

/* line 3, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.blog {
  margin-top: 30px;
}

/* line 4, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.blog .head {
  margin-top: 20px;
  border-top: solid 1px #999999;
  padding-top: 15px;
}

/* line 5, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.blog .body {
  margin-top: 15px;
}

/* line 6, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.blog .head a, .blog .head a:hover {
  background-color: inherit;
  text-decoration: underline;
  color: white;
}

/* line 7, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.blog .caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding: 20px;
  position: absolute;
  right: 15%;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 18, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.flash p, .flash {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-family: "Trebuchet MS";
  background-color: #ccc;
}

/* line 19, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.flash p {
  margin-top: 4px;
  margin-bottom: 6px;
}

/* line 20, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.flash {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
}

/* line 22, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.carousel-inner .item img {
  max-height: 300px;
}

/* line 23, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.main_p > h1:first-child {
  margin-top: 50px;
}

/* line 24, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.carousel h2 {
  padding-top: 30px;
}

/* line 25, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 26, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.carousel a:hover {
  background-color: inherit;
}

/* line 27, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.carousel-caption a, .carousel-caption a:visited {
  color: white;
}

/* line 28, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.nowrap {
  white-space: nowrap;
}

/* line 29, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.red {
  color: red;
}

/* line 30, ../../app/assets/stylesheets/public_rules_v2.css.erb */
a.product_link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

/* line 37, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.image_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
}

/* line 42, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.image_on_sale {
  position: absolute;
  left: 25%;
  bottom: 00%;
}

/* line 47, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.logo_big {
  margin: 20px auto;
  display: block;
}

/* line 48, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.logo_small a:hover {
  background: none;
}

/* line 49, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.logo_small {
  vertical-align: middle;
}

/* line 50, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.left {
  float: left;
}

/* line 51, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.right {
  float: right;
}

/* line 52, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.center {
  text-align: center;
}

/* line 53, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.to_left {
  text-align: left;
}

/* line 54, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.to_to_right {
  text-align: left;
}

/* line 55, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.justify {
  text-align: justify;
}

/* line 56, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.footer {
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
}

/* line 59, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.selected_destination {
  background-color: #fdd;
}

/* line 60, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.selected_destination p {
  background-color: inherit;
}

/* line 62, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.even td {
  background-color: #F2F2F2;
}

/* line 63, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.even {
  background-color: #F2F2F2;
}

/* line 64, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.even p {
  background-color: #F2F2F2;
}

/* line 66, ../../app/assets/stylesheets/public_rules_v2.css.erb */
a {
  color: #000;
}

/* line 67, ../../app/assets/stylesheets/public_rules_v2.css.erb */
a:visited {
  color: #666;
}

/* line 68, ../../app/assets/stylesheets/public_rules_v2.css.erb */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 70, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.cart_next_step {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 71, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.cart_required label {
  color: red;
  font-weight: bold;
}

/* line 73, ../../app/assets/stylesheets/public_rules_v2.css.erb */
.cart .separator {
  margin-top: 15px;
}
