/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
body {
  margin: 0;
}

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

/* line 30, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
[hidden],
template {
  display: none;
}

/* line 45, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a {
  background-color: transparent;
}

/* line 48, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a:active,
a:hover {
  outline: 0;
}

/* line 52, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
b,
strong {
  font-weight: bold;
}

/* line 59, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 62, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
small {
  font-size: 80%;
}

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

/* line 80, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
sup {
  top: -.5em;
}

/* line 83, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 86, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
img {
  border: 0;
}

/* line 89, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
figure {
  margin: 1em 40px;
}

/* line 95, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
pre {
  overflow: auto;
}

/* line 104, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button {
  overflow: visible;
}

/* line 123, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button,
select {
  text-transform: none;
}

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

/* line 134, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 172, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
legend {
  padding: 0;
  border: 0;
}

/* line 176, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
textarea {
  overflow: auto;
}

/* line 179, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
optgroup {
  font-weight: bold;
}

/* line 182, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
td,
th {
  padding: 0;
}

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

  /* line 201, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 205, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 221, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  thead {
    display: table-header-group;
  }

  /* line 224, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 228, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  img {
    max-width: 100% !important;
  }

  /* line 231, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 237, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 241, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar {
    display: none;
  }

  /* line 244, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .label {
    border: 1px solid #000;
  }

  /* line 251, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 254, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 258, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 269, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 281, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* line 1091, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
figure {
  margin: 0;
}

/* line 1115, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
img {
  vertical-align: middle;
}

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

/* line 1127, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}

/* line 1130, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 1143, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.img-circle {
  border-radius: 50%;
}

/* line 1146, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

/* line 1171, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
[role="button"] {
  cursor: pointer;
}

/* line 1174, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1191, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1219, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1242, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1265, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
p {
  margin: 0 0 10px;
}

/* line 1292, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}
/* line 1303, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
small,
.small {
  font-size: 85%;
}

/* line 1307, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1312, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-left {
  text-align: left;
}

/* line 1315, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-right {
  text-align: right;
}

/* line 1318, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-center {
  text-align: center;
}

/* line 1321, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-justify {
  text-align: justify;
}

/* line 1324, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-muted {
  color: #777;
}

/* line 1339, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-primary {
  color: #337ab7;
}

/* line 1342, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1346, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-success {
  color: #3c763d;
}

/* line 1349, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1353, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-info {
  color: #31708f;
}

/* line 1356, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1360, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}

/* line 1363, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1367, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-danger {
  color: #a94442;
}

/* line 1370, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1374, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1378, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1382, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 1385, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1389, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 1392, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1396, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1399, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1403, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

/* line 1415, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
dt {
  font-weight: bold;
}

/* line 1451, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
dd {
  margin-left: 0;
}

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

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

/* line 1473, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 1483, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

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

/* line 1496, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

/* line 1509, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 1517, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 1525, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

/* line 1543, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1552, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 1572, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1596, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1601, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .container {
    width: 1170px;
  }
}
/* line 1605, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1615, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 1621, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 1624, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-12 {
  width: 100%;
}

/* line 1627, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-9 {
  width: 75%;
}

/* line 1636, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-6 {
  width: 50%;
}

/* line 1645, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-3 {
  width: 25%;
}

/* line 1654, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 1781, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1784, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1787, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1790, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1793, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1796, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1799, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1802, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1805, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1808, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1811, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1814, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1817, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1820, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1823, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1826, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1829, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1832, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1835, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1838, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1841, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1844, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1847, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1850, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1853, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1856, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1859, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1862, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1865, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1868, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1871, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1874, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1877, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1880, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1883, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1886, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1889, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1892, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1895, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1898, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1901, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1904, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1907, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1910, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1913, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1916, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1919, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1922, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1925, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1928, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1931, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1936, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 1939, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }

  /* line 1942, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1945, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1948, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }

  /* line 1951, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1954, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1957, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }

  /* line 1960, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1963, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1966, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }

  /* line 1969, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1972, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1975, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1978, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1981, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1984, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1987, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1990, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1993, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1996, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1999, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2002, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2005, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2008, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2011, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2014, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2017, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2020, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2023, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2026, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2029, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2032, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2035, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2038, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2041, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2044, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2047, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2050, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2053, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2056, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2059, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2062, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2065, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2068, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2071, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2074, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2077, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2080, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2083, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2086, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2089, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2094, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 2097, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2100, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2103, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2106, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2109, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2112, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2115, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2118, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2121, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2124, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2127, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2130, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2133, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2136, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2139, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2142, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2145, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2148, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2151, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2154, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2157, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2160, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2163, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2166, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2169, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2172, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2175, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2178, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2181, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2184, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2187, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2190, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2193, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2196, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2199, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2202, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2205, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2208, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2211, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2214, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2217, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2220, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2223, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2226, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2229, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2232, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2235, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2238, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2241, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2244, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2247, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2251, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
table {
  background-color: transparent;
}

/* line 2254, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
th {
  text-align: left;
}

/* line 2263, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2279, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2291, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 2297, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2305, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2316, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 2323, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 2337, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2351, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2358, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2372, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2379, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2393, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2400, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2414, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2421, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2435, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2442, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

  /* line 2454, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2457, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 2465, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2468, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 2476, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 2484, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 2491, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 2508, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 2525, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input[type="file"] {
  display: block;
}

/* line 2528, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

/* line 2549, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2567, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2573, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
textarea.form-control {
  height: auto;
}

/* line 2600, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}

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

  /* line 2610, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  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 2620, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  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 2631, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

/* line 2649, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2657, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 2684, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 2714, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

/* line 2729, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2737, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

/* line 2751, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

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

/* line 2766, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2774, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-feedback {
  position: relative;
}

/* line 2784, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2799, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2806, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2813, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2825, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2830, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2835, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

/* line 2843, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2855, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2860, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2865, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2870, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2873, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2885, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2890, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 2895, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2900, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2903, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

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

  /* line 2921, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2926, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2929, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2933, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2939, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2942, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  /* line 2953, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

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

  /* line 2962, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2966, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2974, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2978, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

@media (min-width: 768px) {
  /* line 2993, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2999, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3004, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3025, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3034, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3040, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3047, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3056, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3060, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3065, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3071, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3076, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3083, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3096, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3101, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3113, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3117, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3122, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3128, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3133, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3140, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3153, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3158, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3170, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3174, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3179, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3185, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3190, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3197, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3210, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3215, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3227, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3231, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3236, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3242, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3247, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3254, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3267, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3272, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3284, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3288, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning {
  color: #000000;
  background-color: #eea236;
  border-color: #c6790d;
}

/* line 3293, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #000000;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3299, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning:hover {
  color: #000000;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3304, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000000;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3311, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #000000;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3324, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3329, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #eea236;
  border-color: #c6790d;
}

/* line 3341, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-warning .badge {
  color: #eea236;
  background-color: #fff;
}

/* line 3345, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d4403a;
  border-color: #d43f3a;
}

/* line 3350, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3356, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3361, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3368, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3381, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3386, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 {
  background-color: #d4403a;
  border-color: #d43f3a;
}

/* line 3398, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-danger .badge {
  color: #d4403a;
  background-color: #fff;
}

/* line 3402, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3407, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3416, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

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

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

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

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

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

/* line 3456, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3460, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 3468, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3474, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.fade.in {
  opacity: 1;
}

/* line 3477, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.collapse {
  display: none;
}

/* line 3480, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.collapse.in {
  display: block;
}

/* line 3483, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
tr.collapse.in {
  display: table-row;
}

/* line 3486, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3489, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3503, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3514, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 3518, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3521, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3543, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

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

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

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

/* line 3568, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3576, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3581, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3589, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}

/* line 3592, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.open > a {
  outline: 0;
}

/* line 3595, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3599, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3603, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3611, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3619, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3623, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3630, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3637, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3641, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3646, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3652, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3657, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3667, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3673, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3676, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3681, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3686, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3689, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3692, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3696, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3701, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}

/* line 3704, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3707, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3712, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3716, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3720, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3724, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3728, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3732, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3736, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn .caret {
  margin-left: 0;
}

/* line 3739, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3743, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3746, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3754, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3757, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3764, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3767, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3773, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3779, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3782, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3787, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3791, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3797, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3803, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3806, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3809, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
[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 3817, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3822, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3827, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3834, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3837, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3846, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 3852, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 3860, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3869, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 3875, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
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 3883, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3888, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3893, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3899, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3910, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3915, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3920, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3924, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3934, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3937, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 3947, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3950, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3955, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
  padding-top: 5px;
}

/* line 3959, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3962, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3967, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3971, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3976, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3981, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 3985, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3990, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3995, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li.disabled > a {
  color: #777;
}

/* line 3998, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4005, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4011, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4017, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}

/* line 4020, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4023, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4027, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4033, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4036, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4045, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4049, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4052, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4056, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4061, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4065, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4069, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4073, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4079, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4083, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4089, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-pills > li {
  float: left;
}

/* line 4092, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4095, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4098, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4104, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-stacked > li {
  float: none;
}

/* line 4107, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4111, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-justified {
  width: 100%;
}

/* line 4114, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-justified > li {
  float: none;
}

/* line 4117, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4121, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4126, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4130, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4134, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4137, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4141, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4147, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4151, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4157, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4160, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 4163, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4168, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4175, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4180, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-header {
    float: left;
  }
}
/* line 4184, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4193, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4197, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4203, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4209, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4212, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4219, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4224, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4229, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4237, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4245, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4250, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4254, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4262, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4267, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4271, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4276, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4283, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4287, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4291, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4296, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4308, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4311, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4317, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4321, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 4325, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4328, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4334, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4344, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4348, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4351, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4357, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4361, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }

  /* line 4364, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4369, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4381, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4386, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4391, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4394, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4398, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4403, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4406, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4410, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4417, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4421, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4426, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4431, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4434, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4439, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4450, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4455, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4462, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4466, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4470, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4474, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4479, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4486, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-left {
    float: left !important;
  }

  /* line 4489, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4493, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4497, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4501, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4504, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4509, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4512, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4515, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4520, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4526, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4532, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4535, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4539, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4542, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4546, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4553, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4556, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4561, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4567, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4574, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4577, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4580, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .btn-link {
  color: #777;
}

/* line 4583, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4587, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4593, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4597, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4600, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4605, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4608, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4611, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4616, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4622, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4628, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4631, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4635, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4638, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4642, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4649, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4652, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4655, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4658, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4663, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4669, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 4676, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4679, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4682, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4685, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4689, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4695, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4702, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 4705, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4710, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.breadcrumb > .active {
  color: #777;
}

/* line 4713, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4719, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination > li {
  display: inline;
}

/* line 4722, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4734, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4740, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4745, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4754, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4766, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4777, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4783, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4788, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4793, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4799, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4804, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4809, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4815, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager li {
  display: inline;
}

/* line 4818, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4826, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4831, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4835, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4839, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4847, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 4859, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4865, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label:empty {
  display: none;
}

/* line 4868, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4872, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-default {
  background-color: #777;
}

/* line 4875, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4879, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-primary {
  background-color: #337ab7;
}

/* line 4882, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4886, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}

/* line 4889, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4893, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}

/* line 4896, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4900, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-warning {
  background-color: #eea236;
  color: #000000;
}

/* line 4904, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4908, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-danger {
  background-color: #d4403a;
}

/* line 4911, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4915, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4929, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 4932, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4936, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4941, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4947, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4952, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item > .badge {
  float: right;
}

/* line 4955, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4958, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4961, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4968, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4972, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4977, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4980, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4986, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4990, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4994, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4999, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5004, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5016, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5021, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5026, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5030, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5036, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5040, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}

/* line 5043, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5047, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 5050, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5054, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5061, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5066, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5069, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5072, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5077, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5080, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 5083, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5088, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5091, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5094, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5099, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5102, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5129, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5138, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5153, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5161, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5167, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5170, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5175, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5178, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5183, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.progress-bar-warning {
  background-color: #eea236;
  color: #000000;
}

/* line 5187, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5192, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.progress-bar-danger {
  background-color: #d4403a;
}

/* line 5195, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5200, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media {
  margin-top: 15px;
}

/* line 5203, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media:first-child {
  margin-top: 0;
}

/* line 5206, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5211, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-body {
  width: 10000px;
}

/* line 5214, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-object {
  display: block;
}

/* line 5217, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5220, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5224, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5228, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5234, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-middle {
  vertical-align: middle;
}

/* line 5237, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 5240, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5244, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5248, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5252, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5260, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5264, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5269, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5273, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5277, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5285, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5289, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5296, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5301, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5306, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5314, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5325, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5330, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5334, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5338, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5342, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5349, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5359, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5363, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5367, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5371, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5378, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5388, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5392, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5396, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5400, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5407, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5417, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5421, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5425, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5429, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5436, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5446, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5450, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5454, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5462, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-body {
  padding: 15px;
}

/* line 5465, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5471, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5474, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5480, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5487, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5494, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5498, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5503, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5509, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5515, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5519, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5522, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5525, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5530, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5536, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5541, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5548, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5558, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5568, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5573, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5580, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5590, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5600, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5606, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5610, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5614, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5628, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5642, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5652, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5662, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5666, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 5669, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5673, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5676, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5679, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5683, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5686, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5689, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-default {
  border-color: #ddd;
}

/* line 5692, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5697, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5700, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5704, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5707, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-primary {
  border-color: #337ab7;
}

/* line 5710, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5715, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5718, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5722, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5725, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5728, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5733, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5736, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5740, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5743, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 5746, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5751, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5754, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5758, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5761, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 5764, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5769, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5772, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5776, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5779, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5782, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5787, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5790, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5794, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5797, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5804, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5817, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5820, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5823, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5833, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5837, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5841, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5845, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5855, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5863, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5870, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5873, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5885, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5894, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5900, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5904, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5909, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 5921, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5930, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5934, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5938, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5942, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 5945, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5949, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5953, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5958, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5962, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5965, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5968, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5976, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5980, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 5984, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5989, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 5993, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6017, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6021, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6025, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6029, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6033, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6037, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6045, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6052, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6059, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6066, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6073, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6080, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6087, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6094, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6101, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6108, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  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-break: auto;
}

/* line 6142, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.top {
  margin-top: -10px;
}

/* line 6145, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.right {
  margin-left: 10px;
}

/* line 6148, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 6151, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.left {
  margin-left: -10px;
}

/* line 6154, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6162, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}

/* line 6165, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6174, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 6177, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6181, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6189, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6196, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6204, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6211, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6219, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6226, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6234, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6241, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel {
  position: relative;
}

/* line 6244, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6249, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6256, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6261, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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: 1000px;
    perspective: 1000px;
  }

  /* line 6271, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6277, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6283, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .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 6291, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6296, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}

/* line 6299, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6305, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 6308, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6311, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6315, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6318, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6321, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6335, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6343, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6353, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6361, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6371, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6376, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6381, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6388, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6391, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6394, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6405, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6417, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6423, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6435, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6439, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 6448, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6452, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6456, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6461, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6465, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6500, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6518, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6523, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pull-right {
  float: right !important;
}

/* line 6526, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.pull-left {
  float: left !important;
}

/* line 6529, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.hide {
  display: none !important;
}

/* line 6532, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.show {
  display: block !important;
}

/* line 6535, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.invisible {
  visibility: hidden;
}

/* line 6538, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6545, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.hidden {
  display: none !important;
}

/* line 6548, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6554, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6560, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.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 6575, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-xs {
    display: block !important;
  }

  /* line 6578, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  table.visible-xs {
    display: table !important;
  }

  /* line 6581, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6584, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6590, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6595, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6600, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6605, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-sm {
    display: block !important;
  }

  /* line 6608, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  table.visible-sm {
    display: table !important;
  }

  /* line 6611, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6614, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6620, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6625, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6630, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6635, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-md {
    display: block !important;
  }

  /* line 6638, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  table.visible-md {
    display: table !important;
  }

  /* line 6641, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6644, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6650, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6655, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6660, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6665, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-lg {
    display: block !important;
  }

  /* line 6668, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  table.visible-lg {
    display: table !important;
  }

  /* line 6671, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6674, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6680, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6685, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6690, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6695, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6700, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6705, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6710, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6714, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6718, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-print {
    display: block !important;
  }

  /* line 6721, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  table.visible-print {
    display: table !important;
  }

  /* line 6724, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6727, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6732, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6736, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6740, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6744, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6748, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6752, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6757, /var/www/3r/app/assets/stylesheets/bootstrap/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap-select v1.12.4 (https://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2018 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select {
  width: 220px\0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 6, /var/www/3r/app/assets/stylesheets/bootstrap-select/bootstrap-select.css */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("/fonts/glyphicons-regular.eot");
  src: url("/fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-regular.woff2") format("woff2"), url("/fonts/glyphicons-regular.woff") format("woff"), url("/fonts/glyphicons-regular.ttf") format("truetype"), url("/fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");
}
/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x05 {
  font-size: 12px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x2 {
  font-size: 48px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x2:before {
  padding: 8px 12px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x3 {
  font-size: 72px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x3:before {
  padding: 16px 20px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x4 {
  font-size: 96px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x4:before {
  padding: 20px 28px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x5 {
  font-size: 120px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.x5:before {
  padding: 28px 36px;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.light:before {
  color: #f2f2f2;
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-glass:before {
  content: "\E001";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-leaf:before {
  content: "\E002";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dog:before {
  content: "\E003";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user:before {
  content: "\E004";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-girl:before {
  content: "\E005";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-car:before {
  content: "\E006";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-add:before {
  content: "\E007";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-remove:before {
  content: "\E008";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-film:before {
  content: "\E009";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-magic:before {
  content: "\E010";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-envelope:before {
  content: "\E011";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-camera:before {
  content: "\E012";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-heart:before {
  content: "\E013";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-beach-umbrella:before {
  content: "\E014";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-train:before {
  content: "\E015";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-print:before {
  content: "\E016";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bin:before {
  content: "\E017";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-music:before {
  content: "\E018";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-music-alt:before {
  content: "\E019";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-heart-empty:before {
  content: "\E020";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-home:before {
  content: "\E021";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-snowflake:before {
  content: "\E022";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fire:before {
  content: "\E023";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-magnet:before {
  content: "\E024";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-parents:before {
  content: "\E025";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-binoculars:before {
  content: "\E026";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-road:before {
  content: "\E027";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-search:before {
  content: "\E028";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cars:before {
  content: "\E029";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-notes-2:before {
  content: "\E030";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pencil:before {
  content: "\E031";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bus:before {
  content: "\E032";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-wifi-alt:before {
  content: "\E033";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-luggage:before {
  content: "\E034";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-old-man:before {
  content: "\E035";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-woman:before {
  content: "\E036";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file:before {
  content: "\E037";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-coins:before {
  content: "\E038";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-plane:before {
  content: "\E039";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-notes:before {
  content: "\E040";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stats:before {
  content: "\E041";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-charts:before {
  content: "\E042";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pie-chart:before {
  content: "\E043";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-group:before {
  content: "\E044";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-keys:before {
  content: "\E045";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-calendar:before {
  content: "\E046";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-router:before {
  content: "\E047";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-camera-small:before {
  content: "\E048";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-star-empty:before {
  content: "\E049";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-star:before {
  content: "\E050";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-link:before {
  content: "\E051";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eye-open:before {
  content: "\E052";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eye-close:before {
  content: "\E053";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-alarm:before {
  content: "\E054";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-clock:before {
  content: "\E055";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stopwatch:before {
  content: "\E056";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-projector:before {
  content: "\E057";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-history:before {
  content: "\E058";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-truck:before {
  content: "\E059";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cargo:before {
  content: "\E060";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-compass:before {
  content: "\E061";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-keynote:before {
  content: "\E062";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-paperclip:before {
  content: "\E063";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-power:before {
  content: "\E064";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lightbulb:before {
  content: "\E065";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tag:before {
  content: "\E066";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tags:before {
  content: "\E067";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cleaning:before {
  content: "\E068";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ruler:before {
  content: "\E069";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gift:before {
  content: "\E070";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-umbrella:before {
  content: "\E071";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-book:before {
  content: "\E072";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bookmark:before {
  content: "\E073";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-wifi:before {
  content: "\E074";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cup:before {
  content: "\E075";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stroller:before {
  content: "\E076";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-headphones:before {
  content: "\E077";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-headset:before {
  content: "\E078";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-warning-sign:before {
  content: "\E079";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-signal:before {
  content: "\E080";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-retweet:before {
  content: "\E081";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-refresh:before {
  content: "\E082";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-roundabout:before {
  content: "\E083";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-random:before {
  content: "\E084";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-heat:before {
  content: "\E085";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-repeat:before {
  content: "\E086";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-display:before {
  content: "\E087";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-log-book:before {
  content: "\E088";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-address-book:before {
  content: "\E089";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-building:before {
  content: "\E090";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eyedropper:before {
  content: "\E091";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-adjust:before {
  content: "\E092";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tint:before {
  content: "\E093";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-crop:before {
  content: "\E094";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-square:before {
  content: "\E095";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-circle:before {
  content: "\E096";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-line:before {
  content: "\E098";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-curve:before {
  content: "\E099";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vector-path-all:before {
  content: "\E100";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-font:before {
  content: "\E101";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-italic:before {
  content: "\E102";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bold:before {
  content: "\E103";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-underline:before {
  content: "\E104";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-strike:before {
  content: "\E105";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-height:before {
  content: "\E106";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-width:before {
  content: "\E107";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-resize:before {
  content: "\E108";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-left-indent:before {
  content: "\E109";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-right-indent:before {
  content: "\E110";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-align-left:before {
  content: "\E111";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-align-center:before {
  content: "\E112";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-align-right:before {
  content: "\E113";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-justify:before {
  content: "\E114";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-list:before {
  content: "\E115";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-smaller:before {
  content: "\E116";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-bigger:before {
  content: "\E117";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-embed:before {
  content: "\E118";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-embed-close:before {
  content: "\E119";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-table:before {
  content: "\E120";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-full:before {
  content: "\E121";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-empty:before {
  content: "\E122";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-in:before {
  content: "\E123";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-out:before {
  content: "\E124";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-plus:before {
  content: "\E125";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-minus:before {
  content: "\E126";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-ban:before {
  content: "\E127";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-flag:before {
  content: "\E128";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-lock:before {
  content: "\E129";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-new:before {
  content: "\E130";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox:before {
  content: "\E131";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox-plus:before {
  content: "\E132";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox-minus:before {
  content: "\E133";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox-lock:before {
  content: "\E134";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox-in:before {
  content: "\E135";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-inbox-out:before {
  content: "\E136";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cogwheel:before {
  content: "\E137";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cogwheels:before {
  content: "\E138";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-picture:before {
  content: "\E139";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-adjust-alt:before {
  content: "\E140";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database-lock:before {
  content: "\E141";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database-plus:before {
  content: "\E142";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database-minus:before {
  content: "\E143";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database-ban:before {
  content: "\E144";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-open:before {
  content: "\E145";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-plus:before {
  content: "\E146";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-minus:before {
  content: "\E147";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-lock:before {
  content: "\E148";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-flag:before {
  content: "\E149";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-new:before {
  content: "\E150";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-edit:before {
  content: "\E151";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-new-window:before {
  content: "\E152";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-check:before {
  content: "\E153";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-unchecked:before {
  content: "\E154";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-more-windows:before {
  content: "\E155";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-show-thumbnails:before {
  content: "\E157";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-show-lines:before {
  content: "\E159";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-playlist:before {
  content: "\E160";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-imac:before {
  content: "\E161";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-macbook:before {
  content: "\E162";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ipad:before {
  content: "\E163";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-iphone:before {
  content: "\E164";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-iphone-transfer:before {
  content: "\E165";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-iphone-exchange:before {
  content: "\E166";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ipod:before {
  content: "\E167";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ear-plugs:before {
  content: "\E169";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-record:before {
  content: "\E170";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-step-backward:before {
  content: "\E171";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fast-backward:before {
  content: "\E172";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rewind:before {
  content: "\E173";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-play:before {
  content: "\E174";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pause:before {
  content: "\E175";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stop:before {
  content: "\E176";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-forward:before {
  content: "\E177";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fast-forward:before {
  content: "\E178";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-step-forward:before {
  content: "\E179";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eject:before {
  content: "\E180";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-facetime-video:before {
  content: "\E181";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-download-alt:before {
  content: "\E182";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mute:before {
  content: "\E183";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-volume-down:before {
  content: "\E184";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-volume-up:before {
  content: "\E185";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-screenshot:before {
  content: "\E186";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-move:before {
  content: "\E187";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-more:before {
  content: "\E188";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-brightness-reduce:before {
  content: "\E189";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-brightness-increase:before {
  content: "\E190";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-plus-sign:before {
  content: "\E191";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-minus-sign:before {
  content: "\E192";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-remove-sign:before {
  content: "\E193";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ok-sign:before {
  content: "\E194";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-question-sign:before {
  content: "\E195";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-info-sign:before {
  content: "\E196";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-exclamation-sign:before {
  content: "\E197";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-remove-circle:before {
  content: "\E198";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ok-circle:before {
  content: "\E199";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ban-circle:before {
  content: "\E200";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-download:before {
  content: "\E201";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-upload:before {
  content: "\E202";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shopping-cart:before {
  content: "\E203";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lock:before {
  content: "\E204";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-unlock:before {
  content: "\E205";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-electricity:before {
  content: "\E206";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ok:before {
  content: "\E207";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-remove:before {
  content: "\E208";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cart-in:before {
  content: "\E209";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cart-out:before {
  content: "\E210";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-arrow-left:before {
  content: "\E211";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-arrow-right:before {
  content: "\E212";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-arrow-down:before {
  content: "\E213";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-arrow-up:before {
  content: "\E214";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-resize-small:before {
  content: "\E215";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-resize-full:before {
  content: "\E216";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-play-button:before {
  content: "\E221";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-unshare:before {
  content: "\E222";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-share:before {
  content: "\E223";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chevron-right:before {
  content: "\E224";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chevron-left:before {
  content: "\E225";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bluetooth:before {
  content: "\E226";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-euro:before {
  content: "\E227";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-usd:before {
  content: "\E228";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gbp:before {
  content: "\E229";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-retweet-2:before {
  content: "\E230";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-moon:before {
  content: "\E231";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sun:before {
  content: "\E232";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cloud:before {
  content: "\E233";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-direction:before {
  content: "\E234";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-brush:before {
  content: "\E235";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pen:before {
  content: "\E236";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-zoom-in:before {
  content: "\E237";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-zoom-out:before {
  content: "\E238";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pin:before {
  content: "\E239";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-albums:before {
  content: "\E240";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rotation-lock:before {
  content: "\E241";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-flash:before {
  content: "\E242";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-map-marker:before {
  content: "\E243";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-anchor:before {
  content: "\E244";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-conversation:before {
  content: "\E245";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chat:before {
  content: "\E246";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-note-empty:before {
  content: "\E247";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-note:before {
  content: "\E248";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-asterisk:before {
  content: "\E249";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-divide:before {
  content: "\E250";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-snorkel-diving:before {
  content: "\E251";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scuba-diving:before {
  content: "\E252";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fins:before {
  content: "\E254";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fishes:before {
  content: "\E255";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-boat:before {
  content: "\E256";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-delete:before {
  content: "\E257";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sheriffs-star:before {
  content: "\E258";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-qrcode:before {
  content: "\E259";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-barcode:before {
  content: "\E260";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pool:before {
  content: "\E261";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-buoy:before {
  content: "\E262";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-spade:before {
  content: "\E263";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bank:before {
  content: "\E264";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vcard:before {
  content: "\E265";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-electrical-plug:before {
  content: "\E266";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-flag:before {
  content: "\E267";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-credit-card:before {
  content: "\E268";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-keyboard-wired:before {
  content: "\E270";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shield:before {
  content: "\E271";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ring:before {
  content: "\E272";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cake:before {
  content: "\E273";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-drink:before {
  content: "\E274";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-beer:before {
  content: "\E275";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fast-food:before {
  content: "\E276";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cutlery:before {
  content: "\E277";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pizza:before {
  content: "\E278";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-birthday-cake:before {
  content: "\E279";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tablet:before {
  content: "\E280";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-settings:before {
  content: "\E281";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bullets:before {
  content: "\E282";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cardio:before {
  content: "\E283";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-t-shirt:before {
  content: "\E284";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pants:before {
  content: "\E285";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sweater:before {
  content: "\E286";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fabric:before {
  content: "\E287";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-leather:before {
  content: "\E288";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scissors:before {
  content: "\E289";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bomb:before {
  content: "\E290";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-skull:before {
  content: "\E291";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-celebration:before {
  content: "\E292";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tea-kettle:before {
  content: "\E293";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-french-press:before {
  content: "\E294";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-coffee-cup:before {
  content: "\E295";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pot:before {
  content: "\E296";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-grater:before {
  content: "\E297";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kettle:before {
  content: "\E298";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hospital:before {
  content: "\E299";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hospital-h:before {
  content: "\E300";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-microphone:before {
  content: "\E301";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-webcam:before {
  content: "\E302";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temple-islam:before {
  content: "\E304";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temple-hindu:before {
  content: "\E305";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temple-buddhist:before {
  content: "\E306";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bicycle:before {
  content: "\E307";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-life-preserver:before {
  content: "\E308";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-share-alt:before {
  content: "\E309";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-comments:before {
  content: "\E310";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-flower:before {
  content: "\E311";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-baseball:before {
  content: "\E312";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rugby:before {
  content: "\E313";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ax:before {
  content: "\E314";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-table-tennis:before {
  content: "\E315";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bowling:before {
  content: "\E316";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tree-conifer:before {
  content: "\E317";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tree-deciduous:before {
  content: "\E318";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-more-items:before {
  content: "\E319";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort:before {
  content: "\E320";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-filter:before {
  content: "\E321";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gamepad:before {
  content: "\E322";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-playing-dices:before {
  content: "\E323";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-calculator:before {
  content: "\E324";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tie:before {
  content: "\E325";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-wallet:before {
  content: "\E326";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-piano:before {
  content: "\E327";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sampler:before {
  content: "\E328";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-podium:before {
  content: "\E329";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-soccer-ball:before {
  content: "\E330";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-blog:before {
  content: "\E331";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dashboard:before {
  content: "\E332";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-certificate:before {
  content: "\E333";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bell:before {
  content: "\E334";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-candle:before {
  content: "\E335";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pushpin:before {
  content: "\E336";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-iphone-shake:before {
  content: "\E337";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pin-flag:before {
  content: "\E338";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-turtle:before {
  content: "\E339";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rabbit:before {
  content: "\E340";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-globe:before {
  content: "\E341";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-briefcase:before {
  content: "\E342";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hdd:before {
  content: "\E343";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-thumbs-up:before {
  content: "\E344";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-thumbs-down:before {
  content: "\E345";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hand-right:before {
  content: "\E346";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hand-left:before {
  content: "\E347";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hand-up:before {
  content: "\E348";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hand-down:before {
  content: "\E349";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fullscreen:before {
  content: "\E350";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shopping-bag:before {
  content: "\E351";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-book-open:before {
  content: "\E352";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-nameplate:before {
  content: "\E353";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-nameplate-alt:before {
  content: "\E354";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vases:before {
  content: "\E355";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bullhorn:before {
  content: "\E356";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dumbbell:before {
  content: "\E357";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-suitcase:before {
  content: "\E358";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-import:before {
  content: "\E359";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-export:before {
  content: "\E360";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bug:before {
  content: "\E361";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-crown:before {
  content: "\E362";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-smoking:before {
  content: "\E363";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cloud-upload:before {
  content: "\E364";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cloud-download:before {
  content: "\E365";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-restart:before {
  content: "\E366";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-security-camera:before {
  content: "\E367";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-expand:before {
  content: "\E368";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-collapse:before {
  content: "\E369";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-collapse-top:before {
  content: "\E370";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-globe-af:before {
  content: "\E371";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-global:before {
  content: "\E372";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-spray:before {
  content: "\E373";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-nails:before {
  content: "\E374";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-claw-hammer:before {
  content: "\E375";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-classic-hammer:before {
  content: "\E376";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hand-saw:before {
  content: "\E377";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-riflescope:before {
  content: "\E378";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-message-forward:before {
  content: "\E381";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-coat-hanger:before {
  content: "\E382";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dress:before {
  content: "\E383";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bathrobe:before {
  content: "\E384";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shirt:before {
  content: "\E385";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-underwear:before {
  content: "\E386";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-log-in:before {
  content: "\E387";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-log-out:before {
  content: "\E388";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-exit:before {
  content: "\E389";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-new-window-alt:before {
  content: "\E390";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-video-sd:before {
  content: "\E391";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-video-hd:before {
  content: "\E392";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-subtitles:before {
  content: "\E393";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sound-stereo:before {
  content: "\E394";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sound-dolby:before {
  content: "\E395";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sound-5-1:before {
  content: "\E396";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sound-6-1:before {
  content: "\E397";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sound-7-1:before {
  content: "\E398";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-copyright-mark:before {
  content: "\E399";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-registration-mark:before {
  content: "\E400";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-radar:before {
  content: "\E401";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-skateboard:before {
  content: "\E402";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-golf-course:before {
  content: "\E403";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sorting:before {
  content: "\E404";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-order:before {
  content: "\E407";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-compressed:before {
  content: "\E411";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-package:before {
  content: "\E412";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cloud-plus:before {
  content: "\E413";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cloud-minus:before {
  content: "\E414";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-save:before {
  content: "\E415";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-open:before {
  content: "\E416";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-saved:before {
  content: "\E417";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-remove:before {
  content: "\E418";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-import:before {
  content: "\E419";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-disk-export:before {
  content: "\E420";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tower:before {
  content: "\E421";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-send:before {
  content: "\E422";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-branch:before {
  content: "\E423";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-create:before {
  content: "\E424";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-private:before {
  content: "\E425";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-delete:before {
  content: "\E426";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-merge:before {
  content: "\E427";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-pull-request:before {
  content: "\E428";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-compare:before {
  content: "\E429";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-git-commit:before {
  content: "\E430";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-construction-cone:before {
  content: "\E431";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shoe-steps:before {
  content: "\E432";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-plus:before {
  content: "\E433";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-minus:before {
  content: "\E434";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-redo:before {
  content: "\E435";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-undo:before {
  content: "\E436";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-golf:before {
  content: "\E437";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hockey:before {
  content: "\E438";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pipe:before {
  content: "\E439";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-wrench:before {
  content: "\E440";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-closed:before {
  content: "\E441";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-phone-alt:before {
  content: "\E442";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-earphone:before {
  content: "\E443";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-floppy-disk:before {
  content: "\E444";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-floppy-saved:before {
  content: "\E445";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-floppy-remove:before {
  content: "\E446";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-floppy-save:before {
  content: "\E447";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-floppy-open:before {
  content: "\E448";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-translate:before {
  content: "\E449";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fax:before {
  content: "\E450";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-factory:before {
  content: "\E451";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shop-window:before {
  content: "\E452";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shop:before {
  content: "\E453";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kiosk:before {
  content: "\E454";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kiosk-light:before {
  content: "\E456";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kiosk-food:before {
  content: "\E457";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-transfer:before {
  content: "\E458";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-money:before {
  content: "\E459";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-header:before {
  content: "\E460";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-blacksmith:before {
  content: "\E461";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-saw-blade:before {
  content: "\E462";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-basketball:before {
  content: "\E463";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server:before {
  content: "\E464";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-plus:before {
  content: "\E465";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-minus:before {
  content: "\E466";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-ban:before {
  content: "\E467";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-flag:before {
  content: "\E468";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-lock:before {
  content: "\E469";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-server-new:before {
  content: "\E470";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-charging-station:before {
  content: "\E471";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gas-station:before {
  content: "\E472";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-target:before {
  content: "\E473";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bed:before {
  content: "\E474";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mosquito:before {
  content: "\E475";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dining-set:before {
  content: "\E476";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-plate-of-food:before {
  content: "\E477";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hygiene-kit:before {
  content: "\E478";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-blackboard:before {
  content: "\E479";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-marriage:before {
  content: "\E480";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bucket:before {
  content: "\E481";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-none-color-swatch:before {
  content: "\E482";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bring-forward:before {
  content: "\E483";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bring-to-front:before {
  content: "\E484";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-send-backward:before {
  content: "\E485";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-send-to-back:before {
  content: "\E486";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-multiple-displays:before {
  content: "\E489";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-handshake:before {
  content: "\E490";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-child:before {
  content: "\E491";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-baby-formula:before {
  content: "\E492";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-medicine:before {
  content: "\E493";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-atv-vehicle:before {
  content: "\E494";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-motorcycle:before {
  content: "\E495";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bed-alt:before {
  content: "\E496";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tent:before {
  content: "\E497";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-glasses:before {
  content: "\E498";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sunglasses:before {
  content: "\E499";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-family:before {
  content: "\E500";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-education:before {
  content: "\E501";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shoes:before {
  content: "\E502";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-map:before {
  content: "\E503";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cd:before {
  content: "\E504";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-alert:before {
  content: "\E505";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-piggy-bank:before {
  content: "\E506";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-star-half:before {
  content: "\E507";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cluster:before {
  content: "\E508";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-flowchart:before {
  content: "\E509";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-commodities:before {
  content: "\E510";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-duplicate:before {
  content: "\E511";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-copy:before {
  content: "\E512";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-paste:before {
  content: "\E513";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bath-bathtub:before {
  content: "\E514";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bath-shower:before {
  content: "\E515";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shower:before {
  content: "\E516";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-menu-hamburger:before {
  content: "\E517";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-option-vertical:before {
  content: "\E518";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-option-horizontal:before {
  content: "\E519";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-currency-conversion:before {
  content: "\E520";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-ban:before {
  content: "\E521";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-lock:before {
  content: "\E522";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-flag:before {
  content: "\E523";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-asterisk:before {
  content: "\E524";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-alert:before {
  content: "\E525";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-key:before {
  content: "\E526";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-conversation:before {
  content: "\E527";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database:before {
  content: "\E528";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-database-search:before {
  content: "\E529";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-list-alt:before {
  content: "\E530";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hazard-sign:before {
  content: "\E531";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hazard:before {
  content: "\E532";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stop-sign:before {
  content: "\E533";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lab:before {
  content: "\E534";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lab-alt:before {
  content: "\E535";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ice-cream:before {
  content: "\E536";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ice-lolly:before {
  content: "\E537";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-invoice:before {
  content: "\E539";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cart-tick:before {
  content: "\E540";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hourglass:before {
  content: "\E541";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cat:before {
  content: "\E542";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lamp:before {
  content: "\E543";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scale-classic:before {
  content: "\E544";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eye-plus:before {
  content: "\E545";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-eye-minus:before {
  content: "\E546";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-quote:before {
  content: "\E547";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bitcoin:before {
  content: "\E548";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-yen:before {
  content: "\E549";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ruble:before {
  content: "\E550";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-erase:before {
  content: "\E551";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-podcast:before {
  content: "\E552";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-firework:before {
  content: "\E553";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scale:before {
  content: "\E554";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-king:before {
  content: "\E555";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-queen:before {
  content: "\E556";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pawn:before {
  content: "\E557";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bishop:before {
  content: "\E558";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-knight:before {
  content: "\E559";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mic-mute:before {
  content: "\E560";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-voicemail:before {
  content: "\E561";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-paragraph-alt:before {
  content: "\E562";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person-walking:before {
  content: "\E563";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person-wheelchair:before {
  content: "\E564";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-underground:before {
  content: "\E565";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-car-hov:before {
  content: "\E566";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-car-rental:before {
  content: "\E567";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-transport:before {
  content: "\E568";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-taxi:before {
  content: "\E569";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ice-cream-no:before {
  content: "\E570";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-u:before {
  content: "\E571";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-12:before {
  content: "\E574";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-15:before {
  content: "\E575";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-18:before {
  content: "\E576";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tv:before {
  content: "\E578";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sms:before {
  content: "\E579";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mms:before {
  content: "\E580";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-us-rat-g:before {
  content: "\E581";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-us-rat-pg:before {
  content: "\E582";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-equalizer:before {
  content: "\E586";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-speakers:before {
  content: "\E587";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-remote-control:before {
  content: "\E588";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-remote-control-tv:before {
  content: "\E589";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-shredder:before {
  content: "\E590";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-folder-heart:before {
  content: "\E591";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person-running:before {
  content: "\E592";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person:before {
  content: "\E593";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-voice:before {
  content: "\E594";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-stethoscope:before {
  content: "\E595";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-paired:before {
  content: "\E596";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-activity:before {
  content: "\E597";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-watch:before {
  content: "\E598";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scissors-alt:before {
  content: "\E599";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-car-wheel:before {
  content: "\E600";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chevron-up:before {
  content: "\E601";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chevron-down:before {
  content: "\E602";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-superscript:before {
  content: "\E603";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-subscript:before {
  content: "\E604";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-size:before {
  content: "\E605";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-color:before {
  content: "\E606";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-text-background:before {
  content: "\E607";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-modal-window:before {
  content: "\E608";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-newspaper:before {
  content: "\E609";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tractor:before {
  content: "\E610";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-camping:before {
  content: "\E611";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-camping-benches:before {
  content: "\E612";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-forest:before {
  content: "\E613";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-park:before {
  content: "\E614";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-field:before {
  content: "\E615";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mountains:before {
  content: "\E616";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fees-payments:before {
  content: "\E617";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-small-payments:before {
  content: "\E618";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mixed-buildings:before {
  content: "\E619";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-industrial-zone:before {
  content: "\E620";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-visitor-tag:before {
  content: "\E621";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-businessman:before {
  content: "\E622";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-meditation:before {
  content: "\E623";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bath:before {
  content: "\E624";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-donate:before {
  content: "\E625";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sauna:before {
  content: "\E626";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bedroom-nightstand:before {
  content: "\E627";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bedroom-lamp:before {
  content: "\E628";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-doctor:before {
  content: "\E629";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-engineering-networks:before {
  content: "\E630";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-washing-machine:before {
  content: "\E631";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dryer:before {
  content: "\E632";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dishwasher:before {
  content: "\E633";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-luggage-group:before {
  content: "\E634";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-teenager:before {
  content: "\E635";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person-stick:before {
  content: "\E636";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-person-stick-old:before {
  content: "\E637";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-traveler:before {
  content: "\E638";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-veteran:before {
  content: "\E639";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-group-chat:before {
  content: "\E640";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-elections:before {
  content: "\E641";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-law-justice:before {
  content: "\E642";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-judiciary:before {
  content: "\E643";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-house-fire:before {
  content: "\E644";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-firefighters:before {
  content: "\E645";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-police:before {
  content: "\E646";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ambulance:before {
  content: "\E647";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-light-beacon:before {
  content: "\E648";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-important-day:before {
  content: "\E649";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-bike-park:before {
  content: "\E650";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-top:before {
  content: "\E651";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-bottom:before {
  content: "\E652";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-horizontal:before {
  content: "\E653";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-left:before {
  content: "\E654";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-vertical:before {
  content: "\E655";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-object-align-right:before {
  content: "\E656";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-reflect-y:before {
  content: "\E657";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-reflect-x:before {
  content: "\E658";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tick:before {
  content: "\E659";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lawnmower:before {
  content: "\E660";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-redirect:before {
  content: "\E661";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-ip:before {
  content: "\E662";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-record:before {
  content: "\E663";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-ringtone:before {
  content: "\E664";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-traffic:before {
  content: "\E665";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-hold:before {
  content: "\E666";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-incoming:before {
  content: "\E667";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-outgoing:before {
  content: "\E668";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-video:before {
  content: "\E669";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-call-missed:before {
  content: "\E670";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-theater:before {
  content: "\E671";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-heartbeat:before {
  content: "\E672";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-kettlebell:before {
  content: "\E673";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fireplace:before {
  content: "\E674";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-street-lights:before {
  content: "\E675";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pedestrian:before {
  content: "\E676";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-flood:before {
  content: "\E677";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-open-water:before {
  content: "\E678";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-for-sale:before {
  content: "\E679";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dustbin:before {
  content: "\E680";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-door:before {
  content: "\E681";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-camp-fire:before {
  content: "\E682";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fleur-de-lis:before {
  content: "\E683";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature-settings:before {
  content: "\E684";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-article:before {
  content: "\E685";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sunbath:before {
  content: "\E686";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-balanced-diet:before {
  content: "\E687";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ticket:before {
  content: "\E688";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-parking-ticket:before {
  content: "\E689";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-parking-meter:before {
  content: "\E690";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-laptop:before {
  content: "\E691";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-tree-structure:before {
  content: "\E692";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-weather-warning:before {
  content: "\E693";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature-low:before {
  content: "\E694";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature-high:before {
  content: "\E695";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature-low-warning:before {
  content: "\E696";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature-high-warning:before {
  content: "\E697";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hurricane:before {
  content: "\E698";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-storm:before {
  content: "\E699";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-sorted-waste:before {
  content: "\E700";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ear:before {
  content: "\E701";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ear-deaf:before {
  content: "\E702";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-plus:before {
  content: "\E703";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-minus:before {
  content: "\E704";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-lock:before {
  content: "\E705";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-cloud:before {
  content: "\E706";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-cloud-download:before {
  content: "\E707";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-file-cloud-upload:before {
  content: "\E708";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-paragraph:before {
  content: "\E709";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-list-numbered:before {
  content: "\E710";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-donate-heart:before {
  content: "\E711";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-government:before {
  content: "\E712";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-maze:before {
  content: "\E713";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-chronicle:before {
  content: "\E714";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-structure:before {
  content: "\E715";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-recycle:before {
  content: "\E716";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gas:before {
  content: "\E717";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-waste-pipe:before {
  content: "\E718";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-water-pipe:before {
  content: "\E719";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-parking:before {
  content: "\E720";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-closed:before {
  content: "\E721";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse:before {
  content: "\E722";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse-double-click:before {
  content: "\E723";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse-left-click:before {
  content: "\E724";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse-right-click:before {
  content: "\E725";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse-middle-click:before {
  content: "\E726";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-mouse-scroll:before {
  content: "\E727";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-resize-vertical:before {
  content: "\E728";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-resize-horizontal:before {
  content: "\E729";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-temperature:before {
  content: "\E730";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-puzzle:before {
  content: "\E731";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-puzzle-2:before {
  content: "\E732";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-puzzle-3:before {
  content: "\E733";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-nearby-square:before {
  content: "\E734";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-nearby-circle:before {
  content: "\E735";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rotate-right:before {
  content: "\E736";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-rotate-left:before {
  content: "\E737";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pictures:before {
  content: "\E738";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-photo-album:before {
  content: "\E739";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cadastral-map:before {
  content: "\E740";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint-scan:before {
  content: "\E741";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint:before {
  content: "\E742";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint-lock:before {
  content: "\E743";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint-ok:before {
  content: "\E744";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint-remove:before {
  content: "\E745";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-fingerprint-reload:before {
  content: "\E746";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-pending-notifications:before {
  content: "\E747";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-synchronization:before {
  content: "\E748";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-synchronization-ban:before {
  content: "\E749";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-hash:before {
  content: "\E750";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-male:before {
  content: "\E751";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-female:before {
  content: "\E752";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-virgin-female:before {
  content: "\E753";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-intersex:before {
  content: "\E754";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-transgender:before {
  content: "\E755";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-ori-lesbian:before {
  content: "\E756";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-ori-gay:before {
  content: "\E757";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-ori-hetero:before {
  content: "\E758";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-other:before {
  content: "\E759";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-gender-unknown:before {
  content: "\E760";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-scanner:before {
  content: "\E761";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-multifunction-printer:before {
  content: "\E762";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-lasso:before {
  content: "\E763";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-view-360:before {
  content: "\E764";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-charging:before {
  content: "\E765";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-full:before {
  content: "\E766";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-75:before {
  content: "\E767";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-50:before {
  content: "\E768";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-25:before {
  content: "\E769";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-battery-10:before {
  content: "\E770";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-satellite:before {
  content: "\E771";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-satellite-dish:before {
  content: "\E772";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-satellite-dish-alt:before {
  content: "\E773";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-auction:before {
  content: "\E774";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-directions:before {
  content: "\E775";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-race:before {
  content: "\E776";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-robot:before {
  content: "\E777";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-ruler-alt:before {
  content: "\E778";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cube-empty:before {
  content: "\E779";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-cube-black:before {
  content: "\E780";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-move-square:before {
  content: "\E781";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-drop:before {
  content: "\E782";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-headset:before {
  content: "\E783";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-charging:before {
  content: "\E784";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-low-battery:before {
  content: "\E785";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-paired:before {
  content: "\E786";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-settings:before {
  content: "\E787";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-vr-maintenance:before {
  content: "\E788";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-filter-remove:before {
  content: "\E789";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-filter-applied:before {
  content: "\E790";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-one-day:before {
  content: "\E791";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-vr:before {
  content: "\E792";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-vr-add:before {
  content: "\E793";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-user-vr-remove:before {
  content: "\E794";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-1:before {
  content: "\E795";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-2:before {
  content: "\E796";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-3:before {
  content: "\E797";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-4:before {
  content: "\E798";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-5:before {
  content: "\E799";
}

/* line 1, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons.css */
.glyphicons-dice-6:before {
  content: "\E800";
}

/*
 *		BOOTSTRAP HELPER
 */
/* line 5, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons-bootstrap.css */
.btn .glyphicons,
.btn .halflings,
.btn .filetypes,
.btn .social {
  margin-right: .3em;
}

/* line 11, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons-bootstrap.css */
.dropdown-menu li .glyphicons,
.dropdown-menu li .halflings,
.dropdown-menu li .filetypes,
.dropdown-menu li .social {
  margin-right: 0.2 0.9em;
  margin-top: .19em;
  margin-right: .3em;
}

/* line 19, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons-bootstrap.css */
.list-group .list-group-item .glyphicons,
.list-group .list-group-item .halflings,
.list-group .list-group-item .filetypes,
.list-group .list-group-item .social {
  margin-right: .5em;
}

/* line 26, /var/www/3r/app/assets/stylesheets/glyphicons/glyphicons-bootstrap.css */
.btn .glyphicons {
  line-height: 1.42857143;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 11, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* Selection Border */
/* line 16, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/images/jcrop/jcrop.gif");
  font-size: 0;
  position: absolute;
}

/* line 22, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 26, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-vline.right {
  right: 0;
}

/* line 29, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 33, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 37, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 48, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 55, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 61, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 67, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 73, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 79, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 85, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 91, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 97, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 104, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 109, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 114, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 117, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 121, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 125, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 129, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 135, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 143, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 149, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 157, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 162, /var/www/3r/app/assets/stylesheets/Jcrop/jquery.Jcrop.css */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* line 1, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker {
  display: none;
}

/* line 5, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker.active {
  display: block;
}

/* line 9, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}

/* line 17, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

/* line 22, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
}

/* line 28, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

/* line 32, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 46, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-main {
  padding: 2px;
}

/* line 50, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
}

/* line 55, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex;
}

/* line 62, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-grid {
  flex-wrap: wrap;
}

/* line 66, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

/* line 71, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

/* line 75, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

/* line 81, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

/* line 89, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

/* line 93, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: white;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #363636;
  font-size: 1rem;
}

/* line 114, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

/* line 119, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 124, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

/* line 129, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 133, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 138, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

/* line 142, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

/* line 147, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

/* line 151, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 155, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

/* line 159, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

/* line 163, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem;
}

/* line 170, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .view-switch {
  flex: auto;
}

/* line 174, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}

/* line 181, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

/* line 186, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

/* line 193, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem;
}

@media (max-width: 22.5rem) {
  /* line 200, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
  .datepicker-view .week {
    width: 1.96875rem;
  }
}
/* line 205, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  /* line 210, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}
/* line 215, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

/* line 220, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

/* line 224, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

/* line 231, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.disabled {
  color: #dbdbdb;
}

/* line 235, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #7a7a7a;
}

/* line 240, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

/* line 245, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke;
}

/* line 250, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee;
}

/* line 254, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

/* line 258, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

/* line 262, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

/* line 266, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

/* line 270, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}

/* line 276, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

/* line 281, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}

/* line 285, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}

/* line 289, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb;
}

/* line 294, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}

/* line 298, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range.disabled {
  color: #c2c2c2;
}

/* line 302, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

/* line 306, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

/* line 311, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-input.in-edit {
  border-color: #2366d1;
}

/* line 315, /var/www/3r/app/assets/stylesheets/vanilla-datepicker/datepicker.css */
.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}
