/**
 * Bootstrap-Markdown.css.scss
 *
 * @author Taufan Aditya @taufanaditya
 * @author Oleg Vivtash <o@vivtash.net> (LESS->SCSS conversion)
 * @copyright 2013-2014 Taufan Aditya
 */
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor {
  display: block;
  border: 1px solid #ddd;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor > .md-header, .md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor > .md-header {
  margin: 0;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}
/* line 40, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  outline: 0;
  outline: thin dotted  \9;
  /* IE6-9 */
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eeeeee;
}
/* line 55, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}
/* line 64, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px ${color-rgba}";
}
/* line 70, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor .md-controls {
  float: right;
  padding: 3px;
}
/* line 74, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}
/* line 78, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor .md-controls .md-control:hover {
  color: #333;
}
/* line 85, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}
/* line 96, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode.theme-dark {
  background: #1d1f21 !important;
}
/* line 99, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode.theme-dark .md-fullscreen-controls a {
  color: #a4b1b1;
}
/* line 101, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode.theme-dark .md-fullscreen-controls a:hover {
  color: #dbe0e0;
  text-shadow: 0 0 10px #000;
}
/* line 107, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode.theme-dark .md-preview,
.md-editor.md-fullscreen-mode.theme-dark .md-input,
.md-editor.md-fullscreen-mode.theme-dark .md-input:hover,
.md-editor.md-fullscreen-mode.theme-dark .md-input:active,
.md-editor.md-fullscreen-mode.theme-dark .md-input:focus {
  color: #dbe0e0;
  background: #1d1f21 !important;
}
/* line 118, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode.theme-dark .btn:hover, .md-editor.md-fullscreen-mode.theme-dark .btn:focus, .md-editor.md-fullscreen-mode.theme-dark .btn.active, .md-editor.md-fullscreen-mode.theme-dark .btn:active {
  color: #dbe0e0;
  text-shadow: 0 0 10px #000;
}
/* line 128, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}
/* line 132, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}
/* line 152, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-input:hover, .md-editor.md-fullscreen-mode .md-input:focus {
  color: #333;
  background: #fff !important;
}
/* line 159, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-header {
  background: none;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}
/* line 167, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}
/* line 171, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: none;
  color: #b3b3b3;
}
/* line 176, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .btn:hover, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active {
  box-shadow: none;
  color: #333;
}
/* line 185, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}
/* line 192, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
/* line 200, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}
/* line 207, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}
/* line 213, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-editor .md-fullscreen-controls {
  display: none;
}

/* line 218, /usr/local/lib/ruby/gems/2.2/gems/rails-bootstrap-markdown-2.6.0/app/assets/stylesheets/bootstrap-markdown.css.scss */
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@import url(//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic);
/* line 3, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social {
  float: left;
  width: 90px;
  padding: 5px;
  padding-top: 15px;
  border-right: none;
}

/* line 10, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social > div {
  height: 20px;
}

/* line 13, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social > div > * {
  display: block;
  float: left;
}

/* line 18, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group:before, .group:after {
  content: "";
  display: table;
}

/* line 22, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group:after {
  clear: both;
}

/* line 25, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group {
  zoom: 1;
  /* IE6&7 */
}

/* line 32, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-header.btn-toolbar {
  margin-left: 0px;
}

/* line 37, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-editor textarea:focus {
  padding-top: 10px;
  padding-left: 5px;
}

/* line 44, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-preview {
  padding-top: 15px;
  padding-left: 15px;
  background: #FBF9D0 !important;
}

/* line 51, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h1, h2, h3, h4, h5, h6 {
  /* clear: both; */
  line-height: 1.3;
}

