@charset "UTF-8";
/*
 * Container style
 */
/* line 4, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
/* line 15, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 27, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* line 39, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 45, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

/* line 54, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
/* line 67, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 79, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 91, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

/* line 98, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 107, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 113, node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
  .ps {
    overflow: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0088e6;
  border-color: #0079cc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #006ab3;
  border-color: #002d4d;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #006ab3;
  border-color: #00558f;
}

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

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

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0088e6;
  border-color: #0079cc;
}

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

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #333;
  background-color: #8EDE3D;
  border-color: #81da27;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #333;
  background-color: #75c622;
  border-color: #416f13;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #333;
  background-color: #75c622;
  border-color: #63a81d;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #333;
  background-color: #75c622;
  background-image: none;
  border-color: #63a81d;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #333;
  background-color: #63a81d;
  border-color: #416f13;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #8EDE3D;
  border-color: #81da27;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 8px -15px;
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 991px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}

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

@media (max-width: 991px) {
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 347, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  /* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 377, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  /* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 991px) {
  /* line 584, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #3f8fba;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2c6381;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0088e6;
  border-color: #0088e6;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none;
}

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

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

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

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

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

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #0088e6;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #006ab3;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #8EDE3D;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #75c622;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3f8fba;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 59px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f8fba;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #0088e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #8EDE3D;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0088e6;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

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

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 18px;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #0088e6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0088e6;
  border-color: #0088e6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0088e6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #0088e6;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0088e6;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

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

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

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

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

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 22, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}

/* line 49, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input.form-control[type='radio'],
.bootstrap-switch input.form-control[type='checkbox'] {
  height: auto;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}

/* line 169, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 187, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-switch-rails-3.3.3/vendor/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* Mixin file for sass.  Here is where we define our variables and
   browser compatability functions used in all scss/sass files */
/* Style includes */
/* line 1, app/assets/stylesheets/media-box.scss */
.media {
  margin: 10px;
}

/* line 5, app/assets/stylesheets/media-box.scss */
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

/* line 12, app/assets/stylesheets/media-box.scss */
.media .img {
  float: left;
  margin-right: 10px;
}

/* line 16, app/assets/stylesheets/media-box.scss */
.media .img img {
  display: block;
}

/* line 19, app/assets/stylesheets/media-box.scss */
.media .imgEt {
  float: right;
  margin-left: 10px;
}

