@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
@import url("https://cdn.datatables.net/buttons/1.1.1/css/buttons.dataTables.min.css");
@import url("//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.css");
/* line 14, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

/* line 23, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

/* line 31, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 43, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 53, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

/* line 57, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 62, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-carousel > .slides {
  position: absolute;
}

/* line 65, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 77, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 84, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide-loading {
  background: url("blueimp/loading.gif") center no-repeat;
  background-size: 64px 64px;
}

/* line 88, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

/* line 91, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide-error {
  background: url("blueimp/error.png") center no-repeat;
}

/* line 94, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

/* line 98, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

/* line 126, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

/* line 131, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

/* line 143, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

/* line 152, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url("play-pause.png") 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

/* line 163, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

/* line 170, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* line 178, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 191, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

/* line 198, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
/* line 207, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url("error.svg");
}

/* line 210, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url("play-pause.svg");
}

/* line 216, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
/* line 221, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

/* line 224, ../../app/assets/stylesheets/vendors/_blueimp-gallery.css.scss */
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

@font-face {
  font-family: 'Quicksand';
  src: url(/assets/quicksand-light-webfont.eot);
  src: url(/assets/quicksand-light-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/quicksand-light-webfont.woff2) format("woff2"), url(/assets/quicksand-light-webfont.woff) format("woff"), url(/assets/quicksand-light-webfont.ttf) format("truetype"), url(/assets/quicksand-light-webfont.svg#quicksandlight) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url(/assets/quicksand-regular-webfont.eot);
  src: url(/assets/quicksand-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/quicksand-regular-webfont.woff2) format("woff2"), url(/assets/quicksand-regular-webfont.woff) format("woff"), url(/assets/quicksand-regular-webfont.ttf) format("truetype"), url(/assets/quicksand-regular-webfont.svg#quicksandregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url(/assets/quicksand-bold-webfont.eot);
  src: url(/assets/quicksand-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/quicksand-bold-webfont.woff2) format("woff2"), url(/assets/quicksand-bold-webfont.woff) format("woff"), url(/assets/quicksand-bold-webfont.ttf) format("truetype"), url(/assets/quicksand-bold-webfont.svg#quicksandbold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-light-webfont.eot");
  src: url("opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("opensans-light-webfont.woff2") format("woff2"), url("opensans-light-webfont.woff") format("woff"), url("opensans-light-webfont.ttf") format("truetype"), url("opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-lightitalic-webfont.eot");
  src: url("opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("opensans-lightitalic-webfont.woff2") format("woff2"), url("opensans-lightitalic-webfont.woff") format("woff"), url("opensans-lightitalic-webfont.ttf") format("truetype"), url("opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-regular-webfont.eot");
  src: url("opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("opensans-regular-webfont.woff2") format("woff2"), url("opensans-regular-webfont.woff") format("woff"), url("opensans-regular-webfont.ttf") format("truetype"), url("opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-semibold-webfont.eot");
  src: url("opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("opensans-semibold-webfont.woff2") format("woff2"), url("opensans-semibold-webfont.woff") format("woff"), url("opensans-semibold-webfont.ttf") format("truetype"), url("opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 12, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker {
  position: relative;
}

/* line 15, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 19, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 23, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 27, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker .add-on {
  cursor: pointer;
}

/* line 30, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 35, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}

/* line 38, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 41, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

/* line 51, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

/* line 62, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 65, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 69, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 75, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 78, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 81, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 90, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 98, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}

/* line 101, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 106, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 110, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  /* line 116, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
  .bootstrap-timepicker {
    width: 100%;
  }

  /* line 119, ../../app/assets/stylesheets/vendors/_bootstrap-timepicker.css */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/**
 * The file contains styles for GWT widgets in the dark theme.
 *
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .gwt-Widget {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */
/**
 * The reference theme can be used to determine when this style sheet has
 * loaded.  Create a hidden div element with absolute position, assign the style
 * name below, and attach it to the DOM.  Use a timer to detect when the
 * element's height and width are set to 5px.
 */
/* line 32, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Reference-dark {
  height: 5px;
  width: 5px;
  zoom: 1;
}

/* line 38, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Button {
  margin: 0;
  padding: 3px 5px;
  text-decoration: none;
  font-size: small;
  cursor: pointer;
  cursor: hand;
  background: white;
  border: 1px outset #000;
}

/* line 48, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Button:active {
  border: 1px inset #000;
}

/* line 51, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Button:hover {
  border: 1px outset #24d3ff;
}

/* line 54, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Button[disabled] {
  cursor: default;
  color: #777;
}

/* line 58, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Button[disabled]:hover {
  border: 1px outset #000;
}

/* line 64, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-CheckBox-disabled {
  color: #888;
}

/* line 77, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter,
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight,
.gwt-DecoratorPanel .topLeft,
.gwt-DecoratorPanel .topRight,
.gwt-DecoratorPanel .bottomLeft,
.gwt-DecoratorPanel .bottomRight {
  background: white;
  zoom: 1;
}

/* line 84, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

/* line 90, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .Caption {
  background: white;
  padding: 4px 4px 4px 8px;
  color: #00CCFF;
  cursor: default;
  border-bottom: 1px solid #888888;
  border-top: 5px solid #00CCFF;
}

/* line 100, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}

/* line 104, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogBottomCenter {
  background: white;
  -background: white;
}

/* line 108, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogMiddleLeft {
  background: white;
}

/* line 111, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogMiddleRight {
  background: white;
  -background: white;
}

/* line 115, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}

/* line 119, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}

/* line 123, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}

/* line 128, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}

/* line 133, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogTopLeft {
  background: white;
  -background: white;
}

/* line 137, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogTopRight {
  background: white;
  -background: white;
}

/* line 141, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogBottomLeft {
  background: white;
  -background: white;
}

/* line 145, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DialogBox .dialogBottomRight {
  background: white;
  -background: white;
}

/* line 149, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}

/* line 153, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}

/* line 157, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}

/* line 162, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

/* line 176, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
  text-decoration: none;
  /* Remove underline from header */
  color: #bec7cc;
  cursor: pointer;
  cursor: hand;
}

/* line 182, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DisclosurePanel .content {
  border-left: 3px solid #00CCFF;
  padding: 4px 0px 4px 8px;
  margin-left: 6px;
}

/* line 191, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Frame {
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
}

/* line 200, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px;
  background: white;
  line-height: 0px;
}

/* line 208, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-VerticalSplitPanel .vsplitter {
  cursor: move;
  border: 0px;
  background: white;
  line-height: 0px;
}

/* line 230, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar {
  cursor: default;
}

/* line 233, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
}

/* line 236, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar .gwt-MenuItem-selected {
  background: white;
  color: #0cf;
}

/* line 240, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar .gwt-MenuItem-disabled {
  color: #ccc;
}

/* line 243, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-horizontal {
  background: white;
  border: 1px solid #777;
}

/* line 247, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  font-weight: bold;
}

/* line 252, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #bec7cc;
  background: white;
}

/* line 260, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white;
}

/* line 265, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  background: white;
}

/* line 270, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}

/* line 273, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 4px 14px 4px 1px;
}

/* line 276, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}

/* line 279, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #bec7cc;
  background: white;
  overflow: hidden;
}

/* line 287, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}

/* line 290, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: white;
}

/* line 293, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup {
  margin: 0px 0px 0px 3px;
}

/* line 296, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupTopCenter {
  background: white;
}

/* line 299, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupBottomCenter {
  background: white;
  -background: white;
}

/* line 303, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupMiddleLeft {
  background: white;
  -background: white;
}

/* line 307, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupMiddleRight {
  background: white;
  -background: white;
}

/* line 311, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}

/* line 316, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}

/* line 321, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}

/* line 326, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}

/* line 331, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupTopLeft {
  background: white;
  -background: white;
}

/* line 335, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupTopRight {
  background: white;
  -background: white;
}

/* line 339, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupBottomLeft {
  background: white;
  -background: white;
}

/* line 343, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-MenuBarPopup .menuPopupBottomRight {
  background: white;
  -background: white;
}

/* line 347, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

/* line 352, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}

/* line 357, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}

/* line 362, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

/* line 368, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PasswordTextBox {
  padding: 2px;
}

/* line 371, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PasswordTextBox-readonly {
  color: #888;
}

/* line 375, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PopupPanel {
  border: 3px solid #00CCFF;
  padding: 3px;
  background: white;
}

/* line 383, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupMiddleCenter {
  padding: 3px;
  background: white;
  color: black;
}

/* line 388, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupTopCenter {
  background: white;
}

/* line 391, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupBottomCenter {
  background: white;
  -background: white;
}

/* line 395, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupMiddleLeft {
  background: white;
}

/* line 398, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupMiddleRight {
  background: white;
  -background: white;
}

/* line 402, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}

/* line 407, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}

/* line 412, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}

/* line 417, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}

/* line 422, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupTopLeft {
  background: white;
  -background: white;
}

/* line 426, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupTopRight {
  background: white;
  -background: white;
}

/* line 430, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupBottomLeft {
  background: white;
  -background: white;
}

/* line 434, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedPopupPanel .popupBottomRight {
  background: white;
  -background: white;
}

/* line 438, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

/* line 443, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}

/* line 448, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}

/* line 453, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

/* line 459, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PopupPanelGlass {
  background-color: #0cf;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 470, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: white;
}

/* line 477, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
  padding: 3px 5px 3px 5px;
}

/* line 480, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-up {
  border: 1px outset #000;
  cursor: pointer;
  cursor: hand;
}

/* line 485, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-up-hovering {
  border: 1px outset #24d3ff;
  cursor: pointer;
  cursor: hand;
}

/* line 490, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-up-disabled {
  cursor: default;
  border: 1px outset #888;
  color: #888;
  opacity: .5;
  filter: alpha(opacity=40);
  zoom: 1;
}

/* line 500, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  padding: 4px 4px 2px 6px;
}

/* line 503, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-down {
  border: 1px inset #000;
  cursor: pointer;
  cursor: hand;
}

/* line 508, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-down-hovering {
  border: 1px inset #24d3ff;
  cursor: pointer;
  cursor: hand;
}

/* line 513, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton-down-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=40);
  zoom: 1;
}

/* line 520, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-PushButton .html-face {
  color: #000;
}

/* line 526, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RadioButton-disabled {
  color: #888;
}

/* line 532, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.hasRichTextToolbar {
  border: 0px;
}

/* line 535, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar {
  background: white;
  border-bottom: 1px solid #BBBBBB;
  padding: 3px;
  margin: 0px;
}

/* line 541, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-PushButton-up {
  padding: 0px 1px 0px 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-width: 1px;
}

/* line 547, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}

/* line 553, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

/* line 559, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

/* line 565, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}

/* line 571, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}

/* line 577, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

/* line 583, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

/* line 590, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackPanel {
  border-bottom: 1px solid #00CCFF;
}

/* line 593, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px;
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
}

/* line 603, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackPanel .gwt-StackPanelContent {
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

/* line 610, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedStackPanel {
  border-bottom: 1px solid #00CCFF;
}

/* line 613, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

/* line 619, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px;
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
}

/* line 632, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight,
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  display: none;
}

/* line 636, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBox {
  padding: 2px;
}

/* line 639, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup {
  margin-left: 3px;
}

/* line 642, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  color: #424242;
  cursor: default;
}

/* line 647, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .item-selected {
  background: white;
}

/* line 650, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}

/* line 653, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
  background: white;
}

/* line 656, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
  background: white;
  -background: white;
}

/* line 660, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
  background: white;
}

/* line 663, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
  background: white;
  -background: white;
}

/* line 667, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}

/* line 672, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}

/* line 677, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}

/* line 682, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}

/* line 687, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
  background: white;
  -background: white;
}

/* line 691, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupTopRight {
  background: white;
  -background: white;
}

/* line 695, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
  background: white;
  -background: white;
}

/* line 699, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
  background: white;
  -background: white;
}

/* line 703, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

/* line 708, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}

/* line 713, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}

/* line 718, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

/* line 726, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabBar .gwt-TabBarFirst {
  width: 5px;
  /* first tab distance from the left */
}

/* line 731, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabBar .gwt-TabBarItem {
  margin-left: 6px;
  padding: 4px 6px;
  cursor: pointer;
  cursor: hand;
  color: #bec7cc;
  font-weight: bold;
  text-align: center;
  background: white;
}

/* line 741, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  color: black;
  background: white;
}

/* line 746, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabBar .gwt-TabBarItem-disabled {
  cursor: default;
  color: #777777;
}

/* line 752, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabPanelBottom {
  border-color: #00CCFF;
  border-style: solid;
  border-width: 3px 2px 2px;
  overflow: hidden;
  padding: 6px;
}

/* line 762, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;
  /* first tab distance from the left */
}

/* line 767, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}

/* line 771, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: white;
}

/* line 776, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}

/* line 781, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}

/* line 785, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabTopLeft {
  background: white;
  -background: white;
}

/* line 789, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabTopRight {
  background: white;
  -background: white;
}

/* line 794, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}

/* line 800, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: white;
}

/* line 806, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}

/* line 810, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  text-align: center;
  background: white;
}

/* line 818, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: white;
}

/* line 821, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}

/* line 824, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}

/* line 828, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: white;
}

/* line 831, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  color: black;
  background: white;
}

/* line 836, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #777777;
}

/* line 841, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TextArea {
  padding: 2px;
}

/* line 844, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TextArea-readonly {
  color: #888;
}

/* line 848, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TextBox {
  padding: 2px;
}

/* line 851, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TextBox-readonly {
  color: #888;
}

/* line 860, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: white;
}

/* line 867, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
  padding: 3px 5px 3px 5px;
}

/* line 870, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-up {
  border: 1px outset #ccc;
  cursor: pointer;
  cursor: hand;
}

/* line 875, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-up-hovering {
  border: 1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

/* line 881, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-up-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=40);
}

/* line 890, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  padding: 4px 4px 2px 6px;
}

/* line 893, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-down {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: pointer;
  cursor: hand;
}

/* line 899, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-down-hovering {
  background-position: 0 -513px;
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

/* line 906, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton-down-disabled {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=40);
}

/* line 914, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-ToggleButton .html-face {
  color: #000;
}

/* line 918, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Tree .gwt-TreeItem {
  padding: 1px 0px;
  margin: 0px;
  white-space: nowrap;
  cursor: hand;
  cursor: pointer;
}

/* line 925, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-Tree .gwt-TreeItem-selected {
  color: #0cf;
  background: white;
}

/* line 930, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}

/* line 934, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
  margin-left: -4px;
}

/* line 938, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DateBox input {
  width: 8em;
}

/* line 941, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.dateBoxFormatError {
  background: white;
  color: red;
}

/* line 948, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DatePicker {
  border: 1px solid #00CCFF;
  cursor: default;
}

/* line 953, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none;
}

/* line 956, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDays {
  width: 100%;
  background: white;
}

/* line 962, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
  color: #dddddd;
}

/* line 970, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: white;
  padding: 0px 4px 2px;
  cursor: default;
}

/* line 975, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}

/* line 980, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsToday {
  border: 1px solid #00CCFF;
  padding: 3px;
}

/* line 984, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsWeekend {
  background: white;
}

/* line 987, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsFiller {
  color: #959595;
}

/* line 990, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsValue {
  background: white;
  color: #00CCFF;
}

/* line 994, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

/* line 998, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsHighlighted {
  background: white;
  color: #1C1C1C;
}

/* line 1002, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerDayIsValueAndHighlighted {
  background: white;
  color: #00CCFF;
}

/* line 1006, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerMonthSelector {
  background: white;
  width: 100%;
}

/* line 1010, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
  color: #dddddd;
}

/* line 1019, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
  color: #dddddd;
}

/* line 1028, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackLayoutPanel {
  border-bottom: 1px solid #00CCFF;
}

/* line 1031, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px;
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
}

/* line 1041, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
  background: white;
}

/* line 1044, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
  border: 1px solid #00CCFF;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

/* line 1055, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabLayoutPanelContentContainer {
  border-color: #00CCFF;
  border-style: solid;
  border-width: 2px 1px 1px;
}

/* line 1060, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  border-color: #00CCFF;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 6px;
}

/* line 1067, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  margin-left: 6px;
  padding: 4px 6px;
  cursor: pointer;
  cursor: hand;
  color: #bec7cc;
  font-weight: bold;
  text-align: center;
  background: white;
}

/* line 1077, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  cursor: default;
  color: black;
  background: white;
}

/* line 1083, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SplitLayoutPanel-HDragger {
  background: white;
  cursor: col-resize;
}

/* line 1088, ../../app/assets/stylesheets/vendors/_rqb.css.scss */
.gwt-SplitLayoutPanel-VDragger {
  background: white;
  cursor: row-resize;
}

/* line 44, ../../app/assets/stylesheets/_base.css.scss */
body {
  padding-top: 40px;
}

@media (min-width: 992px) and (max-width: 1166px) {
  /* line 49, ../../app/assets/stylesheets/_base.css.scss */
  body {
    padding-top: 80px;
  }
}
/* line 54, ../../app/assets/stylesheets/_base.css.scss */
dd > * {
  margin: 0 !important;
}

/* line 58, ../../app/assets/stylesheets/_base.css.scss */
.clickable {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: black;
}
/* line 64, ../../app/assets/stylesheets/_base.css.scss */
.clickable:hover {
  background: #4cbcc7;
  cursor: pointer;
}

/* line 69, ../../app/assets/stylesheets/_base.css.scss */
.not-clickable {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #999;
}

/* line 78, ../../app/assets/stylesheets/_base.css.scss */
.float-left {
  position: relative;
  float: left !important;
}

/* line 79, ../../app/assets/stylesheets/_base.css.scss */
.float-right {
  position: relative;
  float: right !important;
}

/* line 82, ../../app/assets/stylesheets/_base.css.scss */
.caret {
  margin-left: .8em !important;
  margin-top: -.2em;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid !important;
}

/* line 90, ../../app/assets/stylesheets/_base.css.scss */
.no-margin {
  margin: 0;
}

/* line 94, ../../app/assets/stylesheets/_base.css.scss */
.hidden {
  display: none;
}

/* line 98, ../../app/assets/stylesheets/_base.css.scss */
.invisible {
  visibility: hidden;
}

/* line 102, ../../app/assets/stylesheets/_base.css.scss */
.change_info {
  color: #EE6D57 !important;
}

/* line 106, ../../app/assets/stylesheets/_base.css.scss */
.no_childs {
  color: black;
  text-decoration: none;
  /* no underline */
}

/* line 111, ../../app/assets/stylesheets/_base.css.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

/* line 114, ../../app/assets/stylesheets/_base.css.scss */
.fade-enter, .fade-leave-to {
  opacity: .0;
}

/* line 118, ../../app/assets/stylesheets/_base.css.scss */
[v-cloak] {
  display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 278, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 303, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 312, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 335, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 347, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 371, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 101, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot"));
  src: url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")) format("svg");
}

/* line 21, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 37, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 38, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 41, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 42, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 43, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 46, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 47, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 51, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 52, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 56, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 57, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 58, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 61, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 64, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 66, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 68, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 69, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 70, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 71, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 72, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 74, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 75, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 77, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 80, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 81, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 82, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 83, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 85, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 86, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 87, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 88, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 89, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 91, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 92, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 94, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 95, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 96, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 97, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 98, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 99, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 100, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 101, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 102, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 104, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 105, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 106, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 107, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 109, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 110, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 111, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 112, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 113, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 114, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 115, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 116, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 117, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 118, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 119, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 120, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 121, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 122, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 123, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 124, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 127, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 128, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 129, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 130, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 131, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 132, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 133, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 134, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 135, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 136, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 137, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 138, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 139, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 140, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 141, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 142, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 143, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 144, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 145, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 146, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 147, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 148, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 149, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 150, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 151, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 152, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 153, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 154, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 155, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 156, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 157, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 158, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 159, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 160, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 161, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 162, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 163, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 164, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 165, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 166, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 167, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 168, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 169, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 170, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 171, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 172, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 173, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 174, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 175, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 176, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 177, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 178, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 179, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 180, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 181, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 182, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 183, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 184, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 185, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 186, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 187, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 188, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 189, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 191, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 192, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 193, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 194, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 195, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 196, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 197, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 198, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 199, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 200, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 201, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 202, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 203, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 204, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 205, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 206, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 207, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 208, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 209, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 210, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 211, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 212, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 213, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 214, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 215, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 216, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 217, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 218, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 219, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 220, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 221, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 222, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 223, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 224, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 225, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 226, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 227, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 228, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 229, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 230, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 231, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 232, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 233, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 234, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: black;
  background-color: white;
}

/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #009faf;
  text-decoration: none;
}
/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #005962;
  text-decoration: underline;
}
/* line 58, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0px;
}

/* line 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

/* line 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 142, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: inherit;
}

/* line 26, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 37, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .navbar-nav > li a, .table thead th {
  text-transform: uppercase;
}

/* line 99, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #ee6d57;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #e94529;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: white;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #e6e6e6;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #ee6d57;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #e94529;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #009faf;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #00717c;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

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

/* line 150, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 154, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

/* line 185, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

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

/* line 231, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 275, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

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

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_grid.scss */
.row, .actions {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .actions:before, .row:after, .actions:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, .actions:after {
  clear: both;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

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

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

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

/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 32, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 41, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 51, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 95, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 #dddddd;
}
/* line 102, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e9eced;
}

/* line 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #cdd4d6;
}

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

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

/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #cdd4d6;
}

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #bfc8cb;
}

/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #009faf;
}

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #008896;
}

/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 213, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 226, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 72, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 115, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #828282;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #002b2f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 43, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 43, 47, 0.6);
}
/* line 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 107, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 143, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 181, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
/* line 186, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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[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[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[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 {
  line-height: 30px;
  line-height: 1.5 \0;
}
/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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[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[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[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 {
  line-height: 46px;
  line-height: 1.33 \0;
}

/* line 200, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.428571429;
}
/* line 203, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
_:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-sm, :root .input-group-sm > input[type="date"].form-control,
:root .input-group-sm > input[type="date"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-sm, :root .input-group-sm > input[type="time"].form-control,
:root .input-group-sm > input[type="time"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-sm, :root .input-group-sm > input[type="datetime-local"].form-control,
:root .input-group-sm > input[type="datetime-local"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-sm, :root .input-group-sm > input[type="month"].form-control,
:root .input-group-sm > input[type="month"].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 1.5;
}
/* line 206, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
_:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-lg, :root .input-group-lg > input[type="date"].form-control,
:root .input-group-lg > input[type="date"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-lg, :root .input-group-lg > input[type="time"].form-control,
:root .input-group-lg > input[type="time"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-lg, :root .input-group-lg > input[type="datetime-local"].form-control,
:root .input-group-lg > input[type="datetime-local"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-lg, :root .input-group-lg > input[type="month"].form-control,
:root .input-group-lg > input[type="month"].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 1.33;
}

/* line 217, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 227, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 233, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 244, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 251, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 257, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 266, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 279, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 287, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 296, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 308, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 316, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 85, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-sm .form-control,
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, .form-group-sm .form-control {
  height: auto;
}

/* line 71, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 85, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, .form-group-lg .form-control,
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, .form-group-lg .form-control {
  height: auto;
}

/* line 337, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 342, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 347, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 359, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 364, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 384, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 387, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 398, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 423, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 430, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 437, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 441, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 447, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 453, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 457, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 466, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 472, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 477, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 483, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 508, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 516, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 521, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 528, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 539, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 549, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 556, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: white;
  text-decoration: none;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: white;
  background-color: #009faf;
  border-color: #009faf;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: white;
  background-color: #00717c;
  border-color: #006772;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: #009faf;
  border-color: #009faf;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #009faf;
  background-color: white;
}

/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #ee6d57;
  border-color: #ee6d57;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #e94529;
  border-color: #e83d1f;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: #ee6d57;
  border-color: #ee6d57;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #ee6d57;
  background-color: white;
}

/* line 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #bfe7eb;
  border-color: #ace0e5;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #98d8df;
  border-color: #7dced6;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: #bfe7eb;
  border-color: #ace0e5;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #bfe7eb;
  background-color: white;
}

/* line 71, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: white;
  border-color: #f2f2f2;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: white;
  border-color: #f2f2f2;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: white;
  background-color: white;
}

/* line 75, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: #f0ad4e;
  border-color: #eea236;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #fbdad5;
  border-color: #f9c5be;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #f7b1a6;
  border-color: #f39486;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.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: #fbdad5;
  border-color: #f9c5be;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #fbdad5;
  background-color: white;
}

/* line 88, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #009faf;
  font-weight: normal;
  border-radius: 0;
}
/* line 97, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 104, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #005962;
  text-decoration: underline;
  background-color: transparent;
}
/* line 116, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 127, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 131, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 135, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 143, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 77, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #bbbbbb;
}

/* line 88, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #ee6d57;
}

/* line 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 109, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 121, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 135, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 145, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 151, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 161, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 171, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 184, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 204, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 21, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 33, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 72, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 80, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 119, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 123, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 150, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 168, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 175, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 192, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 196, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 204, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 210, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 215, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 219, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 241, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 #828282;
  border-radius: 0px;
}
/* line 85, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: 0px;
}
/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: 0px;
}
/* line 98, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 113, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 156, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #009faf;
}
/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 98, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #ee6d57;
}

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

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

/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 201, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 212, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  }
}

/* line 224, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

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

/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 110, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 110, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 129, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 140, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 140, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}
/* line 172, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 182, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 207, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 218, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 194, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 5px -15px;
}
/* line 236, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 244, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 253, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 256, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 259, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 233, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 287, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  /* line 423, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 430, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 437, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 441, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 447, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 453, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 457, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 466, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 472, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 477, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 483, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 287, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 328, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 342, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 345, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 348, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 358, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 358, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 378, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 381, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 385, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 396, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #283339;
  border-color: #283339;
}
/* line 400, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #ee6d57;
}
/* line 403, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e94529;
  background-color: transparent;
}
/* line 409, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: white;
}
/* line 414, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* line 418, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}
/* line 426, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  background-color: #1a2226;
}
/* line 434, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #cccccc;
  background-color: transparent;
}
/* line 441, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 444, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 447, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 453, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #283339;
}
/* line 463, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #1a2226;
  color: white;
}
@media (max-width: 767px) {
  /* line 472, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 475, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #e6e6e6;
    background-color: transparent;
  }
  /* line 483, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
    background-color: #1a2226;
  }
  /* line 491, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #cccccc;
    background-color: transparent;
  }
}
/* line 505, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: white;
}
/* line 507, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #e6e6e6;
}
/* line 512, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: white;
}
/* line 515, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #e6e6e6;
}
/* line 521, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #cccccc;
}

/* line 530, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 534, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 537, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 543, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 548, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 552, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 560, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  background-color: #090909;
}
/* line 568, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #444444;
  background-color: transparent;
}
/* line 576, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 579, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 582, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 588, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
}
@media (max-width: 767px) {
  /* line 606, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 609, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 612, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 615, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
    background-color: transparent;
  }
  /* line 623, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
    background-color: #090909;
  }
  /* line 631, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #444444;
    background-color: transparent;
  }
}
/* line 640, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 642, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 647, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 650, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 656, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: #444444;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 0px;
}
/* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
/* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #009faf;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 33, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 42, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #005962;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: 2;
  color: white;
  background-color: #ee6d57;
  border-color: #ee6d57;
  cursor: default;
}
/* line 68, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}

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

/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #ee6d57;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #e94529;
}

/* line 52, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #bfe7eb;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #98d8df;
}

/* line 56, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: white;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #e6e6e6;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #fbdad5;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #f7b1a6;
}

/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #009faf;
  background-color: white;
}
/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 52, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 38, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: black;
}

/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #009faf;
}

/* line 9, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 41, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #bfe7eb;
  border-color: #bfe7eb;
  color: #009faf;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #ace0e5;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #00717c;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info, .alert-notice {
  background-color: #bfe7eb;
  border-color: #bfe7eb;
  color: #009faf;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr, .alert-notice hr {
  border-top-color: #ace0e5;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link, .alert-notice .alert-link {
  color: #00717c;
}

/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning, .alert-alert {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr, .alert-alert hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link, .alert-alert .alert-link {
  color: #66512c;
}

/* line 66, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger, .alert-error, dl.claim-editor-errors {
  background-color: #fbdad5;
  border-color: #fbdad5;
  color: #ee6d57;
}
/* line 8, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr, .alert-error hr, dl.claim-editor-errors hr {
  border-top-color: #f9c5be;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link, .alert-error .alert-link, dl.claim-editor-errors .alert-link {
  color: #e94529;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #ee6d57;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #bfe7eb;
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: white;
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #fbdad5;
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555555;
}
/* line 57, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 74, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 80, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 83, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 91, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #ee6d57;
  border-color: #ee6d57;
}
/* line 100, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
}

/* line 4, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 25, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: white;
  background-color: #009faf;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: white;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: white;
  background-color: #008896;
}
/* line 25, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  color: #fff;
  background-color: white;
  border-color: white;
}

/* line 4, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 25, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 25, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 125, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 129, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #e9eced;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

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

/* line 33, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #e9eced;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 60, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 70, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
  border-top-left-radius: -1px;
}
/* line 77, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
  border-bottom-left-radius: -1px;
}

/* line 86, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 102, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 112, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 117, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
  border-top-right-radius: -1px;
}
/* line 122, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
}
/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
}
/* line 134, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 139, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
  border-bottom-right-radius: -1px;
}
/* line 144, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
}
/* line 148, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px;
}
/* line 157, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 #dddddd;
}
/* line 161, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 165, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 172, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 176, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 185, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 194, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 200, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 212, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 216, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 220, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 225, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 229, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 transparent;
}
/* line 234, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 236, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

/* line 244, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #e9eced;
  border-color: #dddddd;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #e9eced;
  background-color: #333333;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 247, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: transparent;
}
/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #ee6d57;
  border-color: transparent;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #ee6d57;
  background-color: white;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

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

/* line 253, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: transparent;
}
/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: white;
  background-color: #009faf;
  border-color: transparent;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #009faf;
  background-color: white;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 256, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: transparent;
}
/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: transparent;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 259, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: transparent;
}
/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: transparent;
}
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 14, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 0px;
}

/* line 26, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 0px;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
}
/* line 72, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 89, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 96, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 102, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 109, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 114, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 118, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 124, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 135, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 139, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 144, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 148, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0px;
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 50, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 56, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: black;
}
/* line 69, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: black;
}
/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 83, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 30, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 32, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 33, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -1px -1px 0 0;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 64, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 80, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 88, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 95, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 110, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 119, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  /* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 55, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-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 111, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -o-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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 130, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 137, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 142, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 147, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 156, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 161, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 172, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 183, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 204, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 215, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 226, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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: -15px;
    font-size: 30px;
  }
  /* line 247, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 251, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 257, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 264, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 42, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 68, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/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 87, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 11, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

/* line 21, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 24, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 27, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 30, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 34, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 44, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 56, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 59, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 65, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

/* line 68, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

/* line 71, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 76, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 81, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker > div {
  display: none;
}

/* line 84, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 87, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 90, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 93, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 103, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 113, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 117, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 122, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 134, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 168, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

/* line 178, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

/* line 181, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 184, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 190, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 199, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 235, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

/* line 245, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

/* line 251, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 286, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

/* line 296, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

/* line 302, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 337, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 347, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 350, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 362, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 366, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 374, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 409, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 419, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 423, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 426, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 430, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 434, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 437, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 443, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 448, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 453, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input {
  text-align: center;
}

/* line 456, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 461, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 466, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 482, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

/* line 511, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-datepicker-rails-1.3.0.2/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*













 */
/* Component containers
----------------------------------*/
/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 45, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

/* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 54, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-content a {
  color: #222222;
}

/* line 57, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 63, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 71, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid lightgrey;
  background: #e6e6e6 url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 79, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 88, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 101, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 107, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 115, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 124, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 131, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 136, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 143, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 148, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 153, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 158, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 165, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 170, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 178, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 183, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png);
}

/* line 186, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png);
}

/* line 189, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png);
}

/* line 193, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png);
}

/* line 196, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png);
}

/* line 199, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png);
}

/* line 203, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
/* line 208, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 209, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 210, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 211, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 212, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 213, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 214, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 215, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 216, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 217, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 218, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 219, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 220, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 221, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 222, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 223, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 224, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 225, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 226, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 227, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 228, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 229, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 230, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 231, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 232, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 233, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 234, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 235, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 236, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 237, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 238, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 239, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 240, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 241, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 242, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 243, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 244, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 245, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 246, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 247, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 248, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 249, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 250, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 251, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 252, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 253, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 254, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 255, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 256, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 257, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 258, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 259, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 260, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 261, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 262, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 263, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 264, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 265, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 266, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 267, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 268, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 269, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 270, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 271, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 272, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 273, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 274, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 275, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 276, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 277, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 278, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 279, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 280, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 281, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 282, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 283, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 284, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 285, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 286, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 287, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 288, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 289, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 290, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 291, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 292, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 293, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 294, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 295, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 296, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 297, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 298, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 299, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 300, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 301, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 302, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 303, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 304, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 305, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 306, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 307, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 308, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 309, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 310, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 311, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 312, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 313, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 314, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 315, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 316, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 317, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 318, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 319, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 320, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 321, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 322, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 323, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 324, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 325, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 326, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 327, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 328, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 329, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 330, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 331, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 332, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 333, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 334, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 335, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 336, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 337, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 338, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 339, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 340, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 341, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 342, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 343, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 344, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 346, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 347, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 348, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 349, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 350, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 351, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 352, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 353, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 354, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 355, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 356, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 357, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 358, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 359, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 360, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 361, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 362, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 363, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 364, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 365, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 366, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 367, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 368, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 369, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 370, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 371, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 372, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 373, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 374, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 375, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 376, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 377, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 378, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 379, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 380, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 381, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 382, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 383, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 393, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 399, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 405, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 411, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 416, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

/* line 421, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */
/* Layout helpers
----------------------------------*/
/* line 446, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-hidden {
  display: none;
}

/* line 449, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 459, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 470, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 475, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 478, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 481, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 491, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 498, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 507, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 519, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI Menu 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*


 */
/* line 541, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 548, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 551, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 560, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 568, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 573, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu-icons {
  position: relative;
}

/* line 576, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
/* line 581, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 590, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*!
 * jQuery UI Autocomplete 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*



 */
/* line 610, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/jquery-ui-rails-5.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css.erb */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* The MIT License */
/* line 5, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}

/* line 16, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 20, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}

/* line 23, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 26, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 31, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

/* line 35, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 39, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

/* line 49, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

/* line 53, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}

/* line 62, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}

/* line 67, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

/* line 75, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}

/* line 83, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 87, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 91, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

/* line 97, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

/* line 108, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

/* line 112, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

/* line 116, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}

/* line 126, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}

/* line 136, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

/* line 140, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}

/* line 153, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/dropzonejs-rails-0.5.1/app/assets/stylesheets/dropzone/basic.css.scss */
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

/* line 13, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.ng-valid .validation-message {
  display: none;
  content: '';
}

/* line 28, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.control.ng-invalid.ng-dirty div.fieldset-heading, .control.ng-invalid.ng-dirty select, .control.ng-invalid.ng-dirty input,
originator-panel.ng-invalid.ng-dirty div.fieldset-heading,
originator-panel.ng-invalid.ng-dirty select,
originator-panel.ng-invalid.ng-dirty input,
autocomplete-panel.ng-invalid.ng-dirty div.fieldset-heading,
autocomplete-panel.ng-invalid.ng-dirty select,
autocomplete-panel.ng-invalid.ng-dirty input,
autocomplete-panel-many.ng-invalid.ng-dirty div.fieldset-heading,
autocomplete-panel-many.ng-invalid.ng-dirty select,
autocomplete-panel-many.ng-invalid.ng-dirty input,
select-panel.ng-invalid.ng-dirty div.fieldset-heading,
select-panel.ng-invalid.ng-dirty select,
select-panel.ng-invalid.ng-dirty input,
input-panel.ng-invalid.ng-dirty div.fieldset-heading,
input-panel.ng-invalid.ng-dirty select,
input-panel.ng-invalid.ng-dirty input,
date-picker-panel.ng-invalid.ng-dirty div.fieldset-heading,
date-picker-panel.ng-invalid.ng-dirty select,
date-picker-panel.ng-invalid.ng-dirty input,
date-picker-box.ng-invalid.ng-dirty div.fieldset-heading,
date-picker-box.ng-invalid.ng-dirty select,
date-picker-box.ng-invalid.ng-dirty input,
date-range-panel.ng-invalid.ng-dirty div.fieldset-heading,
date-range-panel.ng-invalid.ng-dirty select,
date-range-panel.ng-invalid.ng-dirty input {
  border-color: #ee6d57;
}
/* line 31, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.control.ng-invalid.ng-dirty .validation-message,
originator-panel.ng-invalid.ng-dirty .validation-message,
autocomplete-panel.ng-invalid.ng-dirty .validation-message,
autocomplete-panel-many.ng-invalid.ng-dirty .validation-message,
select-panel.ng-invalid.ng-dirty .validation-message,
input-panel.ng-invalid.ng-dirty .validation-message,
date-picker-panel.ng-invalid.ng-dirty .validation-message,
date-picker-box.ng-invalid.ng-dirty .validation-message,
date-range-panel.ng-invalid.ng-dirty .validation-message {
  padding-bottom: 5px;
  display: block;
  color: #ee6d57;
  font-weight: bold;
}
/* line 37, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.control.ng-invalid.ng-dirty .validation-message.shifted-up,
originator-panel.ng-invalid.ng-dirty .validation-message.shifted-up,
autocomplete-panel.ng-invalid.ng-dirty .validation-message.shifted-up,
autocomplete-panel-many.ng-invalid.ng-dirty .validation-message.shifted-up,
select-panel.ng-invalid.ng-dirty .validation-message.shifted-up,
input-panel.ng-invalid.ng-dirty .validation-message.shifted-up,
date-picker-panel.ng-invalid.ng-dirty .validation-message.shifted-up,
date-picker-box.ng-invalid.ng-dirty .validation-message.shifted-up,
date-range-panel.ng-invalid.ng-dirty .validation-message.shifted-up {
  margin-top: -30px;
  padding-top: 1px;
}

/* line 42, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.sticky-validation-message {
  color: #ee6d57;
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
}

/* line 50, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.show-hide {
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}

/* line 59, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.show-hide.ng-hide-remove,
.show-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

/* line 65, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.show-hide.ng-hide-add,
.show-hide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

/* line 70, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.note {
  position: relative;
  padding-left: 15px;
  background: url(carrot_right.png) no-repeat left;
}

/* line 76, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.claim-alert {
  width: 41px;
  height: 40px;
  background: url(alert.png) no-repeat;
}
/* line 80, ../../app/assets/stylesheets/partials/_alerts.css.scss */
.claim-alert:hover, .claim-alert.claim-alert-active {
  background-image: url(alert-hover.png);
}

/* line 1, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn {
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
  text-transform: uppercase;
}

/* line 9, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-default:hover {
  background-color: #00717c;
}

/* line 14, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-primary:hover {
  background-color: #f39989;
  border: 1px solid #f39989;
}

/* line 21, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.ng-view .btn-cancel {
  font-size: 16px;
}
/* line 23, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.ng-view .btn-cancel:hover {
  text-decoration: none;
}
/* line 28, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.ng-view .btn-success:hover {
  background-color: #f39989;
}

/* line 34, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-lg, .btn-group-lg > .btn {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}

/* line 38, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-save-and-continue {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

/* line 45, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel {
  border: none;
  background: transparent;
  color: #009faf;
  font-size: 12px;
  line-height: 22px;
  float: right;
}
/* line 52, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel.btn-sm, .btn-group-sm > .btn-cancel.btn {
  padding: 0;
  line-height: 40px;
  font-size: 14px;
}
/* line 57, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel.btn-lg, .btn-group-lg > .btn-cancel.btn {
  font-size: 18px;
  line-height: 31px;
}
/* line 61, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel:hover {
  color: #00cde2;
}

/* line 66, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel-inverse {
  color: #ee6d57;
}
/* line 68, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-cancel-inverse:hover {
  color: #f39585;
}

/* line 73, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-success {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  background-color: #ee6d57;
  border: none;
  color: #ffffff;
  float: right;
}
/* line 79, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.btn-success:hover {
  background-color: #ee6d57;
}

/* line 82, ../../app/assets/stylesheets/partials/_buttons.css.scss */
.x-btn.disabled, .x-btn[disabled], fieldset[disabled] .x-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 91, ../../app/assets/stylesheets/partials/_buttons.css.scss */
#download-button {
  margin-right: 5px;
}

/* line 1, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown {
  background-color: #ee6d57;
  color: white;
}
/* line 2, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown a {
  color: white;
  text-decoration: none;
}
/* line 8, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown.open > .dropdown-menu {
  display: table;
}
/* line 11, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown .dropdown-menu {
  padding: 0;
  margin-top: -1px;
  background-color: #f39989;
}
/* line 15, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown .dropdown-menu li {
  display: table-row;
  width: 100%;
  height: 42px;
}
/* line 16, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown .dropdown-menu li :hover {
  background-color: #f3b2a7;
}
/* line 22, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.claim-actions-dropdown .dropdown-menu li a {
  display: table-cell;
  padding: 0;
  border-top: 1px solid #f3b2a7;
  white-space: normal !important;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
}

/* line 34, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.prior_claim_heading {
  font-weight: bold;
}

/* line 37, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.padding20 {
  padding: 20px;
}

/* line 40, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.blank-btn {
  background-color: #009faf !important;
}

/* line 43, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.blank-btn:hover {
  background-color: #3eb4c4 !important;
}

/* line 46, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.terminated_user {
  list-style-type: none;
}

/* line 49, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default {
  width: 100%;
}

/* line 52, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.split .row .col-xs-4, .split .actions .col-xs-4 {
  min-height: 59px;
  padding-top: 17px;
  font-size: 14px;
}

/* line 57, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default {
  width: 100%;
}

/* line 60, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment h4, span {
  font-size: 14px;
  line-height: 20px;
}

/* line 64, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default .fieldset-body .form-group {
  margin-bottom: 0;
  padding: 10px;
}

/* line 68, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default .fieldset-body .split {
  height: 66px;
}

/* line 71, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default .fieldset-body .fieldset-field {
  min-height: 1px;
}

/* line 74, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-autocomplete-many {
  min-height: 287px;
}

/* line 78, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .fieldset-default .fieldset-body .split .col-xs-6:first-child, .form_alignment .fieldset-default .fieldset-body .split .col-xs-6:last-child {
  padding-bottom: 23px;
  padding-top: 20px;
}

/* line 82, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.form_alignment .address-fields input, .form_alignment .address-fields select {
  margin-bottom: 20px;
}

/* line 85, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.mtop20 {
  margin-top: 20px;
}

/* line 88, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.selected_claim {
  background-color: #ccecef !important;
  border: 2px solid #ccc;
}

/* line 92, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
#prior-claim-table tbody tr {
  border: 2px solid #ccc;
}

/* line 95, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.loding-spinner {
  background-image: url(/assets/blueimp/loading_data.gif);
  height: 31px;
  width: 31px;
}

/* line 100, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.advance-manual-amount {
  display: none;
}

/* line 103, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.supplement {
  background: rgba(0, 0, 0, 0) url("blue_carrot.png") no-repeat scroll left center;
  position: relative;
  padding: 11px;
}

/* line 108, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.supplement-child {
  background: rgba(0, 0, 0, 0) url("carrot_right.png") no-repeat scroll left center;
  position: relative;
  padding: 11px;
}

/* line 115, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
select[multiple],
select[size] {
  height: auto !important;
}

/* line 119, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
#additional_adjusters {
  display: inline;
}

/* line 123, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
#additional_estimaters {
  display: inline;
}

/* line 127, ../../app/assets/stylesheets/partials/_claim_actions.css.scss */
.edit_claim_fee_text {
  float: right;
  margin-top: 2%;
}

/* line 1, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal {
  top: 200px;
}
/* line 5, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .modal-content {
  padding: 20px 30px 30px;
  background: #2c4451;
  color: white;
}
/* line 10, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .modal-header {
  padding: 0px;
  border-bottom: none;
}
/* line 14, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .modal-body {
  padding: 0px;
  margin: 30px 0;
}
/* line 18, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .modal-footer {
  padding: 0px;
  border-top: none;
}
/* line 22, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal #modal-close, .modal .modal-close {
  font-family: Arial;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  color: #65b09c;
}
/* line 26, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal #modal-close span, .modal .modal-close span {
  text-shadow: none;
}
/* line 30, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal textarea {
  border-radius: 8px;
}
/* line 33, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .glyphicon {
  color: black !important;
}
/* line 36, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .row, .modal .actions {
  margin: 10px 0;
}
/* line 37, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .row .col-xs-6, .modal .actions .col-xs-6, .modal .row .col-xs-12, .modal .actions .col-xs-12 {
  padding: 0px;
}
/* line 43, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .long-label-container .row, .modal .long-label-container .actions {
  margin-top: 0;
}
/* line 48, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .with-padding .col-xs-6:first-child {
  padding: 0px;
  padding-right: 15px;
}
/* line 52, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.modal .with-padding .col-xs-6:not(:first-child) {
  padding: 0px;
  padding-left: 15px;
}

/* line 59, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.popover {
  z-index: 1040;
}

/* line 63, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.datepicker {
  z-index: 5000 !important;
}

/* line 67, ../../app/assets/stylesheets/partials/_confirmations.css.scss */
.padding-0 {
  padding: 0;
}

/* line 1, ../../app/assets/stylesheets/partials/_containers.css.scss */
.margin-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 6, ../../app/assets/stylesheets/partials/_containers.css.scss */
.pad-and-center {
  margin: 50px auto;
}

@media (max-width: 767px) {
  /* line 10, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .header-box {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  /* line 10, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .header-box {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 20, ../../app/assets/stylesheets/partials/_containers.css.scss */
.header-box .header {
  padding: 15px 30px;
  margin-top: 70px;
  background: #009faf;
  color: white;
}
/* line 25, ../../app/assets/stylesheets/partials/_containers.css.scss */
.header-box .header * {
  margin: 0;
}
/* line 27, ../../app/assets/stylesheets/partials/_containers.css.scss */
.header-box .box {
  padding: 15px 30px;
  background: #e9eced;
}
/* line 31, ../../app/assets/stylesheets/partials/_containers.css.scss */
.header-box .after {
  padding: 15px 0;
}

/* line 37, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section {
  position: relative;
  margin-bottom: 20px;
}
/* line 40, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section .row, .grid-section .actions {
  margin: 0;
}
/* line 42, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section .row > div, .grid-section .actions > div {
  padding-left: 0px;
}
/* line 46, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section .heading {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222222;
  color: #65b09c;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
/* line 53, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section .heading h1, .grid-section .heading h2, .grid-section .heading h3, .grid-section .heading h4, .grid-section .heading h5, .grid-section .heading h6 {
  font-family: "Open Sans", sans-serif;
}
/* line 57, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section div.item {
  padding-left: 5px;
  margin: 10px 0;
  border-left: 2px solid #ee6d57;
}
/* line 61, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section div.item .name {
  line-height: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 66, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section div.item .value {
  color: #333333;
  line-height: 14px;
  font-size: 16px;
}
/* line 70, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-section div.item .value .empty {
  color: #999999;
  font-style: italic;
}

/* line 79, ../../app/assets/stylesheets/partials/_containers.css.scss */
.toggle-list tr td:last-child {
  width: 1%;
}

/* line 84, ../../app/assets/stylesheets/partials/_containers.css.scss */
.actions {
  width: 610px;
}

/* line 91, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid {
  position: relative;
  padding: 0;
}

/* line 96, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid > .item {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 101, ../../app/assets/stylesheets/partials/_containers.css.scss */
.grid-8 {
  min-width: 880px;
  max-width: 1280px;
}

/* line 106, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb-container {
  display: inline-block;
  position: relative;
  width: calc(12.5% - 10px);
  margin-bottom: 30px !important;
  min-width: 100px;
  max-width: 150px;
}
/* line 114, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb-container:after {
  display: block;
  margin-top: 100%;
  content: '';
}

/* line 121, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  list-style-type: none;
  cursor: pointer;
  overflow: hidden;
}
/* line 131, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb:hover {
  border: 4px solid coral;
}
/* line 133, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb:hover .img, .thumb:hover .img-bg, .thumb:hover .overlay {
  margin: -4px;
}
/* line 137, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 146, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("/assets/default_images/thumb/processing.png");
  z-index: -10;
}
/* line 157, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans";
}
/* line 169, ../../app/assets/stylesheets/partials/_containers.css.scss */
.thumb .overlay > * {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 180, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline {
  border: none;
  box-shadow: none;
}
/* line 184, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-title h4 {
  color: #009faf;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans";
}
/* line 191, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-heading {
  color: #009faf;
  background: #ffffff;
  padding: 0 0 10px 0;
  border: none;
}
/* line 198, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-body {
  margin-top: 30px;
  margin-left: 15px;
}
/* line 203, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-item {
  padding: 10px 10px 10px 25px;
  border-left: 5px solid #2c4451;
  border-top: 1px solid #2c4451;
}
/* line 207, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-item:last-child {
  padding-left: 35px;
  border-left: none;
}
/* line 211, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-item .timeline-expand-content {
  border-left: 2px solid #ee6d57;
  margin: 2px 0 8px 0;
  padding-left: 14px;
  padding-bottom: 0;
}
/* line 217, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-item .timeline-expand-content div:last-child {
  padding-bottom: 0;
}
/* line 221, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-item div {
  padding-bottom: 5px;
}
/* line 226, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-badge {
  position: relative;
  margin-bottom: -25px;
  margin-top: -25px;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 25px;
  z-index: -10;
  overflow: visible;
  left: -18px;
  top: -5px;
}
/* line 238, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-badge.timeline-badge:after {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
  border-radius: 15px;
  background: #2c4451;
  content: '';
}
/* line 248, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-badge.timeline-badge-primary {
  background: rgba(238, 109, 87, 0.75);
}
/* line 252, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline .timeline-badge.timeline-badge-info {
  background: rgba(101, 176, 156, 0.6);
}

/* line 259, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline-link {
  color: #009faf;
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
}

/* line 266, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline-no-link {
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
}

/* line 272, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline-action {
  text-transform: uppercase;
  color: #ee6d57;
  padding-right: 15px;
}

/* line 278, ../../app/assets/stylesheets/partials/_containers.css.scss */
.timeline-action:hover, .timeline-action:focus {
  color: #ee6d57;
}

/* line 282, ../../app/assets/stylesheets/partials/_containers.css.scss */
.caret-down {
  background: url(carrot_down.png) no-repeat right;
}

/* line 286, ../../app/assets/stylesheets/partials/_containers.css.scss */
.caret-up {
  background: url(carrot_up.png) no-repeat right;
}

/* line 290, ../../app/assets/stylesheets/partials/_containers.css.scss */
.container-fluid#main {
  padding-left: 0;
  padding-right: 0;
}

/* line 295, ../../app/assets/stylesheets/partials/_containers.css.scss */
.content {
  margin: auto 30px;
}

/* line 300, ../../app/assets/stylesheets/partials/_containers.css.scss */
ul.headline {
  padding: 0;
}

/* line 304, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.headline {
  list-style: none;
}
/* line 306, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.headline > div {
  background: white;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 314, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.headline h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  color: #009faf;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

/* line 324, ../../app/assets/stylesheets/partials/_containers.css.scss */
ul.list-inline.dashboard-recent-item {
  width: 100%;
  margin-left: 0;
  margin-right: 15px;
  padding-bottom: 15px;
}

/* line 331, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.dashboard-recent-item {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
/* line 335, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.dashboard-recent-item > div {
  white-space: nowrap;
  background-color: white;
  border-left: solid 4px #ee6d57;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 331, ../../app/assets/stylesheets/partials/_containers.css.scss */
  li.dashboard-recent-item {
    width: 100%;
    display: block;
  }
}

/* line 351, ../../app/assets/stylesheets/partials/_containers.css.scss */
li.dashboard-recent-item:not(:last-child) > div {
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 351, ../../app/assets/stylesheets/partials/_containers.css.scss */
  li.dashboard-recent-item:not(:last-child) > div {
    margin-right: 0;
  }
}

/* line 359, ../../app/assets/stylesheets/partials/_containers.css.scss */
.user-container {
  padding-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
}

/* line 369, ../../app/assets/stylesheets/partials/_containers.css.scss */
.action.edit {
  color: #009faf;
}

/* line 373, ../../app/assets/stylesheets/partials/_containers.css.scss */
.red-color {
  color: red;
}

@media screen {
  /* line 378, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .timeline #printSection {
    display: none;
  }
}
@media print {
  /* line 384, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .claim-actions-dropdown, .sidebar, .timeline-action-all, .timeline-print, .main-header {
    visibility: hidden;
  }

  /* line 390, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .dashboard-header, #claim-sub-header, .timeline-action, .summary .summary,
  .summary .panel-heading, .summary .panel-body, .timeline .note,
  table h4, table .action {
    display: none;
  }

  /* line 394, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .timeline .timeline-item, .timeline .timeline-item a {
    border-left: 0;
    font-size: 80%;
  }

  /* line 399, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .timeline .timeline-item .timeline-expand-content {
    border-left: 0;
  }

  /* line 403, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .content {
    width: 100% !important;
  }

  /* line 407, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .sidebar + div {
    margin-left: 0 !important;
  }

  /* line 411, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .timeline #printSection, #printSection * {
    visibility: visible;
  }

  /* line 415, ../../app/assets/stylesheets/partials/_containers.css.scss */
  a[href]:after {
    content: none !important;
  }

  /* line 419, ../../app/assets/stylesheets/partials/_containers.css.scss */
  #printSection h3 {
    font-size: 14pt !important;
    margin: 10px 0 !important;
  }

  /* line 424, ../../app/assets/stylesheets/partials/_containers.css.scss */
  #printSection h5 {
    margin: 5px 0 !important;
  }

  /* line 428, ../../app/assets/stylesheets/partials/_containers.css.scss */
  .timeline .print_page_break {
    page-break-after: always;
  }
}
/* line 1, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline {
  margin-bottom: 20px;
  margin-right: 10px;
  background-color: #ededed;
  border-bottom: 6px solid #009faf;
}

/* line 8, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline-content {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #009faf;
}

/* line 18, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline-date {
  color: black;
  font-size: 14px;
}

/* line 23, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #009faf;
  text-decoration: none;
}

/* line 34, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline-item {
  width: 33%;
}

/* line 38, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-headline-list {
  margin-right: -26px;
  margin-bottom: 0px;
}

/* line 43, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.requests-table td.content {
  max-width: 200px;
}
/* line 47, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.requests-table .content-text {
  padding-left: 8px;
}
/* line 51, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.requests-table td.view-link {
  vertical-align: middle;
  text-align: right;
}

@media only screen and (max-width: 1650px) {
  /* line 59, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
  .requests-table .content-text {
    padding-left: 15px;
  }
}
/* line 65, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.all-headlines {
  padding-top: 2em;
  margin-right: 28px;
}

/* line 70, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.slight-margin {
  margin-right: 10px;
}

/* line 74, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#dashboard-layout-table {
  width: 100%;
}

/* line 79, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard {
  background: #ededed;
  min-height: 1600px;
}
@media (max-width: 767px) {
  /* line 79, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
  .dashboard {
    margin-top: 130px;
  }
}
/* line 89, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard h4 {
  margin: 20px 0 24px;
}
/* line 91, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard h4 span {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #009faf;
  border-bottom: 4px solid #009faf;
}
/* line 98, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard > div {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 104, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-banner {
  background-image: url("/assets/headline-bg.jpg");
  background-size: cover;
}
@media (max-width: 1200px) {
  /* line 104, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
  .dashboard-banner {
    background-size: 1200px;
  }
}

/* line 112, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-banner-links {
  color: white;
  padding-top: 40px;
  margin-bottom: 20px;
}
/* line 116, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-banner-links h1 {
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  border-bottom: 6px solid;
  padding-bottom: 6px;
  margin-right: 20px;
}
/* line 123, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-banner-links h5 {
  padding-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: white;
}
/* line 127, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-banner-links h5 a {
  color: #009faf;
  text-decoration: none;
}

/* line 134, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards {
  padding-bottom: 30px;
}
/* line 135, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .single-leaderboard {
  padding: 0 10px;
  margin-top: 20px;
}
/* line 138, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .single-leaderboard:first-child {
  padding-left: 0px;
}
/* line 139, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .single-leaderboard:last-child {
  padding-right: 0px;
}
/* line 141, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .double-leaderboard {
  padding: 0 10px;
  margin-top: 20px;
}
/* line 144, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .double-leaderboard:first-child {
  padding-left: 0px;
}
/* line 145, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-leaderboards .double-leaderboard:last-child {
  padding-right: 0px;
}

/* line 151, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-alerts {
  background: black;
  position: relative;
  top: 40px;
}
/* line 155, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-alerts > div:last-child {
  margin-bottom: 0;
}

/* line 160, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-alerts-witout-top {
  background: black;
  position: relative;
}
/* line 163, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-alerts-witout-top > div:last-child {
  margin-bottom: 0;
}

/* line 168, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.dashboard-body {
  padding-top: 20px;
}

/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/
@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 197, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather {
  float: left !important;
  clear: left !important;
  margin: 5px auto;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
}

/* line 208, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-0:before {
  content: ":";
}

/* line 209, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-1:before {
  content: "p";
}

/* line 210, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-2:before {
  content: "S";
}

/* line 211, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-3:before {
  content: "Q";
}

/* line 212, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-4:before {
  content: "S";
}

/* line 213, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-5:before {
  content: "W";
}

/* line 214, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-6:before {
  content: "W";
}

/* line 215, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-7:before {
  content: "W";
}

/* line 216, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-8:before {
  content: "W";
}

/* line 217, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-9:before {
  content: "I";
}

/* line 218, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-10:before {
  content: "W";
}

/* line 219, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-11:before {
  content: "I";
}

/* line 220, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-12:before {
  content: "I";
}

/* line 221, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-13:before {
  content: "I";
}

/* line 222, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-14:before {
  content: "I";
}

/* line 223, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-15:before {
  content: "W";
}

/* line 224, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-16:before {
  content: "I";
}

/* line 225, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-17:before {
  content: "W";
}

/* line 226, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-18:before {
  content: "U";
}

/* line 227, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-19:before {
  content: "Z";
}

/* line 228, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-20:before {
  content: "Z";
}

/* line 229, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-21:before {
  content: "Z";
}

/* line 230, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-22:before {
  content: "Z";
}

/* line 231, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-23:before {
  content: "Z";
}

/* line 232, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-24:before {
  content: "E";
}

/* line 233, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-25:before {
  content: "E";
}

/* line 234, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-26:before {
  content: "3";
}

/* line 235, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-27:before {
  content: "a";
}

/* line 236, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-28:before {
  content: "A";
}

/* line 237, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-29:before {
  content: "a";
}

/* line 238, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-30:before {
  content: "A";
}

/* line 239, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-31:before {
  content: "6";
}

/* line 240, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-32:before {
  content: "1";
}

/* line 241, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-33:before {
  content: "6";
}

/* line 242, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-34:before {
  content: "1";
}

/* line 243, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-35:before {
  content: "W";
}

/* line 244, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-36:before {
  content: "1";
}

/* line 245, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-37:before {
  content: "S";
}

/* line 246, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-38:before {
  content: "S";
}

/* line 247, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-39:before {
  content: "S";
}

/* line 248, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-40:before {
  content: "M";
}

/* line 249, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-41:before {
  content: "W";
}

/* line 250, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-42:before {
  content: "I";
}

/* line 251, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-43:before {
  content: "W";
}

/* line 252, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-44:before {
  content: "a";
}

/* line 253, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-45:before {
  content: "S";
}

/* line 254, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-46:before {
  content: "U";
}

/* line 255, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.icon-47:before {
  content: "S";
}

/* line 257, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

/* line 266, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather ul {
  margin: 0;
  padding: 0;
}

/* line 271, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather li {
  float: left;
  list-style-type: none;
  text-align: center;
  width: 33%;
  color: #000;
}

/* line 279, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather li .aw-bg {
  border: 1px solid rgba(232, 232, 232, 0.1);
  zoom: 100%;
  margin-left: 5px;
  background-image: linear-gradient(to bottom, #90bbe5 0, #9cafce 40%, #deebfc 100%);
}

/* line 286, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather li .aw-bg:hover {
  border: 1px solid #00BFFF;
}

/* line 287, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather span.aw-icon {
  background-size: 75px auto !important;
  height: 54px !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
}

/* line 295, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather .currently {
  margin: 0 20px;
}

/*button {
  display: block;
  margin: 15px auto;
  width: 140px;
  padding: 5px;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 5px;
}*/
/* line 309, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
#weather li .bg {
  background-image: linear-gradient(to bottom, #141414 0, #4f4f54 40%, #26292d 100%);
  color: #fff;
}

/* line 310, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-day-temperate {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 60px;
}

/* line 317, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-day-message {
  font-size: 20px;
  color: #000;
}

/* line 321, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-day-message1 {
  margin-top: 10px;
  color: #000;
}

/* line 325, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-info h3 {
  font-size: 1.3em;
  color: #3e6bb6;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

/* line 332, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.img-col {
  height: 120px;
  overflow: hidden;
}

/* line 336, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-day-temperat {
  font-size: 20px;
  font-weight: 700;
}

/* line 340, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.aw-day-msg {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------*/
/* line 352, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 360, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper img {
  display: block;
}

/* line 363, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bxslider {
  margin: 0;
  padding: 0;
  z-index: 10;
}

/* line 368, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
ul.bxslider {
  list-style: none;
}

/* line 371, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/*.iframe-v{
  height: 360px !important;
}
.bx-viewport{
  height: 420px !important;
}*/
/* line 384, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 390, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("process.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/* PAGER */
/* line 401, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 409, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 423, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* line 427, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 432, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 437, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("controls.png") no-repeat 0 -32px;
}

/* line 442, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

/* line 445, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url("controls.png") no-repeat -43px -32px;
}

/* line 450, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

/* line 453, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 11;
}

/* line 463, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 467, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 470, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 481, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

/* line 484, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 495, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 499, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 503, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 508, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 516, ../../app/assets/stylesheets/partials/_dashboard.css.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 1, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-0 {
  margin-left: 15px;
}

/* line 5, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-1 {
  margin-left: 30px;
}

/* line 9, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-2 {
  margin-left: 45px;
}

/* line 13, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-3 {
  margin-left: 60px;
}

/* line 17, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-4 {
  margin-left: 75px;
}

/* line 21, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-5 {
  margin-left: 90px;
}

/* line 25, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-6 {
  margin-left: 105px;
}

/* line 29, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-7 {
  margin-left: 120px;
}

/* line 33, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-8 {
  margin-left: 135px;
}

/* line 37, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-9 {
  margin-left: 150px;
}

/* line 41, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-10 {
  margin-left: 165px;
}

/* line 45, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-11 {
  margin-left: 180px;
}

/* line 49, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-12 {
  margin-left: 195px;
}

/* line 53, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-13 {
  margin-left: 210px;
}

/* line 57, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-14 {
  margin-left: 225px;
}

/* line 61, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-15 {
  margin-left: 240px;
}

/* line 65, ../../app/assets/stylesheets/partials/_downline.css.scss */
.level-16 {
  margin-left: 255px;
}

/* line 69, ../../app/assets/stylesheets/partials/_downline.css.scss */
.slim-column-width {
  width: 4% !important;
}

/* line 73, ../../app/assets/stylesheets/partials/_downline.css.scss */
.margin-rigth-distance {
  margin-right: 2% !important;
}

/* line 77, ../../app/assets/stylesheets/partials/_downline.css.scss */
.row-border {
  border-bottom-style: solid;
  border-bottom-color: gray;
  border-bottom-width: thin;
}

/* line 83, ../../app/assets/stylesheets/partials/_downline.css.scss */
.column-title {
  color: #009faf;
  font-weight: bold;
}

/* line 88, ../../app/assets/stylesheets/partials/_downline.css.scss */
.column-center-vertically {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular {
  display: inline-block;
}
/* line 3, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu {
  padding: 5px;
  border: none;
  top: 59px !important;
  border: solid 2px #4cbcc7;
  width: 305px;
}
/* line 4, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu .btn {
  background: white;
  color: black;
}
/* line 7, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu .btn:hover {
  background-color: #e6e6e6;
}
/* line 17, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table {
  width: 295px;
}
/* line 21, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead tr th {
  height: 25px;
}
/* line 23, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead tr th button {
  height: 25px;
  border: none;
  padding: 0px;
}
/* line 28, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead tr th .pull-left {
  padding-right: 15px;
}
/* line 31, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead tr th .pull-right {
  padding-left: 15px;
}
/* line 36, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead .h6 {
  font-size: 10px;
}
/* line 38, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table thead .h6 th {
  width: 30px;
}
/* line 42, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.datepicker-angular .dropdown-menu li table tbody td button {
  padding: 5px 0px 5px 0px;
  border: none;
}

/* line 52, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown {
  height: 40px;
  margin-top: 18px;
  margin-bottom: 16px;
  background-color: #ee6d57;
  color: white;
}
/* line 56, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown .btn {
  padding: 10px 30px !important;
  width: 100%;
  font-weight: 500;
}
/* line 61, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown a {
  color: white;
  text-decoration: none;
}
/* line 64, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown a b.caret {
  width: 5px;
  height: 10px;
}
/* line 71, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown .dropdown-menu {
  min-width: 195px;
  margin-top: -1px;
  background-color: #f39989;
}
/* line 75, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown .dropdown-menu li {
  height: 30px !important;
  line-height: 30px;
}
/* line 76, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown .dropdown-menu li :hover {
  background-color: #f1a89b;
  width: 100%;
}
/* line 83, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.claim-actions-dropdown .dropdown-menu li a {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  border-top: 1px solid #f3b2a7;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
}

/* line 98, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  background-color: #009faf;
  color: white;
}
/* line 100, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown .btn {
  font-weight: 400;
}
/* line 103, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown a {
  color: white;
  text-decoration: none;
}
/* line 109, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown .dropdown-menu {
  min-width: 154px;
  padding: 0;
  margin-top: -1px;
  background-color: #4cbcc7;
}
/* line 114, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown .dropdown-menu li {
  display: table-row;
  height: 30px !important;
}
/* line 115, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown .dropdown-menu li :hover {
  background-color: #6ac6cf;
}
/* line 120, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.add-efc-dropdown .dropdown-menu li a {
  width: 158px;
  left: 0;
  padding-left: 30px;
  display: table-cell;
  border-top: 1px solid #8cd6dd;
  white-space: normal !important;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
}

/* line 136, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown {
  margin-right: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  background-color: #009faf;
  color: white;
}
/* line 139, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown .btn {
  font-weight: 400;
}
/* line 142, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown a {
  color: white;
  text-decoration: none;
}
/* line 148, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown .dropdown-menu {
  min-width: 198px;
  padding: 0;
  margin-top: -1px;
  background-color: #4cbcc7;
}
/* line 153, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown .dropdown-menu li {
  display: table-row;
  height: 30px !important;
}
/* line 154, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown .dropdown-menu li :hover {
  background-color: #6ac6cf;
}
/* line 159, ../../app/assets/stylesheets/partials/_dropdowns.css.scss */
.check-actions-dropdown .dropdown-menu li a {
  width: 202px;
  left: 0;
  padding-left: 30px;
  display: table-cell;
  border-top: 1px solid #8cd6dd;
  white-space: normal !important;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
}

/* line 1, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone-container {
  margin-bottom: 40px;
}

/* line 5, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone {
  border: 2px solid #009faf;
  background: #fff;
  color: #009faf;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans";
}
/* line 13, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview {
  height: 125px;
  width: 125px;
  padding: 0;
  border: none;
  z-index: 0;
}
/* line 20, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview:hover .dz-details img {
  display: block;
}
/* line 24, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-details {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
/* line 28, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 35, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 30%;
  padding: 9px 29px 2px 2px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 51, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-size {
  display: none;
}
/* line 56, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-progress {
  position: absolute;
  top: inherit;
  bottom: -6px;
  left: 0;
  right: 0;
}
/* line 62, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #65b09c;
}
/* line 67, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-remove {
  display: inline;
  position: absolute;
  right: 4px;
  bottom: 6px;
  z-index: 20;
  cursor: pointer;
}
/* line 74, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-remove span {
  padding: 5px;
  border: 1px white solid;
  border-radius: 13px;
  color: white;
  cursor: pointer;
}
/* line 80, ../../app/assets/stylesheets/partials/_dropzone.css.scss */
.dropzone .dz-preview .dz-remove span:hover {
  border-color: #ee6d57;
  color: #ee6d57;
}

/* line 1, ../../app/assets/stylesheets/partials/_forms.css.scss */
input[type=checkbox] {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 5, ../../app/assets/stylesheets/partials/_forms.css.scss */
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
  border: 1pt solid #828282;
  background: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 18, ../../app/assets/stylesheets/partials/_forms.css.scss */
input[type=checkbox] + label span {
  display: none;
  position: absolute;
  top: -3px;
}
/* line 23, ../../app/assets/stylesheets/partials/_forms.css.scss */
input[type=checkbox] + label + span {
  padding-left: 5px;
}
/* line 28, ../../app/assets/stylesheets/partials/_forms.css.scss */
input[type=checkbox]:checked + label span {
  display: inline-block;
}

/* line 34, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-style label {
  margin-right: 5px;
  font-weight: 400;
}

/* line 2, ../../app/assets/stylesheets/modules/_placeholders.css.scss */
input[type=text].form-control::-webkit-input-placeholder, input[type=password].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
/* line 6, ../../app/assets/stylesheets/modules/_placeholders.css.scss */
input[type=text].form-control:-moz-placeholder, input[type=password].form-control:-moz-placeholder,
input[type=email].form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
/* line 10, ../../app/assets/stylesheets/modules/_placeholders.css.scss */
input[type=text].form-control::-moz-placeholder, input[type=password].form-control::-moz-placeholder,
input[type=email].form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
/* line 14, ../../app/assets/stylesheets/modules/_placeholders.css.scss */
input[type=text].form-control:-ms-input-placeholder, input[type=password].form-control:-ms-input-placeholder,
input[type=email].form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

/* line 49, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-spacer > div:not(:first-child) {
  margin-top: 15px;
}

/* line 53, ../../app/assets/stylesheets/partials/_forms.css.scss */
.repeating-fields-single-label div:not(:nth-child(1)) {
  margin-top: 5px;
}

/* line 57, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_error {
  display: inline;
  border: 1px solid #ee6d57 !important;
}
/* line 60, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_error:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 109, 87, 0.6);
}
/* line 64, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_error span {
  color: #ee6d57;
}

/* line 69, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_with_errors {
  display: inline;
}
/* line 72, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
  border: 1px solid #ee6d57 !important;
}
/* line 74, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_with_errors input:focus, .field_with_errors select:focus, .field_with_errors textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 109, 87, 0.6);
}
/* line 79, ../../app/assets/stylesheets/partials/_forms.css.scss */
.field_with_errors span {
  color: #ee6d57;
}

/* line 84, ../../app/assets/stylesheets/partials/_forms.css.scss */
.transparent {
  border: none;
  background: transparent;
  outline: none;
}

/* line 90, ../../app/assets/stylesheets/partials/_forms.css.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #009faf;
}

/* line 94, ../../app/assets/stylesheets/partials/_forms.css.scss */
.column-toggle-container {
  margin-left: 5px;
}

/* line 98, ../../app/assets/stylesheets/partials/_forms.css.scss */
.required:after {
  content: '*';
  color: #ee6d57;
  font-size: 23px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 106, ../../app/assets/stylesheets/partials/_forms.css.scss */
.required2:after {
  content: '*';
  color: #ee6d57;
  font-size: 20px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 115, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container {
  padding: 10px 0;
  border-top: 2px solid #2c4451;
  background-color: #e9eced;
}
/* line 119, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container label {
  font-weight: bold;
}
/* line 120, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields {
  padding-left: 5px;
  margin: 20px 0;
}
/* line 121, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields .small-indent {
  margin-left: 25px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-container .form-fields:before, .form-container .form-fields:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-container .form-fields:after {
  clear: both;
}
/* line 128, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields input[type=text] {
  border-radius: 4px;
}
/* line 132, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields textarea {
  border-radius: 4px;
  resize: vertical;
}
/* line 137, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields input.smaller-width {
  width: 183px;
}
/* line 143, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields .checkbox-container input[type=checkbox] + label {
  margin: 0;
  padding: 0;
}
/* line 149, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields .checkbox-container label {
  left: 0;
}
/* line 150, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields .checkbox-container p {
  display: inline-block;
}
/* line 153, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .form-fields .validation-message {
  color: #ee6d57;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-container .form-fields .validation-message:before, .form-container .form-fields .validation-message:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-container .form-fields .validation-message:after {
  clear: both;
}
/* line 159, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .remove_nested_attribute {
  text-align: right;
}
/* line 164, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-container .repeating-fields-single-label .row, .form-container .repeating-fields-single-label .actions {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 170, ../../app/assets/stylesheets/partials/_forms.css.scss */
.validation-message {
  color: #ee6d57;
}

/* line 174, ../../app/assets/stylesheets/partials/_forms.css.scss */
.validation-message-no-bold {
  color: #ee6d57;
  font-weight: normal !important;
}

/* line 179, ../../app/assets/stylesheets/partials/_forms.css.scss */
.no-bold {
  font-weight: normal !important;
}

/* line 183, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-actions {
  padding-top: 15px;
  text-align: right;
}
/* line 186, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-actions > * {
  margin-left: 20px;
}

/* line 190, ../../app/assets/stylesheets/partials/_forms.css.scss */
.form-actions-pad-bottom {
  padding-bottom: 15px;
}

/* line 193, ../../app/assets/stylesheets/partials/_forms.css.scss */
.add-new-action {
  margin-top: -10px;
  margin-bottom: 5px;
}

/* line 198, ../../app/assets/stylesheets/partials/_forms.css.scss */
.attachment-link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  float: right;
  padding-left: 40px;
  padding-right: 0;
  margin: 0;
  font-weight: 500;
}

/* line 207, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 210, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search img {
  width: 30px;
  height: auto;
  margin-top: 3px;
}
/* line 215, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search .search-box {
  padding-bottom: 10px;
  height: 45px;
}
/* line 218, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search .search-box select {
  width: 100%;
  height: 100%;
}
/* line 222, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
/* line 229, ../../app/assets/stylesheets/partials/_forms.css.scss */
.claim-search .search-actions {
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: right;
}

/* line 236, ../../app/assets/stylesheets/partials/_forms.css.scss */
textarea, input[type=text], input[type=datepicker], input[type=string] {
  border-radius: 4px;
  color: black;
}
/* line 239, ../../app/assets/stylesheets/partials/_forms.css.scss */
textarea.form-control, input[type=text].form-control, input[type=datepicker].form-control, input[type=string].form-control {
  color: black;
}

/* line 244, ../../app/assets/stylesheets/partials/_forms.css.scss */
select.form-control {
  color: black;
}

/* line 248, ../../app/assets/stylesheets/partials/_forms.css.scss */
.back-link {
  color: #009faf;
  padding-top: 20px;
}

/* line 253, ../../app/assets/stylesheets/partials/_forms.css.scss */
.remove-icon-container .col-xs-1 {
  padding: 0;
}
/* line 256, ../../app/assets/stylesheets/partials/_forms.css.scss */
.remove-icon-container img {
  width: 30px;
  height: auto;
}

/* line 263, ../../app/assets/stylesheets/partials/_forms.css.scss */
.radio-row label {
  display: inline;
  margin-right: 10px;
  padding: 0 5px;
}
/* line 268, ../../app/assets/stylesheets/partials/_forms.css.scss */
.radio-row p {
  display: inline;
  margin-right: 10px;
  padding: 0 5px;
}

/* FOR EMBEDDING GLYPHICONS IN INPUT FIELDS
/* enable absolute positioning */
/* line 277, ../../app/assets/stylesheets/partials/_forms.css.scss */
.inner-addon {
  position: relative;
}

/* style icon */
/* line 282, ../../app/assets/stylesheets/partials/_forms.css.scss */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
/* line 289, ../../app/assets/stylesheets/partials/_forms.css.scss */
.left-addon .glyphicon {
  left: 0px;
}

/* line 290, ../../app/assets/stylesheets/partials/_forms.css.scss */
.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
/* line 293, ../../app/assets/stylesheets/partials/_forms.css.scss */
.left-addon input {
  padding-left: 30px;
}

/* line 294, ../../app/assets/stylesheets/partials/_forms.css.scss */
.right-addon input {
  padding-right: 30px;
}

/* for claim credit form (move somewhere more appropriate if applicable) */
/* line 298, ../../app/assets/stylesheets/partials/_forms.css.scss */
.credit-form > .row > .col-xs-2, .credit-form > .actions > .col-xs-2 {
  margin-top: 5px;
  width: 100px;
}
/* line 302, ../../app/assets/stylesheets/partials/_forms.css.scss */
.credit-form > .row > .col-xs-1, .credit-form > .actions > .col-xs-1 {
  margin: 6px 0px;
  padding: 0 0 0 2px;
  width: 20px;
}

/* line 309, ../../app/assets/stylesheets/partials/_forms.css.scss */
.new_check, .new_check_disbursement, .edit_check {
  padding-bottom: 15px;
}

/* line 313, ../../app/assets/stylesheets/partials/_forms.css.scss */
.new_check .form-container .form-fields:first-of-type {
  margin-top: 0;
}

/* line 317, ../../app/assets/stylesheets/partials/_forms.css.scss */
#add-check-title, #edit-check-title {
  color: #009faf;
  font-family: "Open Sans", sans-serif;
}

/* line 322, ../../app/assets/stylesheets/partials/_forms.css.scss */
.check-fee-row {
  margin: 5px;
  margin-top: -20px;
}
/* line 325, ../../app/assets/stylesheets/partials/_forms.css.scss */
.check-fee-row p {
  margin: 0;
}

/* line 330, ../../app/assets/stylesheets/partials/_forms.css.scss */
dl.claim-editor-errors {
  padding: 15px;
}
/* line 332, ../../app/assets/stylesheets/partials/_forms.css.scss */
dl.claim-editor-errors div {
  margin-bottom: 5px;
}
/* line 336, ../../app/assets/stylesheets/partials/_forms.css.scss */
dl.claim-editor-errors dt {
  display: inline;
  margin-right: 5px;
}
/* line 340, ../../app/assets/stylesheets/partials/_forms.css.scss */
dl.claim-editor-errors dd {
  display: inline;
}

/* line 345, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  cursor: default;
}
/* line 352, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li {
  background-color: #FFF;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/* line 358, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li.ui-state-focus {
  background-color: #FFFCB2;
}
/* line 361, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li a {
  color: #000;
  display: block;
  padding: 3px;
}
/* line 365, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li a.page-nav {
  display: inline;
  padding: 5px;
  color: #009faf;
}
/* line 370, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li a.page-nav:hover {
  text-decoration: underline;
}
/* line 375, ../../app/assets/stylesheets/partials/_forms.css.scss */
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active {
  background-color: #FFFCB2;
}

/* line 1, ../../app/assets/stylesheets/partials/_headers.css.scss */
.page-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #e9eced;
  padding: 0px 30px;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 8, ../../app/assets/stylesheets/partials/_headers.css.scss */
.page-header h1, .page-header h2, .page-header h3, .page-header h4 {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #009faf;
  margin-bottom: 26px;
}

/* line 15, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dashboard-header {
  top: 40px;
  right: 0;
  left: 206px;
  z-index: 1;
  position: fixed;
  height: auto;
  background: #e9eced;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 31, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dashboard-header .main-header {
  border-bottom: 1px solid #009faf;
  width: 100%;
  margin-left: 30px;
  margin-right: 45px;
  padding-right: 15px;
}
/* line 37, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dashboard-header .main-header h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 5px;
}
/* line 43, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dashboard-header .main-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal !important;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1166px) {
  /* line 56, ../../app/assets/stylesheets/partials/_headers.css.scss */
  .dashboard-header {
    top: 80px;
  }
}
/* line 62, ../../app/assets/stylesheets/partials/_headers.css.scss */
.header-border {
  margin-left: -15px;
  margin-right: -15px;
  background: #e9eced;
}
/* line 67, ../../app/assets/stylesheets/partials/_headers.css.scss */
.header-border .border {
  margin: 0 30px;
  border-top: 1px solid #009faf;
}

/* line 73, ../../app/assets/stylesheets/partials/_headers.css.scss */
.sub-header {
  margin-top: 73px;
  background: #e9eced;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 83, ../../app/assets/stylesheets/partials/_headers.css.scss */
.sub-header .row, .sub-header .actions {
  width: 100%;
}
/* line 86, ../../app/assets/stylesheets/partials/_headers.css.scss */
.sub-header h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
}
/* line 93, ../../app/assets/stylesheets/partials/_headers.css.scss */
.sub-header h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}

/* line 102, ../../app/assets/stylesheets/partials/_headers.css.scss */
.claim-edit-header h2 {
  width: 350px;
}
/* line 105, ../../app/assets/stylesheets/partials/_headers.css.scss */
.claim-edit-header h4 {
  padding-top: 25px;
  width: 350px;
}
/* line 109, ../../app/assets/stylesheets/partials/_headers.css.scss */
.claim-edit-header h4:last-child {
  width: 100%;
}

/* line 115, ../../app/assets/stylesheets/partials/_headers.css.scss */
.no-sidebar {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 119, ../../app/assets/stylesheets/partials/_headers.css.scss */
.search-global {
  margin-top: 5px;
  background: white url(search.png) no-repeat;
  background-position: 5px center;
  padding-left: 35px;
  margin-left: 30px;
  height: 30px;
  float: right;
}

/* line 128, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav {
  position: fixed;
  width: 100%;
  top: 40px;
  background: #374f5c;
  left: 0;
  padding: 5px 20px;
  z-index: 20;
}

/* line 138, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav li {
  display: inline-block;
  padding: 5px 0;
}

/* line 142, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav li:after {
  display: inline-block;
  content: "|";
  color: #89979f;
}

/* line 147, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav li:last-child:after {
  content: " ";
}

/* line 150, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav li a {
  padding: 10px 6px;
  color: #15b8c8;
}

/* line 154, ../../app/assets/stylesheets/partials/_headers.css.scss */
.fixed-nav li a:hover {
  color: #009faf;
  text-decoration: none;
}

/* line 159, ../../app/assets/stylesheets/partials/_headers.css.scss */
.navbar-default {
  border: 0;
  min-height: inherit;
  height: 40px;
}

/* line 164, ../../app/assets/stylesheets/partials/_headers.css.scss */
.navbar-brand {
  padding: 12px 15px;
}

/* line 167, ../../app/assets/stylesheets/partials/_headers.css.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 171, ../../app/assets/stylesheets/partials/_headers.css.scss */
.col-1 h2 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 177, ../../app/assets/stylesheets/partials/_headers.css.scss */
.col-1 h2 a {
  color: #ee6d57;
  display: inline-block;
  background: url(carrot_right.png) no-repeat right;
  background-size: auto 75%;
  padding-right: 20px;
  cursor: pointer;
  -moz-transition: padding-right .3s ease-in;
  -o-transition: padding-right  .3s ease-in;
  -webkit-transition: padding-right  .3s ease-in;
  transition: padding-right  .3s ease-in;
}

/* line 189, ../../app/assets/stylesheets/partials/_headers.css.scss */
.col-1 h2 a:hover {
  text-decoration: none;
  padding-right: 15px;
}

/* line 193, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dir-col {
  margin-top: 25px;
}

/* line 196, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dir-col a {
  color: #ffffff;
  font-weight: 700;
}

/* line 200, ../../app/assets/stylesheets/partials/_headers.css.scss */
.dir-col a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 204, ../../app/assets/stylesheets/partials/_headers.css.scss */
.news-col {
  height: 110px;
  width: 48%;
  background: #687a7e;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

/* line 215, ../../app/assets/stylesheets/partials/_headers.css.scss */
.contant-col {
  height: 88px;
  overflow: hidden;
}

/* line 220, ../../app/assets/stylesheets/partials/_headers.css.scss */
.image-col {
  height: 88px;
  margin-right: 10px;
  float: left;
  margin-left: -2px;
}

/* line 226, ../../app/assets/stylesheets/partials/_headers.css.scss */
.content-col {
  float: left;
}

/* line 229, ../../app/assets/stylesheets/partials/_headers.css.scss */
.line-col {
  width: 2px;
  background: #fff;
  height: 70px;
  margin-top: 10px;
  float: left;
  margin-left: 10px;
}

/* line 237, ../../app/assets/stylesheets/partials/_headers.css.scss */
.news-col h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}

/* line 244, ../../app/assets/stylesheets/partials/_headers.css.scss */
.news-col p {
  font-size: 14px;
  margin: 0;
}

/* line 248, ../../app/assets/stylesheets/partials/_headers.css.scss */
.news-col a {
  color: #15b8c8;
  font-weight: 700;
}

/* line 252, ../../app/assets/stylesheets/partials/_headers.css.scss */
.col-1 {
  margin-bottom: 10px;
}

/* line 255, ../../app/assets/stylesheets/partials/_headers.css.scss */
.tab-col {
  -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  background: #fff;
}

/* line 261, ../../app/assets/stylesheets/partials/_headers.css.scss */
.tab-col .tab-panel {
  padding: 0px;
}

/* line 264, ../../app/assets/stylesheets/partials/_headers.css.scss */
.tab-col h2 {
  background: #009faf;
  font-size: 24px;
  margin: 0;
  height: 68px;
  line-height: 68px;
  padding-left: 30px;
  color: #fff;
}

/* line 273, ../../app/assets/stylesheets/partials/_headers.css.scss */
.sidebar + div {
  margin-top: -10px;
}

/* line 278, ../../app/assets/stylesheets/partials/_headers.css.scss */
.form-heading h4 {
  background: #e9eced none repeat scroll 0 0;
  padding: 4px 0 5px 10px;
  text-align: left;
}

/* line 284, ../../app/assets/stylesheets/partials/_headers.css.scss */
.disabled-url a {
  pointer-events: none;
  cursor: default;
}

/* line 2, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
/* line 7, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 > .heading {
  color: white;
  margin-top: -80px;
  margin-bottom: 10px;
}
/* line 11, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 > .heading h1 {
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  border-bottom: 6px solid;
  padding-bottom: 6px;
  margin-right: 20px;
}
/* line 18, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 > .heading h5 {
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: white;
}
/* line 22, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 > .heading h5 a {
  color: white;
  text-decoration: none;
}
/* line 26, ../../app/assets/stylesheets/partials/_layouts.css.scss */
.layout-headline > .constrainer-860 > .heading h5 .back_to_index {
  color: black;
}

/* line 1, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderboard {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
}

/* line 6, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderboard-header {
  background: #009faf;
  color: #fff;
  padding: 8px 11px;
}

/* line 12, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderboard-text {
  font-size: 13px;
  padding: 10px 20px 10px 10px;
}

/* line 18, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderboard-col-title {
  font-weight: bold;
}

/* line 21, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderboard-col-sub-title {
  font-weight: bold;
}

/* line 24, ../../app/assets/stylesheets/partials/_leaderboard.css.scss */
.leaderborad-margin {
  margin-left: 1px;
}

/* line 1, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.spinner {
  text-align: center;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 8, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #eee;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 23, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 28, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  /* line 34, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  /* line 35, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  /* line 39, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  /* line 42, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 50, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader {
  text-align: center;
}
/* line 53, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader .loader-wrapper {
  margin: 0 auto;
}
/* line 55, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres {
  margin: 50px 0 50px;
}
/* line 58, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .loader-wrapper {
  -webkit-animation: sphere_animation_two 1s infinite;
  -moz-animation: sphere_animation_two 1s infinite;
  -ms-animation: sphere_animation_two 1s infinite;
  animation: sphere_animation_two 1s infinite;
  width: 44px;
  height: 44px;
}
/* line 67, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .loader-container {
  width: 44px;
  height: 44px;
  position: absolute;
}
/* line 73, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 79, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere_1, .loader.loader-rotating-spheres .sphere_2, .loader.loader-rotating-spheres .sphere_3, .loader.loader-rotating-spheres .sphere_4 {
  position: absolute;
  -webkit-animation: sphere_animation_one 1s infinite ease;
  -moz-animation: sphere_animation_one 1s infinite ease;
  -ms-animation: sphere_animation_one 1s infinite ease;
  animation: sphere_animation_one 1s infinite ease;
}
/* line 87, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere_1 {
  background-color: #009faf;
  top: 0;
  left: 0;
}
/* line 91, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere_2 {
  background-color: #ee6d57;
  top: 0;
  left: 24px;
}
/* line 95, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere_3 {
  background-color: #65b09c;
  top: 24px;
  left: 0;
}
/* line 99, ../../app/assets/stylesheets/partials/_loaders.css.scss */
.loader.loader-rotating-spheres .sphere_4 {
  background-color: #3d5866;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes sphere_animation_one {
  /* line 109, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    position: absolute;
  }

  /* line 110, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  /* line 111, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    position: absolute;
  }
}

@-moz-keyframes sphere_animation_one {
  /* line 115, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    position: absolute;
  }

  /* line 116, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  /* line 117, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    position: absolute;
  }
}

@-ms-keyframes sphere_animation_one {
  /* line 121, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    position: absolute;
  }

  /* line 122, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  /* line 123, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    position: absolute;
  }
}

@keyframes sphere_animation_one {
  /* line 127, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    position: absolute;
  }

  /* line 128, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  /* line 129, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    position: absolute;
  }
}

@-webkit-keyframes sphere_animation_two {
  /* line 134, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }

  /* line 135, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }

  /* line 136, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@-moz-keyframes sphere_animation_two {
  /* line 140, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    -moz-transform: rotate(0deg) scale(1);
  }

  /* line 141, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    -moz-transform: rotate(360deg) scale(1.3);
  }

  /* line 142, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    -moz-transform: rotate(720deg) scale(1);
  }
}

@-ms-keyframes sphere_animation_two {
  /* line 146, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    -ms-transform: rotate(0deg) scale(1);
  }

  /* line 147, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    -ms-transform: rotate(360deg) scale(1.3);
  }

  /* line 148, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    -ms-transform: rotate(720deg) scale(1);
  }
}

@keyframes sphere_animation_two {
  /* line 152, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  0% {
    transform: rotate(0deg) scale(1);
  }

  /* line 153, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  50% {
    transform: rotate(360deg) scale(1.3);
  }

  /* line 154, ../../app/assets/stylesheets/partials/_loaders.css.scss */
  100% {
    transform: rotate(720deg) scale(1);
  }
}

/* line 1, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.navbar-brand {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-left: -5px !important;
}

/* line 8, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.navbar-nav > li a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
/* line 12, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.navbar-nav > li a.dropdown-toggle {
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
/* line 16, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.navbar-nav > li .avatar {
  height: 38px;
  margin-top: -12px;
  margin-bottom: -9px;
  margin-right: 5px;
  border: 3px solid #009faf;
}

/* line 25, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.navbar-nav > li.active > a {
  background-color: #374f5c !important;
}

@media (max-width: 991px) {
  /* line 32, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-header {
    float: none;
  }

  /* line 35, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 38, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 42, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 45, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
    background-color: #283339;
    margin-top: 0px;
  }

  /* line 51, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 54, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* since 3.1.0 */
  /* line 59, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 62, ../../app/assets/stylesheets/partials/_navigation.css.scss */
  .collapsing {
    overflow: hidden !important;
  }
}
/* line 85, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  outline: 0;
  color: black;
  font-weight: bold;
  background-color: transparent;
}

/* line 93, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.nav-pills > li {
  height: 45px;
  line-height: 100%;
  padding-top: 4px;
}

/* line 101, ../../app/assets/stylesheets/partials/_navigation.css.scss */
.nav-pills > li:not(.active) > a,
.nav-pills > li:not(.active) > a:hover,
.nav-pills > li:not(.active) > a:focus {
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  height: 45px;
  color: #8d8d8d;
  background-color: transparent;
}

/* line 109, ../../app/assets/stylesheets/partials/_navigation.css.scss */
#avatar-dropdown {
  padding-right: 15px;
}

/* line 117, ../../app/assets/stylesheets/partials/_navigation.css.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: 0;
}

/* line 1, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel {
  border: none;
  box-shadow: none;
  background: transparent;
}
/* line 5, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-top {
  position: relative;
  padding: 0;
}
/* line 9, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-heading {
  position: relative;
}
/* line 12, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-actions {
  position: absolute;
  right: 0;
  bottom: 7px;
  float: right;
}
/* line 17, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-actions > *:not(:last-child) {
  margin-right: 20px;
}
/* line 20, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-actions.panel-actions-top {
  bottom: initial;
  top: 0px;
}
/* line 25, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-body {
  padding: 15px;
}
/* line 28, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-footer {
  padding: 0px 15px 15px;
}
/* line 30, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-footer .pull-right {
  margin-left: 20px;
}
/* line 34, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel .panel-bottom {
  padding: 0;
  margin: 20px 0;
}

/* line 41, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-default .panel-body, .panel-default .panel-footer, .panel-default .panel-heading {
  background-color: #e9eced;
}
/* line 44, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-default .panel-top {
  border-bottom: 2px solid #2c4451;
}
/* line 49, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-default .panel-heading .panel-title h1, .panel-default .panel-heading .panel-title h2, .panel-default .panel-heading .panel-title h3, .panel-default .panel-heading .panel-title h4, .panel-default .panel-heading .panel-title h5, .panel-default .panel-heading .panel-title h6, .panel-default .panel-top .panel-title h1, .panel-default .panel-top .panel-title h2, .panel-default .panel-top .panel-title h3, .panel-default .panel-top .panel-title h4, .panel-default .panel-top .panel-title h5, .panel-default .panel-top .panel-title h6 {
  color: #009faf;
  font-family: "Open Sans", sans-serif;
}

/* line 57, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-transparent {
  background-color: transparent;
}
/* line 59, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-transparent .panel-heading {
  border-bottom: none;
  background-color: transparent;
  padding: 0;
}
/* line 64, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-transparent .panel-body {
  padding: 0;
}
/* line 67, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-transparent .panel-footer {
  padding: 0;
}

/* line 73, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-info .panel-body {
  background-color: #e9eced;
}

/* line 78, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary {
  /* Should change to .panel-blank or similar, also normalize the margin */
  border: none;
  box-shadow: none;
}
/* line 81, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
/* line 84, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #009faf;
}
/* line 88, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-heading {
  border-bottom: 1px solid black;
  color: #009faf;
  background: #ffffff;
  padding: 0px;
}
/* line 95, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-directory-heading {
  border-bottom: 1px solid #bbbbbb;
  color: #009faf;
  background: #ffffff;
  padding: 0px;
  font-weight: bold;
}
/* line 101, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-directory-heading h4 {
  font-weight: bold;
}
/* line 106, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-directory-content {
  border-left: 2px solid #ee6d57;
  margin-bottom: 10px;
  padding-left: 5px;
}
/* line 110, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-directory-content p {
  padding: 0px;
  margin: 0px;
}
/* line 114, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-directory-content p:first-child {
  color: #009faf;
}
/* line 119, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-content {
  border-left: 2px solid #ee6d57;
  margin-bottom: 10px;
  padding-left: 5px;
}
/* line 123, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-content p {
  padding: 0px;
  margin: 0px;
}
/* line 127, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .panel-content p:first-child {
  font-weight: bold;
}
/* line 136, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .efc-details h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px;
}
/* line 142, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .efc-details h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  color: black;
  padding: 0;
  margin: 0;
}
/* line 149, ../../app/assets/stylesheets/partials/_panels.css.scss */
.summary .efc-details p {
  padding-top: 10px;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
/* line 160, ../../app/assets/stylesheets/partials/_panels.css.scss */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* line 164, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default {
  width: 610px;
  border: none;
  box-shadow: none;
}
/* line 168, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-heading {
  border-bottom: solid 2px #2c4451;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  vertical-align: bottom;
  padding: 0;
}
/* line 174, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-heading .links {
  float: right;
}
/* line 176, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-heading .links > * {
  margin-left: 40px;
  font-size: 14px;
}
/* line 182, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body {
  margin-bottom: 30px;
  padding: 0px;
  background: #e9eced;
}
/* line 186, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .row, .fieldset-default .fieldset-body .actions {
  margin: 0px;
}
/* line 188, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .row .col-xs-6, .fieldset-default .fieldset-body .actions .col-xs-6 {
  padding: 0px;
}
/* line 190, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .form-group {
  padding: 20px;
  margin-bottom: 0px;
}
/* line 194, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .form-control {
  height: 44px;
  border-radius: 4px;
}
/* line 198, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-field {
  min-height: 84px;
}
/* line 200, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-field .padded {
  padding: 1em 2em !important;
}
/* line 204, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-multifield {
  background: #e9eced;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .fieldset-multifield:before, .fieldset-default .fieldset-body .fieldset-multifield:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .fieldset-multifield:after {
  clear: both;
}
/* line 207, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-multifield .multifield:first-child {
  padding-top: 20px;
}
/* line 210, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-multifield .multifield {
  padding: 10px 20px 0px 20px;
}
/* line 213, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-multifield a {
  float: right;
  padding: 20px 20px 20px 0px;
}
/* line 219, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .multi-select .select-box {
  height: 70px;
}
/* line 222, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .multi-select .row, .fieldset-default .fieldset-body .multi-select .actions {
  text-align: right;
  padding: 20px 15px 20px 0px;
}
/* line 227, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many {
  background: #e9eced;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many:before, .fieldset-default .fieldset-body .fieldset-autocomplete-many:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many:after {
  clear: both;
}
/* line 230, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many img {
  width: 30px;
  height: auto;
  opacity: 1.0;
}
/* line 235, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many img:hover {
  opacity: 0.5;
}
/* line 238, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many .form-group {
  height: 90px;
  padding: 20px 20px 10px 20px;
  border-bottom: 2px solid #ffffff;
}
/* line 243, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .fieldset-autocomplete-many .display-selection {
  height: 70px;
  padding: 20px 20px 10px 20px;
  border-bottom: 2px solid #ffffff;
}
/* line 250, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .split {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background: #e9eced;
  height: 60px;
  border-bottom: solid 1px #ffffff;
  position: relative;
}
/* line 257, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .split li {
  display: inline;
}
/* line 258, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .split *:not(date-picker-box) > .col-xs-6:first-child, .fieldset-default .fieldset-body .split date-picker-box:first-child .col-xs-6 {
  border-right: solid 2pt #ffffff;
}
/* line 261, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .split .col-xs-6:first-child, .fieldset-default .fieldset-body .split .col-xs-6:last-child {
  padding-top: 20px;
  padding-bottom: 18px;
}
/* line 266, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .focus-input-fields {
  background: #4cbcc7;
}
/* line 269, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields {
  background: #4cbcc7;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .address-fields:before, .fieldset-default .fieldset-body .address-fields:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .address-fields:after {
  clear: both;
}
/* line 273, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .address-field:first-child {
  width: 100%;
}
/* line 276, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .address-field:nth-child(3), .fieldset-default .fieldset-body .address-fields .address-field:nth-child(5) {
  margin-left: 20px;
}
/* line 279, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .address-field {
  display: inline;
  float: left;
  width: 275px;
  padding-bottom: 20px;
}
/* line 284, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .address-field span {
  padding-bottom: 10px;
}
/* line 286, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .row, .fieldset-default .fieldset-body .address-fields .actions {
  padding-bottom: 15px;
  padding-right: 20px;
  text-align: right;
  font-size: 14px;
}
/* line 291, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-fields .row a, .fieldset-default .fieldset-body .address-fields .actions a {
  color: #ffffff;
}
/* line 296, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields {
  background: #4cbcc7;
  overflow: hidden;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .repair-fields:before, .fieldset-default .fieldset-body .repair-fields:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .repair-fields:after {
  clear: both;
}
/* line 301, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields img {
  padding: 5px;
  width: 30px;
  height: auto;
}
/* line 306, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .col-md-6, .fieldset-default .fieldset-body .repair-fields .col-xs-10, .fieldset-default .fieldset-body .repair-fields .col-md-2, .fieldset-default .fieldset-body .repair-fields .col-xs-10 {
  padding: 0 5px;
}
/* line 309, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .col-md-2, .fieldset-default .fieldset-body .repair-fields .col-md-10 {
  padding: 0;
}
/* line 312, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link {
  text-align: right;
  margin-top: 5px;
  margin-right: 8px;
  padding-top: 5px;
  margin-top: 10px;
}
/* line 319, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link img {
  width: 30px;
  height: 30px;
}
/* line 323, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link a {
  color: white;
}
/* line 325, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link a span {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
/* line 331, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link a:hover, .fieldset-default .fieldset-body .repair-fields .option-link a:focus {
  color: #005962;
  text-decoration: none;
}
/* line 334, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .option-link a:hover span, .fieldset-default .fieldset-body .repair-fields .option-link a:focus span {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
/* line 342, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field {
  padding: 0 5px;
  margin-bottom: 15px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field:before, .fieldset-default .fieldset-body .repair-fields .repair-field:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field:after {
  clear: both;
}
/* line 346, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field label {
  font-weight: normal;
  color: white;
  display: block;
}
/* line 352, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field select {
  width: 100%;
}
/* line 355, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* line 361, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field .input-group span.input-group-addon {
  padding: 0 10px;
  border: none;
  background: #4cbcc7;
}
/* line 366, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field .input-group label {
  margin-bottom: 0;
}
/* line 370, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .repair-fields .repair-field .ng-invalid {
  border: solid 3px #ee6d57;
}
/* line 375, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-dropdown {
  background: #4cbcc7;
  border-top: solid 1px #95e0e7;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .address-dropdown:before, .fieldset-default .fieldset-body .address-dropdown:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .address-dropdown:after {
  clear: both;
}
/* line 381, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-dropdown .row, .fieldset-default .fieldset-body .address-dropdown .actions {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #95e0e7;
}
/* line 386, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-dropdown li {
  display: inline;
  color: #000000;
}
/* line 390, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .address-dropdown a {
  float: right;
  padding-right: 20px;
  color: #ffffff;
}
/* line 396, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-field {
  background: #4cbcc7;
  margin-bottom: 0 !important;
}
/* line 401, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-field .fieldset-field {
  background: #4cbcc7;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 406, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .date-display-box {
  font-size: 14px;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .date-display-box:before, .fieldset-default .fieldset-body .date-display-box:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .date-display-box:after {
  clear: both;
}
/* line 409, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .date-display-box span:first-child {
  margin: 0px;
  padding-left: 20px;
  text-align: left;
  float: left;
}
/* line 415, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .date-display-box span:last-child {
  margin-right: -95px;
  text-align: right;
  color: #4cbcc7;
}
/* line 420, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .date-display-box:hover {
  background: #e9eced !important;
}
/* line 422, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .display-panel {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}
/* line 424, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .display-panel .col-xs-6:first-child {
  text-align: left;
}
/* line 427, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .display-panel .col-xs-6:last-child {
  text-align: right;
}
/* line 432, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-dropdown {
  background: #4cbcc7;
  border-top: solid 1px #95e0e7;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .client-dropdown:before, .fieldset-default .fieldset-body .client-dropdown:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .client-dropdown:after {
  clear: both;
}
/* line 438, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-dropdown .row, .fieldset-default .fieldset-body .client-dropdown .actions {
  padding-top: 15px;
  border-bottom: solid 1px #95e0e7;
  height: 50px;
}
/* line 443, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-dropdown li {
  display: inline;
  padding-left: 20px;
  color: #000000;
}
/* line 448, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .client-dropdown a {
  float: right;
  padding-right: 20px;
  color: #ffffff;
}
/* line 15, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .input-amount:before, .fieldset-default .fieldset-body .input-amount:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.fieldset-default .fieldset-body .input-amount:after {
  clear: both;
}
/* line 456, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .input-amount input[type=radio] {
  width: 20px;
  display: inline;
  box-shadow: none;
  vertical-align: top;
  margin-top: 0px;
}
/* line 463, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .input-amount label {
  padding: 12px 20px 0px 15px;
}
/* line 466, ../../app/assets/stylesheets/partials/_panels.css.scss */
.fieldset-default .fieldset-body .input-amount .deductible-wrapper {
  width: 425px;
  display: inline;
  float: right;
}

/* line 475, ../../app/assets/stylesheets/partials/_panels.css.scss */
.panel-footer-detached {
  padding: 20px 0;
  background-color: white;
}

/* line 480, ../../app/assets/stylesheets/partials/_panels.css.scss */
.add-another {
  text-align: right;
}
/* line 482, ../../app/assets/stylesheets/partials/_panels.css.scss */
.add-another span {
  vertical-align: middle;
}
/* line 483, ../../app/assets/stylesheets/partials/_panels.css.scss */
.add-another .img-container {
  display: inline;
}
/* line 485, ../../app/assets/stylesheets/partials/_panels.css.scss */
.add-another .img-container img {
  padding: 5px;
  width: 30px;
  height: auto;
}

/* line 493, ../../app/assets/stylesheets/partials/_panels.css.scss */
.month-year-form select {
  width: 48%;
  display: inline;
}
/* line 497, ../../app/assets/stylesheets/partials/_panels.css.scss */
.month-year-form select:last-child {
  margin-left: 2%;
}

/* line 501, ../../app/assets/stylesheets/partials/_panels.css.scss */
.dropdown-menu .active {
  background-color: #B2E2E7;
  color: #f2f2f2;
}

/* line 505, ../../app/assets/stylesheets/partials/_panels.css.scss */
ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  cursor: default;
}
/* line 513, ../../app/assets/stylesheets/partials/_panels.css.scss */
ul.ui-autocomplete li {
  background-color: #FFF;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 0;
}
/* line 518, ../../app/assets/stylesheets/partials/_panels.css.scss */
ul.ui-autocomplete li a {
  color: #000;
  display: block;
  padding: 3px;
}
/* line 523, ../../app/assets/stylesheets/partials/_panels.css.scss */
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active {
  background-color: #FFFCB2;
}

/* line 529, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel {
  padding: 0 15px;
}
/* line 531, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel #file-breadcrumb {
  margin-bottom: 10px;
  display: inline-block;
}
/* line 534, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel #file-breadcrumb h3 {
  display: inline;
  padding: 0 2px;
}
/* line 538, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel #file-breadcrumb h3:first-child {
  padding: 0px;
}
/* line 542, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel ul {
  padding: 0 15px;
}
/* line 544, ../../app/assets/stylesheets/partials/_panels.css.scss */
.static-files-panel ul li {
  list-style-type: none;
}

/* line 549, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel {
  margin-top: 70px;
  background-color: transparent;
}
/* line 552, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-heading {
  padding: 30px;
  background-color: #009faf;
  color: white;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}
/* line 558, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-heading small, .security-panel .security-panel-heading .small {
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
/* line 561, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-heading .small {
  margin-top: 7px;
}
/* line 565, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body {
  padding: 30px;
  background-color: #e9eced;
}
/* line 568, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body label {
  margin-bottom: 10px;
}
/* line 571, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body .extras {
  margin-top: 30px;
}
/* line 573, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body .extras label {
  left: 0px;
  margin-bottom: 0px;
}
/* line 577, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body .extras a {
  color: #009faf;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
/* line 582, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-body .form-group {
  margin-bottom: 20px;
}
/* line 586, ../../app/assets/stylesheets/partials/_panels.css.scss */
.security-panel .security-panel-actions {
  margin-top: 30px;
}

/* line 1, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar {
  top: 40px;
  left: 0px;
  z-index: 10;
  width: 206px;
  background: #2c4451;
}
/* line 7, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar + div {
  margin-left: 206px;
}

@media (min-width: 992px) and (max-width: 1166px) {
  /* line 13, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
  .sidebar {
    top: 80px;
  }
}
/* line 18, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 25, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-nav {
  position: absolute;
  width: inherit;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  border-bottom: 1px solid #3d5866;
}
/* line 32, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-nav.active {
  background: #3d5866;
}

/* line 37, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block {
  position: relative;
  height: 76px;
  border-top: 1px solid #3d5866;
  text-indent: 26px;
  color: #ffffff;
  cursor: pointer;
}
/* line 43, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: sans-serif;
  padding-top: 16px;
  margin: 0px;
}
/* line 47, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block h3:hover {
  cursor: pointer;
}
/* line 51, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block ul {
  list-style: none;
  padding-left: 0;
}
/* line 55, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block li {
  padding-top: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: sans-serif;
}
/* line 59, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block a {
  text-decoration: none;
  color: #ffffff;
}
/* line 63, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block.active {
  background: #3d5866;
}
/* line 67, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block .dropdown-header:hover {
  cursor: pointer;
}
/* line 71, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block .hidden-list {
  display: none;
}
/* line 74, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block.activetab {
  background: #3d5866;
}
/* line 78, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-block.auto-height {
  height: auto;
}

/* line 83, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.report-sidebar-top {
  background: #3d5866;
  padding: 15px 0 23px 20px;
  color: white;
}

/* line 89, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
#columnToggle {
  padding-left: 20px;
  padding-bottom: 65px;
}

/* line 94, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
a.report-column-toggle {
  color: #7997a8;
}

/* line 98, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
a.report-column-toggle:hover {
  color: #009faf;
  text-decoration: none;
}

/* line 103, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.column-checkbox {
  color: white;
  font-size: 12px;
  padding: 5px 0;
}
/* line 107, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.column-checkbox input[type=checkbox] + label {
  margin-right: 20px;
}

/* line 111, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.compact {
  height: 50px !important;
}
/* line 112, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.compact h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: sans-serif;
}

/* line 117, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-label {
  background: #65b09c;
  min-height: 55px;
  padding-bottom: 10px;
  cursor: default;
}
/* line 121, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-label h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: sans-serif;
  padding: 0px;
}
/* line 125, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.sidebar-label h3 {
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  padding: 0px;
  margin-top: -5px;
}

/* line 132, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.nested {
  height: 100%;
  cursor: default;
}
/* line 133, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.nested h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: sans-serif;
  padding-bottom: 10px;
}
/* line 137, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.nested li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: sans-serif;
  padding: 5px 0px 5px 20px;
}
/* line 140, ../../app/assets/stylesheets/partials/_sidebars.css.scss */
.nested li.active {
  background: #546b77;
}

/* line 2, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table thead th {
  color: #ee6d57;
}
/* line 12, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table a {
  color: #009faf;
}
/* line 16, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table tr.bold td:first-child {
  @extent .text-uppercase;
  color: #ee6d57;
  font-weight: bold;
}
/* line 21, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table tr.bold td {
  background-color: white !important;
  font-weight: bold;
}

/* line 28, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-fixed {
  table-layout: fixed;
}

/* line 33, ../../app/assets/stylesheets/partials/_tables.css.scss */
.row.small-padding-table table tr td:not(:first-child), .small-padding-table.actions table tr td:not(:first-child) {
  padding-left: 15px;
}

/* Datatables overrides */
/* line 40, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.dataTable > tbody > tr > td {
  padding-left: 18px;
}

/* line 44, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.dataTable thead .sorting {
  background-position: left center;
}

/* line 48, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.dataTable thead .sorting_asc {
  background-position: left center;
}

/* line 52, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.dataTable thead .sorting_desc {
  background-position: left center;
}

/* line 56, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.dataTable tfoot > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 62, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.claim-table .peril-td {
  max-width: 170px;
}

/* line 68, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-summary th, table.estimate-summary th {
  width: 18%;
  font-weight: 400;
}
/* line 72, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-summary td, table.estimate-summary td {
  font-size: 12px;
}
/* line 75, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-summary .supplement hr, table.estimate-summary .supplement hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 79, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-summary.table-striped > tbody > tr:nth-child(even) hr, table.table-striped.estimate-summary > tbody > tr:nth-child(even) hr {
  border-top: 1px solid white;
}

/* line 85, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary {
  margin: 0;
}
/* line 88, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary .line-item-link-header {
  min-width: 225px;
}
/* line 91, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary th {
  width: 125px;
}
/* line 95, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table {
  background-color: transparent;
}
/* line 98, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table td {
  width: 140px;
  border: 0;
}
/* line 103, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table .pwi {
  padding-left: 10px;
}
/* line 107, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table .ipe {
  padding-left: 20px;
}
/* line 111, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table .line-item-links {
  min-width: 225px;
}
/* line 113, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table .line-item-links a {
  margin-right: 10px;
}
/* line 115, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.estimate-summary.sub-table .line-item-links a[data-method="delete"] {
  color: #ee6d57;
}

/* line 124, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-breakdown th {
  width: 18%;
  font-weight: 400;
}
/* line 128, ../../app/assets/stylesheets/partials/_tables.css.scss */
table.efc-breakdown td {
  font-size: 12px;
}

/* line 135, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #e9eced;
}
/* line 137, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped > tbody > tr:nth-child(even) > td.success,
.table-striped > tbody > tr:nth-child(even) > th.success {
  background-color: #ee6d57;
}

/* line 142, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}
/* line 144, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped > tbody > tr:nth-child(odd) > td.success,
.table-striped > tbody > tr:nth-child(odd) > th.success {
  background-color: #ee6d57;
}

/* line 149, ../../app/assets/stylesheets/partials/_tables.css.scss */
.odd-row {
  background-color: #e9eced;
}

/* line 152, ../../app/assets/stylesheets/partials/_tables.css.scss */
.even-row {
  background-color: white;
}

/* line 157, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#todo-list {
  -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
}
/* line 162, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#todo-list th {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  color: white;
  background-color: #009faf;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
/* line 172, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#todo-list a.action {
  color: #ee6d57;
  text-decoration: none;
}

/* line 180, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped#todo-list > tbody > tr:nth-child(even) > td,
.table-striped#todo-list > tbody > tr:nth-child(even) > th {
  background-color: white;
}

/* line 184, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped#todo-list > tbody > tr:nth-child(odd) > td,
.table-striped#todo-list > tbody > tr:nth-child(odd) > th {
  background-color: #eaf1f4;
}

/* line 188, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#sent-list {
  -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.5);
}
/* line 193, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#sent-list th {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  color: white;
  background-color: #009faf;
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
/* line 203, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table#sent-list a.action {
  color: #ee6d57;
  text-decoration: none;
}

/* line 211, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped#sent-list > tbody > tr:nth-child(even) > td,
.table-striped#sent-list > tbody > tr:nth-child(even) > th {
  background-color: white;
}

/* line 215, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-striped#sent-list > tbody > tr:nth-child(odd) > td,
.table-striped#sent-list > tbody > tr:nth-child(odd) > th {
  background-color: #eaf1f4;
}

/* line 219, ../../app/assets/stylesheets/partials/_tables.css.scss */
td.view-disbursement {
  text-align: right;
}
/* line 221, ../../app/assets/stylesheets/partials/_tables.css.scss */
td.view-disbursement a {
  padding-right: 30px;
}

/* line 226, ../../app/assets/stylesheets/partials/_tables.css.scss */
.table-scroll {
  position: relative;
  width: 100%;
  overflow: scroll;
}

/* line 1, ../../app/assets/stylesheets/partials/_trees.css.scss */
.tree {
  padding-left: 10px;
  border-left: 2px solid #009faf;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 6, ../../app/assets/stylesheets/partials/_trees.css.scss */
.tree.level-even {
  border-left: 2px solid #ee6d57;
}
/* line 8, ../../app/assets/stylesheets/partials/_trees.css.scss */
.tree.level-even > .entry {
  background: url(carrot_right.png) no-repeat left;
}

/* line 14, ../../app/assets/stylesheets/partials/_trees.css.scss */
.tree-container {
  margin-left: -25px;
}

/* line 18, ../../app/assets/stylesheets/partials/_trees.css.scss */
.col1, .col2, .col3 {
  display: table-cell;
  padding-right: 80px;
}

/* line 23, ../../app/assets/stylesheets/partials/_trees.css.scss */
.entry {
  position: relative;
  padding-left: 15px;
  background: url(blue_carrot.png) no-repeat left;
}
/* line 27, ../../app/assets/stylesheets/partials/_trees.css.scss */
.entry .terminated-user {
  text-decoration: line-through;
}

/* line 32, ../../app/assets/stylesheets/partials/_trees.css.scss */
.col1 {
  box-sizing: border-box;
}

/* line 1, ../../app/assets/stylesheets/partials/_typography.css.scss */
i {
  font-weight: 300;
  font-style: normal;
}

/* line 6, ../../app/assets/stylesheets/partials/_typography.css.scss */
.h4-big {
  font-size: 16px;
}

/* line 10, ../../app/assets/stylesheets/partials/_typography.css.scss */
.glyphicon-calendar {
  padding-left: 10px;
}

/* line 14, ../../app/assets/stylesheets/partials/_typography.css.scss */
a.action {
  color: #ee6d57;
}

/* line 18, ../../app/assets/stylesheets/partials/_typography.css.scss */
.semibold {
  font-weight: 600;
}

/* line 22, ../../app/assets/stylesheets/partials/_typography.css.scss */
.bold {
  font-weight: 700;
}

/* line 26, ../../app/assets/stylesheets/partials/_typography.css.scss */
.sans-serif {
  font-family: "Open Sans", sans-serif;
}

/* line 30, ../../app/assets/stylesheets/partials/_typography.css.scss */
.serif {
  font-family: "Quicksand", Arial, sans-serif;
}

/* line 34, ../../app/assets/stylesheets/partials/_typography.css.scss */
.metro-blue {
  color: #009faf;
}

/* line 38, ../../app/assets/stylesheets/partials/_typography.css.scss */
.metro-coral {
  color: #ee6d57;
}

/* line 42, ../../app/assets/stylesheets/partials/_typography.css.scss */
.metro-green {
  color: #65b09c;
}

/* line 46, ../../app/assets/stylesheets/partials/_typography.css.scss */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 52, ../../app/assets/stylesheets/partials/_typography.css.scss */
.unavailable {
  color: red;
}

/* Constrainers
 * This wrapper restricts the width of its contents to
 * a maximum value.
 */
/* line 6, ../../app/assets/stylesheets/partials/_wrappers.css.scss */
.constrainer-400 {
  position: relative;
  max-width: 400px;
}

/* line 6, ../../app/assets/stylesheets/partials/_wrappers.css.scss */
.constrainer-860 {
  position: relative;
  max-width: 860px;
}

/* line 6, ../../app/assets/stylesheets/partials/_wrappers.css.scss */
.constrainer-1000 {
  position: relative;
  max-width: 1000px;
}

/* line 1, ../../app/assets/stylesheets/pages/_files.css.scss */
.thumbnail-filters {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dddddd;
  height: 45px;
}

/* line 9, ../../app/assets/stylesheets/pages/_files.css.scss */
.file-panel {
  margin: 0 0 0 40px;
  width: 90%;
}

/* line 14, ../../app/assets/stylesheets/pages/_files.css.scss */
.file-title {
  font-size: 18px;
}

/* line 18, ../../app/assets/stylesheets/pages/_files.css.scss */
.file-type-title {
  color: #65b09c;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans";
  padding-right: 20px;
  padding-top: 10px;
}

/* line 27, ../../app/assets/stylesheets/pages/_files.css.scss */
.file-type-count {
  color: #65b09c;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans";
  display: inline;
}

/* line 35, ../../app/assets/stylesheets/pages/_files.css.scss */
.preview {
  margin: 20px 0;
}
/* line 37, ../../app/assets/stylesheets/pages/_files.css.scss */
.preview > * {
  display: block;
  margin: 0 auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/assets/default_images/medium/processing.png");
}

/* line 47, ../../app/assets/stylesheets/pages/_files.css.scss */
.preview-letters {
  margin: 20px 0;
}
/* line 49, ../../app/assets/stylesheets/pages/_files.css.scss */
.preview-letters > * {
  display: block;
  margin: 0 auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/assets/default_images/medium/processing_no_refresh.png");
}

/* line 59, ../../app/assets/stylesheets/pages/_files.css.scss */
a.thumbnail-link {
  color: #ee6d57;
}

/* line 63, ../../app/assets/stylesheets/pages/_files.css.scss */
a.thumbnail-sort.sort-inactive {
  color: gray;
}

/* line 67, ../../app/assets/stylesheets/pages/_files.css.scss */
a.thumbnail-link:hover {
  text-decoration: none;
}

/* line 71, ../../app/assets/stylesheets/pages/_files.css.scss */
.filter-dropdown {
  background-color: white;
  height: 35px;
  width: auto;
  font-size: 13px;
  margin: 0 25px 0 3px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  padding: 7px;
  color: #009faf;
}

/* line 84, ../../app/assets/stylesheets/pages/_files.css.scss */
.view-all a {
  color: #ee6d57;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans";
}

/* line 92, ../../app/assets/stylesheets/pages/_files.css.scss */
.attachment_checkbox {
  position: absolute;
  top: 97%;
  background-color: #eee;
  width: 100%;
  padding: 3px;
}

/* line 100, ../../app/assets/stylesheets/pages/_files.css.scss */
.attachment_checkbox input {
  display: block !important;
  outline: 1px solid #000000;
}

/* line 5, ../../app/assets/stylesheets/pages/_pages.css.scss */
td.files {
  padding: 0 !important;
}

/* line 8, ../../app/assets/stylesheets/pages/_pages.css.scss */
a.sub-directory {
  display: inline-block;
  padding: 8px;
}
/* line 12, ../../app/assets/stylesheets/pages/_pages.css.scss */
a.sub-directory .glyphicon {
  font-size: 10px;
  margin-right: 3px;
}

/* line 17, ../../app/assets/stylesheets/pages/_pages.css.scss */
.directory-content {
  display: none;
  background-color: white;
  padding: 0 0 10px 30px;
}
/* line 21, ../../app/assets/stylesheets/pages/_pages.css.scss */
.directory-content ul {
  padding-left: 8px !important;
  margin-bottom: 0;
}
/* line 25, ../../app/assets/stylesheets/pages/_pages.css.scss */
.directory-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  list-style-type: none;
}
/* line 30, ../../app/assets/stylesheets/pages/_pages.css.scss */
.directory-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 37, ../../app/assets/stylesheets/pages/_pages.css.scss */
.office-directory-content {
  display: none;
}

/* line 41, ../../app/assets/stylesheets/pages/_pages.css.scss */
.dashboard-header-font {
  font-size: 13px;
}

/* line 45, ../../app/assets/stylesheets/pages/_pages.css.scss */
ul.custom-list {
  list-style: none;
  margin-top: 10px;
}

/* line 49, ../../app/assets/stylesheets/pages/_pages.css.scss */
.custom-list li {
  display: inline-block;
  border-right: 2px solid #757575;
}

/* line 54, ../../app/assets/stylesheets/pages/_pages.css.scss */
ul.custom-list li:last-child {
  border-right: 0;
}

/* line 58, ../../app/assets/stylesheets/pages/_pages.css.scss */
ul.custom-list li a {
  display: inline-block;
  padding: 2px 10px;
  color: #9C9C9C;
  font-size: 13px;
}

/* line 66, ../../app/assets/stylesheets/pages/_pages.css.scss */
ul.custom-list li a:hover,
ul.custom-list li a:focus {
  text-decoration: none;
}

/* line 69, ../../app/assets/stylesheets/pages/_pages.css.scss */
ul.custom-list li a.active {
  color: #009FAF;
}

/* line 73, ../../app/assets/stylesheets/pages/_pages.css.scss */
.padding-0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 78, ../../app/assets/stylesheets/pages/_pages.css.scss */
.red {
  background-color: rgba(255, 0, 0, 0.2);
}

/* line 82, ../../app/assets/stylesheets/pages/_pages.css.scss */
.black {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 86, ../../app/assets/stylesheets/pages/_pages.css.scss */
.green {
  background-color: rgba(0, 255, 0, 0.2);
}

/* line 90, ../../app/assets/stylesheets/pages/_pages.css.scss */
tr.border td {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
}

/* line 94, ../../app/assets/stylesheets/pages/_pages.css.scss */
#downline-report-results_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* line 101, ../../app/assets/stylesheets/pages/_pages.css.scss */
table#downline-report-results thead + thead tr th {
  color: black;
}
/* line 105, ../../app/assets/stylesheets/pages/_pages.css.scss */
table#downline-report-results tr td {
  white-space: nowrap;
}
/* line 107, ../../app/assets/stylesheets/pages/_pages.css.scss */
table#downline-report-results tr td.representative.representative-terminated {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1, ../../app/assets/stylesheets/pages/_reports.css.scss */
div#reports_filter input {
  margin-left: 10px;
}

