@charset "UTF-8";
/* line 3, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar .logo-img {
  margin: 10px 20px;
  background-size: contain;
  width: 150px !important;
}
/* line 9, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar ul {
  padding: 0;
  margin-top: 50px;
}
/* line 13, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar ul li {
  border-bottom: 1px solid #ddd;
}
/* line 16, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar ul li:first-child {
  border-top: 1px solid #ddd;
}
/* line 20, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar ul li a {
  padding: 20px 20px;
  display: block;
  color: #000;
  text-transform: uppercase;
}
/* line 26, /app/app/assets/stylesheets/admin.scss */
.admin .sidebar ul li a:hover, .admin .sidebar ul li a:focus, .admin .sidebar ul li a.selected {
  background-color: #777;
  color: #fff;
  text-decoration: none;
}
/* line 37, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .dropdown-menu {
  right: 0;
  left: initial;
}
/* line 41, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .dropdown-menu li a {
  padding: 10px;
}
/* line 45, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .dropdown-menu .fa {
  margin-right: 12px;
}
/* line 50, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .status-message {
  position: fixed;
  top: 4px;
  width: 40%;
  left: 30%;
  z-index: 1051;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* line 59, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .btn {
  float: right;
  margin: 0 5px;
}
/* line 63, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .btn.btn-primary {
  padding: 6px 12px;
}
/* line 68, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-block {
  display: inline-block;
}
/* line 71, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-block label {
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  margin-left: 10px;
}
/* line 79, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-block input {
  max-width: 130px;
  font-size: 14px;
}
/* line 86, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter h4 {
  padding: 10px 10px 0;
  margin-bottom: 0;
}
/* line 91, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter .btn-primary {
  margin-top: 30px;
}
/* line 95, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter #search {
  width: 180px;
}
/* line 99, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter input, .admin .admin-content .filter select {
  height: 35.5px;
  border-radius: 0.25rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 1px 2px rgba(68, 68, 68, 0.2);
}
/* line 106, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content label {
  margin-top: 8px;
}
/* line 110, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .form-control {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 116, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content select.form-control {
  height: 35.5px;
}
/* line 120, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .update-results-text {
  padding-top: 100px;
  text-align: center;
  font-size: 18px;
}
/* line 126, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results {
  padding-top: 170px;
}
/* line 131, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results th.sortable, .admin .admin-content .admin-table th.sortable {
  cursor: pointer;
}
/* line 135, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results th.sort, .admin .admin-content .admin-table th.sort {
  background-color: #ddd;
}
/* line 139, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results th.asc:after, .admin .admin-content .admin-table th.asc:after {
  content: '▲';
  float: right;
}
/* line 144, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results th.desc:after, .admin .admin-content .admin-table th.desc:after {
  content: '▼';
  float: right;
}
/* line 150, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .ellipsis, .admin .admin-content .admin-table table .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 156, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table ul.actions, .admin .admin-content .admin-table table ul.actions {
  list-style: none;
}
/* line 158, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table ul.actions li, .admin .admin-content .admin-table table ul.actions li {
  float: right;
}
/* line 161, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .project-label, .admin .admin-content .filter-results table .subscription-status, .admin .admin-content .admin-table table .project-label, .admin .admin-content .admin-table table .subscription-status {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 167, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .label, .admin .admin-content .admin-table table .label {
  font-size: 100%;
}
/* line 171, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .subscription-status .label, .admin .admin-content .admin-table table .subscription-status .label {
  font-size: 67%;
}
/* line 175, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .status, .admin .admin-content .admin-table table .status {
  color: #aaa;
  font-size: 60%;
  text-align: center;
  margin-top: 2px;
  text-transform: uppercase;
}
/* line 183, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .progress, .admin .admin-content .admin-table table .progress {
  height: 5px;
  margin-bottom: 0px;
}
/* line 188, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .dropdown-menu, .admin .admin-content .admin-table table .dropdown-menu {
  padding: 0;
}
/* line 191, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .dropdown-menu li, .admin .admin-content .admin-table table .dropdown-menu li {
  padding: 0;
}
/* line 194, /app/app/assets/stylesheets/admin.scss */
.admin .admin-content .filter-results table .dropdown-menu li a, .admin .admin-content .admin-table table .dropdown-menu li a {
  padding: 10px 20px;
}
@media (max-width: 1256px) {
  /* line 203, /app/app/assets/stylesheets/admin.scss */
  .admin .admin-content .filter-results {
    padding-top: 240px;
  }
}
@media (max-width: 764px) {
  /* line 209, /app/app/assets/stylesheets/admin.scss */
  .admin .admin-content .filter-results {
    padding-top: 280px;
  }
}

/* line 217, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup, #dashboard .popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
  max-height: 40vh;
  overflow: auto;
  font-size: 0.8rem;
}
/* line 232, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup:after, .project-modal .popup:before, #dashboard .popup:after, #dashboard .popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 241, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup:after, #dashboard .popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
/* line 247, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup:before, #dashboard .popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
/* line 253, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup-closer, #dashboard .popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
/* line 259, /app/app/assets/stylesheets/admin.scss */
.project-modal .popup-closer:after, #dashboard .popup-closer:after {
  content: "✖";
}

/* line 265, /app/app/assets/stylesheets/admin.scss */
.user-modal .modal-dialog {
  min-width: 50vw;
}
/* line 269, /app/app/assets/stylesheets/admin.scss */
.user-modal .table-wrapper.disabled {
  opacity: 0.4;
  pointer-events: none;
}
/* line 1, /app/app/assets/stylesheets/farm.scss */
.container-fluid.fields-wrapper {
  padding: 0 30px;
}
/* line 4, /app/app/assets/stylesheets/farm.scss */
.container-fluid.fields-wrapper h3 {
  margin: 10px 20px 20px;
  display: inline-block;
  font-size: 24px;
}
/* line 10, /app/app/assets/stylesheets/farm.scss */
.container-fluid.fields-wrapper .share-farm-toggle {
  font-size: 16px;
  color: #00a6cc;
  text-decoration: none;
}
/* line 15, /app/app/assets/stylesheets/farm.scss */
.container-fluid.fields-wrapper .share-farm-toggle:hover {
  color: #018dad;
  text-decoration: underline;
}
/* line 21, /app/app/assets/stylesheets/farm.scss */
.container-fluid.fields-wrapper p {
  margin-left: 20px;
  font-size: 16px;
}

/* line 28, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog .create-share-link {
  display: block;
  margin: 20px auto;
}
/* line 33, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog #shared-with-users li {
  margin-bottom: 20px;
}
/* line 36, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog #shared-with-users li a {
  margin-left: 5px;
}
/* line 42, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog .give-farm-access p {
  margin-bottom: 20px;
}
/* line 46, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog .give-farm-access .js-give-farm-access-wrapper {
  text-align: center;
}
/* line 50, /app/app/assets/stylesheets/farm.scss */
#share-farm-dialog .give-farm-access .alert {
  margin: 20px 0 0;
}

/* line 57, /app/app/assets/stylesheets/farm.scss */
#new_farm hr {
  margin: 50px 0 30px 0;
}
/* line 61, /app/app/assets/stylesheets/farm.scss */
#new_farm h4 {
  margin-bottom: 20px;
}

/* line 66, /app/app/assets/stylesheets/farm.scss */
.latest-projects {
  margin-top: 60px;
}
/* line 69, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
  background-color: #fafafa;
}
/* line 75, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul li {
  padding: 15px 20px;
  border: 1px solid #efefef;
}
/* line 79, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul li:hover {
  background-color: #eff0f1;
}
/* line 84, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul li.projects-show-all {
  text-align: center;
}
/* line 88, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul .project-status-actions {
  text-align: left;
}
/* line 92, /app/app/assets/stylesheets/farm.scss */
.latest-projects ul .new-project-wrapper {
  text-align: right;
}