@font-face {
  font-family: 'entypo';
  src: url(/assets/entypo-7141e55092cb5a279738b55c93ef4b2d1568f21772e4c6ea8ab3775ba6593fcf.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 9, vendor/assets/entypo/entypo.scss */
[class^="entypo-"], [class*=" entypo-"] {
  font-family: entypo;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* main icon map */
/* line 21, vendor/assets/entypo/entypo.scss */
.entypo-phone:before {
  content: '\1f4de';
}

/* 1f4de */
/* line 22, vendor/assets/entypo/entypo.scss */
.entypo-mobile:before {
  content: '\1f4f1';
}

/* 1f4f1 */
/* line 23, vendor/assets/entypo/entypo.scss */
.entypo-mouse:before {
  content: '\e789';
}

/* e789 */
/* line 24, vendor/assets/entypo/entypo.scss */
.entypo-address:before {
  content: '\e723';
}

/* e723 */
/* line 25, vendor/assets/entypo/entypo.scss */
.entypo-mail:before {
  content: '\2709';
}

/* 2709 */
/* line 26, vendor/assets/entypo/entypo.scss */
.entypo-paper-plane:before {
  content: '\e79b';
}

/* e79b */
/* line 27, vendor/assets/entypo/entypo.scss */
.entypo-pencil:before {
  content: '\270e';
}

/* 270e */
/* line 28, vendor/assets/entypo/entypo.scss */
.entypo-feather:before {
  content: '\2712';
}

/* 2712 */
/* line 29, vendor/assets/entypo/entypo.scss */
.entypo-attach:before {
  content: '\1f4ce';
}

/* 1f4ce */
/* line 30, vendor/assets/entypo/entypo.scss */
.entypo-inbox:before {
  content: '\e777';
}

/* e777 */
/* line 31, vendor/assets/entypo/entypo.scss */
.entypo-reply:before {
  content: '\e712';
}

/* e712 */
/* line 32, vendor/assets/entypo/entypo.scss */
.entypo-reply-all:before {
  content: '\e713';
}

/* e713 */
/* line 33, vendor/assets/entypo/entypo.scss */
.entypo-forward:before {
  content: '\27a6';
}

/* 27a6 */
/* line 34, vendor/assets/entypo/entypo.scss */
.entypo-user:before {
  content: '\1f464';
}

/* 1f464 */
/* line 35, vendor/assets/entypo/entypo.scss */
.entypo-users:before {
  content: '\1f465';
}

/* 1f465 */
/* line 36, vendor/assets/entypo/entypo.scss */
.entypo-add-user:before {
  content: '\e700';
}

/* e700 */
/* line 37, vendor/assets/entypo/entypo.scss */
.entypo-vcard:before {
  content: '\e722';
}

/* e722 */
/* line 38, vendor/assets/entypo/entypo.scss */
.entypo-export:before {
  content: '\e715';
}

/* e715 */
/* line 39, vendor/assets/entypo/entypo.scss */
.entypo-location:before {
  content: '\e724';
}

/* e724 */
/* line 40, vendor/assets/entypo/entypo.scss */
.entypo-map:before {
  content: '\e727';
}

/* e727 */
/* line 41, vendor/assets/entypo/entypo.scss */
.entypo-compass:before {
  content: '\e728';
}

/* e728 */
/* line 42, vendor/assets/entypo/entypo.scss */
.entypo-direction:before {
  content: '\27a2';
}

/* 27a2 */
/* line 43, vendor/assets/entypo/entypo.scss */
.entypo-share:before {
  content: '\e73c';
}

/* e73c */
/* line 44, vendor/assets/entypo/entypo.scss */
.entypo-shareable:before {
  content: '\e73e';
}

/* e73e */
/* line 45, vendor/assets/entypo/entypo.scss */
.entypo-heart:before {
  content: '\2665';
}

/* 2665 */
/* line 46, vendor/assets/entypo/entypo.scss */
.entypo-heart-empty:before {
  content: '\2661';
}

/* 2661 */
/* line 47, vendor/assets/entypo/entypo.scss */
.entypo-star:before {
  content: '\2605';
}

/* 2605 */
/* line 48, vendor/assets/entypo/entypo.scss */
.entypo-star-empty:before {
  content: '\2606';
}

/* 2606 */
/* line 49, vendor/assets/entypo/entypo.scss */
.entypo-thumbs-up:before {
  content: '\1f44d';
}

/* 1f44d */
/* line 50, vendor/assets/entypo/entypo.scss */
.entypo-thumbs-down:before {
  content: '\1f44e';
}

/* 1f44e */
/* line 51, vendor/assets/entypo/entypo.scss */
.entypo-chat:before {
  content: '\e720';
}

/* e720 */
/* line 52, vendor/assets/entypo/entypo.scss */
.entypo-comment:before {
  content: '\e718';
}

/* e718 */
/* line 53, vendor/assets/entypo/entypo.scss */
.entypo-quote:before {
  content: '\275e';
}

/* 275e */
/* line 54, vendor/assets/entypo/entypo.scss */
.entypo-home:before {
  content: '\2302';
}

/* 2302 */
/* line 55, vendor/assets/entypo/entypo.scss */
.entypo-popup:before {
  content: '\e74c';
}

/* e74c */
/* line 56, vendor/assets/entypo/entypo.scss */
.entypo-search:before {
  content: '\1f50d';
}

/* 1f50d */
/* line 57, vendor/assets/entypo/entypo.scss */
.entypo-flashlight:before {
  content: '\1f526';
}

/* 1f526 */
/* line 58, vendor/assets/entypo/entypo.scss */
.entypo-print:before {
  content: '\e716';
}

/* e716 */
/* line 59, vendor/assets/entypo/entypo.scss */
.entypo-bell:before {
  content: '\1f514';
}

/* 1f514 */
/* line 60, vendor/assets/entypo/entypo.scss */
.entypo-link:before {
  content: '\1f517';
}

/* 1f517 */
/* line 61, vendor/assets/entypo/entypo.scss */
.entypo-flag:before {
  content: '\2691';
}

/* 2691 */
/* line 62, vendor/assets/entypo/entypo.scss */
.entypo-cog:before {
  content: '\2699';
}

/* 2699 */
/* line 63, vendor/assets/entypo/entypo.scss */
.entypo-tools:before {
  content: '\2692';
}

/* 2692 */
/* line 64, vendor/assets/entypo/entypo.scss */
.entypo-trophy:before {
  content: '\1f3c6';
}

/* 1f3c6 */
/* line 65, vendor/assets/entypo/entypo.scss */
.entypo-tag:before {
  content: '\e70c';
}

/* e70c */
/* line 66, vendor/assets/entypo/entypo.scss */
.entypo-camera:before {
  content: '\1f4f7';
}

/* 1f4f7 */
/* line 67, vendor/assets/entypo/entypo.scss */
.entypo-megaphone:before {
  content: '\1f4e3';
}

/* 1f4e3 */
/* line 68, vendor/assets/entypo/entypo.scss */
.entypo-moon:before {
  content: '\263d';
}

/* 263d */
/* line 69, vendor/assets/entypo/entypo.scss */
.entypo-palette:before {
  content: '\1f3a8';
}

/* 1f3a8 */
/* line 70, vendor/assets/entypo/entypo.scss */
.entypo-leaf:before {
  content: '\1f342 ';
}

/* 1f342 */
/* line 71, vendor/assets/entypo/entypo.scss */
.entypo-note:before {
  content: '\266a';
}

/* 266a */
/* line 72, vendor/assets/entypo/entypo.scss */
.entypo-beamed-note:before {
  content: '\266b';
}

/* 266b */
/* line 73, vendor/assets/entypo/entypo.scss */
.entypo-graduation-cap:before {
  content: '\1f393 ';
}

/* 1f393 */
/* line 74, vendor/assets/entypo/entypo.scss */
.entypo-book:before {
  content: '\1f4d5 ';
}

/* 1f4d5 */
/* line 75, vendor/assets/entypo/entypo.scss */
.entypo-newspaper:before {
  content: '\1f4f0';
}

/* 1f4f0 */
/* line 76, vendor/assets/entypo/entypo.scss */
.entypo-bag:before {
  content: '\1f45c';
}

/* 1f45c */
/* line 77, vendor/assets/entypo/entypo.scss */
.entypo-lifebuoy:before {
  content: '\e788';
}

/* e788 */
/* line 78, vendor/assets/entypo/entypo.scss */
.entypo-eye:before {
  content: '\e70a';
}

/* e70a */
/* line 79, vendor/assets/entypo/entypo.scss */
.entypo-clock:before {
  content: '\1f554';
}

/* 1f554 */
/* line 80, vendor/assets/entypo/entypo.scss */
.entypo-mic:before {
  content: '\1f3a4';
}

/* 1f3a4 */
/* line 81, vendor/assets/entypo/entypo.scss */
.entypo-calendar:before {
  content: '\1f4c5';
}

/* 1f4c5 */
/* line 82, vendor/assets/entypo/entypo.scss */
.entypo-flash:before {
  content: '\26a1';
}

/* 26a1 */
/* line 83, vendor/assets/entypo/entypo.scss */
.entypo-thunder-cloud:before {
  content: '\26c8';
}

/* 26c8 */
/* line 84, vendor/assets/entypo/entypo.scss */
.entypo-droplet:before {
  content: '\1f4a7';
}

/* 1f4a7 */
/* line 85, vendor/assets/entypo/entypo.scss */
.entypo-cd:before {
  content: '\1f4bf';
}

/* 1f4bf */
/* line 86, vendor/assets/entypo/entypo.scss */
.entypo-briefcase:before {
  content: '\1f4bc';
}

/* 1f4bc */
/* line 87, vendor/assets/entypo/entypo.scss */
.entypo-air:before {
  content: '\e753';
}

/* e753 */
/* line 88, vendor/assets/entypo/entypo.scss */
.entypo-hourglass:before {
  content: '\23f3';
}

/* 23f3 */
/* line 89, vendor/assets/entypo/entypo.scss */
.entypo-gauge:before {
  content: '\e7a2';
}

/* e7a2 */
/* line 90, vendor/assets/entypo/entypo.scss */
.entypo-language:before {
  content: '\e752';
}

/* e752 */
/* line 91, vendor/assets/entypo/entypo.scss */
.entypo-network:before {
  content: '\e776';
}

/* e776 */
/* line 92, vendor/assets/entypo/entypo.scss */
.entypo-key:before {
  content: '\1f511';
}

/* 1f511 */
/* line 93, vendor/assets/entypo/entypo.scss */
.entypo-battery:before {
  content: '\1f50b';
}

/* 1f50b */
/* line 94, vendor/assets/entypo/entypo.scss */
.entypo-bucket:before {
  content: '\e756';
}

/* e756 */
/* line 95, vendor/assets/entypo/entypo.scss */
.entypo-magnet:before {
  content: '\e7a1';
}

/* e7a1 */
/* line 96, vendor/assets/entypo/entypo.scss */
.entypo-drive:before {
  content: '\e755';
}

/* e755 */
/* line 97, vendor/assets/entypo/entypo.scss */
.entypo-cup:before {
  content: '\2615';
}

/* 2615 */
/* line 98, vendor/assets/entypo/entypo.scss */
.entypo-rocket:before {
  content: '\1f680';
}

/* 1f680 */
/* line 99, vendor/assets/entypo/entypo.scss */
.entypo-brush:before {
  content: '\e79a';
}

/* e79a */
/* line 100, vendor/assets/entypo/entypo.scss */
.entypo-suitcase:before {
  content: '\e78e';
}

/* e78e */
/* line 101, vendor/assets/entypo/entypo.scss */
.entypo-traffic-cone:before {
  content: '\e7a3';
}

/* e7a3 */
/* line 102, vendor/assets/entypo/entypo.scss */
.entypo-globe:before {
  content: '\1f30e';
}

/* 1f30e */
/* line 103, vendor/assets/entypo/entypo.scss */
.entypo-keyboard:before {
  content: '\2328';
}

/* 2328 */
/* line 104, vendor/assets/entypo/entypo.scss */
.entypo-publish:before {
  content: '\e74d';
}

/* e74d */
/* line 105, vendor/assets/entypo/entypo.scss */
.entypo-progress-3:before {
  content: '\e76b';
}

/* e76b */
/* line 106, vendor/assets/entypo/entypo.scss */
.entypo-progress-2:before {
  content: '\e76a';
}

/* e76a */
/* line 107, vendor/assets/entypo/entypo.scss */
.entypo-progress-1:before {
  content: '\e769';
}

/* e769 */
/* line 108, vendor/assets/entypo/entypo.scss */
.entypo-progress-0:before {
  content: '\e768';
}

/* e768 */
/* line 109, vendor/assets/entypo/entypo.scss */
.entypo-light-down:before {
  content: '\1f505';
}

/* 1f505' */
/* line 110, vendor/assets/entypo/entypo.scss */
.entypo-light-up:before {
  content: '\1f506';
}

/* 1f506 */
/* line 111, vendor/assets/entypo/entypo.scss */
.entypo-adjust:before {
  content: '\25d1';
}

/* 25d1 */
/* line 112, vendor/assets/entypo/entypo.scss */
.entypo-code:before {
  content: '\e714';
}

/* e714 */
/* line 113, vendor/assets/entypo/entypo.scss */
.entypo-monitor:before {
  content: '\1f4bb';
}

/* 1f4bb */
/* line 114, vendor/assets/entypo/entypo.scss */
.entypo-infinity:before {
  content: '\221e';
}

/* 221e */
/* line 115, vendor/assets/entypo/entypo.scss */
.entypo-credit-card:before {
  content: '\1f4b3';
}

/* 1f4b3 */
/* line 116, vendor/assets/entypo/entypo.scss */
.entypo-database:before {
  content: '\e754';
}

/* e754 */
/* line 117, vendor/assets/entypo/entypo.scss */
.entypo-clipboard:before {
  content: '\1f4cb';
}

/* 1f4cb */
/* line 118, vendor/assets/entypo/entypo.scss */
.entypo-box:before {
  content: '\1f4e6';
}

/* 1f4e6 */
/* line 119, vendor/assets/entypo/entypo.scss */
.entypo-ticket:before {
  content: '\1f3ab';
}

/* 1f3ab */
/* line 120, vendor/assets/entypo/entypo.scss */
.entypo-rss:before {
  content: '\e73a';
}

/* e73a */
/* line 121, vendor/assets/entypo/entypo.scss */
.entypo-signal:before {
  content: '\1f4f6';
}

/* 1f4f6 */
/* line 122, vendor/assets/entypo/entypo.scss */
.entypo-thermometer:before {
  content: '\e757';
}

/* e757 */
/* line 123, vendor/assets/entypo/entypo.scss */
.entypo-water:before {
  content: '\1f4a6';
}

/* 1f4a6 */
/* line 124, vendor/assets/entypo/entypo.scss */
.entypo-sweden:before {
  content: '\f601';
}

/* f601 */
/* line 125, vendor/assets/entypo/entypo.scss */
.entypo-lock:before {
  content: '\1f512';
}

/* 1f512 */
/* line 126, vendor/assets/entypo/entypo.scss */
.entypo-lock-open:before {
  content: '\1f513';
}

/* 1f513 */
/* line 127, vendor/assets/entypo/entypo.scss */
.entypo-logout:before {
  content: '\e741';
}

/* e741 */
/* line 128, vendor/assets/entypo/entypo.scss */
.entypo-login:before {
  content: '\e740';
}

/* e740 */
/* line 129, vendor/assets/entypo/entypo.scss */
.entypo-check:before {
  content: '\2713';
}

/* 2713 */
/* line 130, vendor/assets/entypo/entypo.scss */
.entypo-squared-plus:before {
  content: '\229e';
}

/* 229e */
/* line 131, vendor/assets/entypo/entypo.scss */
.entypo-squared-minus:before {
  content: '\229f';
}

/* 229f */
/* line 132, vendor/assets/entypo/entypo.scss */
.entypo-circled-plus:before {
  content: '\2795';
}

/* 2795 */
/* line 133, vendor/assets/entypo/entypo.scss */
.entypo-circled-minus:before {
  content: '\2796';
}

/* 2796 */
/* line 134, vendor/assets/entypo/entypo.scss */
.entypo-plus:before {
  content: '\2b';
}

/* 2b */
/* line 135, vendor/assets/entypo/entypo.scss */
.entypo-minus:before {
  content: '\2d';
}

/* 2d */
/* line 136, vendor/assets/entypo/entypo.scss */
.entypo-erase:before {
  content: '\232b';
}

/* 232b */
/* line 137, vendor/assets/entypo/entypo.scss */
.entypo-block:before {
  content: '\1f6ab';
}

/* 1f6ab */
/* line 138, vendor/assets/entypo/entypo.scss */
.entypo-info:before {
  content: '\2139';
}

/* 2139 */
/* line 139, vendor/assets/entypo/entypo.scss */
.entypo-circled-info:before {
  content: '\e705';
}

/* e705 */
/* line 140, vendor/assets/entypo/entypo.scss */
.entypo-help:before {
  content: '\2753';
}

/* 2753 */
/* line 141, vendor/assets/entypo/entypo.scss */
.entypo-circled-help:before {
  content: '\e704';
}

/* e704 */
/* line 142, vendor/assets/entypo/entypo.scss */
.entypo-ccw:before {
  content: '\27f2';
}

/* 27f2 */
/* line 143, vendor/assets/entypo/entypo.scss */
.entypo-cw:before {
  content: '\27f3';
}

/* 27f3 */
/* line 144, vendor/assets/entypo/entypo.scss */
.entypo-shuffle:before {
  content: '\1f500';
}

/* 1f500 */
/* line 145, vendor/assets/entypo/entypo.scss */
.entypo-back:before {
  content: '\1f519';
}

/* 1f519 */
/* line 146, vendor/assets/entypo/entypo.scss */
.entypo-level-up:before {
  content: '\21b0';
}

/* 21b0 */
/* line 147, vendor/assets/entypo/entypo.scss */
.entypo-level-down:before {
  content: '\21b3';
}

/* 21b3 */
/* line 148, vendor/assets/entypo/entypo.scss */
.entypo-retweet:before {
  content: '\e717';
}

/* e717 */
/* line 149, vendor/assets/entypo/entypo.scss */
.entypo-reshare:before {
  content: '\e717';
}

/* e717 */
/* line 150, vendor/assets/entypo/entypo.scss */
.entypo-loop:before {
  content: '\1f501';
}

/* 1f501 */
/* line 151, vendor/assets/entypo/entypo.scss */
.entypo-back-in-time:before {
  content: '\e771';
}

/* e771 */
/* line 152, vendor/assets/entypo/entypo.scss */
.entypo-switch:before {
  content: '\21c6';
}

/* 21c6 */
/* line 153, vendor/assets/entypo/entypo.scss */
.entypo-layout:before {
  content: '\268f';
}

/* 268f */
/* line 154, vendor/assets/entypo/entypo.scss */
.entypo-list:before {
  content: '\2630';
}

/* 2630 */
/* line 155, vendor/assets/entypo/entypo.scss */
.entypo-doc:before {
  content: '\e730';
}

/* e730 */
/* line 156, vendor/assets/entypo/entypo.scss */
.entypo-docs:before {
  content: '\e736';
}

/* e736 */
/* line 157, vendor/assets/entypo/entypo.scss */
.entypo-text-doc-inverted:before {
  content: '\e731';
}

/* e731 */
/* line 158, vendor/assets/entypo/entypo.scss */
.entypo-landscape-doc:before {
  content: '\e737';
}

/* e737 */
/* line 159, vendor/assets/entypo/entypo.scss */
.entypo-picture:before {
  content: '\1f304';
}

/* 1f304 */
/* line 160, vendor/assets/entypo/entypo.scss */
.entypo-video:before {
  content: '\1f3ac';
}

/* 1f3ac */
/* line 161, vendor/assets/entypo/entypo.scss */
.entypo-music:before {
  content: '\1f3b5';
}

/* 1f3b5 */
/* line 162, vendor/assets/entypo/entypo.scss */
.entypo-folder:before {
  content: '\1f4c1 ';
}

/* 1f4c1 */
/* line 163, vendor/assets/entypo/entypo.scss */
.entypo-archive:before {
  content: '\e738';
}

/* e738 */
/* line 164, vendor/assets/entypo/entypo.scss */
.entypo-trash:before {
  content: '\e729';
}

/* e729 */
/* line 165, vendor/assets/entypo/entypo.scss */
.entypo-upload:before {
  content: '\1f4e4';
}

/* 1f4e4 */
/* line 166, vendor/assets/entypo/entypo.scss */
.entypo-download:before {
  content: '\1f4e5';
}

/* 1f4e5 */
/* line 167, vendor/assets/entypo/entypo.scss */
.entypo-install:before {
  content: '\e778';
}

/* e778 */
/* line 168, vendor/assets/entypo/entypo.scss */
.entypo-cloud:before {
  content: '\2601';
}

/* 2601 */
/* line 169, vendor/assets/entypo/entypo.scss */
.entypo-upload-cloud:before {
  content: '\e711';
}

/* e711 */
/* line 170, vendor/assets/entypo/entypo.scss */
.entypo-bookmark:before {
  content: '\1f516';
}

/* 1f516 */
/* line 171, vendor/assets/entypo/entypo.scss */
.entypo-bookmarks:before {
  content: '\1f4d1';
}

/* 1f4d1 */
/* line 172, vendor/assets/entypo/entypo.scss */
.entypo-play:before {
  content: '\25b6';
}

/* 25b6 */
/* line 173, vendor/assets/entypo/entypo.scss */
.entypo-paus:before {
  content: '\2389';
}

/* 2389 */
/* line 174, vendor/assets/entypo/entypo.scss */
.entypo-record:before {
  content: '\26ab';
}

/* 26ab */
/* line 175, vendor/assets/entypo/entypo.scss */
.entypo-stop:before {
  content: '\25a0';
}

/* 25a0 */
/* line 176, vendor/assets/entypo/entypo.scss */
.entypo-to-end:before {
  content: '\23ed';
}

/* 23ed */
/* line 177, vendor/assets/entypo/entypo.scss */
.entypo-to-start:before {
  content: '\23ee';
}

/* 23ee */
/* line 178, vendor/assets/entypo/entypo.scss */
.entypo-resize-full:before {
  content: '\e744';
}

/* e744 */
/* line 179, vendor/assets/entypo/entypo.scss */
.entypo-resize-small:before {
  content: '\e746';
}

/* e746 */
/* line 180, vendor/assets/entypo/entypo.scss */
.entypo-volume:before {
  content: '\e742';
}

/* e742 */
/* line 181, vendor/assets/entypo/entypo.scss */
.entypo-sound:before {
  content: '\1f50a';
}

/* 1f50a */
/* line 182, vendor/assets/entypo/entypo.scss */
.entypo-mute:before {
  content: '\1f507';
}

/* 1f507 */
/* line 183, vendor/assets/entypo/entypo.scss */
.entypo-flow-cascade:before {
  content: '\e790';
}

/* e790 */
/* line 184, vendor/assets/entypo/entypo.scss */
.entypo-flow-branch:before {
  content: '\e791';
}

/* e791 */
/* line 185, vendor/assets/entypo/entypo.scss */
.entypo-flow-tree:before {
  content: '\e792';
}

/* e792 */
/* line 186, vendor/assets/entypo/entypo.scss */
.entypo-flow-line:before {
  content: '\e793';
}

/* e793 */
/* line 187, vendor/assets/entypo/entypo.scss */
.entypo-flow-parallel:before {
  content: '\e794';
}

/* e794 */
/* line 188, vendor/assets/entypo/entypo.scss */
.entypo-left-bold:before {
  content: '\e4ad';
}

/* e4ad */
/* line 189, vendor/assets/entypo/entypo.scss */
.entypo-right-bold:before {
  content: '\e4ae';
}

/* e4ae */
/* line 190, vendor/assets/entypo/entypo.scss */
.entypo-up-bold:before {
  content: '\e4af';
}

/* e4af */
/* line 191, vendor/assets/entypo/entypo.scss */
.entypo-down-bold:before {
  content: '\e4b0';
}

/* e4b0 */
/* line 192, vendor/assets/entypo/entypo.scss */
.entypo-left:before {
  content: '\261c';
}

/* 261c */
/* line 193, vendor/assets/entypo/entypo.scss */
.entypo-up:before {
  content: '\261d';
}

/* 261d */
/* line 194, vendor/assets/entypo/entypo.scss */
.entypo-right:before {
  content: '\261e';
}

/* 261e */
/* line 195, vendor/assets/entypo/entypo.scss */
.entypo-down:before {
  content: '\261f';
}

/* 261f */
/* line 196, vendor/assets/entypo/entypo.scss */
.entypo-circled-down:before {
  content: '\e758';
}

/* e758 */
/* line 197, vendor/assets/entypo/entypo.scss */
.entypo-circled-left:before {
  content: '\e759';
}

/* e759 */
/* line 198, vendor/assets/entypo/entypo.scss */
.entypo-circled-right:before {
  content: '\e75a';
}

/* e75a */
/* line 199, vendor/assets/entypo/entypo.scss */
.entypo-circled-up:before {
  content: '\e75b';
}

/* e75b */
/* line 200, vendor/assets/entypo/entypo.scss */
.entypo-left-thin:before {
  content: '\2190';
}

/* 2190 */
/* line 201, vendor/assets/entypo/entypo.scss */
.entypo-up-thin:before {
  content: '\2191';
}

/* 2191 */
/* line 202, vendor/assets/entypo/entypo.scss */
.entypo-right-thin:before {
  content: '\2192';
}

/* 2192 */
/* line 203, vendor/assets/entypo/entypo.scss */
.entypo-down-thin:before {
  content: '\2193';
}

/* 2193 */
/* line 204, vendor/assets/entypo/entypo.scss */
.entypo-arrow-combo:before {
  content: '\e74f';
}

/* e74f */
/* line 205, vendor/assets/entypo/entypo.scss */
.entypo-dot:before {
  content: '\e78b';
}

/* e78b */
/* line 206, vendor/assets/entypo/entypo.scss */
.entypo-two-dots:before {
  content: '\e78c';
}

/* e78c */
/* line 207, vendor/assets/entypo/entypo.scss */
.entypo-three-dots:before {
  content: '\e78d';
}

/* e78d */
/* line 208, vendor/assets/entypo/entypo.scss */
.entypo-cc:before {
  content: '\e7a5';
}

/* e7a5 */
/* line 209, vendor/assets/entypo/entypo.scss */
.entypo-cc-by:before {
  content: '\e7a6';
}

/* e7a6 */
/* line 210, vendor/assets/entypo/entypo.scss */
.entypo-cc-nc:before {
  content: '\e7a7';
}

/* e7a7 */
/* line 211, vendor/assets/entypo/entypo.scss */
.entypo-cc-nc-eu:before {
  content: '\e7a8';
}

/* e7a8 */
/* line 212, vendor/assets/entypo/entypo.scss */
.entypo-cc-nc-jp:before {
  content: '\e7a9';
}

/* e7a9 */
/* line 213, vendor/assets/entypo/entypo.scss */
.entypo-cc-sa:before {
  content: '\e7aa';
}

/* e7aa */
/* line 214, vendor/assets/entypo/entypo.scss */
.entypo-cc-nd:before {
  content: '\e7ab';
}

/* e7ab */
/* line 215, vendor/assets/entypo/entypo.scss */
.entypo-cc-pd:before {
  content: '\e7ac';
}

/* e7ac */
/* line 216, vendor/assets/entypo/entypo.scss */
.entypo-cc-zero:before {
  content: '\e7ad';
}

/* e7ad */
/* line 217, vendor/assets/entypo/entypo.scss */
.entypo-cc-share:before {
  content: '\e7ae';
}

/* e7ae */
/* line 218, vendor/assets/entypo/entypo.scss */
.entypo-cc-remix:before {
  content: '\e7af';
}

/* e7af */
/* line 219, vendor/assets/entypo/entypo.scss */
.entypo-db-logo:before {
  content: '\f603';
}

/* f603 */
/* line 220, vendor/assets/entypo/entypo.scss */
.entypo-db-shape:before {
  content: '\f600';
}

/* f600 */
/* line 221, vendor/assets/entypo/entypo.scss */
.entypo-save:before {
  content: '\1f4be';
}

/* 1f4be */
/* line 222, vendor/assets/entypo/entypo.scss */
.entypo-ff:before {
  content: '\23e9';
}

/* 23e9 */
/* line 223, vendor/assets/entypo/entypo.scss */
.entypo-fb:before {
  content: '\23ea';
}

/* 23ea */
/* line 224, vendor/assets/entypo/entypo.scss */
.entypo-pie-chart:before {
  content: '\e751';
}

/* e751 */
/* line 225, vendor/assets/entypo/entypo.scss */
.entypo-line-graph:before {
  content: '\1f4c8';
}

/* 1f4c8 */
/* line 226, vendor/assets/entypo/entypo.scss */
.entypo-bar-graph:before {
  content: '\1f4ca ';
}

/* 1f4ca */
/* line 227, vendor/assets/entypo/entypo.scss */
.entypo-area-graph:before {
  content: '\1f53e';
}

/* 1f53e */
/* line 228, vendor/assets/entypo/entypo.scss */
.entypo-chevron-down:before {
  content: '\e75c';
}

/* e75c */
/* line 229, vendor/assets/entypo/entypo.scss */
.entypo-chevron-left:before {
  content: '\e75d';
}

/* e75d */
/* line 230, vendor/assets/entypo/entypo.scss */
.entypo-chevron-right:before {
  content: '\e75e';
}

/* e75e */
/* line 231, vendor/assets/entypo/entypo.scss */
.entypo-chevron-up:before {
  content: '\e75f';
}

/* e75f */
/* line 232, vendor/assets/entypo/entypo.scss */
.entypo-chevron-small-down:before {
  content: '\e760';
}

/* e760 */
/* line 233, vendor/assets/entypo/entypo.scss */
.entypo-chevron-small-left:before {
  content: '\e761';
}

/* e761 */
/* line 234, vendor/assets/entypo/entypo.scss */
.entypo-chevron-small-right:before {
  content: '\e762';
}

/* e762 */
/* line 235, vendor/assets/entypo/entypo.scss */
.entypo-chevron-small-up:before {
  content: '\e763';
}

/* e763 */
/* line 236, vendor/assets/entypo/entypo.scss */
.entypo-chevron-thin-down:before {
  content: '\e764';
}

/* e764 */
/* line 237, vendor/assets/entypo/entypo.scss */
.entypo-chevron-thin-left:before {
  content: '\e765';
}

/* e765 */
/* line 238, vendor/assets/entypo/entypo.scss */
.entypo-chevron-thin-right:before {
  content: '\e766';
}

/* e766 */
/* line 239, vendor/assets/entypo/entypo.scss */
.entypo-chevron-thin-up:before {
  content: '\e767';
}

/* e767 */
/* line 240, vendor/assets/entypo/entypo.scss */
.entypo-text-doc:before {
  content: '\1f4c4';
}

/* 1f4c4 */
/* line 241, vendor/assets/entypo/entypo.scss */
.entypo-open-book:before {
  content: '\1f4d6';
}

/* 1f4d6 */
/* line 242, vendor/assets/entypo/entypo.scss */
.entypo-voicemail:before {
  content: '\2707';
}

/* 2707 */
/* line 243, vendor/assets/entypo/entypo.scss */
.entypo-triangle-right:before {
  content: '\25b8';
}

/* 25b8 */
/* line 244, vendor/assets/entypo/entypo.scss */
.entypo-triangle-up:before {
  content: '\25b4';
}

/* 25b4 */
/* line 245, vendor/assets/entypo/entypo.scss */
.entypo-triangle-down:before {
  content: '\25be';
}

/* 25be */
/* line 246, vendor/assets/entypo/entypo.scss */
.entypo-triangle-left:before {
  content: '\25c2';
}

/* 25c2 */
/* line 247, vendor/assets/entypo/entypo.scss */
.entypo-airplane:before {
  content: '\2708';
}

/* 2708 */
/* line 248, vendor/assets/entypo/entypo.scss */
.entypo-light-bulb:before {
  content: '\1f4a1';
}

/* 1f4a1 */
/* line 249, vendor/assets/entypo/entypo.scss */
.entypo-add-to-list:before {
  content: '\e003';
}

/* e003 */
/* line 250, vendor/assets/entypo/entypo.scss */
.entypo-browser:before {
  content: '\e74e';
}

/* e74e */
/* line 251, vendor/assets/entypo/entypo.scss */
.entypo-cart:before {
  content: '\e73d';
}

/* e73d */
/* line 252, vendor/assets/entypo/entypo.scss */
.entypo-cross-hair:before {
  content: '\1f3af';
}

/* 1f3af */
/* line 253, vendor/assets/entypo/entypo.scss */
.entypo-squared-cross:before {
  content: '\274e';
}

/* 274e */
/* line 254, vendor/assets/entypo/entypo.scss */
.entypo-circled-cross:before {
  content: '\2716';
}

/* 2716 */
/* line 255, vendor/assets/entypo/entypo.scss */
.entypo-warning:before {
  content: '\26a0';
}

/* 26a0 */
/* line 256, vendor/assets/entypo/entypo.scss */
.entypo-cross:before {
  content: '\2715';
}

/* 2715 */
/* line 257, vendor/assets/entypo/entypo.scss */
.entypo-new:before {
  content: '\1f4a5';
}

/* 1f4a5 */
/* line 258, vendor/assets/entypo/entypo.scss */
.entypo-cycle:before {
  content: '\1f504';
}

/* 1f504 */
/* line 259, vendor/assets/entypo/entypo.scss */
.entypo-numbered-list:before {
  content: '\e005';
}

/* e005 */
/* line 260, vendor/assets/entypo/entypo.scss */
.entypo-right-1:before {
  content: '\27a1';
}

/* 27a1 */
/* line 261, vendor/assets/entypo/entypo.scss */
.entypo-left-1:before {
  content: '\2b05';
}

/* 2b05 */
/* line 262, vendor/assets/entypo/entypo.scss */
.entypo-up-1:before {
  content: '\2b06';
}

/* 2b06 */
/* line 263, vendor/assets/entypo/entypo.scss */
.entypo-down-1:before {
  content: '\2b07';
}

/* 2b07 */
/* social extension map */
/* line 266, vendor/assets/entypo/entypo.scss */
.entypo-social-github:before {
  content: '\f300';
}

/* f300 */
/* line 267, vendor/assets/entypo/entypo.scss */
.entypo-social-social-c-github:before {
  content: '\f301';
}

/* f301 */
/* line 268, vendor/assets/entypo/entypo.scss */
.entypo-social-flickr:before {
  content: '\f303';
}

/* f303 */
/* line 269, vendor/assets/entypo/entypo.scss */
.entypo-social-c-flickr:before {
  content: '\f304';
}

/* f304 */
/* line 270, vendor/assets/entypo/entypo.scss */
.entypo-social-vimeo:before {
  content: '\f306';
}

/* f306 */
/* line 271, vendor/assets/entypo/entypo.scss */
.entypo-social-c-vimeo:before {
  content: '\f307';
}

/* f307 */
/* line 272, vendor/assets/entypo/entypo.scss */
.entypo-social-twitter:before {
  content: '\f309';
}

/* f309 */
/* line 273, vendor/assets/entypo/entypo.scss */
.entypo-social-c-twitter:before {
  content: '\f30a';
}

/* f30a */
/* line 274, vendor/assets/entypo/entypo.scss */
.entypo-social-facebook:before {
  content: '\f30c';
}

/* f30c */
/* line 275, vendor/assets/entypo/entypo.scss */
.entypo-social-c-facebook:before {
  content: '\f30d';
}

/* f30d */
/* line 276, vendor/assets/entypo/entypo.scss */
.entypo-social-s-facebook:before {
  content: '\f30e';
}

/* f30e */
/* line 277, vendor/assets/entypo/entypo.scss */
.entypo-social-google-plus:before {
  content: '\f30f';
}

/* f30f */
/* line 278, vendor/assets/entypo/entypo.scss */
.entypo-social-c-google-plus:before {
  content: '\f310';
}

/* f310 */
/* line 279, vendor/assets/entypo/entypo.scss */
.entypo-social-pinterest:before {
  content: '\f312';
}

/* f312 */
/* line 280, vendor/assets/entypo/entypo.scss */
.entypo-social-c-pinterest:before {
  content: '\f313';
}

/* f313 */
/* line 281, vendor/assets/entypo/entypo.scss */
.entypo-social-tumblr:before {
  content: '\f315';
}

/* f315 */
/* line 282, vendor/assets/entypo/entypo.scss */
.entypo-social-c-tumblr:before {
  content: '\f316';
}

/* f316 */
/* line 283, vendor/assets/entypo/entypo.scss */
.entypo-social-linkedin:before {
  content: '\f318';
}

/* f318 */
/* line 284, vendor/assets/entypo/entypo.scss */
.entypo-social-c-linkedin:before {
  content: '\f319';
}

/* f319 */
/* line 285, vendor/assets/entypo/entypo.scss */
.entypo-social-dribbble:before {
  content: '\f31b';
}

/* f31b */
/* line 286, vendor/assets/entypo/entypo.scss */
.entypo-social-c-dribbble:before {
  content: '\f31c';
}

/* f31c */
/* line 287, vendor/assets/entypo/entypo.scss */
.entypo-social-stumbleupon:before {
  content: '\f31e';
}

/* f31e */
/* line 288, vendor/assets/entypo/entypo.scss */
.entypo-social-c-stumbleupon:before {
  content: '\f31f';
}

/* f31f */
/* line 289, vendor/assets/entypo/entypo.scss */
.entypo-social-lastfm:before {
  content: '\f321';
}

/* f321 */
/* line 290, vendor/assets/entypo/entypo.scss */
.entypo-social-c-lastfm:before {
  content: '\f322';
}

/* f322 */
/* line 291, vendor/assets/entypo/entypo.scss */
.entypo-social-rdio:before {
  content: '\f324';
}

/* f324 */
/* line 292, vendor/assets/entypo/entypo.scss */
.entypo-social-c-rdio:before {
  content: '\f325';
}

/* f325 */
/* line 293, vendor/assets/entypo/entypo.scss */
.entypo-social-spotify:before {
  content: '\f327';
}

/* f327 */
/* line 294, vendor/assets/entypo/entypo.scss */
.entypo-social-c-spotify:before {
  content: '\f328';
}

/* f328 */
/* line 295, vendor/assets/entypo/entypo.scss */
.entypo-social-qq:before {
  content: '\f32a';
}

/* f32a */
/* line 296, vendor/assets/entypo/entypo.scss */
.entypo-social-instagram:before {
  content: '\f32d';
}

/* f32d */
/* line 297, vendor/assets/entypo/entypo.scss */
.entypo-social-dropbox:before {
  content: '\f330';
}

/* f330 */
/* line 298, vendor/assets/entypo/entypo.scss */
.entypo-social-evernote:before {
  content: '\f333';
}

/* f333 */
/* line 299, vendor/assets/entypo/entypo.scss */
.entypo-social-flattr:before {
  content: '\f336';
}

/* f336 */
/* line 300, vendor/assets/entypo/entypo.scss */
.entypo-social-skype:before {
  content: '\f339';
}

/* f339 */
/* line 301, vendor/assets/entypo/entypo.scss */
.entypo-social-c-skype:before {
  content: '\f33a';
}

/* f33a */
/* line 302, vendor/assets/entypo/entypo.scss */
.entypo-social-renren:before {
  content: '\f33c';
}

/* f33c */
/* line 303, vendor/assets/entypo/entypo.scss */
.entypo-social-sina-weibo:before {
  content: '\f33f';
}

/* f33f */
/* line 304, vendor/assets/entypo/entypo.scss */
.entypo-social-paypal:before {
  content: '\f342';
}

/* f342 */
/* line 305, vendor/assets/entypo/entypo.scss */
.entypo-social-picasa:before {
  content: '\f345';
}

/* f345 */
/* line 306, vendor/assets/entypo/entypo.scss */
.entypo-social-soundcloud:before {
  content: '\f348';
}

/* f348 */
/* line 307, vendor/assets/entypo/entypo.scss */
.entypo-social-mixi:before {
  content: '\f34b';
}

/* f34b */
/* line 308, vendor/assets/entypo/entypo.scss */
.entypo-social-behance:before {
  content: '\f34e';
}

/* f34e */
/* line 309, vendor/assets/entypo/entypo.scss */
.entypo-social-google-circles:before {
  content: '\f351';
}

/* f351 */
/* line 310, vendor/assets/entypo/entypo.scss */
.entypo-social-vk:before {
  content: '\f354';
}

/* f354 */
/* line 311, vendor/assets/entypo/entypo.scss */
.entypo-social-smashing:before {
  content: '\f357';
}

/* f357 */
/* line 1, app/assets/stylesheets/icons.scss */
[class^="entypo-"], [class*="entypo-"] {
  font-style: normal;
  color: #000;
}

/* line 5, app/assets/stylesheets/icons.scss */
.red[class^="entypo-"], .red[class*="entypo-"] {
  color: #A40802;
}

/* line 6, app/assets/stylesheets/icons.scss */
.white[class^="entypo-"], .white[class*="entypo-"] {
  color: white;
}

/* line 7, app/assets/stylesheets/icons.scss */
.gray[class^="entypo-"], .gray[class*="entypo-"] {
  color: #aaa;
}

/* line 8, app/assets/stylesheets/icons.scss */
.blue[class^="entypo-"], .blue[class*="entypo-"] {
  color: #3f8fba;
}

/* line 10, app/assets/stylesheets/icons.scss */
.small[class^="entypo-"], .small[class*="entypo-"] {
  font-size: 1em;
}

/* line 11, app/assets/stylesheets/icons.scss */
.middle[class^="entypo-"], .middle[class*="entypo-"] {
  font-size: 1.5em;
}

/* line 12, app/assets/stylesheets/icons.scss */
.large[class^="entypo-"], .large[class*="entypo-"] {
  font-size: 2.5em;
}

@keyframes expose {
  0% {
    top: -100px;
  }
  12% {
    top: 50px;
  }
  88% {
    top: 50px;
  }
  100% {
    top: -100px;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulsate {
  from {
    opacity: 1;
  }
  to {
    opacity: .1;
  }
}

/* line 1, app/assets/stylesheets/_flash_messages.scss */
.flash-body {
  left: 0;
  position: fixed;
  text-align: center;
  top: -100px;
  z-index: 999;
  width: 100%;
  pointer-events: none;
}

/* line 9, app/assets/stylesheets/_flash_messages.scss */
.flash-body.expose {
  animation: expose 10s ease-in-out;
}

/* line 11, app/assets/stylesheets/_flash_messages.scss */
.flash-body .flash-message {
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-weight: bold;
  max-width: 800px;
  min-width: 500px;
  padding: 10px 12px;
}

/* line 19, app/assets/stylesheets/_flash_messages.scss */
.flash-body .flash-message.alert-danger {
  border: 1px solid #e4b9b9;
}

/* line 20, app/assets/stylesheets/_flash_messages.scss */
.flash-body .flash-message.alert-success {
  border: 1px solid #c1e2b3;
}

/* line 21, app/assets/stylesheets/_flash_messages.scss */
.flash-body .flash-message.alert-warning {
  border: 1px solid #f7ecb5;
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/_flash_messages.scss */
  .flash-body .flash-message {
    max-width: 80%;
    min-width: 80%;
  }
}

/* line 1, app/assets/stylesheets/hovercard.scss */
#hovercard {
  border-radius: 2px;
  box-shadow: 0 0 5px #666666;
  position: relative;
  display: inline-block;
  min-width: 250px;
  max-width: 400px;
  background-color: #fff;
  border: 1px solid #999;
  font-size: small;
  /* including margin */
  padding: 5px;
  padding-bottom: 25px;
}

/* line 14, app/assets/stylesheets/hovercard.scss */
#hovercard .avatar {
  float: left;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70px;
}

/* line 23, app/assets/stylesheets/hovercard.scss */
#hovercard > h4,
#hovercard > div:not(.card-footer) {
  margin-left: 80px;
}

/* line 28, app/assets/stylesheets/hovercard.scss */
#hovercard > h4,
#hovercard > div,
#hovercard .hashtags {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 36, app/assets/stylesheets/hovercard.scss */
#hovercard .status-container {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

/* line 42, app/assets/stylesheets/hovercard.scss */
#hovercard #hovercard_dropdown_container {
  overflow: visible !important;
  /* otherwise the aspect dropdown is cropped */
}

/* line 50, app/assets/stylesheets/hovercard.scss */
#hovercard h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}

/* line 55, app/assets/stylesheets/hovercard.scss */
#hovercard h4 a {
  font-weight: bold !important;
}