/* line 57, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h1 {
  font-size: 34px;
  margin: 33px 0;
}

/* line 62, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h2 {
  font-size: 28px;
  margin: 25px 0;
}

/* line 67, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h3 {
  font-size: 22px;
  margin: 22px 0;
}

/* line 72, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h4 {
  font-size: 20px;
  margin: 25px 0;
}

/* line 77, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h5 {
  font-size: 18px;
  margin: 30px 0;
}

/* line 82, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h6 {
  font-size: 16px;
  margin: 36px 0;
}
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic);
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
@import url(//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic);
/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 302, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 387, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

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

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Lantinghei TC", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

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

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

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

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

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

/* line 113, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* line 141, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lantinghei TC", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

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

/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

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

/* line 90, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

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

/* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

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

/* line 99, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

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

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

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

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

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

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

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

/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

/* line 241, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
/* line 265, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: 15px;
  padding-right: 15px;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

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

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

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

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

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

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

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

@media (min-width: 768px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

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

/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  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 103, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 264, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

/* line 285, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: 0;
  padding-right: 0;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  line-height: 30px;
}

/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  line-height: 46px;
}

/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

/* line 410, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

/* line 68, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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: #204d74;
  border-color: #122b40;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

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

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

/* line 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

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

/* line 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

/* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

/* line 131, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 12px;
  border-radius: 3px;
}
/* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 18px;
  border-radius: 6px;
}
/* line 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 120, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 135, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #337ab7;
}

/* line 144, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

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

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

/* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 768px) {
  /* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 251, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 255, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 768px) {
  /* line 232, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 425, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 433, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 482, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 490, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 506, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 531, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 559, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 567, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 577, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 622, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 630, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 641, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 #ddd;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #337ab7;
  border-color: #337ab7;
}
/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #c7ddef;
}

/* line 4, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  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);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Lantinghei TC", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 66, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 80, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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, "Hiragino Kaku Gothic ProN", "Lantinghei TC", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 61, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 249, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 3, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social {
  float: left;
  width: 90px;
  padding: 5px;
  padding-top: 15px;
  border-right: none;
}

/* line 10, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social > div {
  height: 20px;
}

/* line 13, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.social > div > * {
  display: block;
  float: left;
}

/* line 18, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group:before, .group:after {
  content: "";
  display: table;
}

/* line 22, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group:after {
  clear: both;
}

/* line 25, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.group {
  zoom: 1;
  /* IE6&7 */
}

/* line 32, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-header.btn-toolbar {
  margin-left: 0px;
}

/* line 37, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-editor textarea:focus {
  padding-top: 10px;
  padding-left: 5px;
}

/* line 44, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
.md-preview {
  padding-top: 15px;
  padding-left: 15px;
  background: #FBF9D0 !important;
}

/* line 51, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h1, h2, h3, h4, h5, h6 {
  /* clear: both; */
  line-height: 1.3;
}

/* line 57, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h1 {
  font-size: 34px;
  margin: 33px 0;
}

/* line 62, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h2 {
  font-size: 28px;
  margin: 25px 0;
}

/* line 67, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h3 {
  font-size: 22px;
  margin: 22px 0;
}

/* line 72, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h4 {
  font-size: 20px;
  margin: 25px 0;
}

/* line 77, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h5 {
  font-size: 18px;
  margin: 30px 0;
}

/* line 82, /opt/nginx/sites/survey/app/assets/stylesheets/bootstrap_wrapper/bootstrap_override.scss */
h6 {
  font-size: 16px;
  margin: 36px 0;
}
/* line 7, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.checkbox .form-control {
  margin-top: -8px;
}

/* line 11, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.checkbox_container {
  display: inline;
  margin-right: 10px;
}

/* line 16, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.checkbox_container label {
  padding-left: 5px;
}

/* line 20, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.radio-inline {
  margin-left: 10px;
}

/* line 24, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
select.date {
  width: auto;
  display: inline;
  margin-left: 10px;
}

/* line 31, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
#member_city_id, #member_postal_code {
  display: inline;
  margin-left: 10px;
  width: auto;
}

/* line 38, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.member_city_id, .member_postal_code {
  display: inline;
}

/* line 42, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.member_address {
  margin-top: 5px;
}

/* line 46, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
#member_mailing_city_id, #member_mailing_postal_code {
  display: inline;
  margin-left: 10px;
  width: auto;
}

/* line 53, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.member_mailing_city_id, .member_mailing_postal_code {
  display: inline;
}

/* line 57, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.member_mailing_address {
  margin-top: 5px;
}

/* line 61, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.questionnaire_data_choices {
  max-height: 0px;
}

/* line 65, /opt/nginx/sites/survey/app/assets/stylesheets/forms.css.scss */
.full_width {
  width: 100%;
}
/* line 8, /opt/nginx/sites/survey/app/assets/stylesheets/pages.css.scss */
.dropdown-menu > li {
  display: inline-block;
  float: left;
}