/* line 5, ../../app/assets/stylesheets/pages/_reports.css.scss */
div#reports_length select {
  margin: 0 5px;
  padding: 5px 0;
}

/* line 10, ../../app/assets/stylesheets/pages/_reports.css.scss */
div.query-form-footer {
  border-top: 1px solid #009faf;
  padding-top: 10px;
  width: 100%;
}

/* Overrides of RQB styles */
/* line 17, ../../app/assets/stylesheets/pages/_reports.css.scss */
table.rqbComparison {
  display: block;
  padding: 8px;
  border: 2px solid #333333;
  background-color: #eef0f1;
  margin: 15px 0 15px 10px;
}

/* line 25, ../../app/assets/stylesheets/pages/_reports.css.scss */
#rqb select {
  background-color: white;
  height: 35px;
  width: auto;
  font-size: 13px;
  margin: 0 3px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  padding: 7px;
}

/* line 36, ../../app/assets/stylesheets/pages/_reports.css.scss */
#rqb input {
  background-color: white;
  height: 35px;
  width: auto;
  font-size: 13px;
  margin: 0 3px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  padding-left: 7px;
}

/* line 47, ../../app/assets/stylesheets/pages/_reports.css.scss */
.gwt-Button {
  margin: 0 2px;
  background: #009faf;
  color: white;
  font-size: 20px;
  border: none;
  width: 35px;
  height: 35px;
}