/* line 60, app/assets/stylesheets/hovercard.scss */
#hovercard .handle {
  color: #999;
  margin-right: 2px;
}

/* line 65, app/assets/stylesheets/hovercard.scss */
#hovercard .btn-group.aspect-membership-dropdown {
  margin: 0 !important;
}

/* line 68, app/assets/stylesheets/hovercard.scss */
#hovercard_container {
  position: absolute;
  display: none;
  z-index: 2000;
  min-width: 250px;
  max-width: 400px;
  padding: 10px;
  padding-top: 5px;
}

/* line 1, app/assets/stylesheets/base.scss */
body {
  margin-top: 50px;
  padding: none;
}

/* line 6, app/assets/stylesheets/base.scss */
.container-fluid {
  max-width: 1200px;
}

/* line 10, app/assets/stylesheets/base.scss */
.page-contacts,
.page-conversations,
.page-notifications,
.page-people.action-contacts,
.page-people.action-show,
.page-photos,
.page-posts,
.page-profiles.action-edit,
.page-services.action-index,
.page-streams,
.page-tags,
.page-two_factor_authentications,
.page-user_applications,
.page-users.action-edit,
.page-users.action-update,
.page-users.action-privacy_settings {
  background-color: #f0f0f0;
}

/* line 31, app/assets/stylesheets/base.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
code,
pre {
  word-wrap: break-word;
}

/* line 42, app/assets/stylesheets/base.scss */
.tag {
  word-break: break-all;
}

/* line 44, app/assets/stylesheets/base.scss */
.avatar {
  border-radius: 4px;
}

/* line 47, app/assets/stylesheets/base.scss */
.avatar.micro {
  height: 20px;
  width: 20px;
}

/* line 52, app/assets/stylesheets/base.scss */
.avatar.small {
  height: 35px;
  width: 35px;
}

/* line 57, app/assets/stylesheets/base.scss */
.avatar.medium {
  height: auto;
  max-width: 75px;
  width: auto;
}

/* line 64, app/assets/stylesheets/base.scss */
.back-to-top {
  background-color: #999;
  border-radius: 4px;
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 3.5em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: opacity ease 400ms;
  width: 50px;
  z-index: 49;
}

/* line 82, app/assets/stylesheets/base.scss */
.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  color: #fff;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/base.scss */
.back-to-top.visible {
  opacity: .5;
  pointer-events: auto;
}

/* line 93, app/assets/stylesheets/base.scss */
.back-to-top.visible:hover {
  opacity: .85;
}

/* line 99, app/assets/stylesheets/base.scss */
.noscript {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  margin-top: -50px;
  position: fixed;
  width: 100%;
  z-index: 9001;
}

/* line 107, app/assets/stylesheets/base.scss */
.noscript h3 {
  background-color: #fff;
  margin: 100px;
  padding: 50px;
}

/* line 116, app/assets/stylesheets/base.scss */
.small-horizontal-spacer {
  min-height: 20px;
}

/* line 121, app/assets/stylesheets/base.scss */
.badge-important {
  background-color: #a80000;
}