/* line 13, /opt/nginx/sites/survey/app/assets/stylesheets/pages.css.scss */
.open > ul {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
/* line 1, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
table.questionnaire tr:nth-of-type(odd) {
  background-color: #ffffff;
}

/* line 5, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
table.questionnaire tr:nth-of-type(even) {
  background-color: #ffffff;
}

/* line 10, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
table.grouped_table tr:nth-of-type(odd) {
  background-color: #ccffff;
  color: black;
}

/* line 16, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
table.grouped_table tr:nth-of-type(even) {
  background-color: #ffffff;
}

/* line 20, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
table.table td {
  border: 1px solid white;
  padding: 0;
  margin: 0;
}

/* line 27, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn {
  font-size: 110% !important;
}

/* line 31, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-choice {
  color: black;
  background-color: #def7f7;
  text-align: left !important;
  white-space: normal !important;
  word-wrap: break-word;
}

/* line 40, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-choice:hover {
  color: #ffffff !important;
  background-color: #4c44f4;
}

/* line 45, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-choice-pressed {
  color: #ffffff !important;
  background-color: #4c44f4;
}

/* line 50, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-suspended {
  background-color: #d4fad2;
  color: black !important;
}

/* line 55, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-suspended:hover {
  background-color: lightblue;
}

/* line 59, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-terminated {
  background-color: lightpink;
  color: black !important;
}

/* line 64, /opt/nginx/sites/survey/app/assets/stylesheets/questionnaire.css.scss */
.btn-terminated:hover {
  background-color: lightskyblue;
}
@media (min-width: 320px) and (max-width: 480px) {
  /* line 2, /opt/nginx/sites/survey/app/assets/stylesheets/recaptcha.css.scss */
  #recaptcha_challenge_image {
    margin: 0 !important;
    width: 100% !important;
  }

  /* line 6, /opt/nginx/sites/survey/app/assets/stylesheets/recaptcha.css.scss */
  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
  }

  /* line 11, /opt/nginx/sites/survey/app/assets/stylesheets/recaptcha.css.scss */
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
  }

  /* line 15, /opt/nginx/sites/survey/app/assets/stylesheets/recaptcha.css.scss */
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
  }
}
/* line 1, /opt/nginx/sites/survey/app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 7, /opt/nginx/sites/survey/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 14, /opt/nginx/sites/survey/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 24, /opt/nginx/sites/survey/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/* line 5, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
p {
  font-size: 110%;
}

/* line 9, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
a:hover {
  background: none;
}

/* line 13, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
abbr {
  color: red;
}

/* line 17, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
em {
  color: orange;
}

/* line 21, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
footer {
  margin-top: 20px;
  background: #ddd;
  color: #222;
  padding: 17px 0 18px 0;
  /*
	border-top: 1px solid #222;
	*/
  text-align: center;
}