/* Add condition button */
/* line 58, ../../app/assets/stylesheets/pages/_reports.css.scss */
#rqb > div > div > table tr:nth-child(2) > td > .gwt-Button {
  margin-top: 10px;
  width: auto;
  padding: 10px 30px;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 45px;
}

/* line 69, ../../app/assets/stylesheets/pages/_reports.css.scss */
.gwt-Button:hover {
  border: none;
  background: #2c4451;
}

/* line 74, ../../app/assets/stylesheets/pages/_reports.css.scss */
.rqbAndOrOpUpper {
  border-style: solid;
  border-color: black;
  border-width: 2px 0 2px 2px;
  border-radius: 0;
  width: 3.3em;
  position: absolute;
  z-index: -1;
  margin-left: 2.5em;
}

/* line 85, ../../app/assets/stylesheets/pages/_reports.css.scss */
.rqbAndOrOpContainer {
  position: relative;
  width: 4.8em;
}

/* line 90, ../../app/assets/stylesheets/pages/_reports.css.scss */
.rqbAndOrOp {
  position: absolute;
}

/* line 94, ../../app/assets/stylesheets/pages/_reports.css.scss */
.office_roster td {
  border-bottom: 1px solid #dddddd;
  width: 50%;
}

/* line 99, ../../app/assets/stylesheets/pages/_reports.css.scss */
.office_roster td:first-child {
  border-top: 0px solid #dddddd;
}

/* line 104, ../../app/assets/stylesheets/pages/_reports.css.scss */
tr.group,
tr.group:hover {
  background-color: #ddd !important;
}

/* line 108, ../../app/assets/stylesheets/pages/_reports.css.scss */
tr td.debit {
  color: #ee6d57;
}

/* line 112, ../../app/assets/stylesheets/pages/_reports.css.scss */
.margin-left-button {
  margin-left: 5px;
}