/* line 3, app/assets/stylesheets/interactions.scss */
.control-icons a:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/interactions.scss */
.control-icons a [class^="entypo-"],
.control-icons a [class*="entypo-"] {
  color: #999;
  font-size: 13px;
  line-height: 1.428571429;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/interactions.scss */
.control-icons a [class^="entypo-"]:hover,
.control-icons a [class*="entypo-"]:hover {
  color: #333333;
}

/* line 18, app/assets/stylesheets/interactions.scss */
.control-icons a.hide_conversation i {
  font-size: 27px;
}

/* line 19, app/assets/stylesheets/interactions.scss */
.control-icons a.delete_conversation i {
  font-size: 19.5px;
}

/* line 20, app/assets/stylesheets/interactions.scss */
.control-icons a.destroy_participation i {
  color: #000;
}

/* line 21, app/assets/stylesheets/interactions.scss */
.control-icons a.destroy_participation i:hover {
  color: #666;
}

/* line 27, app/assets/stylesheets/interactions.scss */
.stream-container .control-icons,
.single-post-interactions .control-icons {
  float: right;
  z-index: 6;
}

/* line 31, app/assets/stylesheets/interactions.scss */
.stream-container .control-icons .block_user,
.stream-container .control-icons .comment_report,
.stream-container .control-icons .create_participation,
.stream-container .control-icons .delete,
.stream-container .control-icons .destroy_participation,
.stream-container .control-icons .post_report,
.single-post-interactions .control-icons .block_user,
.single-post-interactions .control-icons .comment_report,
.single-post-interactions .control-icons .create_participation,
.single-post-interactions .control-icons .delete,
.single-post-interactions .control-icons .destroy_participation,
.single-post-interactions .control-icons .post_report {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/interactions.scss */
.stream-container .control-icons > a:hover,
.single-post-interactions .control-icons > a:hover {
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/interactions.scss */
.stream-element .control-icons,
.comment .control-icons,
.photo .control-icons,
.stream-element:hover .comment .control-icons {
  transition: opacity 0.1s linear;
  opacity: 0;
}

/* line 53, app/assets/stylesheets/interactions.scss */
.stream-element:hover .control-icons,
.comment:hover .control-icons,
.photo:hover .control-icons,
.stream-element:hover .comment:hover .control-icons {
  opacity: 1;
}

/* line 59, app/assets/stylesheets/interactions.scss */
.stream-element .control-icons > a,
.comment .control-icons > a,
.photo .control-icons > a {
  transition: opacity 0.1s linear;
  opacity: .8;
}

/* line 64, app/assets/stylesheets/interactions.scss */
.stream-element .control-icons > a:hover,
.comment .control-icons > a:hover,
.photo .control-icons > a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/spinner.scss */
#paginate, #infscr-loading {
  margin-top: 10px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
}

/* line 10, app/assets/stylesheets/spinner.scss */
.loader {
  display: inline-block;
  width: 32px;
  height: 32px;
}

/* line 16, app/assets/stylesheets/spinner.scss */
.spinner {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #999 transparent #999 #999;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spinner;
  animation-timing-function: linear;
}

/* line 1, app/assets/stylesheets/timeago.scss */
.timeago {
  color: #999;
}

/* AutoSuggest CSS - Version 1.2 */
/* line 3, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections {
  list-style-type: none;
  margin: 0;
  overflow: auto;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 0;
}

/* line 13, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li {
  float: left;
  margin: 1px 4px 1px 0;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item {
  color: #2b3840;
  font-size: 13px;
  text-shadow: 0 1px 1px #fff;
  background-color: #ddeefe;
  background-image: gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
  border: 1px solid #acc3ec;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  border-radius: 5px;
  box-shadow: 0 1px 1px #e4edf2;
  line-height: 10px;
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item:last-child {
  margin-left: 30px;
}

/* line 40, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item a.as-close {
  float: right;
  margin: 0px 3px 0 0px;
  padding: 0 3px;
  cursor: pointer;
  color: #5491be;
  font-family: "Helvetica", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  transition: color .1s ease-in;
}

/* line 53, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item.blur {
  color: #666666;
  background-color: #f4f4f4;
  background-image: gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
  border-color: #bbb;
  border-top-color: #ccc;
  box-shadow: 0 1px 1px #e9e9e9;
}

/* line 62, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item.blur a.as-close {
  color: #999;
}

/* line 66, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item:hover {
  color: #2b3840;
  background-color: #bbd4f1;
  background-image: gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
  border-color: #6da0e0;
  border-top-color: #8bb7ed;
}

/* line 74, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item:hover a.as-close {
  color: #4d70b0;
}

/* line 78, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item.selected {
  border-color: #1f30e4;
}

/* line 82, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item a.as-close:hover {
  color: #1b3c65;
}

/* line 86, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item a.as-close:active {
  color: #4d70b0;
}

/* line 90, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-original {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 97, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-original input {
  outline: none;
  font-size: 13px;
  margin: 0;
  line-height: 20px;
  width: 100%;
}

/* line 105, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-list {
  position: absolute;
  list-style-type: none;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 13px;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  box-shadow: 0 2px 12px #222;
  border-radius: 5px;
}

/* line 120, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-result-item, li.as-message {
  margin: 0 0 0 0;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-radius: 3px;
}

/* line 130, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-result-item:first-child {
  margin: 0;
}

/* line 134, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-message {
  margin: 0;
  cursor: default;
}

/* line 139, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-result-item.active {
  background-color: #3668d9;
  background-image: gradient(linear, 0% 0%, 0% 64%, from(#6e81f5), to(#3e52f2));
  border-color: #3342e8;
  color: #fff;
  text-shadow: 0 1px 2px #122042;
}

/* line 147, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-result-item em {
  font-style: normal;
  background: #444;
  padding: 0 2px;
  color: #fff;
}

/* line 154, app/assets/stylesheets/vendor/autoSuggest.css */
li.as-result-item.active em {
  background: #253f7a;
  color: #fff;
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  /* line 161, app/assets/stylesheets/vendor/autoSuggest.css */
  ul.as-list {
    border: 1px solid #ccc;
  }
  /* line 164, app/assets/stylesheets/vendor/autoSuggest.css */
  ul.as-selections li.as-selection-item a.as-close {
    margin-left: 4px;
    margin-top: 0;
  }
}

/* IE Hacks  */
/* line 171, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-list {
  border: 1px solid #ccc \9;
}

/* line 174, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-selections li.as-selection-item a.as-close {
  margin-left: 4px\9;
  margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
/* line 180, app/assets/stylesheets/vendor/autoSuggest.css */
ul.as-list, x:-moz-any-link, x:default {
  border: 1px solid #ccc;
}

/* line 183, app/assets/stylesheets/vendor/autoSuggest.css */
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default {
  /* Target FF 3.5+ */
  border: none;
}

/* line 1, app/assets/stylesheets/typeahead.scss */
.tt-menu {
  background-color: #222;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 6, app/assets/stylesheets/typeahead.scss */
.navbar.navbar-fixed-top .tt-menu {
  margin-top: 11px;
  width: 300px;
}

/* line 11, app/assets/stylesheets/typeahead.scss */
.tt-suggestion {
  border-top: 1px solid #333333;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
}

/* line 16, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.tt-cursor {
  background-color: #0088e6;
  border-top: 1px solid #0088e6;
}

/* line 21, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-person {
  padding: 8px;
}

/* line 23, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-person .avatar {
  height: 40px;
  margin-right: 8px;
  width: 40px;
}

/* line 28, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-person .diaspora-id {
  font-size: 11px;
}

/* line 30, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-hashtag {
  padding: 8px 20px;
}

/* line 32, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-hashtag .name {
  line-height: 25px;
}

/* line 35, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-person, .tt-suggestion.search-suggestion-hashtag {
  display: block;
}

/* line 39, app/assets/stylesheets/typeahead.scss */
.tt-suggestion.search-suggestion-person:hover,
.tt-suggestion.search-suggestion-person *:hover, .tt-suggestion.search-suggestion-hashtag:hover,
.tt-suggestion.search-suggestion-hashtag *:hover {
  color: #fff;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/typeahead.scss */
.typeahead-mention-box-wrap .twitter-typeahead {
  left: -1px;
  width: calc(100% + 2px);
}

/* line 51, app/assets/stylesheets/typeahead.scss */
.typeahead-mention-box-wrap .twitter-typeahead .tt-menu {
  position: relative !important;
  width: 100%;
}

/* line 1, app/assets/stylesheets/colors.scss */
.gray {
  color: #999;
}

/* line 4, app/assets/stylesheets/colors.scss */
.gray [class^="entypo-"],
.gray [class*="entypo-"] {
  color: #999;
}

/* line 1, app/assets/stylesheets/card-footer.scss */
.card-footer {
  background-color: #eee;
  border-top: 1px solid #ccc;
  bottom: 0;
  font-size: 11px;
  left: 0;
  line-height: 18px;
  margin-left: 0;
  min-height: 19px;
  position: absolute;
  width: 100%;
}

/* line 13, app/assets/stylesheets/card-footer.scss */
.card-footer .footer-container {
  padding: 1px 5px;
}

/* line 16, app/assets/stylesheets/card-footer.scss */
.card-footer .footer-container a {
  color: #999;
  font-weight: normal;
  margin-right: 4px;
}

/* line 26, app/assets/stylesheets/card-footer.scss */
.media .gallery-picture img {
  margin-bottom: 20px;
}

/* line 28, app/assets/stylesheets/card-footer.scss */
.media .card-footer .footer-container {
  font-size: 13px;
}

@font-face {
  font-family: 'diaspora-custom';
  src: url(/assets/fonts/diaspora-custom-cc4a5300fdccee88ea33a5f516077ad99f4e7d249bb24a7e590aa9d121a76541.ttf);
  font-weight: normal;
  font-style: normal;
}

/* line 10, app/assets/stylesheets/typography.scss */
[class^="diaspora-custom-"]:before,
[class*=" diaspora-custom-"]:before {
  font-family: 'diaspora-custom';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}

/* line 21, app/assets/stylesheets/typography.scss */
.diaspora-custom-compose:before {
  content: 'a';
}

/* line 15, app/assets/stylesheets/modern-design.scss */
.modern-design {
  font-size: 16px;
}

/* line 19, app/assets/stylesheets/modern-design.scss */
.modern-design h1 {
  font-size: 3em;
  margin: 32px 0;
}

@media screen and (max-width: 700px) {
  /* line 19, app/assets/stylesheets/modern-design.scss */
  .modern-design h1 {
    font-size: 2em;
    margin: 16px 0;
  }
}

/* line 29, app/assets/stylesheets/modern-design.scss */
.modern-design section {
  margin-bottom: 32px;
}

/* line 33, app/assets/stylesheets/modern-design.scss */
.modern-design section:last-child {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/modern-design.scss */
.modern-design .advice {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}

/* line 46, app/assets/stylesheets/modern-design.scss */
.modern-design .small-container::before,
.modern-design .small-container::after {
  content: ' ';
  display: table;
}

/* line 52, app/assets/stylesheets/modern-design.scss */
.modern-design .small-container {
  margin: auto;
  max-width: 800px;
}

@media screen and (max-width: 700px) {
  /* line 52, app/assets/stylesheets/modern-design.scss */
  .modern-design .small-container {
    padding: 10px;
  }
}

/* line 61, app/assets/stylesheets/modern-design.scss */
.modern-design .flex-container {
  display: flex;
  justify-content: space-between;
}

/* line 1, app/assets/stylesheets/sidebar.scss */
.sidebar,
.framed-content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 8, app/assets/stylesheets/sidebar.scss */
.sidebar .header,
.sidebar .sidebar-header,
.framed-content .header,
.framed-content .sidebar-header {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 13, app/assets/stylesheets/sidebar.scss */
.sidebar .header h3,
.sidebar .sidebar-header h3,
.framed-content .header h3,
.framed-content .sidebar-header h3 {
  line-height: 40px;
  margin: 7px 0;
}

/* line 19, app/assets/stylesheets/sidebar.scss */
.sidebar .list-group,
.framed-content .list-group {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/home.scss */
.page-home {
  background-color: #f0f0f0;
}

/* line 4, app/assets/stylesheets/home.scss */
.page-home h3 {
  border-bottom: 1px dashed #ddd;
  font-weight: bold;
  margin: 0 0 15px;
  padding-bottom: 15px;
}

/* line 11, app/assets/stylesheets/home.scss */
.page-home .container-fluid.home-user {
  padding-bottom: 75px;
  padding-top: 75px;
}

/* line 16, app/assets/stylesheets/home.scss */
.page-home .dandelion-background {
  background: url(/assets/dandelion-825355961a7d069afc8798834a952488d8d8919fa6e7e259bd719d31d946d94e.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 23, app/assets/stylesheets/home.scss */
.page-home .jumbotron {
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/home.scss */
.page-home .jumbotron h1,
.page-home .jumbotron h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 2px #000;
}

/* line 35, app/assets/stylesheets/home.scss */
.page-home .landing-info-card {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
  margin-top: 25px;
  min-height: 150px;
  padding: 15px;
}

/* line 45, app/assets/stylesheets/home.scss */
.page-home .part-of-diaspora {
  font-style: italic;
}

/* line 48, app/assets/stylesheets/home.scss */
.page-home .part-of-diaspora a {
  color: #fff;
}

/* line 54, app/assets/stylesheets/home.scss */
.page-home .login-form fieldset {
  background: none;
}

/* line 56, app/assets/stylesheets/home.scss */
.page-home .login-form .block-form {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  margin: 0;
  max-width: 400px;
  padding: 1em;
}

/* line 1, app/assets/stylesheets/login.scss */
.page-sessions.action-new,
.page-sessions.action-create,
.page-passwords.action-new,
.page-passwords.action-edit {
  padding-top: 25px;
}

/* line 7, app/assets/stylesheets/login.scss */
.page-sessions.action-new .logos-asterisk,
.page-sessions.action-create .logos-asterisk,
.page-passwords.action-new .logos-asterisk,
.page-passwords.action-edit .logos-asterisk {
  background: url(/assets/branding/logos/asterisk-f09f7a3f27cbcadda8d4372f539d28575891e5b2363073c59531114257be3ccb.png) no-repeat;
  height: 154px;
  margin: auto auto 12px;
  width: 154px;
}

/* line 14, app/assets/stylesheets/login.scss */
.page-sessions.action-new .block-form,
.page-sessions.action-create .block-form,
.page-passwords.action-new .block-form,
.page-passwords.action-edit .block-form {
  max-width: 400px;
}

/* line 1, app/assets/stylesheets/registration.scss */
.page-registrations {
  background: #fff;
}

/* line 5, app/assets/stylesheets/registration.scss */
.page-registrations #main {
  padding: 0;
  padding-top: 46px;
}

/* line 12, app/assets/stylesheets/registration.scss */
.page-registrations .form-control {
  display: inline-block;
  width: 320px;
}

/* line 18, app/assets/stylesheets/registration.scss */
.page-registrations .fields {
  margin: 48px 0;
}

@media screen and (max-width: 700px) {
  /* line 18, app/assets/stylesheets/registration.scss */
  .page-registrations .fields {
    flex-direction: column-reverse;
    margin: 32px 0;
  }
}

/* line 26, app/assets/stylesheets/registration.scss */
.page-registrations .fields section {
  border-left: solid 3px #0088e6;
  padding-left: 10px;
}

/* line 32, app/assets/stylesheets/registration.scss */
.page-registrations .advice {
  max-width: 450px;
}

/* line 36, app/assets/stylesheets/registration.scss */
.page-registrations .captcha {
  align-items: center;
  display: flex;
}

/* line 40, app/assets/stylesheets/registration.scss */
.page-registrations .captcha .captcha-img {
  margin-left: 5px;
  order: 2;
}

/* line 46, app/assets/stylesheets/registration.scss */
.page-registrations .import-and-ball-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/registration.scss */
.page-registrations .import-instructions {
  align-self: flex-start;
  background-color: #b3e0ff;
  border: 2px solid #4db6ff;
  border-radius: 4px;
  font-size: 0.9em;
  margin-left: 16px;
  padding: 16px;
  width: 240px;
}

@media screen and (max-width: 700px) {
  /* line 52, app/assets/stylesheets/registration.scss */
  .page-registrations .import-instructions {
    margin-bottom: 32px;
    margin-left: 0;
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/registration.scss */
.page-registrations .ball {
  background: url(/assets/branding/ball-b23815e27364e7ee7bedee618ae49be989f224e4099b52e8b8132e3a5d59df3d.png) no-repeat;
  background-size: contain;
  height: 250px;
  width: 250px;
}

@media screen and (max-width: 700px) {
  /* line 69, app/assets/stylesheets/registration.scss */
  .page-registrations .ball {
    display: none;
  }
}

/* line 8, app/assets/stylesheets/forms.scss */
input, input:active, input:invalid, input:invalid:required, input:focus, input:active:focus, input:invalid:focus, input:invalid:required:focus,
input[type=email],
input[type=email]:active,
input[type=email]:invalid,
input[type=email]:invalid:required,
input[type=email]:focus,
input[type=email]:active:focus,
input[type=email]:invalid:focus,
input[type=email]:invalid:required:focus,
input[type=text],
input[type=text]:active,
input[type=text]:invalid,
input[type=text]:invalid:required,
input[type=text]:focus,
input[type=text]:active:focus,
input[type=text]:invalid:focus,
input[type=text]:invalid:required:focus,
input[type=password],
input[type=password]:active,
input[type=password]:invalid,
input[type=password]:invalid:required,
input[type=password]:focus,
input[type=password]:active:focus,
input[type=password]:invalid:focus,
input[type=password]:invalid:required:focus,
textarea,
textarea:active,
textarea:invalid,
textarea:invalid:required,
textarea:focus,
textarea:active:focus,
textarea:invalid:focus,
textarea:invalid:required:focus {
  box-shadow: none;
}

/* line 21, app/assets/stylesheets/forms.scss */
textarea {
  resize: vertical;
}

/* line 26, app/assets/stylesheets/forms.scss */
.block-form {
  margin: 20px auto;
}

/* line 29, app/assets/stylesheets/forms.scss */
.block-form fieldset {
  margin-bottom: 1em;
  position: relative;
}

/* line 33, app/assets/stylesheets/forms.scss */
.block-form fieldset input {
  border-bottom-width: 0;
  border-radius: 0;
  color: #666;
  margin: 0;
}

/* line 40, app/assets/stylesheets/forms.scss */
.block-form fieldset .form-control {
  font-size: 16px;
  height: 40px;
  padding: 10px;
  padding-left: 40px;
}

/* line 47, app/assets/stylesheets/forms.scss */
.block-form fieldset .form-control:first-of-type,
.block-form fieldset .form-control:first-of-type:focus,
.block-form fieldset .form-control:first-of-type:invalid,
.block-form fieldset .form-control:first-of-type:invalid:focus,
.block-form fieldset .form-control:first-of-type:invalid:required,
.block-form fieldset .form-control:first-of-type:invalid:required:focus {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 57, app/assets/stylesheets/forms.scss */
.block-form fieldset .form-control:last-of-type,
.block-form fieldset .form-control:last-of-type:focus,
.block-form fieldset .form-control:last-of-type:invalid,
.block-form fieldset .form-control:last-of-type:invalid:focus,
.block-form fieldset .form-control:last-of-type:invalid:required,
.block-form fieldset .form-control:last-of-type:invalid:required:focus {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-width: 1px;
}

/* line 68, app/assets/stylesheets/forms.scss */
.block-form fieldset [class^="entypo-"],
.block-form fieldset [class*="entypo-"] {
  color: #999;
  font-size: 20px;
  left: 10px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 20px;
}

/* line 80, app/assets/stylesheets/forms.scss */
.block-form fieldset [class^="entypo-"]:nth-of-type(2),
.block-form fieldset [class*="entypo-"]:nth-of-type(2) {
  top: 50px;
}

/* line 85, app/assets/stylesheets/forms.scss */
.block-form fieldset [class^="entypo-"]:nth-of-type(3),
.block-form fieldset [class*="entypo-"]:nth-of-type(3) {
  top: 90px;
}

/* line 90, app/assets/stylesheets/forms.scss */
.block-form fieldset [class^="entypo-"]:nth-of-type(4),
.block-form fieldset [class*="entypo-"]:nth-of-type(4) {
  top: 130px;
}

/* line 95, app/assets/stylesheets/forms.scss */
.block-form fieldset ::-moz-placeholder {
  text-transform: uppercase;
}
.block-form fieldset ::placeholder {
  text-transform: uppercase;
}

/* line 97, app/assets/stylesheets/forms.scss */
.block-form fieldset p {
  margin-top: .5rem;
  text-align: center;
}

/* line 2, app/assets/stylesheets/terms.scss */
#terms .nav-tabs {
  margin-top: 40px;
}

/* line 11, app/assets/stylesheets/settings.scss */
.page-profiles.action-edit .framed-content,
.page-services.action-index .framed-content,
.page-user_applications .framed-content,
.page-users.action-edit .framed-content,
.page-users.action-update .framed-content,
.page-users.action-privacy_settings .framed-content {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 19, app/assets/stylesheets/settings.scss */
.enclosed-checkbox label {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/settings.scss */
.profile-photo-upload {
  text-align: center;
}

/* line 26, app/assets/stylesheets/settings.scss */
.profile-photo-upload .avatar {
  height: auto;
  margin-bottom: 20px;
  max-width: 200px;
  width: auto;
}

/* line 34, app/assets/stylesheets/settings.scss */
.profile-photo-upload .crop-container .controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* line 41, app/assets/stylesheets/settings.scss */
.profile-photo-upload .preview {
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

/* line 48, app/assets/stylesheets/settings.scss */
.profile-photo-upload .spinner {
  height: 50px;
  width: 50px;
}

/* line 54, app/assets/stylesheets/settings.scss */
.settings-visibility {
  margin-left: 10px;
}

/* line 58, app/assets/stylesheets/settings.scss */
.page-profiles.action-edit textarea {
  max-width: 100%;
  min-width: 100%;
}

/* line 63, app/assets/stylesheets/settings.scss */
.account-data h6 {
  color: #999;
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
/* line 11, node_modules/cropperjs/dist/cropper.css */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, node_modules/cropperjs/dist/cropper.css */
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

/* line 37, node_modules/cropperjs/dist/cropper.css */
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 49, node_modules/cropperjs/dist/cropper.css */
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

/* line 54, node_modules/cropperjs/dist/cropper.css */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

/* line 59, node_modules/cropperjs/dist/cropper.css */
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

/* line 64, node_modules/cropperjs/dist/cropper.css */
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

/* line 73, node_modules/cropperjs/dist/cropper.css */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

/* line 80, node_modules/cropperjs/dist/cropper.css */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

/* line 89, node_modules/cropperjs/dist/cropper.css */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

/* line 98, node_modules/cropperjs/dist/cropper.css */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 108, node_modules/cropperjs/dist/cropper.css */
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

/* line 116, node_modules/cropperjs/dist/cropper.css */
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

/* line 123, node_modules/cropperjs/dist/cropper.css */
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* line 130, node_modules/cropperjs/dist/cropper.css */
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

/* line 140, node_modules/cropperjs/dist/cropper.css */
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

/* line 146, node_modules/cropperjs/dist/cropper.css */
.cropper-line {
  background-color: #39f;
}

/* line 150, node_modules/cropperjs/dist/cropper.css */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

/* line 157, node_modules/cropperjs/dist/cropper.css */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

/* line 164, node_modules/cropperjs/dist/cropper.css */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

/* line 171, node_modules/cropperjs/dist/cropper.css */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

/* line 178, node_modules/cropperjs/dist/cropper.css */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

/* line 185, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

/* line 192, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

/* line 199, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

/* line 206, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

/* line 213, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

/* line 219, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

/* line 225, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

/* line 231, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  /* line 242, node_modules/cropperjs/dist/cropper.css */
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  /* line 250, node_modules/cropperjs/dist/cropper.css */
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 258, node_modules/cropperjs/dist/cropper.css */
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

/* line 265, node_modules/cropperjs/dist/cropper.css */
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

/* line 277, node_modules/cropperjs/dist/cropper.css */
.cropper-invisible {
  opacity: 0;
}

/* line 281, node_modules/cropperjs/dist/cropper.css */
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

/* line 285, node_modules/cropperjs/dist/cropper.css */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 292, node_modules/cropperjs/dist/cropper.css */
.cropper-hidden {
  display: none !important;
}

/* line 296, node_modules/cropperjs/dist/cropper.css */
.cropper-move {
  cursor: move;
}

/* line 300, node_modules/cropperjs/dist/cropper.css */
.cropper-crop {
  cursor: crosshair;
}

/* line 304, node_modules/cropperjs/dist/cropper.css */
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* line 2, app/assets/stylesheets/header.scss */
.not-connected-menu .navbar-left {
  float: left;
}

/* line 6, app/assets/stylesheets/header.scss */
.not-connected-menu .navbar-right,
.not-connected-menu .navbar-right li {
  float: right;
}

/* line 12, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top {
  border-bottom: none;
  box-shadow: 1px 0 2px #000;
}

/* line 15, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top a:focus {
  outline: 0 none;
}

/* line 17, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .in {
  overflow-y: visible;
}

/* line 21, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .navbar-brand {
  font-weight: bold;
  font-size: 23px;
  margin-left: -15px;
}

/* line 27, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .header-title {
  margin: -7px 0;
}

/* line 30, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .header-title img {
  height: 32px;
  opacity: .7;
}

/* line 35, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .header-title img:hover {
  opacity: 1;
}

/* line 40, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .navbar-header > ul,
.navbar.navbar-fixed-top .navbar-header > ul li {
  float: left;
}

/* line 45, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top [class^="entypo-"],
.navbar.navbar-fixed-top [class*="entypo-"] {
  color: inherit;
  font-size: 23px;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badge {
  padding: 16px 12px;
}

/* line 55, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badge .badge {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 62, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .navbar-nav:not(.nav-badges) > li > a {
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges {
  margin: 0;
}

/* line 66, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges li {
  height: 50px;
}

/* line 67, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-open {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-open > a {
  color: #333333;
}

/* line 70, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-open .dropdown-menu {
  display: block;
}

/* line 72, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu {
  border-top: none;
  margin-left: -1px;
  padding: 0px;
  width: 400px;
}

/* line 77, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .avatar {
  width: 35px;
  height: 35px;
}

/* line 81, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 84, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .header h4 {
  margin: 5px 0;
}

/* line 86, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .notifications {
  position: relative;
  max-height: 350px;
}

/* line 90, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .stream-element.media {
  padding: 5px;
}

/* line 92, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .stream-element.media .tooltip {
  position: fixed;
}

/* line 93, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .stream-element.media .unread-toggle {
  margin-right: 10px;
  opacity: 1;
}

/* line 97, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .stream-element.media > .pull-right > .aspect-membership-dropdown {
  display: none;
}

/* line 99, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .ajax-loader {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

/* line 102, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .ajax-loader .spinner {
  height: 30px;
  width: 30px;
}

/* line 107, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .view_all {
  background-color: #0088e6;
  border-top: 3px solid #fff;
  text-align: center;
}

/* line 111, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .view_all a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px;
}

/* line 116, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .nav-badges .dropdown-menu .view_all a:hover {
  text-decoration: none;
}

/* line 122, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .dropdown-toggle {
  align-items: center;
  display: flex;
}

/* line 126, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .dropdown-toggle .user-name {
  margin-right: 3px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 135, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .user-menu-dropdown {
  padding: 0;
}

/* line 139, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .user-avatar {
  height: 50px;
  margin-bottom: -16px;
  margin-right: 10px;
  margin-top: -16px;
  padding: 10px 0;
}

/* line 146, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .user-avatar .avatar {
  height: 30px;
  width: 30px;
}

/* line 152, app/assets/stylesheets/header.scss */
.navbar.navbar-fixed-top .navbar-form .form-control {
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 156, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .navbar-nav.hidden-xs {
    margin: 0;
  }
  /* line 159, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .navbar-nav.hidden-xs a {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  /* line 165, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .nav-badge {
    color: #9d9d9d;
  }
  /* line 167, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .nav-badge:hover {
    color: #fff;
  }
  /* line 168, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .nav-badge:hover, .navbar.navbar-fixed-top .nav-badge:focus {
    background-color: transparent;
  }
  /* line 174, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .form-group,
.navbar.navbar-fixed-top .twitter-typeahead {
    margin-bottom: 0;
  }
  /* line 178, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .form-group,
.navbar.navbar-fixed-top .form-group input,
.navbar.navbar-fixed-top .twitter-typeahead,
.navbar.navbar-fixed-top .twitter-typeahead input {
    width: 100%;
  }
  /* line 182, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .nav-badges .dropdown-menu {
    width: 300px;
  }
  /* line 186, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .navbar-collapse {
    padding-top: 8px;
  }
  /* line 189, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .navbar-collapse .navbar-nav {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 195, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    position: static;
    width: 100%;
  }
  /* line 204, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown a {
    color: #9d9d9d;
    font-weight: bold;
    padding: 10px 15px;
  }
  /* line 209, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown a:hover {
    background-color: transparent;
    color: #fff;
  }
}

@media (min-width: 992px) {
  /* line 219, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .navbar-form {
    margin-bottom: 11px;
    margin-top: 11px;
  }
  /* line 224, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top [type="search"] {
    transition: width 0.1s linear;
    width: 200px;
  }
  /* line 228, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top [type="search"]:not(.active) {
    background-color: #222;
    border-color: #777777;
    width: 150px;
  }
  /* line 236, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu.open .dropdown-toggle {
    background-color: #101010;
  }
  /* line 237, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu .dropdown-toggle {
    margin: 0 1px;
    min-width: 160px;
  }
  /* line 243, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown {
    background-color: #101010;
    border-top: 0;
    width: 100%;
  }
  /* line 248, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown a {
    color: #9d9d9d;
    padding-left: 55px;
  }
  /* line 252, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown a:hover {
    background-color: #0088e6;
    color: #fff;
  }
  /* line 258, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .user-menu-dropdown li:last-child a {
    padding-bottom: 6px;
  }
}

@media (max-width: 767px) {
  /* line 265, app/assets/stylesheets/header.scss */
  .navbar.navbar-fixed-top .nav-badges .dropdown-menu {
    position: fixed;
    top: 50px;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/footer.scss */
html {
  min-height: 100%;
  position: relative;
}

/* line 6, app/assets/stylesheets/footer.scss */
body {
  margin-bottom: 150px;
}

/* line 8, app/assets/stylesheets/footer.scss */
.powered-by-diaspora a {
  color: #777;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/footer.scss */
footer.footer {
  background-color: #eee;
  border-top: 1px solid #ddd;
  bottom: 0;
  max-height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
}

/* line 23, app/assets/stylesheets/footer.scss */
footer.footer ul#footer_nav {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 28, app/assets/stylesheets/footer.scss */
footer.footer ul#footer_nav > li {
  display: inline;
  margin-right: 1em;
}

/* line 32, app/assets/stylesheets/footer.scss */
footer.footer ul#footer_nav > li.separator {
  margin-left: -.35em;
  margin-right: .65em;
  opacity: 0.6;
}

/* line 38, app/assets/stylesheets/footer.scss */
footer.footer ul#footer_nav > li:last-child {
  margin: 0;
}

/* line 43, app/assets/stylesheets/footer.scss */
footer.footer ul#footer_nav a {
  color: #777;
}

/* line 1, app/assets/stylesheets/opengraph.scss */
.opengraph-container {
  width: 100%;
  display: block;
  text-decoration: none;
  font-style: normal;
  margin: 10px 0px 10px 0px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0px 5px 0px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/opengraph.scss */
.opengraph-container a {
  color: #000;
}

/* line 13, app/assets/stylesheets/opengraph.scss */
.opengraph-container a .og-title {
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/opengraph.scss */
.opengraph-container a:hover {
  color: #3f8fba;
}

/* line 21, app/assets/stylesheets/opengraph.scss */
.opengraph-container .thumb {
  float: left;
  margin: 5px;
  margin-left: 0;
  max-width: 150px;
  padding-right: 5px;
}

/* line 28, app/assets/stylesheets/opengraph.scss */
.opengraph-container .thumb .video-overlay {
  cursor: pointer;
  height: 145px;
  width: 145px;
}

/* line 34, app/assets/stylesheets/opengraph.scss */
.opengraph-container .thumb .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/assets/buttons/playbtn-04d304af2fce87725bd4348405ab91f9b2a4085561539abd15804135c0f04031.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  display: inline-block;
  height: 145px;
  position: relative;
  top: -145px;
  width: 145px;
}

/* line 48, app/assets/stylesheets/opengraph.scss */
.opengraph-container .og-description {
  color: #999;
}

/* line 1, app/assets/stylesheets/single-post-view.scss */
#single-post-container {
  padding-top: 20px;
}

/* line 6, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/* line 10, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #post-info .info {
  color: #b3b3b3;
  font-size: 12px;
}

/* line 13, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #post-info .info .post-time a {
  color: #999;
}

/* line 14, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #post-info .info .post_scope {
  margin-right: 5px;
}

/* line 15, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #post-info .info .status-message-location {
  padding-top: 2px;
  line-height: 13px;
}

/* line 20, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #post-info .bd {
  padding-left: 10px;
}

/* line 25, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head .author-name {
  color: #2b2b2b;
}

/* line 27, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head .near-from {
  color: #999;
  font-size: 12px;
  margin: 10px 15px 0;
}

/* line 32, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head .mapContainer {
  margin: 10px 15px 0;
}

/* line 35, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head .reshare.row {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 10px;
}

/* line 40, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info {
  line-height: 15px;
}

/* line 42, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info i.entypo-reshare {
  color: #666;
  font-size: 28px;
  line-height: 30px;
  margin-left: 7px;
  margin-right: 7px;
}

/* line 49, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .post-context {
  font-size: 12px;
}

/* line 52, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .post-context #single-post-moderation {
  margin-left: 5px;
}

/* line 55, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .post-context #single-post-moderation > div.control-icons {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .post-time a {
  color: #999;
  font-size: 12px;
}

/* line 64, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .avatar {
  height: 30px;
  width: 30px;
}

/* line 68, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #reshare-info .img {
  margin-right: 10px;
}

/* line 71, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions i {
  font-size: 28px;
  line-height: 30px;
}

/* line 75, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions i.entypo-comment:hover {
  color: #424242;
}

/* line 78, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions .post_report i.gray:hover {
  color: #a80000;
}

/* line 81, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions i.entypo-heart.gray:hover {
  color: #a80000;
}

/* line 84, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions i.entypo-heart.red:hover {
  color: #f55f5a;
}

/* line 87, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions i.entypo-reshare:hover {
  color: #3f8fba;
}

/* line 90, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions time {
  float: right;
  margin-left: 3px;
}

/* line 94, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions a {
  margin: 0 0 0 6px;
}

/* line 96, app/assets/stylesheets/single-post-view.scss */
#single-post-content .head #single-post-actions a:hover {
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/single-post-view.scss */
#single-post-content .body {
  padding: 20px 15px;
}

/* line 106, app/assets/stylesheets/single-post-view.scss */
#single-post-content .body .nsfw-off {
  display: none;
}

/* line 107, app/assets/stylesheets/single-post-view.scss */
#single-post-content .body .nsfw-shield {
  display: none;
}

/* line 113, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions > .framed-content {
  padding-top: 10px;
}

/* line 117, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .no-comments {
  text-align: center;
}

/* line 119, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .count {
  float: left;
}

/* line 121, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .count i {
  display: inline-block;
  text-align: center;
  width: 25px;
  vertical-align: middle;
}

/* line 127, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .count span {
  margin-left: -3px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

/* line 134, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions #reshares, #single-post-interactions #likes, #single-post-interactions #comments-meta {
  margin-left: 7px;
  margin-bottom: 8px;
}

/* line 137, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions #reshares img, #single-post-interactions #likes img, #single-post-interactions #comments-meta img {
  display: inline;
}

/* line 140, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .comments > .comment,
#single-post-interactions .comment.new-comment-form-wrapper {
  padding: 10px;
}

/* line 144, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .comments > .comment {
  padding-bottom: 0;
}

/* line 146, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .count,
#single-post-interactions .interaction-avatars {
  line-height: 25px;
}

/* line 151, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .interaction-avatars {
  overflow: hidden;
}

/* line 154, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .interaction-avatars .author-name:focus,
#single-post-interactions .interaction-avatars .author-name:hover {
  text-decoration: none;
}

/* line 159, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .interaction-avatars .loader {
  height: 18px;
  vertical-align: text-bottom;
  width: 18px;
}

/* line 165, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .likes {
  font-size: 12px;
  line-height: 16px;
}

/* line 169, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .likes .bd {
  display: inline-block;
}

/* line 170, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .likes img {
  display: inline;
}

/* line 173, app/assets/stylesheets/single-post-view.scss */
#single-post-interactions .display-avatars .entypo-heart {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/poll.scss */
.poll-form {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 10px 0;
  padding: 10px 0 5px;
}

/* line 7, app/assets/stylesheets/poll.scss */
.poll-form .toggle-result-wrapper {
  display: inline-block;
  margin-top: 10px;
}

/* line 12, app/assets/stylesheets/poll.scss */
.poll-form form {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/poll.scss */
.poll-form .progress {
  height: 10px;
  margin-bottom: 5px;
  clear: both;
}

/* line 21, app/assets/stylesheets/poll.scss */
.poll-form .progress .progress-bar {
  background-color: #999;
}

/* line 22, app/assets/stylesheets/poll.scss */
.poll-form .progress .users-vote {
  background-color: #0088e6;
}

/* line 25, app/assets/stylesheets/poll.scss */
.poll-form .submit[disabled] {
  color: #999;
  cursor: default;
}

/* line 31, app/assets/stylesheets/poll.scss */
.poll-content {
  margin-top: 5px;
}

/* line 34, app/assets/stylesheets/poll.scss */
.poll-content .result-head {
  margin-bottom: 5px;
}

/* line 38, app/assets/stylesheets/poll.scss */
.poll-content [type=radio],
.poll-content label {
  font-weight: normal;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline;
}

/* line 46, app/assets/stylesheets/poll.scss */
.poll-content [type=radio],
.poll-content form .poll-result,
.poll-content form .progress {
  display: none;
}

/* line 52, app/assets/stylesheets/poll.scss */
.poll-content form [type=radio] {
  display: inline;
}

/* required styles */
/* line 7, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 21, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container {
  overflow: hidden;
}

/* line 24, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
/* line 33, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* line 37, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
/* line 41, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 46, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* line 52, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

/* line 56, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

/* line 67, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

/* line 72, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

/* line 76, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 82, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

/* line 86, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

/* line 89, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

/* line 92, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

/* line 96, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 99, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* line 107, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 111, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-pane {
  z-index: 400;
}

/* line 113, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 114, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 115, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 116, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 117, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 118, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-pane {
  z-index: 700;
}

/* line 120, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 121, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 123, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 127, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 136, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* line 142, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 148, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-top {
  top: 0;
}

/* line 151, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-right {
  right: 0;
}

/* line 154, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bottom {
  bottom: 0;
}

/* line 157, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-left {
  left: 0;
}

/* line 160, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 164, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 167, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 170, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 173, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 176, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 183, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 189, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 192, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-animated {
  transform-origin: 0 0;
}

/* line 197, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
svg.leaflet-zoom-animated {
  will-change: transform;
}

/* line 201, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 206, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

/* line 213, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 220, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-interactive {
  cursor: pointer;
}

/* line 223, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-grab {
  cursor: grab;
}

/* line 228, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 232, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 236, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
/* line 246, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

/* line 254, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
/* line 264, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

/* line 268, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container a {
  color: #0078A8;
}

/* line 271, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 278, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
/* line 288, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 292, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 303, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 309, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

/* line 313, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 317, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 322, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 328, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 333, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 337, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
/* line 344, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

/* line 350, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
/* line 357, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 362, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-toggle {
  background-image: url(/assets/layers-0e356f4d554162eb71f127f50460dbc55d405027189ebe90b20729ef18d13d36.png);
  width: 36px;
  height: 36px;
}

/* line 367, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/assets/layers-2x-ba8fa601e413b14db27db07285ade3951721e02244c31523284ab2d1ed53c3dc.png);
  background-size: 26px 26px;
}

/* line 371, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 375, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 379, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 388, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 393, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 398, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

/* line 403, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
/* line 410, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(/assets/marker-icon-3d253116ec4ba0e1f22a01cdf1ff7f120fa4d89a6cd0933d68f12951d19809b4.png);
}

/* attribution and scale controls */
/* line 417, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* line 422, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

/* line 428, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 431, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

/* line 435, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

/* line 441, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 444, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 447, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

/* line 458, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 463, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 467, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 472, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 481, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

/* line 486, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 491, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

/* line 498, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

/* line 502, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

/* line 512, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

/* line 525, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 531, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

/* line 544, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

/* line 548, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-popup-scrolled {
  overflow: auto;
}

/* line 552, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

/* line 555, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

/* line 563, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
/* line 573, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
/* line 581, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 596, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

/* line 600, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
/* line 613, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 616, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 619, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

/* line 624, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

/* line 629, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

/* line 635, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 638, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 641, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

/* line 646, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

/* line 651, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  /* line 661, ../usr/local/bundle/gems/leaflet-rails-1.9.5/vendor/assets/stylesheets/leaflet.css.erb */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* line 1, app/assets/stylesheets/map.scss */
.mapContainer {
  position: relative;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/map.scss */
.stream-element .near-from:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/map.scss */
.leaflet-control-zoom {
  display: none;
}

/* line 15, app/assets/stylesheets/map.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/map.scss */
.leaflet-right .leaflet-control {
  margin-right: 0;
}

/* line 2, app/assets/stylesheets/conversations.scss */
.page-conversations .framed-content {
  padding: 0 10px 10px;
}

/* line 3, app/assets/stylesheets/conversations.scss */
.page-conversations .sidebar-header .pull-right {
  margin-top: 12px;
}

/* line 5, app/assets/stylesheets/conversations.scss */
.page-conversations .sidebar {
  margin-bottom: 50px;
}

/* line 7, app/assets/stylesheets/conversations.scss */
.page-conversations .sidebar .pagination {
  margin: 5px;
}

/* line 10, app/assets/stylesheets/conversations.scss */
.page-conversations .pagination-container > .pagination {
  border-radius: 0;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* line 19, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element {
  background-color: #fff;
  padding: 10px;
}

/* line 23, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element .avatar {
  width: 50px;
  height: 50px;
}

/* line 28, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element > .media {
  margin: 0;
}

/* line 31, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.message,
.page-conversations .stream-element.new-message {
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

/* line 37, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.message .avatar,
.page-conversations .stream-element.new-message .avatar {
  min-width: 50px;
}

/* line 39, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.message .author,
.page-conversations .stream-element.new-message .author {
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.message p,
.page-conversations .stream-element.new-message p {
  margin: 0 0 1em 0;
}

/* line 45, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.message p:last-child,
.page-conversations .stream-element.new-message p:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.new-message label,
.page-conversations .new-conversation label {
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.new-message textarea,
.page-conversations .new-conversation textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

/* line 60, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation {
  border-top: 1px solid #ddd;
}

/* line 63, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .timestamp {
  font-size: 11px;
}

/* line 64, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .media {
  margin: 0;
}

/* line 67, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation:hover:not(.selected) .subject,
.page-conversations .stream-element.conversation:hover:not(.selected) .last-author,
.page-conversations .stream-element.conversation:hover:not(.selected) .last_message, .page-conversations .stream-element.conversation.selected .subject,
.page-conversations .stream-element.conversation.selected .last-author,
.page-conversations .stream-element.conversation.selected .last_message {
  color: #fff;
}

/* line 72, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation:hover:not(.selected) .timeago, .page-conversations .stream-element.conversation.selected .timeago {
  color: #eee;
}

/* line 75, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation:hover, .page-conversations .stream-element.conversation.unread:hover, .page-conversations .stream-element.conversation.selected:hover {
  background-color: #0097ff;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation:hover .participants, .page-conversations .stream-element.conversation.unread:hover .participants, .page-conversations .stream-element.conversation.selected:hover .participants {
  border-color: #dddddd;
  height: 31px;
  margin-top: 5px;
  padding-top: 5px;
}

/* line 86, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation.unread {
  background-color: #eee;
}

/* line 87, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation.selected {
  background-color: #0088e6;
}

/* line 89, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .last-author, .page-conversations .stream-element.conversation .last_message {
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .last-author {
  color: #666;
}

/* line 98, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .message-count, .page-conversations .stream-element.conversation .unread-message-count {
  margin-left: 3px;
  font-size: 12px;
  font-weight: normal;
}

/* line 104, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .participants_count {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  width: 50px;
}

/* line 105, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .participants_count:before {
  content: '+';
}

/* line 118, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .participants {
  height: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px dotted rgba(221, 221, 221, 0);
  transition: height ease 300ms;
}

/* line 124, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .participants .avatar {
  float: left;
  margin: 0 5px 0 0;
  height: 25px;
  width: 25px;
}

/* line 132, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .img {
  line-height: 15px;
}

/* line 134, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .subject {
  font-size: 13px;
}

/* line 136, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .subject > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 143, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-element.conversation .timeago {
  float: right;
  line-height: normal;
  font-weight: normal;
  color: #3f8fba;
}

/* line 151, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-container .conversation-participants {
  margin-bottom: 20px;
}

/* line 154, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-container .conversation-participants .hide_conversation, .page-conversations .stream-container .conversation-participants .delete_conversation {
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}

/* line 160, app/assets/stylesheets/conversations.scss */
.page-conversations .stream-container .conversation-participants .avatar {
  display: inline;
  height: 50px;
  margin-top: 4px;
  width: 50px;
}

/* line 168, app/assets/stylesheets/conversations.scss */
.page-conversations .conversation-participants a:hover {
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/conversations.scss */
.page-conversations .no-conversations {
  color: #777777;
  font-size: 17px;
  font-weight: bold;
  padding: 50px 0;
  text-align: center;
}

/* line 181, app/assets/stylesheets/conversations.scss */
.conversation-inbox .pagination > li > a {
  padding: 4px 7px;
}

/* line 187, app/assets/stylesheets/conversations.scss */
.new-conversation ul.as-selections {
  width: 100% !important;
}

/* line 189, app/assets/stylesheets/conversations.scss */
.new-conversation input#contact_ids {
  box-shadow: none;
}

/* line 191, app/assets/stylesheets/conversations.scss */
.new-conversation label {
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/conversations.scss */
.new-conversation .twitter-typeahead,
.new-conversation .tt-menu {
  width: 100%;
}

/* line 199, app/assets/stylesheets/conversations.scss */
.recipients-tag-list {
  margin: 0 -2px 15px;
}

/* line 202, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .conversation-recipient-tag {
  background-color: #0088e6;
  border-radius: 4px;
  display: inline-flex;
  margin: 0 2px;
  padding: 4px;
}

/* line 209, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .conversation-recipient-tag div {
  align-self: center;
  justify-content: flex-start;
}

/* line 215, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .avatar {
  height: 35px;
  margin-right: 8px;
  width: 35px;
}

/* line 221, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .name-and-handle {
  color: #fff;
  margin-right: 8px;
  text-align: left;
}

/* line 226, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .name-and-handle .diaspora-id {
  font-size: 11px;
}

/* line 229, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .entypo-circled-cross {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 22px;
  line-height: 22px;
}

/* line 236, app/assets/stylesheets/conversations.scss */
.recipients-tag-list .entypo-circled-cross:hover {
  color: #ddd;
}

/* line 240, app/assets/stylesheets/conversations.scss */
.new-conversation.form-horizontal .form-group:last-of-type {
  margin-bottom: 0;
}

/* line 244, app/assets/stylesheets/conversations.scss */
.conversations-form-container .md-preview {
  min-height: 105px;
}

/* line 1, app/assets/stylesheets/publisher.scss */
.publisher {
  z-index: 1;
  color: #999;
  margin: 0;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/publisher.scss */
.publisher.closed #button_container,
.publisher.closed .location-container,
.publisher.closed #hide_publisher,
.publisher.closed #photodropzone_container,
.publisher.closed .counter,
.publisher.closed .options_and_submit {
  display: none !important;
}

/* line 17, app/assets/stylesheets/publisher.scss */
.publisher.closed #publisher-textarea-wrapper {
  border: 1px solid #ddd !important;
}

/* line 20, app/assets/stylesheets/publisher.scss */
.publisher .container-fluid {
  padding: 0;
}

/* line 22, app/assets/stylesheets/publisher.scss */
.publisher form {
  margin: 0;
}

/* line 24, app/assets/stylesheets/publisher.scss */
.publisher form #fileInfo {
  display: none !important;
}

/* line 26, app/assets/stylesheets/publisher.scss */
.publisher form #publisher_spinner {
  margin: 20px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/publisher.scss */
.publisher form .options_and_submit {
  padding: 10px 0;
}

@media (max-width: 480px) {
  /* line 35, app/assets/stylesheets/publisher.scss */
  .publisher form .options_and_submit .btn-toolbar {
    width: 100%;
    display: flex;
  }
  /* line 38, app/assets/stylesheets/publisher.scss */
  .publisher form .options_and_submit .btn-toolbar .btn, .publisher form .options_and_submit .btn-toolbar .aspect-dropdown {
    flex-grow: 1;
  }
  /* line 39, app/assets/stylesheets/publisher.scss */
  .publisher form .options_and_submit .btn-toolbar .aspect-dropdown .btn {
    width: 100%;
  }
  /* line 41, app/assets/stylesheets/publisher.scss */
  .publisher form .options_and_submit .btn-group:first-child {
    margin: 0;
  }
  /* line 42, app/assets/stylesheets/publisher.scss */
  .publisher form .options_and_submit .dropdown-menu.pull-right {
    left: 0;
    right: auto;
  }
}

/* line 49, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #999;
}

/* line 54, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper input#status_message_text[type='text'] {
  border: none;
  box-shadow: none;
  margin: 0;
}

/* line 60, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper textarea {
  background: transparent;
  border: 0 solid #ddd;
  height: 50px;
  resize: none;
}

/* line 67, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper.active textarea {
  min-height: 90px;
}

/* line 71, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper .markdownIndications {
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 0;
  color: #cccccc;
}

/* line 76, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper .markdownIndications a {
  color: #88bbd7;
}

/* line 79, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper.with_attachments #photodropzone_container {
  border-top: 1px dashed #ddd;
}

/* line 83, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #poll_creator_container {
  border-top: 1px dashed #ddd;
  padding: 4px 6px 4px 6px;
  box-sizing: border-box;
}

/* line 87, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #poll_creator_container .remove-answer.entypo-cross {
  display: none;
  color: #bfbfbf;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #poll_creator_container .remove-answer.entypo-cross.active {
  display: block;
}

/* line 91, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #poll_creator_container .remove-answer.entypo-cross:hover {
  color: #000;
}

/* line 98, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper.active #button_container {
  border-top: 1px solid #ddd;
}

/* line 102, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone {
  margin: 0;
}

/* line 104, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo {
  list-style: none;
  float: left;
  margin: 8px;
  height: 80px;
  width: 80px;
  overflow: hidden;
  line-height: 80px;
  vertical-align: middle;
}

/* line 114, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo img {
  vertical-align: middle;
  width: 80px;
}

/* line 119, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo .x {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  opacity: 0.85;
  cursor: pointer;
  top: 15px;
  left: 15px;
}

/* line 137, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo .x:before {
  content: '\2716';
  font-family: 'entypo';
}

/* line 143, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo:hover .x {
  display: inline-block;
}

/* line 147, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo .progress {
  width: 100%;
  height: 20px;
  margin: 30px 0;
}

/* line 153, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #photodropzone > li.publisher_photo .ajax-loader {
  display: none;
}

/* line 157, app/assets/stylesheets/publisher.scss */
.publisher form #publisher-textarea-wrapper #upload_error {
  color: white;
  font-weight: bold;
  border-top: 1px solid white;
  background-color: #a80000;
  text-align: center;
}

/* line 169, app/assets/stylesheets/publisher.scss */
.publisher .aspect-dropdown .radio {
  min-height: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 177, app/assets/stylesheets/publisher.scss */
.publisher .md-editor,
.publisher .md-editor.active {
  border: 0;
}

/* line 182, app/assets/stylesheets/publisher.scss */
.publisher .md-preview {
  min-height: 90px;
}

/* line 188, app/assets/stylesheets/publisher.scss */
.publisher .md-preview .stream-element .post-content .markdown-content {
  padding-top: 0;
}

/* line 194, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper {
  position: relative;
}

/* line 197, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper:not(.with-location) .location-container, .publisher-textarea-wrapper.markdown-preview .location-container, .publisher-textarea-wrapper:not(.with-poll) .poll-creator-container, .publisher-textarea-wrapper.markdown-preview .poll-creator-container, .publisher-textarea-wrapper.markdown-preview .photodropzone-container, .publisher-textarea-wrapper.markdown-preview .publisher-buttonbar {
  display: none;
}

/* line 206, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper.with-location .loader {
  height: 20px;
  width: 20px;
}

/* line 211, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper.with-location .location-container {
  border-top: 1px dashed #ddd;
  height: 30px;
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper.with-location .location-container [type='text'] {
  border: 0;
  color: #999;
  height: 20px;
  margin-bottom: 0;
  padding: 0;
}

/* line 225, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper .counter {
  line-height: 30px;
  margin-right: 10px;
}

/* line 231, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper:not(.with-location) .publisher-buttonbar .hide-location {
  display: none;
}

/* line 232, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper:not(.with-location) .publisher-buttonbar .locator {
  display: inline-block;
}

/* line 236, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper.with-location .publisher-buttonbar .hide-location {
  display: inline-block;
}

/* line 237, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper.with-location .publisher-buttonbar .locator {
  display: none;
}

/* line 240, app/assets/stylesheets/publisher.scss */
.publisher-textarea-wrapper .twitter-typeahead {
  position: absolute !important;
}

/* line 248, app/assets/stylesheets/publisher.scss */
.publisher-buttonbar {
  float: right;
  margin-right: 5px;
}

/* line 252, app/assets/stylesheets/publisher.scss */
.publisher-buttonbar .btn.btn-link {
  font-size: 16px;
  line-height: 18px;
  padding: 4px 2px;
  text-decoration: none;
}

/* line 257, app/assets/stylesheets/publisher.scss */
.publisher-buttonbar .btn.btn-link i {
  color: #999;
}

/* line 261, app/assets/stylesheets/publisher.scss */
.publisher-buttonbar .btn.btn-link:hover i {
  color: #000;
}

/* Mixin file for sass.  Here is where we define our variables and
   browser compatability functions used in all scss/sass files */
/* Style includes */
/* line 125, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li .glyphicon-ok,
.aspect-dropdown li .glyphicon-refresh {
  display: none;
  padding-right: 5px;
}

/* line 132, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li.selected .glyphicon-ok {
  display: inline-block;
}

/* line 133, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li.selected .glyphicon-refresh {
  display: none;
}

/* line 137, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li.loading .glyphicon-refresh {
  display: inline-block;
}

/* line 138, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li.loading .glyphicon-ok {
  display: none;
}

/* line 145, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li a {
  cursor: pointer;
  padding-left: 10px;
}

/* line 149, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li a .text {
  color: #333;
  font-size: 1em;
}

/* line 154, app/assets/stylesheets/_mixins.scss */
.aspect-dropdown li a:hover {
  background: #eee;
}

/* line 9, app/assets/stylesheets/aspects.scss */
.aspect-dropdown li .status_indicator {
  width: 19px;
  height: 14px;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/aspects.scss */
.aspect-membership {
  max-height: 300px;
  overflow: auto;
}

/* line 1, app/assets/stylesheets/markdown-editor.scss */
.md-editor {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/markdown-editor.scss */
.md-editor.active {
  border: 1px solid #999;
}

/* line 8, app/assets/stylesheets/markdown-editor.scss */
.md-editor textarea,
.md-editor textarea:focus {
  border: 0;
  box-shadow: none;
  margin: 0;
}

/* line 16, app/assets/stylesheets/markdown-editor.scss */
.md-footer,
.md-header {
  background: #fff;
  border: 0;
  display: block;
  height: 42px;
  margin: 0;
  padding: 6px 6px 0;
}

/* line 25, app/assets/stylesheets/markdown-editor.scss */
.md-footer [class^="entypo-"],
.md-footer [class*="entypo-"],
.md-footer .glyphicon,
.md-header [class^="entypo-"],
.md-header [class*="entypo-"],
.md-header .glyphicon {
  color: #000;
}

/* line 32, app/assets/stylesheets/markdown-editor.scss */
.md-header,
.nav-tabs {
  border-bottom: 0;
  margin: 0;
  z-index: 1;
}

/* line 39, app/assets/stylesheets/markdown-editor.scss */
.md-header.btn-toolbar {
  background-color: #eee;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/markdown-editor.scss */
.md-header.btn-toolbar .btn-group {
  margin-bottom: 8px;
}

/* line 45, app/assets/stylesheets/markdown-editor.scss */
.md-header.btn-toolbar .btn-group:first-child {
  margin-left: 0;
}

/* line 47, app/assets/stylesheets/markdown-editor.scss */
.md-header.btn-toolbar .btn-group [class^="entypo-"],
.md-header.btn-toolbar .btn-group [class*="entypo-"] {
  font-size: 13px;
}

/* line 52, app/assets/stylesheets/markdown-editor.scss */
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdUrl"],
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdImage"],
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdList"],
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdListO"],
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdCode"],
.md-header.btn-toolbar .btn-group [data-handler="bootstrap-markdown-cmdQuote"] {
  height: 28.5px;
  line-height: 1.25;
}

@media (max-width: 480px) {
  /* line 64, app/assets/stylesheets/markdown-editor.scss */
  .md-header.btn-toolbar [data-handler="bootstrap-markdown-cmdList"],
.md-header.btn-toolbar [data-handler="bootstrap-markdown-cmdListO"] {
    display: none;
  }
  /* line 69, app/assets/stylesheets/markdown-editor.scss */
  .md-header.btn-toolbar [data-handler="bootstrap-markdown-cmdCode"] {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
}

/* line 79, app/assets/stylesheets/markdown-editor.scss */
.md-cancel {
  box-sizing: content-box;
}

/* line 82, app/assets/stylesheets/markdown-editor.scss */
.md-cancel,
.md-cancel .entypo-cross {
  color: #999;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

/* line 91, app/assets/stylesheets/markdown-editor.scss */
.md-cancel:hover .entypo-cross {
  color: #333333;
}

/* line 95, app/assets/stylesheets/markdown-editor.scss */
.md-preview {
  color: #333333;
  height: auto !important;
  overflow: auto;
  position: relative;
  width: 100% !important;
  z-index: 10;
}

/* line 109, app/assets/stylesheets/markdown-editor.scss */
.md-preview .preview-content {
  padding: 10px;
}

/* line 112, app/assets/stylesheets/markdown-editor.scss */
.md-controls {
  float: right;
  padding: 3px;
}

/* line 116, app/assets/stylesheets/markdown-editor.scss */
.md-controls .md-control {
  color: #999;
  padding: 3px;
  padding-left: 10px;
  right: 5px;
}

/* line 126, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs, .write-preview-tabs .full-height {
  height: 36px;
}

/* line 132, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs > li > a {
  padding: 7px 15px;
}

/* line 134, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs > li:not(.active) * {
  color: #3f8fba;
}

/* line 136, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs > li.active * {
  color: #000;
}

/* line 139, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs a:focus {
  outline: none;
}

/* line 142, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs li:not(.active) a:focus, .write-preview-tabs li:not(.active) a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

/* line 148, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs li.active:focus {
  color: #000;
}

/* line 151, app/assets/stylesheets/markdown-editor.scss */
.write-preview-tabs .diaspora-custom-compose::before {
  bottom: -2px;
  position: relative;
}

/* line 157, app/assets/stylesheets/markdown-editor.scss */
.publisher-textarea-wrapper:not(.active) .md-header {
  display: none;
}

/* line 1, app/assets/stylesheets/bookmarklet.scss */
#bookmarklet {
  padding-bottom: 30px;
  margin-top: 0;
}

/* line 2, app/assets/stylesheets/bookmarklet.scss */
body.page-status_messages.action-bookmarklet {
  margin-top: 0px;
}

/* line 3, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .btn-toolbar {
  margin: 11px 0;
}

/* line 10, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .framed-content {
  padding-bottom: 10px;
}

/* line 12, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .year {
  color: #999;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .day_group + .day_group {
  margin-top: 10px;
  padding-top: 10px;
}

/* line 27, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .day_group .date {
  text-align: center;
  color: #999;
}

/* line 30, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .day_group .date .day {
  font-size: 40px;
  line-height: 40px;
}

/* line 34, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .day_group .date .month {
  font-size: 16px;
  line-height: 16px;
}

/* line 41, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .media, #notifications_container .stream .media-body {
  overflow: visible;
}

/* line 45, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .pagination {
  text-align: center;
}

/* line 47, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .no-notifications {
  margin: 0 10px;
  text-align: center;
}

/* line 54, app/assets/stylesheets/notifications.scss */
#notifications_container .list-group .list-group-item [class^="entypo-"], #notifications_container .list-group .list-group-item [class*="entypo-"], #notifications_container .list-group .list-group-item .mentionIcon {
  margin-right: 5px;
}

/* line 55, app/assets/stylesheets/notifications.scss */
#notifications_container .list-group .list-group-item .mentionIcon {
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/notifications.scss */
#notifications_container .list-group .list-group-item.active [class^="entypo-"], #notifications_container .list-group .list-group-item.active [class*="entypo-"], #notifications_container .list-group .list-group-item.active .mentionIcon {
  color: #fff;
}

/* line 64, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media, header .nav-badges .notifications .stream-element.media {
  padding: 10px;
  margin: 0px;
  line-height: 18px;
  border-bottom: 1px solid #ddd;
}

/* line 69, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media:last-child, header .nav-badges .notifications .stream-element.media:last-child {
  border: none !important;
}

/* line 71, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media.unread, header .nav-badges .notifications .stream-element.media.unread {
  background-color: #eee;
}

/* line 73, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media.unread .unread-toggle, header .nav-badges .notifications .stream-element.media.unread .unread-toggle {
  opacity: 1 !important;
}

/* line 75, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media.unread .unread-toggle .entypo-eye, header .nav-badges .notifications .stream-element.media.unread .unread-toggle .entypo-eye {
  color: #000;
}

/* line 80, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media:hover .unread-toggle, header .nav-badges .notifications .stream-element.media:hover .unread-toggle {
  opacity: 1 !important;
}

/* line 83, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media .avatar, header .nav-badges .notifications .stream-element.media .avatar {
  width: 35px;
  height: 35px;
}

/* line 88, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media .unread-toggle, header .nav-badges .notifications .stream-element.media .unread-toggle {
  padding: 9px 5px;
  opacity: 0;
}

/* line 90, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media .unread-toggle .entypo-eye, header .nav-badges .notifications .stream-element.media .unread-toggle .entypo-eye {
  cursor: pointer;
  color: #999;
  font-size: 17px;
  line-height: 17px;
}

/* line 99, app/assets/stylesheets/notifications.scss */
#notifications_container .stream .stream-element.media .btn-group.aspect-membership-dropdown, header .nav-badges .notifications .stream-element.media .btn-group.aspect-membership-dropdown {
  margin: 5px 0;
}

/* line 1, app/assets/stylesheets/help.scss */
h2.help_header {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/help.scss */
ul#help_nav {
  display: inline;
  padding: 0;
  font-size: large;
  position: absolute;
  left: 198px;
  top: 5px;
}

/* line 15, app/assets/stylesheets/help.scss */
ul#help_nav > li {
  display: inline;
  margin-right: 1em;
  font-weight: 700;
}

/* line 20, app/assets/stylesheets/help.scss */
ul#help_nav > li a {
  padding: 2px;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/help.scss */
#faq_nav h4 {
  font-weight: 700;
}

/* line 31, app/assets/stylesheets/help.scss */
#faq_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 35, app/assets/stylesheets/help.scss */
#faq_nav ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/help.scss */
#faq_nav ul li a {
  font-weight: normal;
}

/* line 41, app/assets/stylesheets/help.scss */
#faq_nav ul li .section-selected {
  font-weight: bold;
}

/* line 48, app/assets/stylesheets/help.scss */
#faq {
  text-align: justify;
}

/* line 49, app/assets/stylesheets/help.scss */
#faq h1, #faq h2 {
  text-align: center;
  font-weight: 700;
}

/* line 54, app/assets/stylesheets/help.scss */
#faq ul, #faq ol {
  margin: 0;
  padding: 10px 0 10px 20px;
  text-align: left;
}

/* line 59, app/assets/stylesheets/help.scss */
#faq ul > li {
  list-style-type: disc !important;
}

/* line 65, app/assets/stylesheets/help.scss */
#faq .question {
  background-color: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* line 69, app/assets/stylesheets/help.scss */
#faq .question a.toggle {
  text-decoration: none;
  color: black;
}

/* line 73, app/assets/stylesheets/help.scss */
#faq .question h4 {
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 10px 20px;
}

/* line 80, app/assets/stylesheets/help.scss */
#faq .question.collapsed {
  border: 2px solid #f2f2f2;
}

/* line 84, app/assets/stylesheets/help.scss */
#faq .question.opened {
  border: 2px solid #8ede3d;
}

/* line 86, app/assets/stylesheets/help.scss */
#faq .question.opened h4 {
  background-color: #8ede3d;
}

/* line 90, app/assets/stylesheets/help.scss */
#faq .question .answer {
  border-radius: 0px 0px 4px 4px;
  background-color: white;
  padding: 10px 20px;
}