/* line 33, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
tr:nth-of-type(odd) {
  background-color: #f4eac0;
}

/* line 38, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
tr:nth-of-type(even) {
  background-color: #eeeeee;
}

/* line 43, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
th {
  background-color: #888888;
  color: white;
}

/* line 48, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
.center {
  text-align: center;
}

/* line 52, /opt/nginx/sites/survey/app/assets/stylesheets/welcome.css.scss */
.number {
  text-align: right;
}
.minicolors {
  position: relative;
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;

  
    background: url(data:image/png;base64,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
) 0 0;
  

  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;

  
    background: url(data:image/png;base64,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
) 0 0;
  

  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}

.minicolors-slider-saturation .minicolors-grid {
  
    background-position: -300px 0;
  
}

.minicolors-slider-saturation .minicolors-grid-inner {
  
    background: url(data:image/png;base64,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
) -150px 0;
  
}

.minicolors-slider-brightness .minicolors-grid {
  
    background-position: -450px 0;
  
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}

.minicolors-slider-wheel .minicolors-grid {
  
    background-position: -600px 0;
  
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;

  
    background: white url(data:image/png;base64,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
) 0 0;
  

  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 302, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 387, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

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

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

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

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

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

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

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

/* line 113, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* line 141, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

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

/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

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

/* line 90, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

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

/* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

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

/* line 99, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

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

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

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

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

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

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

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

/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

/* line 241, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
/* line 265, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: 15px;
  padding-right: 15px;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

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

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

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

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

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

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

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

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

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

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

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

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

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

@media (min-width: 768px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

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

/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  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 103, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 264, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

/* line 285, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left: 0;
  padding-right: 0;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  line-height: 30px;
}

/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  line-height: 46px;
}

/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

/* line 410, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

/* line 68, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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: #204d74;
  border-color: #122b40;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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 37, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

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

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

/* line 88, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

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

/* line 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

/* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

/* line 131, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 12px;
  border-radius: 3px;
}
/* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 18px;
  border-radius: 6px;
}
/* line 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 120, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 135, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #337ab7;
}

/* line 144, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

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

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

/* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 768px) {
  /* line 108, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 251, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 255, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: 768px) {
  /* line 232, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 425, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 433, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 482, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 490, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 506, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 531, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 559, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 567, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 577, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 622, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 630, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 641, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 #ddd;
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 55, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #337ab7;
  border-color: #337ab7;
}
/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 101, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: #c7ddef;
}

/* line 4, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 24, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  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);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 52, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 66, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 80, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 87, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 6, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 61, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 123, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 249, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/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/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 20, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 31, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 36, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled], fieldset[disabled]
.btn-primary,
.btn-success.disabled,
.btn-success[disabled], fieldset[disabled]
.btn-success,
.btn-info.disabled,
.btn-info[disabled], fieldset[disabled]
.btn-info,
.btn-warning.disabled,
.btn-warning[disabled], fieldset[disabled]
.btn-warning,
.btn-danger.disabled,
.btn-danger[disabled], fieldset[disabled]
.btn-danger {
  box-shadow: none;
}
/* line 42, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

/* line 84, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 91, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

/* line 92, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF265A88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}

/* line 93, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

/* line 94, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

/* line 95, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

/* line 96, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
/* line 54, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
/* line 60, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
/* line 69, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

/* line 103, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 113, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

/* line 118, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
  background-color: #2e6da4;
}

/* line 131, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-default {
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
/* line 138, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 144, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 150, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
/* line 154, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
/* line 160, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 167, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 176, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
  }
}
/* line 191, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 204, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

/* line 205, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

/* line 206, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

/* line 207, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

/* line 215, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

/* line 225, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF286090', GradientType=0);
}

/* line 226, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

/* line 227, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

/* line 228, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

/* line 229, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

/* line 233, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 242, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 246, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2B669A', GradientType=0);
  border-color: #2b669a;
}
/* line 253, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

/* line 264, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 274, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

/* line 275, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
}

/* line 276, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

/* line 277, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

/* line 278, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

/* line 279, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

/* line 286, /usr/local/lib/ruby/gems/2.2/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss */
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