/* line 98, /app/app/assets/stylesheets/farm.scss */
.farm-selector {
  margin-top: 5px !important;
  padding-top: 0 !important;
  max-height: 600px;
  min-width: 300px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 106, /app/app/assets/stylesheets/farm.scss */
.farm-selector .header {
  background-color: #f5f5f5;
  padding: 10px 20px;
}
/* line 110, /app/app/assets/stylesheets/farm.scss */
.farm-selector .header .title {
  margin-top: 5px;
}
/* line 114, /app/app/assets/stylesheets/farm.scss */
.farm-selector .header .new-farm-wrapper {
  text-align: right;
}
/* line 2, /app/app/assets/stylesheets/flight_plan.scss */
.flight-planner .mission-type a {
  font-size: 12px;
}
/* line 6, /app/app/assets/stylesheets/flight_plan.scss */
.flight-planner .slider {
  margin: 20px 0;
}
@font-face {
  font-family: 'Futura Std';
  src: url(/font/FuturaStd-Book.eot);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std';
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(/font/FuturaStd-Book.ttf) format("truetype"), url(/font/FuturaStd-Book.svg#FuturaStd-Book) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std';
  src: url(/font/FuturaStd-Heavy.eot);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std';
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(/font/FuturaStd-Heavy.ttf) format("truetype"), url(/font/FuturaStd-Heavy.svg#FuturaStd-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std';
  src: url(/font/FuturaStd-Medium.eot);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Std';
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(/font/FuturaStd-Medium.ttf) format("truetype"), url(/font/FuturaStd-Medium.svg#FuturaStd-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
/* line 49, /app/app/assets/stylesheets/fonts.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1, /app/app/assets/stylesheets/mapview.scss */
.project-mapview {
  max-height: 100%;
  background-color: none;
}
/* line 5, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown {
  display: inline;
}
/* line 8, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown li {
  border-bottom: 1px solid #efefef;
}
/* line 11, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown li a {
  padding: 7px 15px;
}
/* line 14, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown li a i {
  text-align: center;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
/* line 25, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown-menu h5 {
  margin-left: 8px;
}
/* line 29, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown-menu .dropdown-menu {
  top: calc(100% - 3px);
  left: -1px;
  border-radius: 0;
}
/* line 35, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown-menu .dropdown-submenu > .select-mode-menu {
  top: -100px;
  left: 0;
  width: 190px;
  border-radius: 0;
}
/* line 42, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .dropdown-menu .active a {
  background-color: #00a6cc;
  color: white;
}
/* line 48, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert {
  position: absolute;
  top: 60px;
  left: 340px;
  width: 50vw;
  height: 90px;
  z-index: 1000;
  padding: 0;
  text-align: left;
  border-radius: 0 4px 4px 0;
  background-color: white;
  color: #818181;
  border: none;
  font-size: 16px;
  transition-property: width, border;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  overflow: hidden;
}
/* line 67, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert strong {
  color: #444;
  margin-bottom: 16px;
  text-transform: uppercase;
}
/* line 73, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert .close {
  float: none;
  position: absolute;
  top: 10px;
  right: 16px;
}
/* line 80, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert .content::before {
  position: absolute;
  left: 22px;
  top: 24px;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 89, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert .content {
  padding: 15px 15px 15px 64px;
  width: calc(50vw - 100px);
  overflow: hidden;
}
/* line 95, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert.alert-danger {
  border-left: 8px solid #a94442;
}
/* line 97, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert.alert-danger .content::before {
  color: #a94442;
  content: '\f06a';
}
/* line 103, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert.alert-warning {
  border-left: 8px solid #8a6d3b;
}
/* line 105, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert.alert-warning .content::before {
  color: #8a6d3b;
  content: '\f06a';
}
/* line 111, /app/app/assets/stylesheets/mapview.scss */
.project-mapview .project-alert.alert.collapse {
  display: block;
  width: 0;
  border: none;
}

/* line 118, /app/app/assets/stylesheets/mapview.scss */
.toolbar {
  position: absolute;
  z-index: 1;
  min-height: 470px;
  width: 340px;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  margin-top: 60px;
}
/* line 127, /app/app/assets/stylesheets/mapview.scss */
.toolbar .header {
  padding: 15px 25px;
  position: relative;
  background-color: #fff;
}
/* line 132, /app/app/assets/stylesheets/mapview.scss */
.toolbar .header .project-name {
  font-size: 16px;
  color: #444444;
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 144, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab {
  float: left;
  text-align: center;
  padding: 15px;
  height: 90px;
  border-top: 2px solid #e6e6e6;
  background-color: #f9f9f9;
  color: rgba(129, 129, 129, 0.9);
  width: 30%;
}
/* line 154, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab:hover {
  cursor: pointer;
}
/* line 158, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.bordered {
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  width: 33.33%;
}
/* line 164, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.active {
  border-top: 2px solid #00a6cc;
  color: #00a6cc;
  background-color: #fff;
  border-bottom: none;
}
/* line 171, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/* line 176, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab .tab-name {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 182, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab .icon-ortho {
  background-image: url(/assets/orthophoto-4b763e665e807580289ccb0f24aeb15aaf0aca622eabd040825b8749f4298c67.svg);
  width: 35px;
  height: 17px;
  margin: 12px auto;
}
/* line 189, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.active .icon-ortho {
  background-image: url(/assets/orthophoto-active-e57e86b20a3eb80f051a77782ce24376a86c719e9fbfb0a60ab03cb7013498eb.svg);
}
/* line 193, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab .icon-analysis {
  background-image: url(/assets/analysis-8f1e21ef29834b2d24873aa899b041688796123e3ee4f8834212f2b8e0df6ed5.svg);
  width: 27px;
  height: 25px;
  margin: 7px auto;
}
/* line 200, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.active .icon-analysis {
  background-image: url(/assets/analysis-active-0e8bf6a41ded6bec761a949a165bcc7c2fd4cd07756cce1a69242790786bbc4e.svg);
}
/* line 204, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab .icon-export {
  background-image: url(/assets/export-3cc96ba8d3a64088792be1098d95cb475c2d987437b0f9aa907bcc6770055e33.svg);
  width: 18px;
  height: 24px;
  margin: 7px auto;
}
/* line 211, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tabs > .tab.active .icon-export {
  background-image: url(/assets/export-active-4bcdf13f712923b5c8c7bd6e204bafa7ae53a605a2eeab4081a02b612491fd75.svg);
}
/* line 217, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tab-content {
  display: none;
  background-color: #fff;
}
/* line 221, /app/app/assets/stylesheets/mapview.scss */
.toolbar .tab-content.active {
  display: block;
}
/* line 226, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content {
  clear: both;
  min-width: 280px;
  max-height: 100%;
}
/* line 231, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content select.form-control {
  height: 40px;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  box-shadow: none;
}
/* line 238, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  text-transform: uppercase;
  color: #444444;
  font-size: 16px;
}
/* line 246, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section .tool-message {
  text-transform: none;
  font-size: 85%;
  color: #6c6c6c;
}
/* line 252, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section .component {
  margin: 20px 0 20px 0;
}
/* line 256, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section .right {
  text-align: right;
}
/* line 260, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section .coming-soon {
  font-size: 12px;
  border: 1px solid #e1e1e1;
  color: rgba(129, 129, 129, 0.9);
  border-radius: 2px;
  padding: 5px 11px;
}
/* line 268, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.loader {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 274, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.dem .dem-colorscale {
  width: 100%;
  height: 18px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-image: url(/images/dem_colorscale.png);
  position: relative;
  font-size: 14px;
}
/* line 283, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.dem .dem-colorscale .min {
  position: absolute;
  left: -15px;
  top: 18px;
}
/* line 289, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.dem .dem-colorscale .max {
  position: absolute;
  right: -15px;
  top: 18px;
}
/* line 296, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.dem small {
  text-transform: none;
}
/* line 301, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.analysis {
  padding-bottom: 20px;
}
/* line 305, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export {
  min-height: 400px;
}
/* line 308, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export hr {
  margin: 20px 0;
}
/* line 312, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export h5 {
  margin: 10px 0;
}
/* line 316, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .input-group {
  width: 248px;
}
/* line 319, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .input-group .btn-download {
  width: 228px;
}
/* line 322, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .input-group .btn-download span {
  position: absolute;
  left: 45px;
}
/* line 327, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .input-group .btn-download small {
  position: absolute;
  left: 60px;
  bottom: 0;
}
/* line 335, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .btn-download {
  width: 265px;
  text-align: left;
  font-size: 16px;
  position: relative;
}
/* line 341, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .btn-download:focus {
  background-color: #fff;
  outline: none;
}
/* line 347, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .btn-primary {
  padding: 8px;
}
/* line 351, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-toggle {
  background-color: #fff;
  border: solid 2px #e6e6e6;
  border-left: none;
  margin: 9px 0 0 1px;
  padding: 13px 14px;
  border-radius: 0 5px 5px 0;
}
/* line 359, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-toggle i.fa-spinner {
  margin: -3px;
}
/* line 364, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
}
/* line 368, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-menu label {
  margin-right: 20px;
}
/* line 372, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-menu input {
  margin: 0 5px 0 0;
}
/* line 376, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .dropdown-menu select {
  margin: 0 0 20px 0;
}
/* line 381, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 386, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export ul a {
  padding-left: 0;
}
/* line 391, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file {
  position: relative;
  margin-top: 10px;
  padding: 5px 10px;
  border: solid 2px #e6e6e6;
  border-radius: 5px;
  text-transform: none;
}
/* line 399, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file img {
  width: 36px;
}
/* line 403, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file span {
  margin-left: 15px;
}
/* line 407, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file .download {
  position: absolute;
  top: 13px;
  right: 10px;
}
/* line 414, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file:hover {
  cursor: pointer;
  border: solid 2px #00a6cc;
}
/* line 419, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file.disabled, .toolbar .content .section.export .export-file:disabled {
  color: rgba(129, 129, 129, 0.9);
}
/* line 423, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .section.export .export-file.disabled:hover, .toolbar .content .section.export .export-file:disabled:hover {
  border: solid 2px #e6e6e6;
  cursor: default;
}
/* line 432, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .export-options label {
  margin-right: 20px;
}
/* line 436, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .export-options input {
  margin: 0 5px 0 0;
}
/* line 440, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .export-options select {
  margin: 0 0 20px 0;
}
/* line 446, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .custom-layers .new-custom-layer {
  margin-left: 10px;
}
/* line 451, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .custom-layers .layer a.delete {
  font-size: 110%;
  visibility: hidden;
  text-decoration: none;
  color: #818181;
}
/* line 458, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .custom-layers .layer:hover a.delete {
  visibility: visible;
}
/* line 464, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .tips-block {
  max-width: 297px;
  padding: 20px 25px;
  background-color: #fafafa;
}
/* line 470, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .project-meta {
  font-size: 12px;
}
/* line 473, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .project-meta td {
  padding: 0 2px 0 2px;
}
/* line 478, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .sub {
  font-size: 12px;
}
/* line 482, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .selected-index {
  background-color: #00a6cc;
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  border: 1px solid #2e6da4;
  border-radius: 2px;
  margin-top: -2px;
}
/* line 491, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .selected-index:hover {
  cursor: pointer;
  background-color: #018dad;
}
/* line 497, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu {
  position: relative;
}
/* line 501, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 511, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 515, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 529, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
/* line 533, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu.pull-left {
  float: none;
}
/* line 537, /app/app/assets/stylesheets/mapview.scss */
.toolbar .content .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 547, /app/app/assets/stylesheets/mapview.scss */
.clearfix {
  clear: both;
}

/* line 551, /app/app/assets/stylesheets/mapview.scss */
.crop-reset {
  font-size: 10px;
  letter-spacing: 0.2px;
  color: #00a6cc;
}

/* line 557, /app/app/assets/stylesheets/mapview.scss */
.ol-control.ol-attribution {
  background-color: transparent !important;
  color: transparent !important;
  right: unset !important;
  left: 0.5em;
  bottom: 2.2em;
}
/* line 563, /app/app/assets/stylesheets/mapview.scss */
.ol-control.ol-attribution button {
  background-color: transparent !important;
  color: transparent !important;
  display: inline-block;
  width: 65px;
  height: 20px;
  border: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODAuNDcgMjAuMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwLjQ3IDIwLjAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MC42O2ZpbGw6I0ZGRkZGRjtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3Qxe29wYWNpdHk6MC42O2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc5LjI5LDEzLjYxYzAsMC4xMS0wLjA5LDAuMi0wLjIsMC4yaC0xLjUzYy0wLjEyLDAtMC4yMy0wLjA2LTAuMjktMC4xNmwtMS4zNy0yLjI4bC0xLjM3LDIuMjhjLTAuMDYsMC4xLTAuMTcsMC4xNi0wLjI5LDAuMTZoLTEuNTNjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMS0wLjAzYy0wLjA5LTAuMDYtMC4xMi0wLjE4LTAuMDYtMC4yN2MwLDAsMCwwLDAsMGwyLjMxLTMuNWwtMi4yOC0zLjQ3Yy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMWMwLTAuMTEsMC4wOS0wLjIsMC4yLTAuMmgxLjUzYzAuMTIsMCwwLjIzLDAuMDYsMC4yOSwwLjE2bDEuMzQsMi4yNWwxLjMzLTIuMjRjMC4wNi0wLjEsMC4xNy0wLjE2LDAuMjktMC4xNmgxLjUzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMSwwLjAzYzAuMDksMC4wNiwwLjEyLDAuMTgsMC4wNiwwLjI3YzAsMCwwLDAsMCwwTDc2Ljk2LDEwbDIuMzEsMy41Qzc5LjI4LDEzLjUzLDc5LjI5LDEzLjU3LDc5LjI5LDEzLjYxeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My4wOSw5LjE2Yy0wLjM3LTEuNzktMS44Ny0zLjEyLTMuNjYtMy4xMmMtMC45OCwwLTEuOTMsMC40LTIuNiwxLjEyVjMuMzdjMC0wLjEyLTAuMS0wLjIyLTAuMjItMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjIsMC4xLTAuMjIsMC4yMnYxMC4yMWMwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMnYtMC43YzAuNjgsMC43MSwxLjYyLDEuMTIsMi42LDEuMTJjMS43OSwwLDMuMjktMS4zNCwzLjY2LTMuMTNDNjMuMjEsMTAuMyw2My4yMSw5LjcyLDYzLjA5LDkuMTZMNjMuMDksOS4xNnogTTU5LjEyLDEyLjQxYy0xLjI2LDAtMi4yOC0xLjA2LTIuMy0yLjM2VjkuOTljMC4wMi0xLjMxLDEuMDQtMi4zNiwyLjMtMi4zNnMyLjMsMS4wNywyLjMsMi4zOVM2MC4zOSwxMi40MSw1OS4xMiwxMi40MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjguMjYsNi4wNGMtMS44OS0wLjAxLTMuNTQsMS4yOS0zLjk2LDMuMTNjLTAuMTIsMC41Ni0wLjEyLDEuMTMsMCwxLjY5YzAuNDIsMS44NSwyLjA3LDMuMTYsMy45NywzLjE0YzIuMjQsMCw0LjA2LTEuNzgsNC4wNi0zLjk5UzcwLjUxLDYuMDQsNjguMjYsNi4wNHogTTY4LjI0LDEyLjQyYy0xLjI3LDAtMi4zLTEuMDctMi4zLTIuMzlzMS4wMy0yLjQsMi4zLTIuNHMyLjMsMS4wNywyLjMsMi4zOVM2OS41MSwxMi40MSw2OC4yNCwxMi40Mkw2OC4yNCwxMi40MnoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTkuMTIsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNjAuMzksNy42Myw1OS4xMiw3LjYzeiBNNTkuMTIsMTEuMjNjLTAuNiwwLTEuMDktMC41My0xLjExLTEuMTlWMTBjMC4wMS0wLjY2LDAuNTEtMS4xOSwxLjExLTEuMTlzMS4xMSwwLjU0LDEuMTEsMS4yMVM1OS43NCwxMS4yMyw1OS4xMiwxMS4yM3oiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNjguMjQsNy42M2MtMS4yNywwLTIuMywxLjA3LTIuMywyLjM5czEuMDMsMi4zOSwyLjMsMi4zOXMyLjMtMS4wNywyLjMtMi4zOVM2OS41MSw3LjYzLDY4LjI0LDcuNjN6IE02OC4yNCwxMS4yM2MtMC42MSwwLTEuMTEtMC41NC0xLjExLTEuMjFzMC41LTEuMiwxLjExLTEuMnMxLjExLDAuNTQsMS4xMSwxLjIxUzY4Ljg1LDExLjIzLDY4LjI0LDExLjIzeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My41Niw2LjI0aC0xLjMzYy0wLjEyLDAtMC4yMiwwLjEtMC4yMiwwLjIydjAuN2MtMC42OC0wLjcxLTEuNjItMS4xMi0yLjYtMS4xMmMtMi4wNywwLTMuNzUsMS43OC0zLjc1LDMuOTlzMS42OSwzLjk5LDMuNzUsMy45OWMwLjk5LDAsMS45My0wLjQxLDIuNi0xLjEzdjAuN2MwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMlY2LjQ0YzAtMC4xMS0wLjA5LTAuMjEtMC4yMS0wLjIxQzQzLjU3LDYuMjQsNDMuNTcsNi4yNCw0My41Niw2LjI0eiBNNDIuMDIsMTAuMDVjLTAuMDEsMS4zMS0xLjA0LDIuMzYtMi4zLDIuMzZzLTIuMy0xLjA3LTIuMy0yLjM5czEuMDMtMi40LDIuMjktMi40YzEuMjcsMCwyLjI4LDEuMDYsMi4zLDIuMzZMNDIuMDIsMTAuMDV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTM5LjcyLDcuNjNjLTEuMjcsMC0yLjMsMS4wNy0yLjMsMi4zOXMxLjAzLDIuMzksMi4zLDIuMzlzMi4yOC0xLjA2LDIuMy0yLjM2VjkuOTlDNDIsOC42OCw0MC45OCw3LjYzLDM5LjcyLDcuNjN6IE0zOC42MiwxMC4wMmMwLTAuNjcsMC41LTEuMjEsMS4xMS0xLjIxYzAuNjEsMCwxLjA5LDAuNTMsMS4xMSwxLjE5djAuMDRjLTAuMDEsMC42NS0wLjUsMS4xOC0xLjExLDEuMThTMzguNjIsMTAuNjgsMzguNjIsMTAuMDJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ5LjkxLDYuMDRjLTAuOTgsMC0xLjkzLDAuNC0yLjYsMS4xMlY2LjQ1YzAtMC4xMi0wLjEtMC4yMi0wLjIyLTAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLDAuMS0wLjIyLDAuMjJ2MTAuMjFjMCwwLjEyLDAuMSwwLjIyLDAuMjIsMC4yMmgxLjMzYzAuMTIsMCwwLjIyLTAuMSwwLjIyLTAuMjJ2LTMuNzhjMC42OCwwLjcxLDEuNjIsMS4xMiwyLjYxLDEuMTJjMi4wNywwLDMuNzUtMS43OCwzLjc1LTMuOTlTNTEuOTgsNi4wNCw0OS45MSw2LjA0eiBNNDkuNiwxMi40MmMtMS4yNiwwLTIuMjgtMS4wNi0yLjMtMi4zNlY5Ljk5YzAuMDItMS4zMSwxLjA0LTIuMzcsMi4yOS0yLjM3YzEuMjYsMCwyLjMsMS4wNywyLjMsMi4zOVM1MC44NiwxMi40MSw0OS42LDEyLjQyTDQ5LjYsMTIuNDJ6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTQ5LjYsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNTAuODYsNy42Myw0OS42LDcuNjN6IE00OS42LDExLjIzYy0wLjYsMC0xLjA5LTAuNTMtMS4xMS0xLjE5VjEwQzQ4LjUsOS4zNCw0OSw4LjgxLDQ5LjYsOC44MWMwLjYsMCwxLjExLDAuNTUsMS4xMSwxLjIxUzUwLjIxLDExLjIzLDQ5LjYsMTEuMjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjM2LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzRjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWOS4yNGMwLTAuOTMtMC43LTEuNjMtMS41NC0xLjYzYy0wLjc2LDAtMS4zOSwwLjY3LTEuNTEsMS41NGwwLjAxLDQuNDRjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuODEsMC0xLjQ3LDAuNzUtMS41MiwxLjcxdjQuMjdjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ0YzAuMDEtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMSwwLjEsMC4yMiwwLjIxdjAuNjNjMC40OC0wLjY1LDEuMjQtMS4wNCwyLjA2LTEuMDVoMC4wM2MxLjA0LDAsMS45OSwwLjU3LDIuNDgsMS40OGMwLjQzLTAuOSwxLjMzLTEuNDgsMi4zMi0xLjQ5YzEuNTQsMCwyLjc5LDEuMTksMi43NiwyLjY1TDM0LjM2LDEzLjU5eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04MC4zMiwxMi45N2wtMC4wNy0wLjEyTDc4LjM4LDEwbDEuODUtMi44MWMwLjQyLTAuNjQsMC4yNS0xLjQ5LTAuMzktMS45MmMtMC4wMS0wLjAxLTAuMDItMC4wMS0wLjAzLTAuMDJjLTAuMjItMC4xNC0wLjQ4LTAuMjEtMC43NC0wLjIxaC0xLjUzYy0wLjUzLDAtMS4wMywwLjI4LTEuMywwLjc0bC0wLjMyLDAuNTNsLTAuMzItMC41M2MtMC4yOC0wLjQ2LTAuNzctMC43NC0xLjMxLTAuNzRoLTEuNTNjLTAuNTcsMC0xLjA4LDAuMzUtMS4yOSwwLjg4Yy0yLjA5LTEuNTgtNS4wMy0xLjQtNi45MSwwLjQzYy0wLjMzLDAuMzItMC42MiwwLjY5LTAuODUsMS4wOWMtMC44NS0xLjU1LTIuNDUtMi42LTQuMjgtMi42Yy0wLjQ4LDAtMC45NiwwLjA3LTEuNDEsMC4yMlYzLjM3YzAtMC43OC0wLjYzLTEuNDEtMS40LTEuNDFoLTEuMzNjLTAuNzcsMC0xLjQsMC42My0xLjQsMS40djMuNTdjLTAuOS0xLjMtMi4zOC0yLjA4LTMuOTctMi4wOWMtMC43LDAtMS4zOSwwLjE1LTIuMDIsMC40NWMtMC4yMy0wLjE2LTAuNTEtMC4yNS0wLjgtMC4yNWgtMS4zM2MtMC40MywwLTAuODMsMC4yLTEuMSwwLjUzYy0wLjAyLTAuMDMtMC4wNC0wLjA1LTAuMDctMC4wOGMtMC4yNy0wLjI5LTAuNjUtMC40NS0xLjA0LTAuNDVoLTEuMzJjLTAuMjksMC0wLjU3LDAuMDktMC44LDAuMjVDNDAuOCw1LDQwLjEyLDQuODUsMzkuNDIsNC44NWMtMS43NCwwLTMuMjcsMC45NS00LjE2LDIuMzhjLTAuMTktMC40NC0wLjQ2LTAuODUtMC43OS0xLjE5Yy0wLjc2LTAuNzctMS44LTEuMTktMi44OC0xLjE5aC0wLjAxYy0wLjg1LDAuMDEtMS42NywwLjMxLTIuMzQsMC44NGMtMC43LTAuNTQtMS41Ni0wLjg0LTIuNDUtMC44NGgtMC4wM2MtMC4yOCwwLTAuNTUsMC4wMy0wLjgyLDAuMWMtMC4yNywwLjA2LTAuNTMsMC4xNS0wLjc4LDAuMjdjLTAuMi0wLjExLTAuNDMtMC4xNy0wLjY3LTAuMTdoLTEuMzNjLTAuNzgsMC0xLjQsMC42My0xLjQsMS40djcuMTRjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zM2MwLjc4LDAsMS40MS0wLjYzLDEuNDEtMS40MWMwLDAsMCwwLDAsMFY5LjM1YzAuMDMtMC4zNCwwLjIyLTAuNTYsMC4zNC0wLjU2YzAuMTcsMCwwLjM2LDAuMTcsMC4zNiwwLjQ1djQuMzVjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zNGMwLjc4LDAsMS40LTAuNjMsMS40LTEuNGwtMC4wMS00LjM1YzAuMDYtMC4zLDAuMjQtMC40NSwwLjMzLTAuNDVjMC4xNywwLDAuMzYsMC4xNywwLjM2LDAuNDV2NC4zNWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjM0YzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0wLjM2YzAuOTEsMS4yMywyLjM0LDEuOTYsMy44NywxLjk2YzAuNywwLDEuMzktMC4xNSwyLjAyLTAuNDVjMC4yMywwLjE2LDAuNTEsMC4yNSwwLjgsMC4yNWgxLjMyYzAuMjksMCwwLjU3LTAuMDksMC44LTAuMjV2MS45MWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjMzYzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0xLjY5YzAuNDYsMC4xNCwwLjk0LDAuMjIsMS40MiwwLjIxYzEuNjIsMCwzLjA3LTAuODMsMy45Ny0yLjF2MC41YzAsMC43OCwwLjYzLDEuNCwxLjQsMS40aDEuMzNjMC4yOSwwLDAuNTctMC4wOSwwLjgtMC4yNWMwLjYzLDAuMywxLjMyLDAuNDUsMi4wMiwwLjQ1YzEuODMsMCwzLjQzLTEuMDUsNC4yOC0yLjZjMS40NywyLjUyLDQuNzEsMy4zNiw3LjIyLDEuODljMC4xNy0wLjEsMC4zNC0wLjIxLDAuNS0wLjM0YzAuMjEsMC41MiwwLjcyLDAuODcsMS4yOSwwLjg2aDEuNTNjMC41MywwLDEuMDMtMC4yOCwxLjMtMC43NGwwLjM1LTAuNThsMC4zNSwwLjU4YzAuMjgsMC40NiwwLjc3LDAuNzQsMS4zMSwwLjc0aDEuNTJjMC43NywwLDEuMzktMC42MywxLjM4LTEuMzlDODAuNDcsMTMuMzgsODAuNDIsMTMuMTcsODAuMzIsMTIuOTdMODAuMzIsMTIuOTd6IE0zNC4xNSwxMy44MWgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuNzYsMC0xLjM5LDAuNjctMS41MSwxLjU0bDAuMDEsNC40NGMwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjM0Yy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjkuMjRjMC0wLjkzLTAuNy0xLjYzLTEuNTQtMS42M2MtMC44MSwwLTEuNDcsMC43NS0xLjUyLDEuNzF2NC4yN2MwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjMzYy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjYuNDRjMC4wMS0wLjEyLDAuMS0wLjIxLDAuMjItMC4yMWgxLjMzYzAuMTIsMCwwLjIxLDAuMSwwLjIyLDAuMjF2MC42M2MwLjQ4LTAuNjUsMS4yNC0xLjA0LDIuMDYtMS4wNWgwLjAzYzEuMDQsMCwxLjk5LDAuNTcsMi40OCwxLjQ4YzAuNDMtMC45LDEuMzMtMS40OCwyLjMyLTEuNDljMS41NCwwLDIuNzksMS4xOSwyLjc2LDIuNjVsMC4wMSw0LjkxQzM0LjM3LDEzLjcsMzQuMjcsMTMuOCwzNC4xNSwxMy44MUMzNC4xNSwxMy44MSwzNC4xNSwxMy44MSwzNC4xNSwxMy44MXogTTQzLjc4LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJ2LTAuNzFDNDEuMzQsMTMuNiw0MC40LDE0LDM5LjQyLDE0Yy0yLjA3LDAtMy43NS0xLjc4LTMuNzUtMy45OXMxLjY5LTMuOTksMy43NS0zLjk5YzAuOTgsMCwxLjkyLDAuNDEsMi42LDEuMTJ2LTAuN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMS0wLjAxLDAuMjEsMC4wOCwwLjIyLDAuMmMwLDAuMDEsMCwwLjAxLDAsMC4wMlYxMy41OXogTTQ5LjkxLDE0Yy0wLjk4LDAtMS45Mi0wLjQxLTIuNi0xLjEydjMuNzhjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ1YzAtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMiwwLjEsMC4yMiwwLjIydjAuN2MwLjY4LTAuNzIsMS42Mi0xLjEyLDIuNi0xLjEyYzIuMDcsMCwzLjc1LDEuNzcsMy43NSwzLjk4UzUxLjk4LDE0LDQ5LjkxLDE0eiBNNjMuMDksMTAuODdDNjIuNzIsMTIuNjUsNjEuMjIsMTQsNTkuNDMsMTRjLTAuOTgsMC0xLjkyLTAuNDEtMi42LTEuMTJ2MC43YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWMy4zN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMiwwLDAuMjIsMC4xLDAuMjIsMC4yMnYzLjc4YzAuNjgtMC43MSwxLjYyLTEuMTIsMi42LTEuMTFjMS43OSwwLDMuMjksMS4zMywzLjY2LDMuMTJDNjMuMjEsOS43Myw2My4yMSwxMC4zMSw2My4wOSwxMC44N0w2My4wOSwxMC44N0w2My4wOSwxMC44N3ogTTY4LjI2LDE0LjAxYy0xLjksMC4wMS0zLjU1LTEuMjktMy45Ny0zLjE0Yy0wLjEyLTAuNTYtMC4xMi0xLjEzLDAtMS42OWMwLjQyLTEuODUsMi4wNy0zLjE1LDMuOTctMy4xNGMyLjI1LDAsNC4wNiwxLjc4LDQuMDYsMy45OVM3MC41LDE0LjAxLDY4LjI2LDE0LjAxTDY4LjI2LDE0LjAxeiBNNzkuMDksMTMuODFoLTEuNTNjLTAuMTIsMC0wLjIzLTAuMDYtMC4yOS0wLjE2bC0xLjM3LTIuMjhsLTEuMzcsMi4yOGMtMC4wNiwwLjEtMC4xNywwLjE2LTAuMjksMC4xNmgtMS41M2MtMC4wNCwwLTAuMDgtMC4wMS0wLjExLTAuMDNjLTAuMDktMC4wNi0wLjEyLTAuMTgtMC4wNi0wLjI3YzAsMCwwLDAsMCwwbDIuMzEtMy41bC0yLjI4LTMuNDdjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjExYzAtMC4xMSwwLjA5LTAuMiwwLjItMC4yaDEuNTNjMC4xMiwwLDAuMjMsMC4wNiwwLjI5LDAuMTZsMS4zNCwyLjI1bDEuMzQtMi4yNWMwLjA2LTAuMSwwLjE3LTAuMTYsMC4yOS0wLjE2aDEuNTNjMC4wNCwwLDAuMDgsMC4wMSwwLjExLDAuMDNjMC4wOSwwLjA2LDAuMTIsMC4xOCwwLjA2LDAuMjdjMCwwLDAsMCwwLDBMNzYuOTYsMTBsMi4zMSwzLjVjMC4wMiwwLjAzLDAuMDMsMC4wNywwLjAzLDAuMTFDNzkuMjksMTMuNzIsNzkuMiwxMy44MSw3OS4wOSwxMy44MUM3OS4wOSwxMy44MSw3OS4wOSwxMy44MSw3OS4wOSwxMy44MUw3OS4wOSwxMy44MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMS4yMWMtNC44NywwLTguODEsMy45NS04LjgxLDguODFzMy45NSw4LjgxLDguODEsOC44MXM4LjgxLTMuOTUsOC44MS04LjgxQzE4LjgxLDUuMTUsMTQuODcsMS4yMSwxMCwxLjIxeiBNMTQuMTgsMTIuMTljLTEuODQsMS44NC00LjU1LDIuMi02LjM4LDIuMmMtMC42NywwLTEuMzQtMC4wNS0yLTAuMTVjMCwwLTAuOTctNS4zNywyLjA0LTguMzljMC43OS0wLjc5LDEuODYtMS4yMiwyLjk4LTEuMjJjMS4yMSwwLDIuMzcsMC40OSwzLjIzLDEuMzVDMTUuOCw3LjczLDE1Ljg1LDEwLjUsMTQuMTgsMTIuMTl6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLDAuMDJjLTUuNTIsMC0xMCw0LjQ4LTEwLDEwczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMEMxOS45OSw0LjUsMTUuNTIsMC4wMiwxMCwwLjAyeiBNMTAsMTguODNjLTQuODcsMC04LjgxLTMuOTUtOC44MS04LjgxUzUuMTMsMS4yLDEwLDEuMnM4LjgxLDMuOTUsOC44MSw4LjgxQzE4LjgxLDE0Ljg5LDE0Ljg3LDE4LjgzLDEwLDE4LjgzeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNC4wNCw1Ljk4Yy0xLjc1LTEuNzUtNC41My0xLjgxLTYuMi0wLjE0QzQuODMsOC44Niw1LjgsMTQuMjMsNS44LDE0LjIzczUuMzcsMC45Nyw4LjM5LTIuMDRDMTUuODUsMTAuNSwxNS44LDcuNzMsMTQuMDQsNS45OHogTTExLjg4LDkuODdsLTAuODcsMS43OGwtMC44Ni0xLjc4TDguMzgsOS4wMWwxLjc3LTAuODZsMC44Ni0xLjc4bDAuODcsMS43OGwxLjc3LDAuODZMMTEuODgsOS44N3oiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEzLjY1LDkuMDEgMTEuODgsOS44NyAxMS4wMSwxMS42NSAxMC4xNSw5Ljg3IDguMzgsOS4wMSAxMC4xNSw4LjE1IDExLjAxLDYuMzcgMTEuODgsOC4xNSAiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 65px 20px;
  vertical-align: bottom;
}
/* line 576, /app/app/assets/stylesheets/mapview.scss */
.ol-control.ol-attribution button:focus {
  outline: none;
}

/* line 582, /app/app/assets/stylesheets/mapview.scss */
.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -80px;
  width: 166px;
  min-height: 126px;
}
/* line 594, /app/app/assets/stylesheets/mapview.scss */
.ol-popup img {
  width: 160px;
  cursor: pointer;
}

/* line 600, /app/app/assets/stylesheets/mapview.scss */
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 609, /app/app/assets/stylesheets/mapview.scss */
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 79px;
  margin-left: -10px;
}

/* line 615, /app/app/assets/stylesheets/mapview.scss */
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 79px;
  margin-left: -11px;
}

/* line 623, /app/app/assets/stylesheets/mapview.scss */
.zonal-statistics-dragbox {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 624, /app/app/assets/stylesheets/mapview.scss */
.zonal-statistics-dragbox.ol-box {
  border: 1px dotted #00a6cc;
}

/* line 631, /app/app/assets/stylesheets/mapview.scss */
.mapbox-attribution-container {
  background: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  padding: 6px;
  border-radius: 4px;
  text-shadow: 0 0 2px white;
}

/* line 639, /app/app/assets/stylesheets/mapview.scss */
.icon {
  width: 36px;
  height: 36px;
}
/* line 643, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-simple {
  padding-top: 6px;
}
/* line 646, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-simple span {
  margin-left: 50px;
}
/* line 651, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-tiff {
  background: url(/assets/tiff-1c787b090861e524a7f5b739893965da92f15be1527ec819d952f6bbd876d0f0.svg) no-repeat;
}
/* line 654, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-shp {
  background: url(/assets/shp-icon-042579e92c55e0bd106c01c7684324bc62f177f5d543bb572cb9ccc396d89d66.svg) no-repeat;
}
/* line 657, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-pdf {
  background: url(/assets/pdf-icon-9bd0029ab5ff318611c8912f2ebc2f43ec74d1489d0e0aae88e37cc0429c220d.svg) no-repeat;
}
/* line 660, /app/app/assets/stylesheets/mapview.scss */
.icon.icon-zip {
  background: url(/assets/zip-icon-88b91ce4218f1152af644a9312e2efb59667a0a2928c8fcf1bb6e8cfc964730d.svg) no-repeat;
}

/* line 665, /app/app/assets/stylesheets/mapview.scss */
.icon-download {
  width: 20px;
  height: 20px;
  background: url(/assets/download-1c4f81f73981edae1a6033a32eb10c18cfaf2eaf0200f773556626a8d923a93d.svg) no-repeat;
}

/* line 671, /app/app/assets/stylesheets/mapview.scss */
hr {
  margin: 20px 0 !important;
  border: 1px solid #e6e6e6;
}
/*! nouislider - 14.1.1 - 12/15/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */
.noUi-value {
	position: absolute;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%,50%,0);
	transform: translate3d(-50%,50%,0);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: -32px;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -32px;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%;
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%;
}
.ol-control,.ol-scale-line{position:absolute;padding:2px}.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-viewport .ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-control{background-color:rgba(255,255,255,.4);border-radius:4px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution.ol-logo-only ul{display:block}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-logo-only{background:0 0;bottom:.4em;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-logo-only button,.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}
/* line 2, /app/app/assets/stylesheets/plant_detection.scss */
.plant-detection .content.areas {
  min-width: initial;
  margin-top: 10px;
}
/* line 6, /app/app/assets/stylesheets/plant_detection.scss */
.plant-detection .content.areas .area {
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #efefef;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}
/* line 7, /app/app/assets/stylesheets/plant_detection.scss */
.plant-detection .content.areas .area.active {
  border: 2px solid #00a6cc;
}
/* line 2, /app/app/assets/stylesheets/pricing.scss */
body {
  background: #fff;
}
/* line 1, /app/app/assets/stylesheets/project-map.scss */
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/* line 10, /app/app/assets/stylesheets/project-map.scss */
.map-tools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #FFF;
  width: 350px;
  border: 1px solid #efefef;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
}

/* line 23, /app/app/assets/stylesheets/project-map.scss */
.map-tools hr {
  margin: 0;
}

/* line 27, /app/app/assets/stylesheets/project-map.scss */
.tool .header {
  background-color: #efefef;
  padding: 10px;
  position: relative;
}

/* line 33, /app/app/assets/stylesheets/project-map.scss */
.tool .header span {
  font-weight: bold;
  font-size: 16px;
}

/* line 38, /app/app/assets/stylesheets/project-map.scss */
.tool .header input {
  position: absolute;
  right: 10px;
}

/* line 43, /app/app/assets/stylesheets/project-map.scss */
.tool .body {
  padding: 10px 15px;
}

/* line 47, /app/app/assets/stylesheets/project-map.scss */
.map-tools #overlay-opacity {
  display: inline;
}

/* line 51, /app/app/assets/stylesheets/project-map.scss */
input[type="range"] {
  width: 85%;
}

/* line 55, /app/app/assets/stylesheets/project-map.scss */
.histogram {
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 30px;
}
/* line 60, /app/app/assets/stylesheets/project-map.scss */
.histogram .histogram-stat {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 57px;
  position: relative;
}
/* line 68, /app/app/assets/stylesheets/project-map.scss */
.histogram .histogram-stat div {
  position: absolute;
  left: 35px;
  top: 5px;
}

/* line 76, /app/app/assets/stylesheets/project-map.scss */
.loader {
  text-align: center;
  margin: 50px 0;
  text-transform: capitalize !important;
}
/* line 81, /app/app/assets/stylesheets/project-map.scss */
.loader i {
  margin-right: 5px;
}

/* line 86, /app/app/assets/stylesheets/project-map.scss */
.slider {
  height: 7px;
  margin: 40px 0 20px;
}

/* line 91, /app/app/assets/stylesheets/project-map.scss */
.chart {
  position: relative;
  height: 80px;
}
/* line 95, /app/app/assets/stylesheets/project-map.scss */
.chart svg {
  position: absolute;
  top: 0;
  cursor: pointer;
}

/* line 102, /app/app/assets/stylesheets/project-map.scss */
.histogram-units {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 106, /app/app/assets/stylesheets/project-map.scss */
.histogram-units hr {
  margin: 10px 0;
}
/* line 110, /app/app/assets/stylesheets/project-map.scss */
.histogram-units .btn-group {
  margin-right: 5px;
}
/* line 114, /app/app/assets/stylesheets/project-map.scss */
.histogram-units .unit-picker {
  display: inline-block;
  margin: 0 10px;
}
/* line 118, /app/app/assets/stylesheets/project-map.scss */
.histogram-units .unit-picker button {
  text-transform: uppercase;
}
/* line 122, /app/app/assets/stylesheets/project-map.scss */
.histogram-units .unit-picker .caret {
  margin-left: 3px;
}
/* line 127, /app/app/assets/stylesheets/project-map.scss */
.histogram-units .units-label-toggle {
  margin-top: 2px;
}
/* line 131, /app/app/assets/stylesheets/project-map.scss */
.histogram-units a:hover, .histogram-units a:focus {
  text-decoration: none;
}

/* line 136, /app/app/assets/stylesheets/project-map.scss */
.error-message {
  width: 250px;
  margin: 50px 0;
  font-size: 14px;
  text-align: center;
  text-transform: none;
}

/* line 144, /app/app/assets/stylesheets/project-map.scss */
.export .error-message {
  margin: 20px 0;
}

/* line 149, /app/app/assets/stylesheets/project-map.scss */
.prescription .loader, .plant-counts .loader, .ortho .loader, .dem .loader {
  margin: 0 0 0 0;
}

/* line 154, /app/app/assets/stylesheets/project-map.scss */
.dem .label-success {
  margin-left: 5px;
}

/* line 158, /app/app/assets/stylesheets/project-map.scss */
.plant-chart {
  margin-top: 30px;
}

/* line 162, /app/app/assets/stylesheets/project-map.scss */
.plant-density-scale {
  padding-top: 10px;
  margin-bottom: 10px;
  min-width: 250px;
}
/* line 167, /app/app/assets/stylesheets/project-map.scss */
.plant-density-scale .scale-wrapper {
  width: 50px;
  height: 30px;
  display: inline-block;
  position: relative;
}
/* line 173, /app/app/assets/stylesheets/project-map.scss */
.plant-density-scale .scale-wrapper.first {
  width: 0;
}
/* line 177, /app/app/assets/stylesheets/project-map.scss */
.plant-density-scale .scale-wrapper .scale-label {
  position: absolute;
  right: -10px;
  bottom: -25px;
}

/* line 186, /app/app/assets/stylesheets/project-map.scss */
.prescription .prescription-stats {
  margin-top: 10px;
}
/* line 188, /app/app/assets/stylesheets/project-map.scss */
.prescription .prescription-stats label {
  width: 91px;
  text-align: right;
}
/* line 193, /app/app/assets/stylesheets/project-map.scss */
.prescription .prescription-stats .stat-value-wrapper {
  display: inline-block;
  padding: 0 10px;
  width: 157px;
}
/* line 198, /app/app/assets/stylesheets/project-map.scss */
.prescription .prescription-stats .stat-value-wrapper .stat-value {
  display: inline-block;
  margin-right: 5px;
  width: 60px;
}
/* line 204, /app/app/assets/stylesheets/project-map.scss */
.prescription .prescription-stats .stat-value-wrapper .stat-units {
  text-transform: none;
  color: #c6c6c6;
  font-size: 14px;
}
/* line 212, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts {
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
/* line 216, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts .input-wrapper {
  border-bottom: 1px solid #e6e6e6;
}
/* line 219, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts .input-wrapper .input-range {
  float: left;
  height: 39px;
  width: 90px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}
/* line 229, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts .input-wrapper .input-amount {
  padding: 8px 10px;
  border: none;
  width: 110px;
}
/* line 235, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts .input-wrapper .input-amount:focus {
  outline: none;
}
/* line 239, /app/app/assets/stylesheets/project-map.scss */
.prescription .input-amounts .input-wrapper .input-units {
  text-transform: none;
  color: #c6c6c6;
  font-size: 14px;
}

/* line 248, /app/app/assets/stylesheets/project-map.scss */
.noUi-target {
  border: none;
  height: 2px;
  background-color: #e6e6e6;
}
/* line 253, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-connect {
  background-color: #00a6cc;
}
/* line 257, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-pips-horizontal {
  font-size: 10px;
  top: -45px;
}
/* line 262, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 3px;
}
/* line 267, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
}
/* line 271, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-handle {
  height: 20px;
  width: 20px;
  top: -10px;
  right: -10px;
  border: none;
  background: none;
  box-shadow: none;
  background-image: url(/assets/circle-518d1ef57d98ca026b47013a47ccdb103065f3fca65701a59db09674aa553aee.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
/* line 284, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-handle:before, .noUi-target .noUi-handle:after {
  display: none;
}
/* line 288, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-handle .noUi-tooltip {
  font-size: 11px;
  font-weight: bold;
  background-color: #00a6cc;
  border: none;
  color: #fff;
  padding: 4px 8px;
  top: 30px;
  padding-bottom: 3px;
  width: 40px;
  bottom: unset;
}
/* line 300, /app/app/assets/stylesheets/project-map.scss */
.noUi-target .noUi-handle .noUi-tooltip:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #00a6cc;
  border-width: 5px;
  left: 15px;
}
@charset "UTF-8";
/* line 1, /app/app/assets/stylesheets/projects.scss */
.projects {
  margin: 20px;
}
/* line 4, /app/app/assets/stylesheets/projects.scss */
.projects .message {
  text-align: center;
  font-size: 24px;
  margin: 30px 0 60px 0;
}

/* line 15, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper h3 {
  margin: 10px 20px 20px;
  display: inline-block;
}
/* line 20, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper h4 {
  margin: 30px 16px;
}
/* line 24, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .modal-dialog .modal-header {
  padding: 8px 24px;
}
/* line 27, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .modal-dialog .modal-header h4 {
  margin: 8px 16px;
}
/* line 32, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .dropdown-menu {
  right: 0;
  left: initial;
}
/* line 36, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .dropdown-menu li a {
  padding: 10px;
}
/* line 40, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .dropdown-menu .fa {
  margin-right: 12px;
}
/* line 45, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .status-message {
  position: fixed;
  top: 4px;
  width: 40%;
  left: 30%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* line 54, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .view-project {
  margin-left: 20px;
}
/* line 58, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-block {
  display: inline-block;
}
/* line 61, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-block label {
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  margin-left: 10px;
}
/* line 69, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-block input {
  max-width: 160px;
  font-size: 14px;
}
/* line 75, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter {
  padding: 20px 10px;
  background-color: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
/* line 85, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter h4 {
  padding: 10px 10px 0;
  margin-bottom: 0;
}
/* line 90, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter input {
  height: 40px;
}
/* line 94, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter label {
  margin-top: 8px;
}
/* line 98, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter .form-control {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 107, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .update-results-text {
  padding-top: 100px;
  text-align: center;
  font-size: 18px;
}
/* line 114, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results th.sortable {
  cursor: pointer;
}
/* line 118, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results th.sort {
  background-color: #ddd;
}
/* line 122, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results th.asc:after {
  content: '▲';
  float: right;
}
/* line 127, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results th.desc:after {
  content: '▼';
  float: right;
}
/* line 132, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results table {
  border-radius: 3px;
  background-color: #fff;
  margin-top: 20px;
}
/* line 137, /app/app/assets/stylesheets/projects.scss */
.projects-wrapper .filter-results table td div {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 764px) {
  /* line 147, /app/app/assets/stylesheets/projects.scss */
  .projects-wrapper .filter-results {
    padding-top: 280px;
  }
}

/* line 154, /app/app/assets/stylesheets/projects.scss */
.projects-table-wrapper table td {
  vertical-align: middle !important;
}
/* line 158, /app/app/assets/stylesheets/projects.scss */
.projects-table-wrapper .dropdown-menu {
  padding: 0;
}
/* line 161, /app/app/assets/stylesheets/projects.scss */
.projects-table-wrapper .dropdown-menu li {
  padding: 0;
}
/* line 164, /app/app/assets/stylesheets/projects.scss */
.projects-table-wrapper .dropdown-menu li a {
  padding: 10px 20px;
}

/* line 171, /app/app/assets/stylesheets/projects.scss */
.new-project-card {
  padding-top: 150px;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 310px;
  border: 2px dashed #00a6cc;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(0, 165, 204, 0.05);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

/* line 183, /app/app/assets/stylesheets/projects.scss */
.field-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 190, /app/app/assets/stylesheets/projects.scss */
.card {
  margin-bottom: 30px;
  min-width: 250px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
/* line 195, /app/app/assets/stylesheets/projects.scss */
.card .card-head {
  padding: 20px 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  height: 60px;
}
/* line 202, /app/app/assets/stylesheets/projects.scss */
.card .card-head h4 {
  margin: 0;
}
/* line 206, /app/app/assets/stylesheets/projects.scss */
.card .card-head .badge {
  width: auto;
}
/* line 210, /app/app/assets/stylesheets/projects.scss */
.card .card-head .card-actions {
  position: absolute;
  right: 30px;
  top: 26px;
}
/* line 215, /app/app/assets/stylesheets/projects.scss */
.card .card-head .card-actions .actions-toggle {
  display: block;
  width: 26px;
  height: 5px;
  background-image: url(/assets/dots-aaf0594c727baa946f139863f9d21e12d6dbb987848ed3f375124e3e9e0499c3.svg);
}
/* line 221, /app/app/assets/stylesheets/projects.scss */
.card .card-head .card-actions .actions-toggle:hover {
  background-image: url(/assets/dots-hover-5e9a9037fa3e9f06f4ee526598343aadbd6dc83dfde44f83a83b1b0271127f2d.svg);
}
/* line 228, /app/app/assets/stylesheets/projects.scss */
.card .card-body {
  min-height: 250px;
  text-align: center;
  position: relative;
  padding: 0px;
  vertical-align: middle;
  background-color: #fafafa;
}
/* line 236, /app/app/assets/stylesheets/projects.scss */
.card .card-body .view-map, .card .card-body .upload, .card .card-body .processing {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 243, /app/app/assets/stylesheets/projects.scss */
.card .card-body .view-map {
  color: #fff;
  border-radius: 2px;
  border: solid 1px #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: condensed;
  letter-spacing: 0.2px;
  padding: 13px 26px;
}
/* line 255, /app/app/assets/stylesheets/projects.scss */
.card .card-body .processing {
  top: 30%;
  width: 70px;
  height: 73px;
}
/* line 261, /app/app/assets/stylesheets/projects.scss */
.card .card-body .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 271, /app/app/assets/stylesheets/projects.scss */
.card .card-body .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #32717F;
  opacity: 0;
}
/* line 280, /app/app/assets/stylesheets/projects.scss */
.card .card-body .overlay:hover {
  opacity: 0.8;
}

/* line 287, /app/app/assets/stylesheets/projects.scss */
.new-project {
  padding: 26px;
  padding-right: 26px;
  border-radius: 2px;
  margin-top: 3px;
}

@media (max-width: 770px) {
  /* line 295, /app/app/assets/stylesheets/projects.scss */
  .new-project-wrapper {
    width: auto !important;
  }
  /* line 298, /app/app/assets/stylesheets/projects.scss */
  .new-project-wrapper .steps-connect {
    display: none;
  }
  /* line 301, /app/app/assets/stylesheets/projects.scss */
  .new-project-wrapper .steps-content .form-group {
    width: auto !important;
  }
}
/* line 308, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper {
  width: 820px;
  margin: 100px auto;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
/* line 314, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header {
  background-color: #fafafa;
  padding: 30px;
  margin: 0;
  text-align: center;
  position: relative;
}
/* line 321, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header img {
  vertical-align: middle;
  display: inline;
}
/* line 326, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .steps-connect {
  position: absolute;
  width: 510px;
  height: 2px;
  top: 100px;
  left: 150px;
  background-image: url(/assets/steps-connect-3ff7eedda38e921dc30e9fa95fdb1994c77eaa506f1f32d573f90677a44149be.svg);
}
/* line 335, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-name {
  display: inline-block;
  padding: 8px 20px;
  color: rgba(129, 129, 129, 0.9);
  border-radius: 2px;
}
/* line 341, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-name.active {
  background-color: #e9aa36;
  color: #fff;
  position: relative;
}
/* line 346, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-name.active:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #e9aa36;
  border-width: 8px;
  left: 45%;
}
/* line 362, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-status {
  text-align: center;
  margin: 10px;
  height: 32px;
}
/* line 367, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-status .default {
  display: inline-block;
  margin-top: 11px;
  width: 12px;
  height: 12px;
  background-image: url(/assets/step-default-1ea7a1b3aced95828f82a629bb790c9e4ccdc68f217214a7f0807ab6b55e1459.svg);
}
/* line 375, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-status .active {
  display: inline-block;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/step-active-112d86550cccd3723bf22a1a55343abbba1a7625640807388d459f8f30903b11.svg);
}
/* line 383, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-header .step-status .success {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/assets/step-check-a2151f17f1d804611b3c2431de06b9c6ef7d1b7dd55471bb27cd48e30764b23a.svg);
}
/* line 392, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content {
  padding: 30px;
  margin: 0;
  /* There is some jQuery magic going on with the
     "drop-zone" class, to I have added the identical
     class "dropzone" to avoid interfering with that
     legacy code /PL */
}
/* line 397, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content h2 {
  color: #444444;
  text-align: center;
}
/* line 402, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content label {
  font-size: 16px;
  margin: 5px 0 0;
}
/* line 407, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .separator {
  width: 30px;
  height: 3px;
  background-color: #e9aa36;
  display: block;
  margin: 20px auto;
}
/* line 415, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .confirm-message {
  text-align: center;
}
/* line 420, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .section {
  width: 450px;
  margin: 0 auto;
}
/* line 425, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-status {
  margin: 0 0 30px 0;
}
/* line 429, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .warning-message {
  color: #444444;
  font-size: 16px;
}
/* line 435, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
/* line 439, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .upload, .new-project-wrapper .steps-content .form-group .upload-options-wrapper .model-toggle {
  margin-top: 30px;
}
/* line 443, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .popover {
  max-width: 440px;
}
/* line 446, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .popover .popover-content {
  width: 436px;
  min-height: 452px;
}
/* line 451, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .popover img {
  margin-top: 15px;
}
/* line 456, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .express-toggle {
  width: 210px;
  display: inline-block;
  margin-left: 35px;
}
/* line 461, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .express-toggle label {
  text-transform: uppercase;
}
/* line 465, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .express-toggle .label-success {
  margin-left: 5px;
}
/* line 470, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .caption {
  margin-left: 35px;
}
/* line 474, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper.collapse {
  display: none;
}
/* line 479, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .image-position-import .form-label {
  margin-top: 10px;
}
/* line 483, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .image-position-import select.form-control {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 488, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-options-wrapper .image-position-import .modal-content {
  overflow: auto;
}
/* line 494, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .calibration-notice {
  width: 600px;
  margin: 0 auto 40px;
}
/* line 498, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .calibration-notice .calibration-toggle {
  width: 240px;
  margin: 0 auto;
  padding-bottom: 10px;
}
/* line 505, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .action-buttons {
  text-align: center;
}
/* line 509, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-progress {
  height: 45px;
  background-color: #fafafa;
  padding: 14px;
  margin-bottom: 20px;
}
/* line 515, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-progress .progress-bar {
  height: 20px;
  width: 0px;
  background-color: #88d479;
  position: relative;
  text-align: center;
}
/* line 522, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-progress .progress-bar .file-count {
  font-weight: bold;
  color: #fff;
}
/* line 527, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .form-group .upload-progress .progress-bar .percentage {
  position: absolute;
  top: 0px;
  right: -35px;
  font-weight: bold;
  color: #88d479;
}
/* line 542, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .drop-zone, .new-project-wrapper .steps-content .dropzone {
  padding: 40px;
  border: 2px dashed #efefef;
  text-align: center;
}
/* line 547, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .drop-zone button, .new-project-wrapper .steps-content .dropzone button {
  margin-top: 10px;
}
/* line 551, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .drop-zone.dragover, .new-project-wrapper .steps-content .dropzone.dragover {
  border-color: #00a6cc;
  background-color: #fafafa;
}
/* line 557, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .validate-progress-wrapper {
  text-align: center;
  margin-top: 40px;
}
/* line 562, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .upload-disclaimer {
  width: 450px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(129, 129, 129, 0.9);
}
/* line 570, /app/app/assets/stylesheets/projects.scss */
.new-project-wrapper .steps-content .js-file-input {
  display: none;
  height: 0;
}

/* line 577, /app/app/assets/stylesheets/projects.scss */
.map-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}

/* line 586, /app/app/assets/stylesheets/projects.scss */
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

/* line 590, /app/app/assets/stylesheets/projects.scss */
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

/* line 595, /app/app/assets/stylesheets/projects.scss */
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

/* line 606, /app/app/assets/stylesheets/projects.scss */
.tooltip-static:before {
  border-top-color: #ffcc33;
}

/* line 610, /app/app/assets/stylesheets/projects.scss */
.calibration-panels {
  margin-top: 20px;
}
/* line 613, /app/app/assets/stylesheets/projects.scss */
.calibration-panels ul.panel {
  list-style: none;
  padding: 0;
  height: 25px;
  text-transform: uppercase;
}
/* line 619, /app/app/assets/stylesheets/projects.scss */
.calibration-panels ul.panel.header {
  font-weight: bold;
}
/* line 623, /app/app/assets/stylesheets/projects.scss */
.calibration-panels ul.panel li {
  float: left;
  margin-right: 10px;
  width: 75px;
}
/* line 628, /app/app/assets/stylesheets/projects.scss */
.calibration-panels ul.panel li.serial {
  width: 160px;
}
/* line 632, /app/app/assets/stylesheets/projects.scss */
.calibration-panels ul.panel li input {
  height: 35px;
  font-size: 16px;
}
/* line 639, /app/app/assets/stylesheets/projects.scss */
.calibration-panels .modal-trigger {
  display: inline-block;
  margin-top: 10px;
}
/* line 644, /app/app/assets/stylesheets/projects.scss */
.calibration-panels .modal-dialog {
  width: 700px;
}
/* line 647, /app/app/assets/stylesheets/projects.scss */
.calibration-panels .modal-dialog .modal-header {
  padding: 10px 40px;
}

/* line 653, /app/app/assets/stylesheets/projects.scss */
.new-panel-wrapper {
  margin-top: 15px;
  text-align: center;
}
/* line 1, /app/app/assets/stylesheets/shared_map.scss */
#shared-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 8, /app/app/assets/stylesheets/shared_map.scss */
#shared-map #shared-map-layers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
/* line 16, /app/app/assets/stylesheets/shared_map.scss */
#shared-map #shared-map-layers .header {
  border-bottom: 1px solid #efefef;
}
/* line 1, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form {
  margin-top: 30px;
  font-size: 16px;
}
/* line 5, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form hr {
  margin: 0;
}
/* line 9, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form h4 {
  font-weight: 500;
}
/* line 13, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form .text-block {
  margin: 20px 0;
}
/* line 17, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form .form-control {
  margin: 0;
}
/* line 21, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-form #card-errors {
  color: #fa755a;
}

/* line 26, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-expired-notice {
  font-size: 16px;
  padding: 15px 20px;
  background: #e8fff5;
}

/* line 32, /app/app/assets/stylesheets/subscriptions.scss */
.reduced-price {
  color: red;
}

/* line 36, /app/app/assets/stylesheets/subscriptions.scss */
.base-price {
  color: #000;
}

/* line 40, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-confirm {
  margin-top: 40px;
}
/* line 43, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-confirm h2 {
  margin-bottom: 30px;
}
/* line 47, /app/app/assets/stylesheets/subscriptions.scss */
.subscription-confirm .subscription-sonfirm__next-actions {
  margin-top: 50px;
  font-size: 16px;
}
/* line 2, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .loader {
  margin: 0 5px 0 0;
}
/* line 6, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .no-zones-message {
  margin-top: 20px;
}
/* line 10, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .zone-type {
  margin: 10px 5px;
}
/* line 15, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .btn-block {
  text-transform: uppercase;
}
/* line 20, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .display .dropdown-menu {
  width: 190px;
  margin-top: -19px;
  padding: 10px 20px;
}
/* line 25, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .display .dropdown-menu .sub {
  margin-bottom: 8px;
}
/* line 31, /app/app/assets/stylesheets/trial_plots.scss */
.zonal-stats .btn-toolbar i {
  margin-right: 1px;
}

/* line 36, /app/app/assets/stylesheets/trial_plots.scss */
.zones {
  padding: 0 0 20px;
}
/* line 39, /app/app/assets/stylesheets/trial_plots.scss */
.zones.content {
  min-width: initial;
  margin-top: 10px;
}
/* line 44, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone {
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #efefef;
  position: relative;
  border-radius: 4px;
}
/* line 45, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .well {
  margin: 10px 0 0 0;
  padding: 10px;
}
/* line 50, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone:hover {
  cursor: pointer;
}
/* line 54, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone.active {
  border: 2px solid #00a6cc;
}
/* line 57, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone.active .action-buttons {
  margin-top: 10px;
}
/* line 60, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone.active .action-buttons .btn {
  margin-right: 5px;
}
/* line 65, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone.active .zone-settings {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 78, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .close {
  position: absolute;
  top: -9px;
  right: -8px;
  background-color: #000;
  width: 15px;
  height: 15px;
  background-image: url(/assets/close-5f94fca6817fb320e9b06c667ee2ada7be3f932dd12efec5bc61e5f044245d50.svg);
  border-radius: 10px;
}
/* line 89, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .zone-data-wrapper {
  max-height: 25vh;
  overflow-y: auto;
  margin-top: 20px;
}
/* line 95, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .zone-data {
  font-size: 67%;
  text-transform: none;
  margin-bottom: 0;
}
/* line 100, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .zone-data td {
  border: none;
}
/* line 103, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .zone-data td:last-child {
  text-align: right;
}
/* line 107, /app/app/assets/stylesheets/trial_plots.scss */
.zones .zone .zone-data td.section-heading {
  text-align: left;
  font-weight: bold;
}
/* line 115, /app/app/assets/stylesheets/trial_plots.scss */
.zones .btn-block {
  margin-top: 10px;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 72, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

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

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

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

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

/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

/* line 274, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

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

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 114, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 307, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

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

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

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

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

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

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

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

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

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

/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

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

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

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

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

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

/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

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

@media (min-width: 768px) {
  /* line 207, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 145, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

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

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

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

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

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

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

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

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

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

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

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

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

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

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

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

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

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

/* line 232, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

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

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

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

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

  /* line 382, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

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

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

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

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

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

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

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

/* line 266, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 145, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 112, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 26, /app/app/assets/stylesheets/application.scss */
html {
  font-size: 16px;
}

/* line 30, /app/app/assets/stylesheets/application.scss */
body {
  background-color: #ededed;
  background: #ededed url(/assets/background-9df3cfc42762ec03c262c7b9fa6b284a57106c324c5a6ec687f3d86b26438ca0.png) repeat;
  font-family: 'Roboto', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #444444;
}

/* line 37, /app/app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, label {
  font-weight: 400;
}

/* line 41, /app/app/assets/stylesheets/application.scss */
.navbar {
  background-color: #ffffff;
  padding: 10px 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  z-index: 20;
}
/* line 47, /app/app/assets/stylesheets/application.scss */
.navbar .navbar-header .icon-bar {
  background-color: #444545;
}
/* line 51, /app/app/assets/stylesheets/application.scss */
.navbar .navbar-collapse {
  float: right;
  padding-right: 0;
}

/* line 57, /app/app/assets/stylesheets/application.scss */
.logo-img {
  width: 128px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1000px) {
  /* line 66, /app/app/assets/stylesheets/application.scss */
  .navbar .navbar-collapse {
    padding-left: 0;
  }
  /* line 70, /app/app/assets/stylesheets/application.scss */
  .navbar .navbar-nav {
    margin: 0;
  }
  /* line 74, /app/app/assets/stylesheets/application.scss */
  .navbar .menu {
    margin-left: 0;
  }
  /* line 77, /app/app/assets/stylesheets/application.scss */
  .navbar .menu a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  /* line 86, /app/app/assets/stylesheets/application.scss */
  .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
  }

  /* line 91, /app/app/assets/stylesheets/application.scss */
  .navbar-collapse {
    float: left !important;
  }

  /* line 95, /app/app/assets/stylesheets/application.scss */
  .footer-wrapper .logo-img {
    margin: 0px auto;
  }
}
/* line 100, /app/app/assets/stylesheets/application.scss */
.form-control {
  height: 50px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: inset 0 2px 1px 0 rgba(220, 226, 233, 0.6);
  border: solid 1px #c7ccd1;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 109, /app/app/assets/stylesheets/application.scss */
.form-control:focus {
  border: solid 1px #00a6cc;
}

/* line 114, /app/app/assets/stylesheets/application.scss */
select.form-control {
  text-shadow: none;
  font-size: 14px;
  height: 50px;
  box-shadow: inset 0 2px 1px 0 rgba(220, 226, 233, 0.6);
  border: solid 1px #c7ccd1;
  border-radius: 2px;
}
/* line 122, /app/app/assets/stylesheets/application.scss */
select.form-control:hover {
  cursor: pointer;
}

/* line 127, /app/app/assets/stylesheets/application.scss */
.btn-primary, .btn-primary:focus {
  border-radius: 5px;
  padding: 13px 30px;
  background-color: #00a6cc;
  color: #fff;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 136, /app/app/assets/stylesheets/application.scss */
.btn-primary.btn-sm, .btn-group-sm > .btn-primary.btn, .btn-primary:focus.btn-sm, .btn-group-sm > .btn-primary.btn:focus {
  padding: 8px 20px;
}
/* line 140, /app/app/assets/stylesheets/application.scss */
.btn-primary:hover, .btn-primary:focus:hover {
  text-decoration: none;
  background-color: #018dad;
}
/* line 145, /app/app/assets/stylesheets/application.scss */
.btn-primary:active, .btn-primary:focus:active {
  background-color: #006e88;
}

/* line 150, /app/app/assets/stylesheets/application.scss */
.btn:focus, .btn:active {
  outline: none;
}

/* line 154, /app/app/assets/stylesheets/application.scss */
.btn-secondary {
  padding: 12px 40px;
  background-color: #fff;
  font-weight: bold;
  color: #00a6cc;
  border: solid 2px #00a6cc;
  text-transform: uppercase;
}
/* line 162, /app/app/assets/stylesheets/application.scss */
.btn-secondary:hover {
  color: #018dad;
}

/* line 167, /app/app/assets/stylesheets/application.scss */
.dropdown-menu {
  padding: 0;
}
/* line 171, /app/app/assets/stylesheets/application.scss */
.dropdown-menu li a {
  padding: 10px 20px;
}
/* line 175, /app/app/assets/stylesheets/application.scss */
.dropdown-menu li.divider {
  padding: 0;
  margin: 0;
}
/* line 180, /app/app/assets/stylesheets/application.scss */
.dropdown-menu li input.btn-logout {
  display: block;
  clear: both;
  padding: 10px 20px;
  text-transform: uppercase;
}

/* line 190, /app/app/assets/stylesheets/application.scss */
.dropup .dropdown-menu {
  bottom: 65%;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/* line 199, /app/app/assets/stylesheets/application.scss */
.dropzone {
  width: 100%;
  background-color: #fff;
  border: 2px dashed #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #333;
  text-transform: none;
  text-align: center;
}
/* line 212, /app/app/assets/stylesheets/application.scss */
.dropzone.highlight {
  background-color: #bcb9ec;
}
/* line 216, /app/app/assets/stylesheets/application.scss */
.dropzone .icon {
  opacity: 0.3;
  height: 64px;
  width: 64px;
}
/* line 222, /app/app/assets/stylesheets/application.scss */
.dropzone .file-input {
  display: none !important;
}

/* line 228, /app/app/assets/stylesheets/application.scss */
.upload-form .process-progress {
  width: 100%;
}
/* line 231, /app/app/assets/stylesheets/application.scss */
.upload-form .process-progress .progress .bar {
  width: 0%;
}
/* line 237, /app/app/assets/stylesheets/application.scss */
.upload-form .table.table-uploads > tbody > tr > td {
  padding: 10px;
  padding-bottom: 0 !important;
}
/* line 241, /app/app/assets/stylesheets/application.scss */
.upload-form .table.table-uploads > tbody > tr > td .progress {
  margin-bottom: 0;
  min-width: 200px;
}
/* line 245, /app/app/assets/stylesheets/application.scss */
.upload-form .table.table-uploads > tbody > tr > td p.name {
  margin: 0;
}
/* line 248, /app/app/assets/stylesheets/application.scss */
.upload-form .table.table-uploads > tbody > tr > td .start {
  display: none;
}
/* line 253, /app/app/assets/stylesheets/application.scss */
.upload-form .tab-content {
  border-top: none;
  padding: 32 16;
}
/* line 257, /app/app/assets/stylesheets/application.scss */
.upload-form .upload-form {
  padding-bottom: 64;
}
/* line 260, /app/app/assets/stylesheets/application.scss */
.upload-form .upload-well {
  min-height: 192;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
/* line 268, /app/app/assets/stylesheets/application.scss */
.upload-form .upload-well:hover {
  background-color: #eee;
}
/* line 272, /app/app/assets/stylesheets/application.scss */
.upload-form .upload-well .drop {
  text-align: center;
  padding-bottom: 64;
}
/* line 277, /app/app/assets/stylesheets/application.scss */
.upload-form .upload-well.fading {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
/* line 287, /app/app/assets/stylesheets/application.scss */
.upload-form .fileupload-buttonbar {
  padding: 32 0;
  text-align: center;
}
/* line 292, /app/app/assets/stylesheets/application.scss */
.upload-form .file-tabs {
  display: flex;
  justify-content: center;
}
/* line 296, /app/app/assets/stylesheets/application.scss */
.upload-form .file-tabs .disabled {
  cursor: no-drop;
  color: #ddd;
}
/* line 302, /app/app/assets/stylesheets/application.scss */
.upload-form .map-pane {
  min-height: 500px;
  position: relative;
}
/* line 306, /app/app/assets/stylesheets/application.scss */
.upload-form .map-pane .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 316, /app/app/assets/stylesheets/application.scss */
.errors {
  color: red;
}
/* line 319, /app/app/assets/stylesheets/application.scss */
.errors ul {
  padding-left: 10px;
}

/* line 324, /app/app/assets/stylesheets/application.scss */
#modal-wrapper {
  position: absolute;
  z-index: 10000;
}

/* line 329, /app/app/assets/stylesheets/application.scss */
.modal {
  top: 50px;
}
/* line 332, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog {
  border-radius: 3px;
}
/* line 335, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-header {
  border-radius: 3px 3px 0 0;
  background-color: #fafafa;
  padding: 30px 40px;
}
/* line 340, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-header h3 {
  color: #444;
  font-weight: 100;
  font-family: Roboto;
}
/* line 346, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-header .close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 40px;
  font-weight: 300;
}
/* line 354, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-header img {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 150px;
}
/* line 362, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-body {
  padding: 30px 40px;
}
/* line 365, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-body label {
  text-transform: uppercase;
}
/* line 370, /app/app/assets/stylesheets/application.scss */
.modal .modal-dialog .modal-footer {
  text-align: center;
}

/* line 376, /app/app/assets/stylesheets/application.scss */
.edit-user-project-modal .modal-footer {
  text-align: initial;
  padding: 15px 40px;
}

@media (max-width: 770px) {
  /* line 382, /app/app/assets/stylesheets/application.scss */
  #help-dialog .modal-dialog {
    width: auto !important;
  }

  /* line 386, /app/app/assets/stylesheets/application.scss */
  .modal-dialog .modal-header {
    padding-top: 70px;
  }
}
/* line 391, /app/app/assets/stylesheets/application.scss */
.toggle {
  position: relative;
}
/* line 394, /app/app/assets/stylesheets/application.scss */
.toggle input {
  margin: 0;
  display: inline-block;
  opacity: 0;
}
/* line 400, /app/app/assets/stylesheets/application.scss */
.toggle label::before {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 38px;
  height: 16px;
  background-image: url(/assets/toggle-off-8b92a8839f956bfdc4c4f2da4aa32cb3881020f3e76ce0c35dd9328bd6213a62.svg);
  cursor: pointer;
}
/* line 411, /app/app/assets/stylesheets/application.scss */
.toggle input:checked + label:before {
  background-image: url(/assets/toggle-on-5d53b14fa95130f5b898f4d8e783f3db55518923e5795cf6864b23149fb9562a.svg);
}

/* line 416, /app/app/assets/stylesheets/application.scss */
.left {
  float: left;
}

/* line 420, /app/app/assets/stylesheets/application.scss */
.right {
  float: right;
}

/* line 425, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog {
  width: 820px;
}
/* line 429, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-header .modal-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 435, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-header p {
  font-size: 16px;
  margin: 0;
  color: #818181;
}
/* line 442, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-body {
  padding: 30px 80px;
}
/* line 446, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer {
  padding: 0 15px;
  border: 0;
}
/* line 450, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .row {
  margin: 0;
}
/* line 454, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example {
  padding: 0;
  position: relative;
  text-align: center;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 462, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example.example-1 {
  background-image: url(/assets/example-field-1-3de38758a5d5600f0cc58457dcd3a05a494b3f30fed9a7356d7fa6fc90120cfa.png);
}
/* line 466, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example.example-2 {
  background-image: url(/assets/example-field-2-2dc6bea375296c78aafe243275ad1f14913f6c83df7f4c37a2402a7fdc27e86d.png);
}
/* line 470, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example .details {
  width: 300px;
  display: inline-block;
  text-align: left;
}
/* line 475, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example .details h3, #help-dialog .modal-dialog .modal-footer .example .details span {
  color: #fff;
}
/* line 479, /app/app/assets/stylesheets/application.scss */
#help-dialog .modal-dialog .modal-footer .example .details .btn-primary {
  margin-top: 10px;
  padding: 10px 50px;
  font-weight: bold;
  border: none;
  display: block;
}
/* line 491, /app/app/assets/stylesheets/application.scss */
#help-dialog .help-step {
  padding: 20px 0px;
  border-bottom: 1px solid #ececec;
}
/* line 495, /app/app/assets/stylesheets/application.scss */
#help-dialog .help-step .icon-placeholder {
  width: 70px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
/* line 502, /app/app/assets/stylesheets/application.scss */
#help-dialog .help-step .title {
  display: inline;
}
/* line 506, /app/app/assets/stylesheets/application.scss */
#help-dialog .help-step:last-child {
  border: none;
}

/* line 512, /app/app/assets/stylesheets/application.scss */
.editable-name {
  border: 0;
  background: transparent;
  width: 100%;
  text-overflow: ellipsis;
}
/* line 518, /app/app/assets/stylesheets/application.scss */
.editable-name:focus {
  outline: none;
}
/* line 522, /app/app/assets/stylesheets/application.scss */
.editable-name:hover {
  cursor: pointer;
}

/* line 527, /app/app/assets/stylesheets/application.scss */
.editable-text-placeholder {
  width: auto;
  display: inline-block;
  visibility: hidden;
  position: fixed;
  overflow: auto;
}

/* line 535, /app/app/assets/stylesheets/application.scss */
.align-right {
  text-align: right;
}

/* line 539, /app/app/assets/stylesheets/application.scss */
.align-center {
  text-align: center;
}

/* line 543, /app/app/assets/stylesheets/application.scss */
.full-width {
  width: 100%;
}

/* line 548, /app/app/assets/stylesheets/application.scss */
.user-profile {
  margin-top: 40px;
  color: #6c6c6c;
}
/* line 552, /app/app/assets/stylesheets/application.scss */
.user-profile h4 {
  margin-top: 10px;
}
/* line 556, /app/app/assets/stylesheets/application.scss */
.user-profile .notice {
  margin-top: 20px;
}

/* line 562, /app/app/assets/stylesheets/application.scss */
.select-ui .table-wrapper {
  overflow-y: auto;
  max-height: 25vh;
  margin-bottom: 16px;
  border: 1px solid #ececec;
}
/* line 567, /app/app/assets/stylesheets/application.scss */
.select-ui .table-wrapper table thead th {
  position: sticky;
  top: 0;
  background-color: white;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/

.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  padding-top: 2px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