/* line 2, app/assets/stylesheets/getting-started.scss */
#hello-there .well .avatar {
  min-width: 50px;
}

/* line 6, app/assets/stylesheets/getting-started.scss */
#hello-there .well .media {
  overflow: visible;
}

/* line 10, app/assets/stylesheets/getting-started.scss */
#hello-there .awesome {
  margin-top: 15px;
}

/* line 14, app/assets/stylesheets/getting-started.scss */
#hello-there .hero-unit {
  margin: 20px 42px;
  padding: 40px 80px;
}

/* line 19, app/assets/stylesheets/getting-started.scss */
#hello-there h2 {
  margin-top: 80px;
}

/* line 23, app/assets/stylesheets/getting-started.scss */
#hello-there ul.as-selections {
  width: 100%;
}

/* line 25, app/assets/stylesheets/getting-started.scss */
#hello-there ul.as-selections li.as-original {
  width: 100%;
}

/* line 27, app/assets/stylesheets/getting-started.scss */
#hello-there ul.as-selections li.as-original input {
  height: 32px;
}

/* line 33, app/assets/stylesheets/getting-started.scss */
#hello-there .as-results .as-list {
  box-shadow: 0px 1px 1px #666;
}

/* line 38, app/assets/stylesheets/getting-started.scss */
.popover h3 {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/getting-started.scss */
.popover h3 .close {
  line-height: 18px;
}

/* line 43, app/assets/stylesheets/getting-started.scss */
#welcome-to-diaspora {
  background: orange;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.35);
  padding-bottom: 30px;
  padding-top: 20px;
}

/* line 49, app/assets/stylesheets/getting-started.scss */
#welcome-to-diaspora h1, #welcome-to-diaspora h3 {
  color: #fff;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 56, app/assets/stylesheets/getting-started.scss */
#welcome-to-diaspora #gs-skip-x {
  font-size: 40px;
}

/* line 61, app/assets/stylesheets/getting-started.scss */
#welcome-to-diaspora:hover #gs-skip-x {
  opacity: .4;
  transition: opacity 0.25s linear;
}

/* line 65, app/assets/stylesheets/getting-started.scss */
#welcome-to-diaspora:hover #gs-skip-x:hover {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/people.scss */
#people_search #search_title .term {
  font-weight: 700;
}

/* line 4, app/assets/stylesheets/people.scss */
#people_search #search_title small {
  margin-left: 15px;
}

/* line 6, app/assets/stylesheets/people.scss */
#people_search .invitations-button {
  padding-left: 0;
}

/* line 10, app/assets/stylesheets/people.scss */
#people-stream .media, #people-stream .media-body {
  overflow: visible;
}

/* line 13, app/assets/stylesheets/people.scss */
#people-stream .stream-element.media {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  min-height: 50px;
}

/* line 20, app/assets/stylesheets/people.scss */
#people-stream .stream-element.media .avatar {
  width: 50px;
  height: 50px;
}

/* line 24, app/assets/stylesheets/people.scss */
#people-stream .stream-element.media .btn-group.aspect-membership-dropdown {
  margin: 12px 0;
}

/* line 25, app/assets/stylesheets/people.scss */
#people-stream .stream-element.media .thats_you {
  line-height: 50px;
  margin-right: 10px;
}

/* line 29, app/assets/stylesheets/people.scss */
#people-stream .stream-element.media .info {
  font-size: 11px;
}

/* line 34, app/assets/stylesheets/people.scss */
#blocked_people .blocked-person {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  min-height: 50px;
  padding: 10px 0;
}

/* line 41, app/assets/stylesheets/people.scss */
#blocked_people .blocked-person:last-of-type {
  border-bottom: 0;
}

/* line 42, app/assets/stylesheets/people.scss */
#blocked_people .blocked-person .avatar {
  width: 50px;
  height: 50px;
}

/* line 46, app/assets/stylesheets/people.scss */
#blocked_people .blocked-person .info {
  font-size: 11px;
}

/* line 47, app/assets/stylesheets/people.scss */
#blocked_people .blocked-person .btn-danger {
  margin-top: 9px;
}

/* line 52, app/assets/stylesheets/people.scss */
#sharing_message.entypo-check {
  color: #5b9b1a;
}

/* line 56, app/assets/stylesheets/people.scss */
#sharing_message.entypo-record {
  color: #999;
}

/* line 1, app/assets/stylesheets/invitations.scss */
#invite_code {
  background-color: #fff;
  cursor: text;
  display: block;
  margin-top: 5px;
}

/* line 9, app/assets/stylesheets/invitations.scss */
#invitationsModal .modal-header, #invitationsModal .modal-body {
  color: #333333;
  font-size: 13px;
  text-align: initial;
}

/* line 14, app/assets/stylesheets/invitations.scss */
#invitationsModal #paste_link {
  font-weight: 700;
}

/* line 15, app/assets/stylesheets/invitations.scss */
#invitationsModal #invite_code {
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/invitations.scss */
#invitationsModal #codes_left {
  color: #999;
}

/* line 17, app/assets/stylesheets/invitations.scss */
#invitationsModal .controls {
  margin-left: 140px;
}

/* line 18, app/assets/stylesheets/invitations.scss */
#invitationsModal #email_invitation {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
}

/* line 22, app/assets/stylesheets/invitations.scss */
#invitationsModal #email_invitation label {
  font-weight: 700;
}

/* line 23, app/assets/stylesheets/invitations.scss */
#invitationsModal #email_invitation #already_sent {
  color: #999;
  font-size: 12px;
}

/* line 2, app/assets/stylesheets/profile.scss */
#profile_container .profile_header {
  margin-bottom: 15px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  margin-top: -20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 11, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #edit_profile, #profile_container .profile_header #unblock_user_button, #profile_container .profile_header .aspect-dropdown {
  margin-top: 15px;
}

/* line 16, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info h2 {
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* line 21, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info #name {
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info #diaspora_handle {
  color: #999;
  font-size: 20px;
}

/* line 28, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info #sharing_message {
  cursor: default;
  font-size: 20px;
}

/* line 32, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info .description {
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info .description .tag {
  background-color: transparent;
  font-size: 13px;
}

/* line 38, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info .description .tag {
  font-weight: 700;
}

/* line 41, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info .description .entypo-tag {
  margin: 0 5px;
  font-weight: normal;
}

/* line 44, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #author_info .description .entypo-tag:hover {
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar {
  border-top: 1px dashed #ddd;
  min-height: 50px;
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar #profile_buttons {
  padding: 10px 0;
}

/* line 55, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar #profile_buttons > .profile_button {
  text-decoration: none;
  cursor: pointer;
  margin-right: 25px;
}

/* line 59, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar #profile_buttons > .profile_button .profile-header-icon {
  font-size: 24.5px;
  line-height: 30px;
  color: #999;
}

/* line 63, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar #profile_buttons > .profile_button .profile-header-icon:hover {
  color: #333333;
}

/* line 65, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar #profile_buttons > .profile_button #mention_button {
  font-weight: 700;
}

/* line 69, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 73, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li {
  display: inline-block;
}

/* line 75, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li.active {
  border-bottom: 3px solid #0088e6;
}

/* line 77, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li.active a {
  color: #000;
}

/* line 80, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li.active a [class^="entypo-"],
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li.active a [class*="entypo-"] {
  color: #000;
}

/* line 86, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 46px;
  color: gray;
}

/* line 91, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a [class^="entypo-"], #profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a [class*="entypo-"] {
  color: gray;
  margin-right: 2px;
}

/* line 95, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a:hover {
  color: #000;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/profile.scss */
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a:hover [class^="entypo-"],
#profile_container .profile_header #profile-horizontal-bar ul#profile_nav > li a:hover [class*="entypo-"] {
  color: #000;
}

/* line 110, app/assets/stylesheets/profile.scss */
#profile_container #profile {
  padding: 20px;
  margin-bottom: 35px;
}

/* line 114, app/assets/stylesheets/profile.scss */
#profile_container #profile #profile_photo {
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 120, app/assets/stylesheets/profile.scss */
#profile_container #profile ul#profile_information {
  border-top: 1px dashed #ddd;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  word-wrap: break-word;
}

/* line 127, app/assets/stylesheets/profile.scss */
#profile_container #profile ul#profile_information > li {
  margin-bottom: 2em;
}

/* line 129, app/assets/stylesheets/profile.scss */
#profile_container #profile ul#profile_information > li h4 {
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/profile.scss */
#profile_container .stream-container > .pagination {
  text-align: center;
}

/* line 137, app/assets/stylesheets/profile.scss */
#profile_container #people-stream {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 143, app/assets/stylesheets/profile.scss */
#birth-date {
  text-align: center;
}

/* line 145, app/assets/stylesheets/profile.scss */
#birth-date select {
  width: 32%;
  display: inline;
}

/* line 148, app/assets/stylesheets/profile.scss */
#birth-date select:first-of-type {
  float: left;
}

/* line 149, app/assets/stylesheets/profile.scss */
#birth-date select:last-of-type {
  float: right;
}

/* line 154, app/assets/stylesheets/profile.scss */
#update_profile_form .profile-visibility-hint {
  margin-left: 10px;
}

/* line 155, app/assets/stylesheets/profile.scss */
#update_profile_form .visibility-hint-icon {
  cursor: default;
}

/* line 1, app/assets/stylesheets/tag.scss */
.tag {
  display: inline-block;
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/tag.scss */
.tag:hover {
  text-decoration: underline;
  background-color: #eff6fa;
}

/* line 10, app/assets/stylesheets/tag.scss */
a.tag {
  color: #3f8fba;
}

/* line 12, app/assets/stylesheets/tag.scss */
h1.tag {
  border-bottom: 2px dotted #3f8fba;
}

/* line 14, app/assets/stylesheets/tag.scss */
h1.tag:hover {
  border-bottom: 2px dotted #3f8fba;
}

/* line 18, app/assets/stylesheets/tag.scss */
.info .tag {
  background-color: #efefef;
  color: #999;
  border-bottom: 1px dotted #999;
}

/* line 22, app/assets/stylesheets/tag.scss */
.info .tag:hover {
  border-bottom: 1px solid #999;
}

/* line 28, app/assets/stylesheets/tag.scss */
.page-tags #tags_show .sidebar h3 {
  font-size: 13px;
  line-height: 1.1;
}

/* line 34, app/assets/stylesheets/tag.scss */
.page-tags #tags_show .sidebar .side_stream #people-stream .name {
  display: block;
}

/* line 35, app/assets/stylesheets/tag.scss */
.page-tags #tags_show .sidebar .side_stream #people-stream .name, .page-tags #tags_show .sidebar .side_stream #people-stream .diaspora_handle {
  word-break: break-all;
}

/* line 41, app/assets/stylesheets/tag.scss */
.page-tags #tags_show .col-md-9 .tag-following-action {
  max-width: 100%;
}

/* line 43, app/assets/stylesheets/tag.scss */
.page-tags #tags_show .col-md-9 .tag-following-action input[type="submit"] {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 2, app/assets/stylesheets/stream.scss */
.stream-container .stream-title {
  margin: 12px 0;
}

/* line 7, app/assets/stylesheets/stream.scss */
.public-stream {
  float: none;
}

/* line 11, app/assets/stylesheets/stream.scss */
.main-stream-publisher {
  margin-top: 20px;
  padding: 0;
}

/* line 15, app/assets/stylesheets/stream.scss */
.main-stream-publisher .avatar {
  height: 50px;
  width: 50px;
}

/* line 20, app/assets/stylesheets/stream.scss */
.main-stream-publisher .publisher {
  margin-left: 65px;
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/stream.scss */
  .main-stream-publisher .publisher {
    margin-left: 0;
  }
}

/* line 3, app/assets/stylesheets/stream_element.scss */
.stream-element > .media,
.photo > .media {
  margin: 0px;
}

/* line 6, app/assets/stylesheets/stream_element.scss */
.stream-element.deleting,
.photo.deleting {
  opacity: .3;
}

/* line 9, app/assets/stylesheets/stream_element.scss */
.stream-element.deleting .control-icons,
.photo.deleting .control-icons {
  display: none !important;
}

/* line 14, app/assets/stylesheets/stream_element.scss */
.photo > .media {
  overflow: visible;
  position: relative;
}

/* line 18, app/assets/stylesheets/stream_element.scss */
.photo > .media .control-icons {
  background: #fff;
  border-radius: 4px;
  padding-left: 4px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 1px;
}

/* line 29, app/assets/stylesheets/stream_element.scss */
.photo .thumbnail {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 240px;
  margin: 0 0 15px;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/stream_element.scss */
.photo .thumbnail:hover, .photo .thumbnail:focus, .photo .thumbnail:active {
  border-color: #ddd;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/stream_element.scss */
.photo .thumbnail::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 55, app/assets/stylesheets/stream_element.scss */
.photo .thumbnail .big-photo {
  display: inline;
  margin-left: -4px;
  max-height: 200px;
  vertical-align: middle;
}

/* line 64, app/assets/stylesheets/stream_element.scss */
#main-stream .stream-element {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 69, app/assets/stylesheets/stream_element.scss */
#main-stream .stream-element.highlighted {
  border-left: 3px solid #0088e6;
  padding-left: 8px;
}

/* line 75, app/assets/stylesheets/stream_element.scss */
.stream-element {
  background-color: #fff;
  padding: 10px;
}

/* line 80, app/assets/stylesheets/stream_element.scss */
.stream-element > .media.shield-active .nsfw-hidden {
  display: none;
}

/* line 81, app/assets/stylesheets/stream_element.scss */
.stream-element > .media:not(.shield-active) .nsfw-shield {
  display: none;
}

/* line 82, app/assets/stylesheets/stream_element.scss */
.stream-element > .media:not(.shield-off) .nsfw-off {
  display: none;
}

/* line 83, app/assets/stylesheets/stream_element.scss */
.stream-element > .media > .img > .avatar {
  margin-top: 5px;
}

/* line 85, app/assets/stylesheets/stream_element.scss */
.stream-element > .media > .img > .avatar.small {
  height: 50px;
  width: 50px;
}

/* line 90, app/assets/stylesheets/stream_element.scss */
.stream-element > .media .author-name {
  font-weight: bold;
  margin-bottom: 4px;
  unicode-bidi: isolate;
}

/* line 95, app/assets/stylesheets/stream_element.scss */
.stream-element > .media .feedback {
  margin-top: 5px;
  font-size: 11px;
  line-height: 11px;
}

/* line 102, app/assets/stylesheets/stream_element.scss */
.stream-element > .media .post-content .markdown-content {
  padding: .8em 0 .4em;
}

/* line 106, app/assets/stylesheets/stream_element.scss */
.stream-element > .media .post-content p:last-of-type {
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/stream_element.scss */
.stream-element > .media .nsfw-shield {
  color: #999;
  padding: 5px 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* line 120, app/assets/stylesheets/stream_element.scss */
.stream-element .permalink {
  transition: opacity 0.1s linear;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/stream_element.scss */
.stream-element:hover .post-timestamp .permalink {
  opacity: .8;
}

/* line 128, app/assets/stylesheets/stream_element.scss */
.stream-element:hover .post-timestamp .permalink:hover {
  opacity: 1;
}

/* line 133, app/assets/stylesheets/stream_element.scss */
.stream-element div.reshare {
  border-left: 2px solid #ddd;
  margin-top: 3px;
}

/* line 137, app/assets/stylesheets/stream_element.scss */
.stream-element div.reshare > .media .avatar {
  margin-top: 5px;
  height: 30px;
  width: 30px;
}

/* line 144, app/assets/stylesheets/stream_element.scss */
.stream-element .collapsible {
  overflow: hidden;
  position: relative;
}

/* line 147, app/assets/stylesheets/stream_element.scss */
.stream-element .collapsible .markdown-content hr {
  width: 85%;
  margin: 0.8em auto;
  border-top: 1px solid #ddd;
}

/* line 152, app/assets/stylesheets/stream_element.scss */
.stream-element .collapsible .expander {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  text-align: center;
  line-height: 48px;
  font-size: .8em;
  color: #2b2b2b;
  text-shadow: 0 0 7px #FFF;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  border-radius: 0 0 3px 3px;
  background: rgba(238, 238, 238, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgba(255, 255, 255, 0), endColorstr=#EEE)";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #EEE 95%);
  background-color: transparent;
}

/* line 171, app/assets/stylesheets/stream_element.scss */
.stream-element .likes,
.stream-element .reshares {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

/* line 177, app/assets/stylesheets/stream_element.scss */
.stream-element .likes .author-name,
.stream-element .likes .bd,
.stream-element .reshares .author-name,
.stream-element .reshares .bd {
  display: inline-block;
}

/* line 182, app/assets/stylesheets/stream_element.scss */
.stream-element .likes .author-name,
.stream-element .reshares .author-name {
  margin-right: 3px;
}

/* line 184, app/assets/stylesheets/stream_element.scss */
.stream-element .likes .entypo-heart,
.stream-element .likes .entypo-reshare,
.stream-element .reshares .entypo-heart,
.stream-element .reshares .entypo-reshare {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: top;
}

/* line 195, app/assets/stylesheets/stream_element.scss */
.stream-element .comments .likes {
  line-height: 10px;
}

/* line 199, app/assets/stylesheets/stream_element.scss */
.stream-element .comments .expand-likes {
  line-height: 20px;
}

/* line 204, app/assets/stylesheets/stream_element.scss */
.stream-element .status-message-location {
  color: #999;
  font-size: 11px;
}

/* line 209, app/assets/stylesheets/stream_element.scss */
.stream-element .leaflet-control-zoom {
  display: block;
}

/* line 213, app/assets/stylesheets/stream_element.scss */
.stream-element .no-posts-info {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 2, app/assets/stylesheets/comments.scss */
.comment_stream .show_comments {
  border-top: 1px solid #ddd;
  line-height: 18px;
  margin-top: 5px;
}

/* line 6, app/assets/stylesheets/comments.scss */
.comment_stream .show_comments a {
  color: #999;
  font-size: 13px;
}

/* line 10, app/assets/stylesheets/comments.scss */
.comment_stream .show_comments .media {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/comments.scss */
.comment_stream .loading-comments {
  height: 29px;
  margin-top: -29px;
}

/* line 17, app/assets/stylesheets/comments.scss */
.comment_stream .loading-comments .loader {
  height: 20px;
  width: 20px;
}

/* line 22, app/assets/stylesheets/comments.scss */
.comment_stream .loading-comments .media {
  margin: 5px;
}

/* line 25, app/assets/stylesheets/comments.scss */
.comment_stream .comments > .comment,
.comment_stream .comment.new-comment-form-wrapper {
  margin: 0;
  border-top: 1px dotted #ddd;
  padding: 10px 0 0;
}

/* line 31, app/assets/stylesheets/comments.scss */
.comment_stream .comments > .comment .info,
.comment_stream .comment.new-comment-form-wrapper .info {
  margin-top: 5px;
  font-size: 11px;
  line-height: 11px;
}

/* line 37, app/assets/stylesheets/comments.scss */
.comment_stream .comments > .comment > .highlighted,
.comment_stream .comment.new-comment-form-wrapper > .highlighted {
  border-left: 3px solid #3f8fba;
  padding-left: 3px;
}

/* line 43, app/assets/stylesheets/comments.scss */
.comment_stream .permalink {
  transition: opacity 0.1s linear;
  opacity: 0;
}

/* line 48, app/assets/stylesheets/comments.scss */
.comment_stream .comment:hover .permalink {
  opacity: .8;
}

/* line 51, app/assets/stylesheets/comments.scss */
.comment_stream .comment:hover .permalink:hover {
  opacity: 1;
}

/* line 56, app/assets/stylesheets/comments.scss */
.comment_stream .submit-button {
  margin-top: 10px;
  padding-left: 12px;
}

/* line 58, app/assets/stylesheets/comments.scss */
.comment_stream .submit-button input {
  float: right;
}

/* line 63, app/assets/stylesheets/comments.scss */
.comment_stream .comment-box {
  height: 35px;
  resize: none;
}

/* line 67, app/assets/stylesheets/comments.scss */
.comment_stream textarea.comment-box:focus, .comment_stream textarea.comment-box:valid, .comment_stream textarea.comment-box:active {
  border-color: #999;
  box-shadow: none;
}

/* line 72, app/assets/stylesheets/comments.scss */
.comment_stream .twitter-typeahead {
  display: block !important;
}

/* line 82, app/assets/stylesheets/comments.scss */
.likes-on-comment.likes {
  margin-top: 6px;
}

/* line 86, app/assets/stylesheets/comments.scss */
.likes-on-comment .media {
  margin: 0 0 2px;
}

/* line 89, app/assets/stylesheets/comments.scss */
.likes-on-comment .media:not(.display-avatars) .entypo-heart {
  display: none;
}

/* line 94, app/assets/stylesheets/comments.scss */
.likes-on-comment .expand-likes {
  display: inline-block;
  margin-bottom: 4px;
}

/* line 101, app/assets/stylesheets/comments.scss */
.new-comment:not(.open) .submit-button, .new-comment:not(.open) .md-header {
  display: none;
}

/* line 109, app/assets/stylesheets/comments.scss */
.new-comment .md-preview, .new-comment.open .md-editor textarea {
  min-height: 70px;
}

/* line 2, app/assets/stylesheets/markdown-content.scss */
.markdown-content p {
  margin: 0 0 0.8em;
}

/* line 3, app/assets/stylesheets/markdown-content.scss */
.markdown-content p:last-child {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/markdown-content.scss */
.markdown-content ul, .markdown-content ol {
  margin-bottom: .8em;
  margin-top: .8em;
}

/* line 8, app/assets/stylesheets/markdown-content.scss */
.markdown-content ul li, .markdown-content ol li {
  margin-bottom: .5em;
}

/* line 9, app/assets/stylesheets/markdown-content.scss */
.markdown-content ul:first-child, .markdown-content ol:first-child {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/markdown-content.scss */
.markdown-content ul:last-child, .markdown-content ol:last-child {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/markdown-content.scss */
.markdown-content h1:first-child, .markdown-content h2:first-child, .markdown-content h3:first-child, .markdown-content h4:first-child, .markdown-content h5:first-child, .markdown-content h6:first-child {
  margin-top: 0;
}

/* line 19, app/assets/stylesheets/markdown-content.scss */
.markdown-content h1 {
  font-size: 2.7rem;
}

/* line 23, app/assets/stylesheets/markdown-content.scss */
.markdown-content h2 {
  font-size: 2.3rem;
}

/* line 27, app/assets/stylesheets/markdown-content.scss */
.markdown-content h3 {
  font-size: 2rem;
}

/* line 31, app/assets/stylesheets/markdown-content.scss */
.markdown-content h4 {
  font-size: 1.8rem;
}

/* line 35, app/assets/stylesheets/markdown-content.scss */
.markdown-content h5 {
  font-size: 1.6rem;
}

/* line 39, app/assets/stylesheets/markdown-content.scss */
.markdown-content h6 {
  font-size: 1.4rem;
}

/* line 43, app/assets/stylesheets/markdown-content.scss */
.markdown-content .img-responsive {
  display: inline;
}

/* line 1, app/assets/stylesheets/oembed.scss */
.oembed {
  background: url(/assets/ajax-loader2-e4fae3d6102b81b00f276cf6c15806a7356b9fe5582e52220a91b17e1e26ece7.gif) no-repeat center center;
  width: 100%;
}

/* line 4, app/assets/stylesheets/oembed.scss */
.oembed .thumb, .oembed iframe {
  margin: 10px auto;
}

/* line 5, app/assets/stylesheets/oembed.scss */
.oembed .thumb {
  position: relative;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url(/assets/buttons/playbtn-04d304af2fce87725bd4348405ab91f9b2a4085561539abd15804135c0f04031.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 60px 60px;
  border-radius: 40px 10px 10px 40px;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 80px;
  margin-top: -40px;
  padding: 10px 7px 10px 80px;
  overflow: hidden;
  line-height: 60px;
}

/* line 83, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay > div {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* line 89, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay > div > div {
  opacity: 1;
  overflow: hidden;
  text-shadow: -1px -1px 0 #000, 0 0 7px #111;
  color: #F0F0F0;
  font-size: 0.9em;
  text-overflow: ellipsis;
}

/* line 98, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay .title {
  font-weight: bold;
  white-space: nowrap;
  line-height: .95em;
}

/* line 103, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay .meta {
  font-size: .94em;
  line-height: 1.3em;
  white-space: nowrap;
  opacity: 0.9;
}

/* line 109, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay .meta a {
  color: #9bc6dd;
}

/* line 112, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay .meta a:visited {
  color: #3f8fba;
}

/* line 116, app/assets/stylesheets/_mixins.scss */
.oembed .thumb .video-overlay .desc {
  font-size: .91em;
  line-height: .97em;
  max-height: 35px;
}

/* line 8, app/assets/stylesheets/oembed.scss */
.oembed iframe, .oembed .thumb img {
  width: 100%;
  min-height: 60%;
}

/* line 3, app/assets/stylesheets/media-embed.scss */
.media-embed {
  margin-top: 5px;
}

/* line 6, app/assets/stylesheets/media-embed.scss */
.media-embed .thumb {
  position: relative;
  cursor: pointer;
  background-color: #ddd;
}

/* line 59, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url(/assets/buttons/playbtn-04d304af2fce87725bd4348405ab91f9b2a4085561539abd15804135c0f04031.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 60px 60px;
  border-radius: 40px 10px 10px 40px;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 80px;
  margin-top: -40px;
  padding: 10px 7px 10px 80px;
  overflow: hidden;
  line-height: 60px;
}

/* line 83, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay > div {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* line 89, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay > div > div {
  opacity: 1;
  overflow: hidden;
  text-shadow: -1px -1px 0 #000, 0 0 7px #111;
  color: #F0F0F0;
  font-size: 0.9em;
  text-overflow: ellipsis;
}

/* line 98, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay .title {
  font-weight: bold;
  white-space: nowrap;
  line-height: .95em;
}

/* line 103, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay .meta {
  font-size: .94em;
  line-height: 1.3em;
  white-space: nowrap;
  opacity: 0.9;
}

/* line 109, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay .meta a {
  color: #9bc6dd;
}

/* line 112, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay .meta a:visited {
  color: #3f8fba;
}

/* line 116, app/assets/stylesheets/_mixins.scss */
.media-embed .thumb .video-overlay .desc {
  font-size: .91em;
  line-height: .97em;
  max-height: 35px;
}

/* line 11, app/assets/stylesheets/media-embed.scss */
.media-embed .thumb video {
  min-height: 60%;
  vertical-align: middle;
  width: 100%;
}

/* line 18, app/assets/stylesheets/media-embed.scss */
.media-embed audio {
  width: 100%;
}

/* line 3, app/assets/stylesheets/post-content.scss */
.message-content img,
.post-content img {
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/post-content.scss */
.message-content .photo-attachments,
.post-content .photo-attachments {
  margin-top: 7px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/post-content.scss */
.message-content .photo-attachments img,
.post-content .photo-attachments img {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

/* line 9, app/assets/stylesheets/post-content.scss */
.message-content .photo-attachments img.big_stream_photo,
.post-content .photo-attachments img.big_stream_photo {
  display: block;
  max-width: 100%;
}

/* line 13, app/assets/stylesheets/post-content.scss */
.message-content .photo-attachments img.thumb_small,
.post-content .photo-attachments img.thumb_small {
  display: inline;
  max-width: 50px;
  max-height: 50px;
}

/* line 2, app/assets/stylesheets/contacts.scss */
.page-contacts .sidebar {
  padding-bottom: 10px;
}

/* line 4, app/assets/stylesheets/contacts.scss */
.page-contacts .stream.contacts .header {
  border-bottom: 1px solid #ddd;
  min-height: 55px;
}

/* line 7, app/assets/stylesheets/contacts.scss */
.page-contacts .stream.contacts .header form {
  margin: 0;
}

/* line 8, app/assets/stylesheets/contacts.scss */
.page-contacts .stream.contacts .header input,
.page-contacts .stream.contacts .header .btn {
  margin-bottom: 11px;
  margin-top: 11px;
}

/* line 15, app/assets/stylesheets/contacts.scss */
.page-contacts .stream.contacts .aspect-controls {
  margin-bottom: 7px;
  margin-left: 30px;
  margin-right: -10px;
  margin-top: 7px;
}

/* line 26, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #change_aspect_name {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #aspect_name_form {
  display: none;
}

/* line 30, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #contact_list_search {
  margin: 11px 0 0;
  width: 150px;
}

/* line 33, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #contact_list_search:focus {
  width: 250px;
}

/* line 35, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #aspect_controls > .contacts_button {
  cursor: pointer;
  text-decoration: none;
  margin-right: 25px;
}

/* line 40, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header .contacts-header-icon {
  font-size: 24.5px;
  line-height: 40px;
  color: #999;
}

/* line 44, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header .contacts-header-icon:hover {
  color: #333333;
}

/* line 46, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .header #suggest_member.btn {
  margin-top: 8px;
}

/* line 50, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .stream-element .contact_remove-from-aspect, #contacts_container #people-stream.contacts .stream-element .contact_add-to-aspect {
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  margin: 0 10px;
  color: #999;
}

/* line 57, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .stream-element .contact_remove-from-aspect:hover, #contacts_container #people-stream.contacts .stream-element .contact_add-to-aspect:hover {
  color: #333333;
}

/* line 59, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .stream-element.in_aspect {
  border-left: 3px solid #8EDE3D;
  background-color: #e7f8d6;
}

/* line 63, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .stream-element:not(.in_aspect) {
  border-left: 3px solid #fff;
}

/* line 66, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .no_contacts {
  text-align: center;
  margin-top: 50px;
}

/* line 70, app/assets/stylesheets/contacts.scss */
#contacts_container #people-stream.contacts .well {
  margin: 10px;
}

/* line 75, app/assets/stylesheets/contacts.scss */
#aspect_nav li.aspect > a {
  padding-left: 30px;
}

/* line 76, app/assets/stylesheets/contacts.scss */
#aspect_nav li.new_aspect > a {
  padding-left: 30px;
}

/* line 77, app/assets/stylesheets/contacts.scss */
#aspect_nav li.aspect.ui-sortable-handle.ui-sortable-helper {
  background: #FFF;
}

/* line 80, app/assets/stylesheets/contacts.scss */
#no_contacts {
  margin-top: 20px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/navbar_left.scss */
.left-navbar {
  padding: 0;
  padding-bottom: 10px;
}

/* line 5, app/assets/stylesheets/navbar_left.scss */
.left-navbar a {
  text-decoration: none;
  outline: 0;
}

/* line 10, app/assets/stylesheets/navbar_left.scss */
.left-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, app/assets/stylesheets/navbar_left.scss */
.left-navbar .hoverable {
  color: #777;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/navbar_left.scss */
.left-navbar .hoverable a {
  color: #777;
}

/* line 26, app/assets/stylesheets/navbar_left.scss */
.left-navbar .hoverable:hover, .left-navbar .hoverable:hover a, .left-navbar .hoverable:hover [class^="entypo"] {
  background-color: #0088e6;
  border-color: #0088e6;
  color: #fff;
}

/* line 33, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list .hoverable.selected,
.left-navbar .selected > .hoverable {
  color: #fff;
  background: #555555;
  border-color: #555555;
}

/* line 40, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul {
  background: #f0f0f0;
}

/* line 42, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul li {
  padding: 0;
}

/* line 43, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul .entypo-check {
  visibility: hidden;
}

/* line 44, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul .entypo-check.selected {
  visibility: visible;
}

/* line 45, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul .selectable {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px 10px 40px;
}

/* line 51, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul .hoverable > .action {
  position: relative;
  bottom: 30px;
  right: 20px;
  visibility: hidden;
}

/* line 57, app/assets/stylesheets/navbar_left.scss */
.left-navbar .nested-list ul .hoverable:hover > .action {
  visibility: visible;
}

/* line 61, app/assets/stylesheets/navbar_left.scss */
.left-navbar .my-activity ul {
  display: none;
}

/* line 65, app/assets/stylesheets/navbar_left.scss */
.left-navbar .my-activity.activity-stream-selected ul {
  display: block;
}

/* line 70, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list {
  /* ---- override app/stylesheets/vendor/autoSuggest.css ---- */
  /* ---- end override app/stylesheets/vendor/autoSuggest.css ---- */
}

/* line 71, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list #new_tag_following {
  padding: 10px 20px 10px 30px;
}

/* line 76, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .as-original {
  width: 100%;
}

/* line 77, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .tag_input {
  line-height: 13px;
  vertical-align: top;
  width: 100%;
}

/* line 83, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .as-result {
  margin-top: -1px;
  margin-left: 1px;
}

/* line 88, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .as-list {
  color: black;
  position: static;
  /* override absolute */
  margin: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 1px 1px #666;
}

/* line 89, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .as-list em {
  background-color: #aabbcc;
  color: black;
  padding: 0px;
}

/* line 102, app/assets/stylesheets/navbar_left.scss */
.left-navbar #tags_list .as-result-item.active {
  color: black;
  text-shadow: none;
  background-color: #e7f2f7;
  border-color: #e7f2f7;
}

/* line 112, app/assets/stylesheets/navbar_left.scss */
.info-bar {
  margin-top: 20px;
  padding: 10px 20px 0;
}

/* line 116, app/assets/stylesheets/navbar_left.scss */
.info-bar .excellence-box,
.info-bar .info-links,
.info-bar .powered-box {
  border-top: 1px solid #ddd;
  padding: 5px;
}

/* line 123, app/assets/stylesheets/navbar_left.scss */
.info-bar .excellence-box {
  margin-top: 10px;
  text-align: center;
}

/* line 127, app/assets/stylesheets/navbar_left.scss */
.info-bar .excellence-box .content {
  font-size: 13px;
}

/* line 131, app/assets/stylesheets/navbar_left.scss */
.info-bar .excellence-box a,
.info-bar .excellence-box a:hover {
  color: #777;
}

/* line 137, app/assets/stylesheets/navbar_left.scss */
.info-bar .section {
  margin-top: 10px;
}

/* line 140, app/assets/stylesheets/navbar_left.scss */
.info-bar .section:last-child {
  margin-bottom: 10px;
}

/* line 144, app/assets/stylesheets/navbar_left.scss */
.info-bar .section:not(.collapsed) .entypo-triangle-right, .info-bar .section.collapsed .entypo-triangle-down, .info-bar .section.collapsed .content {
  display: none;
}

/* line 150, app/assets/stylesheets/navbar_left.scss */
.info-bar .section.collapsed .title h5 {
  font-weight: normal;
}

/* line 155, app/assets/stylesheets/navbar_left.scss */
.info-bar .title {
  cursor: pointer;
  padding-bottom: 5px;
}

/* line 159, app/assets/stylesheets/navbar_left.scss */
.info-bar .title h5 {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

/* line 167, app/assets/stylesheets/navbar_left.scss */
.info-bar .content {
  color: #999;
  font-size: 11px;
  line-height: 18px;
  padding: 10px 0;
}

/* line 173, app/assets/stylesheets/navbar_left.scss */
.info-bar .content p,
.info-bar .content ul {
  margin: 0;
}

/* line 178, app/assets/stylesheets/navbar_left.scss */
.info-bar .content ul {
  list-style: none;
  padding-left: 0;
}

/* line 183, app/assets/stylesheets/navbar_left.scss */
.info-bar .content .btn-link {
  font-size: 11px;
  padding-left: 0;
}

/* line 188, app/assets/stylesheets/navbar_left.scss */
.info-bar .content > [name="invite_code"] {
  box-sizing: border-box;
  font-size: 11px;
  height: 30px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/code.scss */
code {
  white-space: normal;
}

/* line 3, app/assets/stylesheets/code.scss */
pre {
  overflow-x: auto;
  white-space: pre;
}

/* line 6, app/assets/stylesheets/code.scss */
pre code {
  white-space: pre;
}

/* line 12, app/assets/stylesheets/code.scss */
p a code,
p a pre {
  color: #3f8fba;
}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
/* line 7, node_modules/highlightjs/styles/github.css */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

/* line 15, node_modules/highlightjs/styles/github.css */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

/* line 21, node_modules/highlightjs/styles/github.css */
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

/* line 28, node_modules/highlightjs/styles/github.css */
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

/* line 36, node_modules/highlightjs/styles/github.css */
.hljs-string,
.hljs-doctag {
  color: #d14;
}

/* line 41, node_modules/highlightjs/styles/github.css */
.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

/* line 48, node_modules/highlightjs/styles/github.css */
.hljs-subst {
  font-weight: normal;
}

/* line 52, node_modules/highlightjs/styles/github.css */
.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

/* line 58, node_modules/highlightjs/styles/github.css */
.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

/* line 65, node_modules/highlightjs/styles/github.css */
.hljs-regexp,
.hljs-link {
  color: #009926;
}

/* line 70, node_modules/highlightjs/styles/github.css */
.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

/* line 75, node_modules/highlightjs/styles/github.css */
.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

/* line 80, node_modules/highlightjs/styles/github.css */
.hljs-meta {
  color: #999;
  font-weight: bold;
}

/* line 85, node_modules/highlightjs/styles/github.css */
.hljs-deletion {
  background: #fdd;
}

/* line 89, node_modules/highlightjs/styles/github.css */
.hljs-addition {
  background: #dfd;
}

/* line 93, node_modules/highlightjs/styles/github.css */
.hljs-emphasis {
  font-style: italic;
}

/* line 97, node_modules/highlightjs/styles/github.css */
.hljs-strong {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/statistics.scss */
.page-node_info.action-statistics h1 {
  text-align: center;
}

/* line 4, app/assets/stylesheets/statistics.scss */
.page-node_info.action-statistics h3 {
  margin: 0px;
  padding: 10px;
  background-color: #8EDE3D;
}

/* line 10, app/assets/stylesheets/statistics.scss */
.page-node_info.action-statistics .statistic {
  width: 100%;
  height: 150px;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* line 17, app/assets/stylesheets/statistics.scss */
.page-node_info.action-statistics .statistic .data {
  word-wrap: break-word;
  overflow: hidden;
  margin-top: 25px;
  font-size: 25px;
  line-height: 30px;
}

/* line 24, app/assets/stylesheets/statistics.scss */
.page-node_info.action-statistics .statistic .serv-disabled {
  background-color: #eee;
}

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
/* line 13, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

/* line 23, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

/* line 31, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  touch-action: none;
}

/* line 43, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  touch-action: pan-y;
}

/* line 53, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

/* line 57, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 62, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-carousel > .slides {
  position: absolute;
}

/* line 65, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 76, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  transition: opacity 0.2s linear;
}

/* line 84, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-loading {
  background: url(/../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

/* line 88, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

/* line 91, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-error {
  background: url(/../img/error.png) center no-repeat;
}

/* line 94, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

/* line 97, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

/* line 126, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

/* line 130, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

/* line 143, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

/* line 152, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

/* line 163, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

/* line 166, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* line 174, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  transform: translateZ(0);
}

/* line 187, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

/* line 194, node_modules/blueimp-gallery/css/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
/* line 207, node_modules/blueimp-gallery/css/blueimp-gallery.css */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/../img/error.svg);
}

/* line 210, node_modules/blueimp-gallery/css/blueimp-gallery.css */
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/../img/play-pause.svg);
}

/* line 216, node_modules/blueimp-gallery/css/blueimp-gallery.css */
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
/* line 221, node_modules/blueimp-gallery/css/blueimp-gallery.css */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

/* line 224, node_modules/blueimp-gallery/css/blueimp-gallery.css */
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/*
 * blueimp Gallery Indicator CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
/* line 13, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

/* line 26, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

/* line 42, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

/* line 50, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none;
}

/* line 63, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
}

/* line 70, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator > .active:after {
  display: none;
}

/* line 74, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  transform: translateZ(0);
}

/* line 83, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery-single > .indicator {
  display: none;
}

/* line 86, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* IE7 fixes */
/* line 95, node_modules/blueimp-gallery/css/blueimp-gallery-indicator.css */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}

/* line 5, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides {
  margin: 0;
}

/* line 8, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides .slide {
  overflow-y: auto;
}

/* line 12, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides .slide-content {
  bottom: 80px;
  top: 15px;
}

/* line 17, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides .slide-error {
  background-image: url(/assets/blueimp-gallery/img/error-58a939fb13691608b41e2a642a8f0955eb8941bdaac0e51507bc957593eeceb6.svg);
}

/* line 21, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides .slide-loading {
  background-image: url(/assets/blueimp-gallery/img/loading-6f1c9a2c9e4932c71d86ded184887c41e4f8db70d5eecbca3b8a51a1c807adc3.gif);
}

/* line 25, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .slides .too-tall {
  margin-bottom: 80px;
  max-height: none;
  position: static;
}

/* line 32, app/assets/stylesheets/gallery.scss */
#blueimp-gallery [class^="entypo-"], #blueimp-gallery [class*="entypo-"] {
  color: #999;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

/* line 42, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .play-pause {
  z-index: 2;
  color: #999;
}

/* line 47, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .prev, #blueimp-gallery .next {
  border-color: #999;
}

/* line 51, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .prev [class^="entypo-"], #blueimp-gallery .prev [class*="entypo-"] {
  padding-right: 6px;
}

/* line 55, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .next [class^="entypo-"], #blueimp-gallery .next [class*="entypo-"] {
  padding-left: 6px;
}

/* line 59, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .indicator {
  bottom: 0;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 64, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .indicator li {
  border: 0;
  height: 50px;
  margin: 15px 6px;
  vertical-align: middle;
  width: 50px;
  background-size: cover;
}

/* line 72, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .indicator li.active, #blueimp-gallery .indicator li:hover {
  opacity: 1;
}

/* line 77, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .indicator li:hover::after {
  opacity: 0;
}

/* line 81, app/assets/stylesheets/gallery.scss */
#blueimp-gallery .indicator li:only-child {
  display: none;
}

/* line 1, app/assets/stylesheets/user_applications.scss */
.application-img {
  float: left;
  margin: 9px 0;
  max-height: 60px;
  text-align: center;
  width: 60px;
}

/* line 8, app/assets/stylesheets/user_applications.scss */
.application-img [class^="entypo-"] {
  font-size: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/user_applications.scss */
.application-img [class^="entypo-"]::before {
  position: relative;
  top: -15px;
}

/* line 22, app/assets/stylesheets/user_applications.scss */
.application-authorizations {
  display: inline-block;
  float: right;
  padding: 0 0 15px 15px;
  width: calc(100% - 60px);
}

/* line 30, app/assets/stylesheets/user_applications.scss */
.application-tos-policy > b:first-child {
  margin-right: 5px;
}

/* line 31, app/assets/stylesheets/user_applications.scss */
.application-tos-policy > b:nth-child(2) {
  margin-left: 5px;
}

/* line 34, app/assets/stylesheets/user_applications.scss */
.user-consent {
  margin-top: 20px;
}

/* line 35, app/assets/stylesheets/user_applications.scss */
.approval-button {
  display: inline;
}

/* line 1, app/assets/stylesheets/openid_connect_error_page.scss */
.api-error {
  background-color: #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/openid_connect_error_page.scss */
.api-error h4 {
  text-align: center;
}
