/*
* lightbox styles
*/
.modal-simplezoom {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.modal-simplezoom .modal-simplezoom-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
.modal-simplezoom .modal-simplezoom-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-simplezoom .simplezoom-item {
  position: absolute;
  display: inline-block;
  transition: width .3s, height .3s, top .3s, left .3s;
  -webkit-transition: width .3s, height .3s, top .3s, left .3s;
}
.modal-simplezoom .simplezoom-item img {
  display: inline-block;
  max-width: 100%;
}
.modal-simplezoom .simplezoom-loader {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity .15s;
}
.modal-simplezoom.in .modal-simplezoom-bg {
  opacity: 1;
}
.modal-simplezoom.loading .simplezoom-loader {
  opacity: 1;
}
/*
* CSS loader styles
*/
.loader-simplezoom {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.loader-simplezoom i,
.loader:before,
.loader:after {
  border-radius: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 3px;
  background-color: #eee;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadingAni 0.7s infinite ease-in-out;
  animation: loadingAni 0.7s infinite ease-in-out;
}
.loader:before,
.loader:after {
  content: '';
}
.loader-simplezoom i {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.loader-simplezoom:after {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
@-webkit-keyframes loadingAni {
  0%,
  80%,
  100% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0);
  }
}
@keyframes loadingAni {
  0%,
  80%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(0);
  }
}

@charset 'UTF-8';
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #ffffff url(/lib/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/lib/fonts/slick.eot);
  src: url(/lib/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/lib/fonts/slick.woff) format('woff'), url(/lib/fonts/slick.ttf) format('truetype'), url(/lib/fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir=rtl] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir=rtl] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}
body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 240px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease .4s, transform .4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 1;
  width: 30px;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: '';
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #336ca6;
}
.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #1b3958;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2c5d8f;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #31679e;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #2c5d8f;
  margin-top: -1px;
}
.hc-offcanvas-nav li {
  text-align: left;
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #2c5d8f;
  border-top: 1px solid #295887;
  border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #2b5c8d;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #ffffff;
}
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #2c5d8f;
}
.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.hc-offcanvas-nav span.nav-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #2f649a;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

html[direction='ltr'] div.dataTables_length label {
  float: left;
  text-align: left;
}
html[direction='rtl'] div.dataTables_length label {
  float: right;
  text-align: right;
}
div.dataTables_length select {
  width: 75px;
}
html[direction='ltr'] div.dataTables_filter label {
  float: right;
}
html[direction='rtl'] div.dataTables_filter label {
  float: left;
}
div.dataTables_info {
  padding-top: 26px;
}
div.dataTables_paginate {
  margin: 0;
}
html[direction='ltr'] div.dataTables_paginate {
  float: right;
}
html[direction='rtl'] div.dataTables_paginate {
  float: left;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting:after,
table.table thead .sorting_asc:after,
table.table thead .sorting_desc:after,
table.table thead .sorting_asc_disabled:after,
table.table thead .sorting_desc_disabled:after {
  font-family: 'Glyphicons Regular';
  position: relative;
  top: 3px;
  left: 3px;
}
html[direction='ltr'] table.table thead .sorting:after,
html[direction='ltr'] table.table thead .sorting_asc:after,
html[direction='ltr'] table.table thead .sorting_desc:after,
html[direction='ltr'] table.table thead .sorting_asc_disabled:after,
html[direction='ltr'] table.table thead .sorting_desc_disabled:after {
  text-align: right;
  float: right;
}
html[direction='rtl'] table.table thead .sorting:after,
html[direction='rtl'] table.table thead .sorting_asc:after,
html[direction='rtl'] table.table thead .sorting_desc:after,
html[direction='rtl'] table.table thead .sorting_asc_disabled:after,
html[direction='rtl'] table.table thead .sorting_desc_disabled:after {
  text-align: left;
  float: left;
}
table.table thead .sorting:after {
  content: '\E404';
  opacity: 0.2;
}
table.table thead .sorting_asc:after {
  content: '\E405';
}
table.table thead .sorting_desc:after {
  content: '\E406';
}
table.table thead .sorting_asc_disabled:after {
  content: '\E405';
  opacity: 0.2;
}
table.table thead .sorting_desc_disabled:after {
  content: '\E406';
  opacity: 0.2;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/* pagination  + info */
.dataTables_wrapper .dataTables_length {
  clear: both;
  float: left;
  padding-top: 1.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}

/* themePrimary */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #595e6e;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #fba936;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e08504;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a2a2a2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a2a2a2;
}
.text-primary {
  color: #fba936;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f99305;
}
.text-success {
  color: #6bb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #539d44;
}
.text-info {
  color: #5b94de;
}
a.text-info:hover,
a.text-info:focus {
  color: #3179d5;
}
.text-warning {
  color: #ee7436;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #df5713;
}
.text-danger {
  color: #d94f79;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c92c5c;
}
.bg-primary {
  color: #fff;
  background-color: #fba936;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f99305;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a2a2a2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fddeb3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #a2a2a2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fddeb3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #eeeeee;
  background-color: #333333;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #333333;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a2a2a2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
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;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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;
}
.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);
}
.form-control::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a2a2a2;
}
.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #6bb85c;
}
.has-success .form-control {
  border-color: #6bb85c;
  -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);
}
.has-success .form-control:focus {
  border-color: #539d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #acd7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #acd7a3;
}
.has-success .input-group-addon {
  color: #6bb85c;
  border-color: #6bb85c;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #6bb85c;
}
.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: #ee7436;
}
.has-warning .form-control {
  border-color: #ee7436;
  -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);
}
.has-warning .form-control:focus {
  border-color: #df5713;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6b595;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6b595;
}
.has-warning .input-group-addon {
  color: #ee7436;
  border-color: #ee7436;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #ee7436;
}
.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: #d94f79;
}
.has-error .form-control {
  border-color: #d94f79;
  -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);
}
.has-error .form-control:focus {
  border-color: #c92c5c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba3b9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba3b9;
}
.has-error .input-group-addon {
  color: #d94f79;
  border-color: #d94f79;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #d94f79;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9a9ead;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fba936;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fba936;
  background-color: #ffffff;
  border-color: #fcc981;
}
.btn-default:focus,
.btn-default.focus {
  color: #fba936;
  background-color: #e6e6e6;
  border-color: #f99305;
}
.btn-default:hover {
  color: #fba936;
  background-color: #e6e6e6;
  border-color: #fbaf45;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fba936;
  background-color: #e6e6e6;
  border-color: #fbaf45;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fba936;
  background-color: #d4d4d4;
  border-color: #f99305;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #fcc981;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fba936;
}
.btn-primary {
  color: #ffffff;
  background-color: #fba936;
  border-color: #fba936;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #f99305;
  border-color: #ae6703;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #f99305;
  border-color: #ef8e05;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f99305;
  border-color: #ef8e05;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #d67f04;
  border-color: #ae6703;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fba936;
  border-color: #fba936;
}
.btn-primary .badge {
  color: #fba936;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #539d44;
  border-color: #37672d;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #539d44;
  border-color: #4f9641;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #539d44;
  border-color: #4f9641;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #468439;
  border-color: #37672d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.btn-success .badge {
  color: #6bb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5b94de;
  border-color: #5b94de;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #1f559a;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #2a73d2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3179d5;
  border-color: #2a73d2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #2668bc;
  border-color: #1f559a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5b94de;
  border-color: #5b94de;
}
.btn-info .badge {
  color: #5b94de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0854e;
  border-color: #f0854e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #b0450f;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #eb5d16;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec641f;
  border-color: #eb5d16;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d55412;
  border-color: #b0450f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0854e;
  border-color: #f0854e;
}
.btn-warning .badge {
  color: #f0854e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d94f79;
  border-color: #d94f79;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #8b1e3f;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #c12a58;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c92c5c;
  border-color: #c12a58;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac254e;
  border-color: #8b1e3f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d94f79;
  border-color: #d94f79;
}
.btn-danger .badge {
  color: #d94f79;
  background-color: #ffffff;
}
.btn-link {
  color: #fba936;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e08504;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a2a2a2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.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;
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/lib/fonts/glyphicons-regular.eot');
  src: url('/lib/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/glyphicons-regular.woff') format('woff'), url('/lib/fonts/glyphicons-regular.ttf') format('truetype'), url('/lib/fonts/glyphicons-regular.svg#glyphicons-regular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-leaf:before {
  content: "\E002";
}
.glyphicon-dog:before {
  content: "\E003";
}
.glyphicon-user:before {
  content: "\E004";
}
.glyphicon-girl:before {
  content: "\E005";
}
.glyphicon-car:before {
  content: "\E006";
}
.glyphicon-user_add:before {
  content: "\E007";
}
.glyphicon-user_remove:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-magic:before {
  content: "\E010";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-camera:before {
  content: "\E011";
}
.glyphicon-heart:before {
  content: "\E013";
}
.glyphicon-beach_umbrella:before {
  content: "\E014";
}
.glyphicon-train:before {
  content: "\E015";
}
.glyphicon-print:before {
  content: "\E016";
}
.glyphicon-bin:before {
  content: "\E017";
}
.glyphicon-music:before {
  content: "\E018";
}
.glyphicon-note:before {
  content: "\E019";
}
.glyphicon-heart_empty:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-snowflake:before {
  content: "\2744";
}
.glyphicon-fire:before {
  content: "\E023";
}
.glyphicon-magnet:before {
  content: "\E024";
}
.glyphicon-parents:before {
  content: "\E025";
}
.glyphicon-binoculars:before {
  content: "\E026";
}
.glyphicon-road:before {
  content: "\E027";
}
.glyphicon-search:before {
  content: "\E028";
}
.glyphicon-cars:before {
  content: "\E029";
}
.glyphicon-notes_2:before {
  content: "\E030";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-bus:before {
  content: "\E032";
}
.glyphicon-wifi_alt:before {
  content: "\E033";
}
.glyphicon-luggage:before {
  content: "\E034";
}
.glyphicon-old_man:before {
  content: "\E035";
}
.glyphicon-woman:before {
  content: "\E036";
}
.glyphicon-file:before {
  content: "\E037";
}
.glyphicon-coins:before {
  content: "\E038";
}
.glyphicon-airplane:before {
  content: "\2708";
}
.glyphicon-notes:before {
  content: "\E040";
}
.glyphicon-stats:before {
  content: "\E041";
}
.glyphicon-charts:before {
  content: "\E042";
}
.glyphicon-pie_chart:before {
  content: "\E043";
}
.glyphicon-group:before {
  content: "\E044";
}
.glyphicon-keys:before {
  content: "\E045";
}
.glyphicon-calendar:before {
  content: "\E046";
}
.glyphicon-router:before {
  content: "\E047";
}
.glyphicon-camera_small:before {
  content: "\E048";
}
.glyphicon-dislikes:before {
  content: "\E049";
}
.glyphicon-star:before {
  content: "\E050";
}
.glyphicon-link:before {
  content: "\E051";
}
.glyphicon-eye_open:before {
  content: "\E052";
}
.glyphicon-eye_close:before {
  content: "\E053";
}
.glyphicon-alarm:before {
  content: "\E054";
}
.glyphicon-clock:before {
  content: "\E055";
}
.glyphicon-stopwatch:before {
  content: "\E056";
}
.glyphicon-projector:before {
  content: "\E057";
}
.glyphicon-history:before {
  content: "\E058";
}
.glyphicon-truck:before {
  content: "\E059";
}
.glyphicon-cargo:before {
  content: "\E060";
}
.glyphicon-compass:before {
  content: "\E061";
}
.glyphicon-keynote:before {
  content: "\E062";
}
.glyphicon-paperclip:before {
  content: "\E063";
}
.glyphicon-power:before {
  content: "\E064";
}
.glyphicon-lightbulb:before {
  content: "\E065";
}
.glyphicon-tag:before {
  content: "\E066";
}
.glyphicon-tags:before {
  content: "\E067";
}
.glyphicon-cleaning:before {
  content: "\E068";
}
.glyphicon-ruller:before {
  content: "\E069";
}
.glyphicon-gift:before {
  content: "\E070";
}
.glyphicon-umbrella:before {
  content: "\2602";
}
.glyphicon-book:before {
  content: "\E072";
}
.glyphicon-bookmark:before {
  content: "\E073";
}
.glyphicon-wifi:before {
  content: "\E074";
}
.glyphicon-cup:before {
  content: "\E075";
}
.glyphicon-stroller:before {
  content: "\E076";
}
.glyphicon-headphones:before {
  content: "\E077";
}
.glyphicon-headset:before {
  content: "\E078";
}
.glyphicon-warning_sign:before {
  content: "\E079";
}
.glyphicon-signal:before {
  content: "\E080";
}
.glyphicon-retweet:before {
  content: "\E081";
}
.glyphicon-refresh:before {
  content: "\E082";
}
.glyphicon-roundabout:before {
  content: "\E083";
}
.glyphicon-random:before {
  content: "\E084";
}
.glyphicon-heat:before {
  content: "\E085";
}
.glyphicon-repeat:before {
  content: "\E086";
}
.glyphicon-display:before {
  content: "\E087";
}
.glyphicon-log_book:before {
  content: "\E088";
}
.glyphicon-address_book:before {
  content: "\E089";
}
.glyphicon-building:before {
  content: "\E090";
}
.glyphicon-eyedropper:before {
  content: "\E091";
}
.glyphicon-adjust:before {
  content: "\E092";
}
.glyphicon-tint:before {
  content: "\E093";
}
.glyphicon-crop:before {
  content: "\E094";
}
.glyphicon-vector_path_square:before {
  content: "\E095";
}
.glyphicon-vector_path_circle:before {
  content: "\E096";
}
.glyphicon-vector_path_polygon:before {
  content: "\E097";
}
.glyphicon-vector_path_line:before {
  content: "\E098";
}
.glyphicon-vector_path_curve:before {
  content: "\E099";
}
.glyphicon-vector_path_all:before {
  content: "\E100";
}
.glyphicon-font:before {
  content: "\E101";
}
.glyphicon-italic:before {
  content: "\E102";
}
.glyphicon-bold:before {
  content: "\E103";
}
.glyphicon-text_underline:before {
  content: "\E104";
}
.glyphicon-text_strike:before {
  content: "\E105";
}
.glyphicon-text_height:before {
  content: "\E106";
}
.glyphicon-text_width:before {
  content: "\E107";
}
.glyphicon-text_resize:before {
  content: "\E108";
}
.glyphicon-left_indent:before {
  content: "\E109";
}
.glyphicon-right_indent:before {
  content: "\E110";
}
.glyphicon-align_left:before {
  content: "\E111";
}
.glyphicon-align_center:before {
  content: "\E112";
}
.glyphicon-align_right:before {
  content: "\E113";
}
.glyphicon-justify:before {
  content: "\E114";
}
.glyphicon-list:before {
  content: "\E115";
}
.glyphicon-text_smaller:before {
  content: "\E116";
}
.glyphicon-text_bigger:before {
  content: "\E117";
}
.glyphicon-embed:before {
  content: "\E118";
}
.glyphicon-embed_close:before {
  content: "\E119";
}
.glyphicon-table:before {
  content: "\E120";
}
.glyphicon-message_full:before {
  content: "\E121";
}
.glyphicon-message_empty:before {
  content: "\E122";
}
.glyphicon-message_in:before {
  content: "\E123";
}
.glyphicon-message_out:before {
  content: "\E124";
}
.glyphicon-message_plus:before {
  content: "\E125";
}
.glyphicon-message_minus:before {
  content: "\E126";
}
.glyphicon-message_ban:before {
  content: "\E127";
}
.glyphicon-message_flag:before {
  content: "\E128";
}
.glyphicon-message_lock:before {
  content: "\E129";
}
.glyphicon-message_new:before {
  content: "\E130";
}
.glyphicon-inbox:before {
  content: "\E131";
}
.glyphicon-inbox_plus:before {
  content: "\E132";
}
.glyphicon-inbox_minus:before {
  content: "\E133";
}
.glyphicon-inbox_lock:before {
  content: "\E134";
}
.glyphicon-inbox_in:before {
  content: "\E135";
}
.glyphicon-inbox_out:before {
  content: "\E136";
}
.glyphicon-cogwheel:before {
  content: "\E137";
}
.glyphicon-cogwheels:before {
  content: "\E138";
}
.glyphicon-picture:before {
  content: "\E139";
}
.glyphicon-adjust_alt:before {
  content: "\E140";
}
.glyphicon-database_lock:before {
  content: "\E141";
}
.glyphicon-database_plus:before {
  content: "\E142";
}
.glyphicon-database_minus:before {
  content: "\E143";
}
.glyphicon-database_ban:before {
  content: "\E144";
}
.glyphicon-folder_open:before {
  content: "\E145";
}
.glyphicon-folder_plus:before {
  content: "\E146";
}
.glyphicon-folder_minus:before {
  content: "\E147";
}
.glyphicon-folder_lock:before {
  content: "\E148";
}
.glyphicon-folder_flag:before {
  content: "\E149";
}
.glyphicon-folder_new:before {
  content: "\E150";
}
.glyphicon-edit:before {
  content: "\E151";
}
.glyphicon-new_window:before {
  content: "\E152";
}
.glyphicon-check:before {
  content: "\E153";
}
.glyphicon-unchecked:before {
  content: "\E154";
}
.glyphicon-more_windows:before {
  content: "\E155";
}
.glyphicon-show_big_thumbnails:before {
  content: "\E156";
}
.glyphicon-show_thumbnails:before {
  content: "\E157";
}
.glyphicon-show_thumbnails_with_lines:before {
  content: "\E158";
}
.glyphicon-show_lines:before {
  content: "\E159";
}
.glyphicon-playlist:before {
  content: "\E160";
}
.glyphicon-imac:before {
  content: "\E161";
}
.glyphicon-macbook:before {
  content: "\E162";
}
.glyphicon-ipad:before {
  content: "\E163";
}
.glyphicon-iphone:before {
  content: "\E164";
}
.glyphicon-iphone_transfer:before {
  content: "\E165";
}
.glyphicon-iphone_exchange:before {
  content: "\E166";
}
.glyphicon-ipod:before {
  content: "\E167";
}
.glyphicon-ipod_shuffle:before {
  content: "\E168";
}
.glyphicon-ear_plugs:before {
  content: "\E169";
}
.glyphicon-record:before {
  content: "\E170";
}
.glyphicon-backward:before,
.glyphicon-step_backward:before {
  content: "\E171";
}
.glyphicon-fast_backward:before {
  content: "\E172";
}
.glyphicon-rewind:before {
  content: "\E173";
}
.glyphicon-play:before {
  content: "\E174";
}
.glyphicon-pause:before {
  content: "\E175";
}
.glyphicon-stop:before {
  content: "\E176";
}
.glyphicon-forward:before {
  content: "\E177";
}
.glyphicon-fast_forward:before {
  content: "\E178";
}
.glyphicon-step_forward:before {
  content: "\E179";
}
.glyphicon-eject:before {
  content: "\E180";
}
.glyphicon-facetime_video:before {
  content: "\E181";
}
.glyphicon-download_alt:before {
  content: "\E182";
}
.glyphicon-mute:before {
  content: "\E183";
}
.glyphicon-volume_down:before {
  content: "\E184";
}
.glyphicon-volume_up:before {
  content: "\E185";
}
.glyphicon-screenshot:before {
  content: "\E186";
}
.glyphicon-move:before {
  content: "\E187";
}
.glyphicon-more:before {
  content: "\E188";
}
.glyphicon-brightness_reduce:before {
  content: "\E189";
}
.glyphicon-brightness_increase:before {
  content: "\E190";
}
.glyphicon-circle_plus:before {
  content: "\E191";
}
.glyphicon-circle_minus:before {
  content: "\E192";
}
.glyphicon-circle_remove:before {
  content: "\E193";
}
.glyphicon-circle_ok:before {
  content: "\E194";
}
.glyphicon-circle_question_mark:before {
  content: "\E195";
}
.glyphicon-circle_info:before {
  content: "\E196";
}
.glyphicon-circle_exclamation_mark:before {
  content: "\E197";
}
.glyphicon-remove:before {
  content: "\E198";
}
.glyphicon-ok:before {
  content: "\E199";
}
.glyphicon-ban:before {
  content: "\E200";
}
.glyphicon-download:before {
  content: "\E201";
}
.glyphicon-upload:before {
  content: "\E202";
}
.glyphicon-shopping_cart:before {
  content: "\E203";
}
.glyphicon-lock:before {
  content: "\E204";
}
.glyphicon-unlock:before {
  content: "\E205";
}
.glyphicon-electricity:before {
  content: "\E206";
}
.glyphicon-ok_2:before {
  content: "\E207";
}
.glyphicon-remove_2:before {
  content: "\E208";
}
.glyphicon-cart_out:before {
  content: "\E209";
}
.glyphicon-cart_in:before {
  content: "\E210";
}
.glyphicon-left_arrow:before {
  content: "\E211";
}
.glyphicon-right_arrow:before {
  content: "\E212";
}
.glyphicon-down_arrow:before {
  content: "\E213";
}
.glyphicon-up_arrow:before {
  content: "\E214";
}
.glyphicon-resize_small:before {
  content: "\E215";
}
.glyphicon-resize_full:before {
  content: "\E216";
}
.glyphicon-circle_arrow_left:before {
  content: "\E217";
}
.glyphicon-circle_arrow_right:before {
  content: "\E218";
}
.glyphicon-circle_arrow_top:before {
  content: "\E219";
}
.glyphicon-circle_arrow_down:before {
  content: "\E220";
}
.glyphicon-play_button:before {
  content: "\E221";
}
.glyphicon-unshare:before {
  content: "\E222";
}
.glyphicon-share:before {
  content: "\E223";
}
.glyphicon-chevron-right:before {
  content: "\E224";
}
.glyphicon-chevron-left:before {
  content: "\E225";
}
.glyphicon-bluetooth:before {
  content: "\E226";
}
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-usd:before {
  content: "\E228";
}
.glyphicon-gbp:before {
  content: "\E229";
}
.glyphicon-retweet_2:before {
  content: "\E230";
}
.glyphicon-moon:before {
  content: "\E231";
}
.glyphicon-sun:before {
  content: "\2609";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-direction:before {
  content: "\E234";
}
.glyphicon-brush:before {
  content: "\E235";
}
.glyphicon-pen:before {
  content: "\E236";
}
.glyphicon-zoom_in:before {
  content: "\E237";
}
.glyphicon-zoom_out:before {
  content: "\E238";
}
.glyphicon-pin:before {
  content: "\E239";
}
.glyphicon-albums:before {
  content: "\E240";
}
.glyphicon-rotation_lock:before {
  content: "\E241";
}
.glyphicon-flash:before {
  content: "\E242";
}
.glyphicon-google_maps:before {
  content: "\E243";
}
.glyphicon-anchor:before {
  content: "\2693";
}
.glyphicon-conversation:before {
  content: "\E245";
}
.glyphicon-chat:before {
  content: "\E246";
}
.glyphicon-male:before {
  content: "\E247";
}
.glyphicon-female:before {
  content: "\E248";
}
.glyphicon-asterisk:before {
  content: "\002A";
}
.glyphicon-divide:before {
  content: "\00F7";
}
.glyphicon-snorkel_diving:before {
  content: "\E251";
}
.glyphicon-scuba_diving:before {
  content: "\E252";
}
.glyphicon-oxygen_bottle:before {
  content: "\E253";
}
.glyphicon-fins:before {
  content: "\E254";
}
.glyphicon-fishes:before {
  content: "\E255";
}
.glyphicon-boat:before {
  content: "\E256";
}
.glyphicon-delete:before {
  content: "\E257";
}
.glyphicon-sheriffs_star:before {
  content: "\E258";
}
.glyphicon-qrcode:before {
  content: "\E259";
}
.glyphicon-barcode:before {
  content: "\E260";
}
.glyphicon-pool:before {
  content: "\E261";
}
.glyphicon-buoy:before {
  content: "\E262";
}
.glyphicon-spade:before {
  content: "\E263";
}
.glyphicon-bank:before {
  content: "\E264";
}
.glyphicon-vcard:before {
  content: "\E265";
}
.glyphicon-electrical_plug:before {
  content: "\E266";
}
.glyphicon-flag:before {
  content: "\E267";
}
.glyphicon-credit_card:before {
  content: "\E268";
}
.glyphicon-keyboard-wireless:before {
  content: "\E269";
}
.glyphicon-keyboard-wired:before {
  content: "\E270";
}
.glyphicon-shield:before {
  content: "\E271";
}
.glyphicon-ring:before {
  content: "\02DA";
}
.glyphicon-cake:before {
  content: "\E273";
}
.glyphicon-drink:before {
  content: "\E274";
}
.glyphicon-beer:before {
  content: "\E275";
}
.glyphicon-fast_food:before {
  content: "\E276";
}
.glyphicon-cutlery:before {
  content: "\E277";
}
.glyphicon-pizza:before {
  content: "\E278";
}
.glyphicon-birthday_cake:before {
  content: "\E279";
}
.glyphicon-tablet:before {
  content: "\E280";
}
.glyphicon-settings:before {
  content: "\E281";
}
.glyphicon-bullets:before {
  content: "\E282";
}
.glyphicon-cardio:before {
  content: "\E283";
}
.glyphicon-t-shirt:before {
  content: "\E284";
}
.glyphicon-pants:before {
  content: "\E285";
}
.glyphicon-sweater:before {
  content: "\E286";
}
.glyphicon-fabric:before {
  content: "\E287";
}
.glyphicon-leather:before {
  content: "\E288";
}
.glyphicon-scissors:before {
  content: "\E289";
}
.glyphicon-bomb:before {
  content: "\E290";
}
.glyphicon-skull:before {
  content: "\E291";
}
.glyphicon-celebration:before {
  content: "\E292";
}
.glyphicon-tea_kettle:before {
  content: "\E293";
}
.glyphicon-french_press:before {
  content: "\E294";
}
.glyphicon-coffee_cup:before {
  content: "\E295";
}
.glyphicon-pot:before {
  content: "\E296";
}
.glyphicon-grater:before {
  content: "\E297";
}
.glyphicon-kettle:before {
  content: "\E298";
}
.glyphicon-hospital:before {
  content: "\E299";
}
.glyphicon-hospital_h:before {
  content: "\E300";
}
.glyphicon-microphone:before {
  content: "\E301";
}
.glyphicon-webcam:before {
  content: "\E302";
}
.glyphicon-temple_christianity_church:before {
  content: "\E303";
}
.glyphicon-temple_islam:before {
  content: "\E304";
}
.glyphicon-temple_hindu:before {
  content: "\E305";
}
.glyphicon-temple_buddhist:before {
  content: "\E306";
}
.glyphicon-bicycle:before {
  content: "\E307";
}
.glyphicon-life_preserver:before {
  content: "\E308";
}
.glyphicon-share_alt:before {
  content: "\E309";
}
.glyphicon-comments:before {
  content: "\E310";
}
.glyphicon-flower:before {
  content: "\2698";
}
.glyphicon-baseball:before {
  content: "\26BE";
}
.glyphicon-rugby:before {
  content: "\E313";
}
.glyphicon-ax:before {
  content: "\E314";
}
.glyphicon-table_tennis:before {
  content: "\E315";
}
.glyphicon-bowling:before {
  content: "\E316";
}
.glyphicon-tree_conifer:before {
  content: "\E317";
}
.glyphicon-tree_deciduous:before {
  content: "\E318";
}
.glyphicon-more_items:before {
  content: "\E319";
}
.glyphicon-sort:before {
  content: "\E320";
}
.glyphicon-filter:before {
  content: "\E321";
}
.glyphicon-gamepad:before {
  content: "\E322";
}
.glyphicon-playing_dices:before {
  content: "\E323";
}
.glyphicon-calculator:before {
  content: "\E324";
}
.glyphicon-tie:before {
  content: "\E325";
}
.glyphicon-wallet:before {
  content: "\E326";
}
.glyphicon-piano:before {
  content: "\E327";
}
.glyphicon-sampler:before {
  content: "\E328";
}
.glyphicon-podium:before {
  content: "\E329";
}
.glyphicon-soccer_ball:before {
  content: "\E330";
}
.glyphicon-blog:before {
  content: "\E331";
}
.glyphicon-dashboard:before {
  content: "\E332";
}
.glyphicon-certificate:before {
  content: "\E333";
}
.glyphicon-bell:before {
  content: "\E334";
}
.glyphicon-candle:before {
  content: "\E335";
}
.glyphicon-pushpin:before {
  content: "\E336";
}
.glyphicon-iphone_shake:before {
  content: "\E337";
}
.glyphicon-pin_flag:before {
  content: "\E338";
}
.glyphicon-turtle:before {
  content: "\E339";
}
.glyphicon-rabbit:before {
  content: "\E340";
}
.glyphicon-globe:before {
  content: "\E341";
}
.glyphicon-briefcase:before {
  content: "\E342";
}
.glyphicon-hdd:before {
  content: "\E343";
}
.glyphicon-thumbs_up:before {
  content: "\E344";
}
.glyphicon-thumbs_down:before {
  content: "\E345";
}
.glyphicon-hand_right:before {
  content: "\E346";
}
.glyphicon-hand_left:before {
  content: "\E347";
}
.glyphicon-hand_up:before {
  content: "\E348";
}
.glyphicon-hand_down:before {
  content: "\E349";
}
.glyphicon-fullscreen:before {
  content: "\E350";
}
.glyphicon-shopping_bag:before {
  content: "\E351";
}
.glyphicon-book_open:before {
  content: "\E352";
}
.glyphicon-nameplate:before {
  content: "\E353";
}
.glyphicon-nameplate_alt:before {
  content: "\E354";
}
.glyphicon-vases:before {
  content: "\E355";
}
.glyphicon-bullhorn:before {
  content: "\E356";
}
.glyphicon-dumbbell:before {
  content: "\E357";
}
.glyphicon-suitcase:before {
  content: "\E358";
}
.glyphicon-file_import:before {
  content: "\E359";
}
.glyphicon-file_export:before {
  content: "\E360";
}
.glyphicon-bug:before {
  content: "\E361";
}
.glyphicon-crown:before {
  content: "\E362";
}
.glyphicon-smoking:before {
  content: "\E363";
}
.glyphicon-cloud-download:before {
  content: "\E364";
}
.glyphicon-cloud-upload:before {
  content: "\E365";
}
.glyphicon-restart:before {
  content: "\E366";
}
.glyphicon-security_camera:before {
  content: "\E367";
}
.glyphicon-expand:before {
  content: "\E368";
}
.glyphicon-collapse:before {
  content: "\E369";
}
.glyphicon-collapse_top:before {
  content: "\E370";
}
.glyphicon-globe_af:before {
  content: "\E371";
}
.glyphicon-global:before {
  content: "\E372";
}
.glyphicon-spray:before {
  content: "\E373";
}
.glyphicon-nails:before {
  content: "\E374";
}
.glyphicon-claw_hammer:before {
  content: "\E375";
}
.glyphicon-classic_hammer:before {
  content: "\E376";
}
.glyphicon-hand_saw:before {
  content: "\E377";
}
.glyphicon-riflescope:before {
  content: "\E378";
}
.glyphicon-electrical_socket_eu:before {
  content: "\E379";
}
.glyphicon-electrical_socket_us:before {
  content: "\E380";
}
.glyphicon-message_forward:before {
  content: "\E381";
}
.glyphicon-coat_hanger:before {
  content: "\E382";
}
.glyphicon-dress:before {
  content: "\E383";
}
.glyphicon-bathrobe:before {
  content: "\E384";
}
.glyphicon-shirt:before {
  content: "\E385";
}
.glyphicon-underwear:before {
  content: "\E386";
}
.glyphicon-log_in:before {
  content: "\E387";
}
.glyphicon-log_out:before {
  content: "\E388";
}
.glyphicon-exit:before {
  content: "\E389";
}
.glyphicon-new_window_alt:before {
  content: "\E390";
}
.glyphicon-video_sd:before {
  content: "\E391";
}
.glyphicon-video_hd:before {
  content: "\E392";
}
.glyphicon-subtitles:before {
  content: "\E393";
}
.glyphicon-sound_stereo:before {
  content: "\E394";
}
.glyphicon-sound_dolby:before {
  content: "\E395";
}
.glyphicon-sound_5_1:before {
  content: "\E396";
}
.glyphicon-sound_6_1:before {
  content: "\E397";
}
.glyphicon-sound_7_1:before {
  content: "\E398";
}
.glyphicon-copyright_mark:before {
  content: "\E399";
}
.glyphicon-registration_mark:before {
  content: "\E400";
}
.glyphicon-radar:before {
  content: "\E401";
}
.glyphicon-skateboard:before {
  content: "\E402";
}
.glyphicon-golf_course:before {
  content: "\E403";
}
.glyphicon-sorting:before {
  content: "\E404";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicon-sort-by-order:before {
  content: "\E407";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicon-sort-by-attributes:before {
  content: "\E409";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicon-compressed:before {
  content: "\E411";
}
.glyphicon-package:before {
  content: "\E412";
}
.glyphicon-cloud_plus:before {
  content: "\E413";
}
.glyphicon-cloud_minus:before {
  content: "\E414";
}
.glyphicon-disk_save:before {
  content: "\E415";
}
.glyphicon-disk_open:before {
  content: "\E416";
}
.glyphicon-disk_saved:before {
  content: "\E417";
}
.glyphicon-disk_remove:before {
  content: "\E418";
}
.glyphicon-disk_import:before {
  content: "\E419";
}
.glyphicon-disk_export:before {
  content: "\E420";
}
.glyphicon-tower:before {
  content: "\E421";
}
.glyphicon-send:before {
  content: "\E422";
}
.glyphicon-git_branch:before {
  content: "\E423";
}
.glyphicon-git_create:before {
  content: "\E424";
}
.glyphicon-git_private:before {
  content: "\E425";
}
.glyphicon-git_delete:before {
  content: "\E426";
}
.glyphicon-git_merge:before {
  content: "\E427";
}
.glyphicon-git_pull_request:before {
  content: "\E428";
}
.glyphicon-git_compare:before {
  content: "\E429";
}
.glyphicon-git_commit:before {
  content: "\E430";
}
.glyphicon-construction_cone:before {
  content: "\E431";
}
.glyphicon-shoe_steps:before {
  content: "\E432";
}
.glyphicon-plus:before {
  content: "\002B";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-redo:before {
  content: "\E435";
}
.glyphicon-undo:before {
  content: "\E436";
}
.glyphicon-golf:before {
  content: "\E437";
}
.glyphicon-hockey:before {
  content: "\E438";
}
.glyphicon-pipe:before {
  content: "\E439";
}
.glyphicon-wrench:before {
  content: "\E440";
}
.glyphicon-folder_closed:before {
  content: "\E441";
}
.glyphicon-phone_alt:before {
  content: "\E442";
}
.glyphicon-earphone:before {
  content: "\E443";
}
.glyphicon-floppy_disk:before {
  content: "\E444";
}
.glyphicon-floppy_saved:before {
  content: "\E445";
}
.glyphicon-floppy_remove:before {
  content: "\E446";
}
.glyphicon-floppy_save:before {
  content: "\E447";
}
.glyphicon-floppy_open:before {
  content: "\E448";
}
.glyphicon-translate:before {
  content: "\E449";
}
.glyphicon-fax:before {
  content: "\E450";
}
.glyphicon-factory:before {
  content: "\E451";
}
.glyphicon-shop_window:before {
  content: "\E452";
}
.glyphicon-shop:before {
  content: "\E453";
}
.glyphicon-kiosk:before {
  content: "\E454";
}
.glyphicon-kiosk_wheels:before {
  content: "\E455";
}
.glyphicon-kiosk_light:before {
  content: "\E456";
}
.glyphicon-kiosk_food:before {
  content: "\E457";
}
.glyphicon-transfer:before {
  content: "\E458";
}
.glyphicon-money:before {
  content: "\E459";
}
.glyphicon-header:before {
  content: "\E460";
}
.glyphicon-blacksmith:before {
  content: "\E461";
}
.glyphicon-saw_blade:before {
  content: "\E462";
}
.glyphicon-basketball:before {
  content: "\E463";
}
.glyphicon-server:before {
  content: "\E464";
}
.glyphicon-server_plus:before {
  content: "\E465";
}
.glyphicon-server_minus:before {
  content: "\E466";
}
.glyphicon-server_ban:before {
  content: "\E467";
}
.glyphicon-server_flag:before {
  content: "\E468";
}
.glyphicon-server_lock:before {
  content: "\E469";
}
.glyphicon-server_new:before {
  content: "\E470";
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #fba936;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #fba936;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a2a2a2;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #a2a2a2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.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;
}
.input-group-addon:first-child {
  border-right: 0;
}
.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;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #a2a2a2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a2a2a2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #fba936;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #fba936;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.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;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.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: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #fba936;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #fffffe;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #fffffe;
  }
  .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: #555555;
    background-color: #e6e6e6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #d17c04;
  border-color: #9f5e03;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fffffe;
  background-color: #b86d04;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fffffe;
  background-color: #9f5e03;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #fffffe;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ae6703;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #9f5e03;
  color: #fffffe;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #9f5e03;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #9f5e03;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fffffe;
    background-color: #b86d04;
  }
  .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: #fffffe;
    background-color: #9f5e03;
  }
  .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: #fffffe;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fffffe;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fffffe;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #fffffe;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #a2a2a2;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fba936;
  background-color: #ffffff;
  border: 1px solid #fba936;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #e08504;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #f99305;
  background-color: #eeeeee;
  border-color: #fba936;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a2a2a2;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #fba936;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a2a2a2;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a2a2a2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #888888;
}
.label-primary {
  background-color: #fba936;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #f99305;
}
.label-success {
  background-color: #6bb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #539d44;
}
.label-info {
  background-color: #5b94de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3179d5;
}
.label-warning {
  background-color: #f0854e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec641f;
}
.label-danger {
  background-color: #d94f79;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c92c5c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a2a2a2;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fba936;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  background-color: #fba936;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #ffffff;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #f99305;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fba936;
}
.thumbnail .caption {
  padding: 9px;
  color: #595e6e;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ffffff;
  border-color: #7bc06e;
  color: #6bb85c;
}
.alert-success hr {
  border-top-color: #6bb85c;
}
.alert-success .alert-link {
  color: #539d44;
}
.alert-info {
  background-color: #ffffff;
  border-color: #70a2e2;
  color: #5b94de;
}
.alert-info hr {
  border-top-color: #5b94de;
}
.alert-info .alert-link {
  color: #3179d5;
}
.alert-warning {
  background-color: #ffffff;
  border-color: #f29566;
  color: #ee7436;
}
.alert-warning hr {
  border-top-color: #f0844e;
}
.alert-warning .alert-link {
  color: #df5713;
}
.alert-danger {
  background-color: #ffffff;
  border-color: #de6489;
  color: #d94f79;
}
.alert-danger hr {
  border-top-color: #d94f79;
}
.alert-danger .alert-link {
  color: #c92c5c;
}
@-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;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #fba936;
  -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;
}
.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;
}
.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;
}
.progress-bar-success {
  background-color: #6bb85c;
}
.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);
}
.progress-bar-info {
  background-color: #5b94de;
}
.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);
}
.progress-bar-warning {
  background-color: #f0854e;
}
.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);
}
.progress-bar-danger {
  background-color: #d94f79;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #7a62d3;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #7a62d3;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #a2a2a2;
  cursor: not-allowed;
}
.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;
}
.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: #a2a2a2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #fba936;
  border-color: #fba936;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: #fffffe;
}
.list-group-item-success {
  color: #6bb85c;
  background-color: #ffffff;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #6bb85c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #6bb85c;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #6bb85c;
  border-color: #6bb85c;
}
.list-group-item-info {
  color: #5b94de;
  background-color: #ffffff;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #5b94de;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #5b94de;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5b94de;
  border-color: #5b94de;
}
.list-group-item-warning {
  color: #ee7436;
  background-color: #ffffff;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ee7436;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ee7436;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ee7436;
  border-color: #ee7436;
}
.list-group-item-danger {
  color: #d94f79;
  background-color: #ffffff;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d94f79;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d94f79;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d94f79;
  border-color: #d94f79;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #fba936;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #fba936;
  border-color: #fba936;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fba936;
}
.panel-primary > .panel-heading .badge {
  color: #fba936;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fba936;
}
.panel-success {
  border-color: #7bc06e;
}
.panel-success > .panel-heading {
  color: #6bb85c;
  background-color: #ffffff;
  border-color: #7bc06e;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7bc06e;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #6bb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7bc06e;
}
.panel-info {
  border-color: #70a2e2;
}
.panel-info > .panel-heading {
  color: #5b94de;
  background-color: #ffffff;
  border-color: #70a2e2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #70a2e2;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #5b94de;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #70a2e2;
}
.panel-warning {
  border-color: #f29566;
}
.panel-warning > .panel-heading {
  color: #ee7436;
  background-color: #ffffff;
  border-color: #f29566;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f29566;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #ee7436;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f29566;
}
.panel-danger {
  border-color: #de6489;
}
.panel-danger > .panel-heading {
  color: #d94f79;
  background-color: #ffffff;
  border-color: #de6489;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #de6489;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #d94f79;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #de6489;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f99305;
  border: 1px solid #d67f04;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.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;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .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;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .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;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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);
}
.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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #fba936 0%, #ef8e05 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #ef8e05 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #ef8e05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#ffef8e05', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e58805;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ef8e05;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #ef8e05;
  border-color: #e58805;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ef8e05;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #6bb85c 0%, #4f9641 100%);
  background-image: -o-linear-gradient(top, #6bb85c 0%, #4f9641 100%);
  background-image: linear-gradient(to bottom, #6bb85c 0%, #4f9641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6bb85c', endColorstr='#ff4f9641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #4b8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #4f9641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #4f9641;
  border-color: #4b8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4f9641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5b94de 0%, #2a73d2 100%);
  background-image: -o-linear-gradient(top, #5b94de 0%, #2a73d2 100%);
  background-image: linear-gradient(to bottom, #5b94de 0%, #2a73d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b94de', endColorstr='#ff2a73d2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #286fc9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2a73d2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2a73d2;
  border-color: #286fc9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2a73d2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0854e 0%, #eb5d16 100%);
  background-image: -o-linear-gradient(top, #f0854e 0%, #eb5d16 100%);
  background-image: linear-gradient(to bottom, #f0854e 0%, #eb5d16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0854e', endColorstr='#ffeb5d16', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e35913;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb5d16;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb5d16;
  border-color: #e35913;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb5d16;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d94f79 0%, #c12a58 100%);
  background-image: -o-linear-gradient(top, #d94f79 0%, #c12a58 100%);
  background-image: linear-gradient(to bottom, #d94f79 0%, #c12a58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94f79', endColorstr='#ffc12a58', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92854;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12a58;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12a58;
  border-color: #b92854;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12a58;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #fb9e1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fffb9e1d', GradientType=0);
  background-color: #fb9e1d;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #fb9e1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fffb9e1d', GradientType=0);
  background-color: #fb9e1d;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #fa980e 0%, #d17c04 100%);
  background-image: -o-linear-gradient(top, #fa980e 0%, #d17c04 100%);
  background-image: linear-gradient(to bottom, #fa980e 0%, #d17c04 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa980e', endColorstr='#ffd17c04', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #9f5e03 0%, #ac6603 100%);
  background-image: -o-linear-gradient(top, #9f5e03 0%, #ac6603 100%);
  background-image: linear-gradient(to bottom, #9f5e03 0%, #ac6603 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f5e03', endColorstr='#ffac6603', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
    background-image: -o-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
    background-image: linear-gradient(to bottom, #fba936 0%, #fb9e1d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fffb9e1d', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #fba936 0%, #f99305 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #f99305 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #f99305 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fff99305', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #6bb85c 0%, #539d44 100%);
  background-image: -o-linear-gradient(top, #6bb85c 0%, #539d44 100%);
  background-image: linear-gradient(to bottom, #6bb85c 0%, #539d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6bb85c', endColorstr='#ff539d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5b94de 0%, #3179d5 100%);
  background-image: -o-linear-gradient(top, #5b94de 0%, #3179d5 100%);
  background-image: linear-gradient(to bottom, #5b94de 0%, #3179d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b94de', endColorstr='#ff3179d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0854e 0%, #ec641f 100%);
  background-image: -o-linear-gradient(top, #f0854e 0%, #ec641f 100%);
  background-image: linear-gradient(to bottom, #f0854e 0%, #ec641f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0854e', endColorstr='#ffec641f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d94f79 0%, #c92c5c 100%);
  background-image: -o-linear-gradient(top, #d94f79 0%, #c92c5c 100%);
  background-image: linear-gradient(to bottom, #d94f79 0%, #c92c5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94f79', endColorstr='#ffc92c5c', GradientType=0);
}
.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);
}
.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #f99305;
  background-image: -webkit-linear-gradient(top, #fba936 0%, #fa9910 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #fa9910 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #fa9910 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fffa9910', GradientType=0);
  border-color: #fa9910;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: -o-linear-gradient(top, #fba936 0%, #fb9e1d 100%);
  background-image: linear-gradient(to bottom, #fba936 0%, #fb9e1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffba936', endColorstr='#fffb9e1d', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e08504 0%, #f99305 100%);
  background-image: -o-linear-gradient(top, #e08504 0%, #f99305 100%);
  background-image: linear-gradient(to bottom, #e08504 0%, #f99305 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08504', endColorstr='#fff99305', GradientType=0);
  border-color: #c77604;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* typo */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  #main-nav {
    background: #d29546;
    padding-left: 5px;
    padding-right: 0px;
    background-image: -webkit-linear-gradient(top, #dc7367 0%, #d76052 100%);
    background-image: -o-linear-gradient(top, #dc7367 0%, #d76052 100%);
    background-image: linear-gradient(to bottom, #dc7367 0%, #d76052 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc7367', endColorstr='#ffd76052', GradientType=0);
  }
  #main-nav .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #main-nav .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  #main-nav .navbar-nav > .active > a,
  #main-nav .navbar-nav > .open > a,
  #main-nav .navbar-nav > li > a:hover,
  #main-nav .navbar-nav > li > a:focus {
    background: #fba936;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  }
  #main-nav .navbar-nav > .active > a .caret,
  #main-nav .navbar-nav > .open > a .caret,
  #main-nav .navbar-nav > li > a:hover .caret,
  #main-nav .navbar-nav > li > a:focus .caret {
    border-top-color: #a6d412;
    border-bottom-color: #a6d412;
  }
}
@media screen and (max-width: 767px) {
  #main-navbar {
    border: none;
    background-image: -webkit-linear-gradient(top, #dc7367 0%, #d76052 100%);
    background-image: -o-linear-gradient(top, #dc7367 0%, #d76052 100%);
    background-image: linear-gradient(to bottom, #dc7367 0%, #d76052 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc7367', endColorstr='#ffd76052', GradientType=0);
  }
  #main-navbar .navbar-brand {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #main-navbar button[data-action="logout"] {
    font-size: 2em;
    line-height: 1;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 0px;
    background: none;
    border: none;
    border-left: solid 1px rgba(0, 0, 0, 0.25);
  }
  #main-navbar .navbar-toggle {
    background-image: -webkit-linear-gradient(top, #dc7367 0%, #c83e2e 100%);
    background-image: -o-linear-gradient(top, #dc7367 0%, #c83e2e 100%);
    background-image: linear-gradient(to bottom, #dc7367 0%, #c83e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc7367', endColorstr='#ffc83e2e', GradientType=0);
    border-color: rgba(0, 0, 0, 0.25);
  }
  #main-navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  #main-navbar #main-nav {
    background: #fff;
  }
  #main-navbar #main-nav button {
    display: none;
  }
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  border-color: #fba936;
}
.btn-pagination {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fba936;
  background-color: #ffffff;
  border: 1px solid #fba936;
  margin-left: -1px;
  margin-top: 20px;
}
.btn-pagination:hover {
  background: #fba936;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bs-footer > .container .navbar {
    padding: 0 15px;
  }
  .bs-footer > .container .navbar-nav {
    clear: both;
  }
}
.slick-next:before,
.slick-prev:before {
  color: #fba936;
  opacity: 1;
}
.slick-next:before:hover,
.slick-prev:before:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
[data-action="lightbox"] {
  cursor: zoom-in;
}
.modal-simplezoom.modal.in {
  display: block;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mr-1 {
  margin-right: 1rem;
}
.slick-loading .slick-list {
  background: #ffffff url(/files/loading.gif) center center no-repeat;
}
.imageslider.slideshow .slide-container {
  display: none;
}
.imageslider.slideshow .slide-container:first-child {
  display: block;
}
.imageslider.slideshow.slick-initialized .slide-container {
  display: block;
}
.imageslider.slideshow {
  margin-bottom: 30px;
}
/* nested dropdowns */
.dropdown-menu li {
  position: relative;
}
.dropdown-submenu {
  display: none;
}
.dropdown-menu li > .dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-menu li:hover > .dropdown-submenu {
  display: block;
}
.dropdown-menu li.nav-header > 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: #222222;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-menu li.active > a:after {
  border-left-color: #fff;
}
/* mega menu */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: 50px;
  right: 50px;
}
.yamm .dropdown-menu.menu_level_1 {
  left: auto;
  right: auto;
}
.yamm .yamm-content {
  padding: 0px 0px;
}
.yamm .yamm-content h4 {
  padding: 3px 20px;
}
.yamm .yamm-content ul,
.yamm .yamm-content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none outside;
  margin-bottom: 20px !important;
}
.yamm .yamm-content ul a,
.yamm .yamm-content ol a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-menu > li > a {
  color: #fba936;
  line-height: 1.2;
}
.dropdown-menu > li > a:hover {
  text-decoration: underline;
  color: #f99305;
  background: none;
}
body.has-hc-nav #modal-navi-toggle {
  border: none;
  left: 10px;
  top: 13px;
}
body.has-hc-nav #modal-navi-toggle.nav-open {
  top: 11px;
}
body.has-hc-nav #main-navbar {
  padding-left: 55px;
  background-image: -webkit-linear-gradient(top, #dc7367 0%, #d35142 100%);
  background-image: -o-linear-gradient(top, #dc7367 0%, #d35142 100%);
  background-image: linear-gradient(to bottom, #dc7367 0%, #d35142 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc7367', endColorstr='#ffd35142', GradientType=0);
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  background: #fff;
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}
.hc-offcanvas-nav h2 {
  background: #fba936;
  color: #fff;
  margin: 0;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
  color: #333;
}
.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  border-color: #aaa;
}
.hc-offcanvas-nav li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hc-offcanvas-nav li > a:hover {
  color: #000;
}
.hc-offcanvas-nav li h4 {
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item,
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-color: #ccc;
}
.hc-offcanvas-nav:not(.touch-device) a:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #fba936;
  color: #fff;
}
.hc-offcanvas-nav .nav-container {
  width: 80%;
  max-width: 480px;
}
ul.hc-bottom-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 480px) {
  body.has-hc-nav #modal-navi-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    left: unset;
  }
  body.has-hc-nav #main-nav,
  body.has-hc-nav #main-navbar {
    padding-left: 0px;
  }
  .hc-nav-trigger span,
  .hc-nav-trigger span::before,
  .hc-nav-trigger span::after {
    background: #fba936;
  }
}
.hc-offcanvas-nav .nav-back {
  position: absolute;
  top: 0;
  right: 0;
}
.hc-offcanvas-nav .nav-back a {
  background: unset !important;
  border: none !important;
  text-indent: -999em;
}
.hc-offcanvas-nav .nav-back a span::before {
  border-color: #fff;
}
#main-nav .hc-bottom-nav {
  display: none;
}
body {
  background-color: #ffffff;
}
/* bg fuer alex */
@media (min-width: 992px) {
  body {
    width: 100%;
    min-height: 1200px;
    background-image: url('/files/design_background/obst-gemüse-hintergrund.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }
}
html.print body {
  background: #fff !important;
}
/* header */
header .logo {
  display: inline-block;
  margin: 30px 0;
  max-width: 100%;
}
header .logo img {
  max-width: 100%;
  height: auto;
}
header .banner {
  display: none;
}
/* callouts */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #c09853;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #3a87ad;
}
/* panels */
.panel-tab {
  border-top: none;
  background: rgba(255, 255, 255, 0.5);
}
.panel-tab .nav-tabs li.active a {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  border-top-width: 3px;
}
.panel-tab .panel-body {
  background: #fff;
}
.panel-body h2,
.panel-body h3 {
  margin-top: 0;
  line-height: 2em;
}
.panel-warengruppe {
  border-color: #dddddd;
  position: relative;
  top: 0;
  left: 0;
}
.panel-warengruppe > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-warengruppe > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-warengruppe > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-warengruppe > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-warengruppe a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
.panel-warengruppe a:hover span {
  background: rgba(251, 169, 54, 0.8);
  color: #fff;
}
/* productfilter */
.row .productfilter {
  margin-bottom: 20px;
}
/* image */
.prodimg,
.wgimg {
  width: 100%;
  text-align: center;
  display: block;
}
.img-product-thumb {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  margin: auto;
}
.wgimg {
  min-height: 130px;
}
.wgimg .img-product-thumb {
  max-height: 130px;
}
.prodinfo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
/* tables */
.table-no-border tbody > tr:first-child > td,
.table-no-border tbody > tr:first-child > th {
  border: none;
}
/* product listing */
.regaltext {
  margin-bottom: 1em;
}
.relative {
  position: relative;
  top: 0;
  left: 0;
}
.bottom {
  position: absolute;
  bottom: 0;
}
sup.umst {
  display: none;
}
.img-ajax-loader {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(251, 169, 54, 0.9);
  border-top: 6px solid rgba(251, 169, 54, 0.6);
  border-right: 6px solid rgba(251, 169, 54, 0.4);
  border-bottom: 6px solid rgba(251, 169, 54, 0.2);
  border-radius: 100%;
}
.bild {
  min-height: 150px;
  margin-bottom: 15px;
  display: inline-block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* +/- */
.form-control[type="number"] {
  min-width: 50px;
}
.input-group-addon-nopadding {
  padding: 0;
  border: 0;
}
/* cart */
.total {
  border-top: double 4px #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.cart-item {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.flash {
  background: rgba(251, 169, 54, 0.8);
  margin-top: -12px;
  padding-top: 12px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
.flash .text-muted {
  color: #000;
  text-shadow: none;
}
/* browser requirements */
.browser-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 10px 0;
  background: #fba936;
}
.browser-warning p {
  color: #fff !important;
  margin: 0;
  display: none;
}
.browser-warning a {
  color: #fff;
}
.browser-warning a:hover {
  color: rgba(255, 255, 255, 0.75);
}
html.no-js .browser-warning {
  display: block;
}
html.no-js .browser-warning p.no-js {
  display: block;
}
html.ie6 .browser-warning,
html.ie7 .browser-warning,
html.ie8 .browser-warning,
html.ff3 .browser-warning {
  display: block;
}
html.ie6 .browser-warning p.legacy-browser,
html.ie7 .browser-warning p.legacy-browser,
html.ie8 .browser-warning p.legacy-browser,
html.ff3 .browser-warning p.legacy-browser {
  display: block;
}
/* typeahead */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 200%;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tt-suggestion,
.tt-header,
.tt-empty {
  padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-footer p,
.tt-header h3,
.tt-empty p,
.tt-suggestion p {
  margin: 0;
}
.tt-footer button {
  background: #fba936;
  color: #fff;
  margin-bottom: -20px;
}
.tt-footer button:hover,
.tt-footer button:focus,
.tt-footer button:active {
  color: #fff;
}
.tt-dataset-suggestions p,
.tt-dataset-products p {
  position: relative;
}
.tt-dataset-suggestions span.glyphicon,
.tt-dataset-products span.glyphicon {
  color: #666;
}
.tt-dataset-suggestions span.name,
.tt-dataset-suggestions span.action,
.tt-dataset-products span.name,
.tt-dataset-products span.action {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 90%;
}
.tt-dataset-suggestions span.meta,
.tt-dataset-products span.meta {
  color: #ddd;
  padding-left: 10px;
}
.tt-dataset-suggestions span.action,
.tt-dataset-products span.action {
  display: inline-block;
  float: right;
  color: #ddd;
  width: 10%;
  cursor: pointer;
}
.tt-header {
  margin: 4px 0;
}
/* suche */
.highlight {
  border-bottom: 4px solid rgba(251, 169, 54, 0.8);
}
/* forms */
.form-control {
  padding: 8px;
}
.navbar-btn.btn-default:hover,
.navbar-btn.btn-danger:hover,
.btn-default:hover,
.navbar-btn.btn-default:focus,
.navbar-btn.btn-danger:focus,
.btn-default:focus,
.navbar-btn.btn-default:active,
.navbar-btn.btn-danger:active,
.btn-default:active {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #fba936;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
/* knp pager */
ul.pagination li.disabled {
  display: none;
}
ul.pagination li.active span,
ul.pagination li.active span:hover {
  background-color: #fba936;
  border-color: #fba936;
  color: #fff;
}
/* order step info */
.order-step-info .glyphicon-shopping_cart {
  font-size: 30px;
  color: #fba936;
}
.order-step-info .order-step {
  font-size: 16px;
}
.order-step-info .step-default {
  background-color: #ffffff;
  color: #fba936;
}
.order-step-info .step-active {
  background-color: #fba936;
  color: #ffffff;
  /*    font-weight: bold; */
}
/* payment */
.order-actions {
  margin-top: 20px;
}
#order_pay_payment {
  margin-bottom: 20px;
}
#order_pay_payment label {
  margin-left: 3px;
  margin-right: 30px;
}
#lastschrift {
  display: none;
}
#epay {
  display: none;
  /* give the iframe some space */
  height: 500px;
}
/* popover */
.popover .popover-content .popover-add-to-favourites,
.popover .popover-content .popover-add-to-cart {
  min-width: 200px;
  color: #000;
  background: #fff;
}
/* lange liste */
.panel-body.striped {
  padding-bottom: 0;
  padding-top: 0;
}
.striped .row {
  padding: 8px 0;
}
.striped .row.even {
  background: rgba(0, 0, 0, 0.05);
}
/* detail seite */
.biosiegel {
  display: inline-block;
}
#panoModal .modal-body,
#panoModal .modal-body iframe {
  min-height: 560px;
}
.pano {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.produktdetails .tab-content {
  height: 520px;
  overflow: hidden;
  padding-top: 40px;
}
.produktdetails .tab-content .tab-pane {
  max-height: 510px;
  overflow-y: auto;
}
.produktdetails .tab-content .tab-pane .row:first-child hr {
  display: none;
}
.produktdetails .tab-content h4.attribute-label {
  margin-top: 0px;
  padding-left: 20px;
}
.produktdetails .tab-content p {
  max-width: 420px;
}
/* social */
#social {
  display: none;
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('/lib/fonts/monosocialiconsfont.eot');
  src: url('/lib/fonts/monosocialiconsfont.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/monosocialiconsfont.woff') format('woff'), url('/lib/fonts/monosocialiconsfont.ttf') format('truetype'), url('/lib/fonts/monosocialiconsfont.svg#MonoSocialIconsFont') format('svg');
  src: url('/lib/fonts/monosocialiconsfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.social:before {
  font-size: 3.5em;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Mono Social Icons Font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #a2a2a2;
}
.social:hover:before {
  color: #fba936;
}
.social-facebook:before {
  content: "\e427";
}
.social-twitter:before {
  content: "\e486";
}
.social-google-plus:before {
  content: "\e439";
}
.social-pinterest:before {
  content: "\e464";
}
.social-email:before {
  content: "\e424";
}
.social-popup-title {
  min-width: 320px;
}
.popover-title {
  white-space: nowrap;
}
.popover {
  max-width: 320px;
}
.table-merkmale {
  width: 100%;
}
/* panel accordion */
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Regular';
  /* essential for enabling glyphicon */
  content: "\2212";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\E159";
  /* adjust as needed, taken from bootstrap.css */
}
/* h4 title for nav tabs */
.nav-tabs-title {
  font-weight: 500;
  font-size: 16px;
}
/* plusminusunit */
@media (min-width: 767px) {
  .plusminusunit.default .plus,
  .plusminusunit.default .minus {
    padding: 4px;
    line-height: 1.42857143;
    font-size: 0.5em;
    position: absolute;
    left: -16px;
    display: none;
  }
  .plusminusunit.default .plus {
    top: 0;
    margin-left: 0 !important;
  }
  .plusminusunit.default .minus {
    bottom: 0;
  }
  .plusminusunit.default:hover .plus,
  .plusminusunit.default:hover .minus,
  .plusminusunit.default.hover .plus,
  .plusminusunit.default.hover .minus {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .plusminusunit.default .plus,
  .plusminusunit.default .minus {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* shot buttons xs */
@media (max-width: 767px) {
  .span-hidden-xs {
    display: none;
  }
}
/* special well for checkout */
.well-muted {
  min-height: 20px;
  padding: 19px;
  background-color: #fff;
  border-radius: 0px;
  border: dotted 1px #ddd;
  margin-bottom: 30px;
}
.y-scrollable-200 {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  _overflow: auto;
}
.well-active {
  border-color: #fba936;
}
/* cart sidebar */
.row-compact [class*="col-"] {
  padding-left: 0;
}
.row-compact [class*="col-"]:first-child {
  padding-left: 12px;
}
.danger {
  color: #d94f79;
}
.success {
  color: #6bb85c;
}
.warning {
  color: #f0854e;
}
/* checkout */
.auth_type_choice {
  margin-bottom: 20px;
}
#epay-info {
  margin-top: 20px;
}
input[name='bb_shop_checkout_delivery_form[shipping_address]'] {
  float: left;
  display: block;
  margin-right: 10px;
}
.checkout-delivery-address {
  float: left;
  margin-bottom: 10px;
  font-weight: normal;
}
.panel-checkout-notices .panel-body {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.panel-checkout-notices .panel-body p {
  margin: 5px 0 0;
}
.panel-checkout-notices .panel-body.alert {
  background: #e3001b;
  color: #fff;
}
.panel-checkout-notices .panel-body:last-child {
  border-bottom: none;
}
.bb_form .row + .row {
  margin-top: 6px;
}
ul.form_errors li {
  color: #f00;
}
hr.light {
  border-color: #f5f5f5;
}
@media (max-width: 480px) {
  .container {
    width: auto !important;
    padding: 0;
    margin: 0;
  }
  header .logo {
    margin: 5px 0 15px 15px;
  }
}
body.container-shift .container {
  margin-left: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  body.container-shift .container {
    margin-right: 190px;
    width: auto;
  }
}
@media screen and (max-width: 1439px) {
  .sky-scraper-slide-in {
    right: auto !important;
    left: calc(100vw - 190px)!important;
    z-index: 99999;
  }
}
body.container-shift .container.container-has-sky-scraper {
  position: relative;
}
body.container-shift .container.container-has-sky-scraper .sky-scraper {
  position: absolute;
  top: 0;
  right: -170px;
  width: 160px;
  height: 600px;
}
@media screen and (min-width: 1440px) {
  body.container-shift .container {
    margin-left: calc(50% - 1170px / 2 - 80px);
  }
}
body .sky-scraper-slider {
  white-space: nowrap;
  overflow: hidden;
  height: 600px;
  width: 160px;
}
body .sky-scraper-slider.slick-slider {
  overflow: visible;
}
.mobile-ad-slider .mobile-ad-slide,
body .sky-scraper-slider .sky-scraper-slide {
  display: none;
}
.mobile-ad-slider.slick-slider .mobile-ad-slide,
body .sky-scraper-slider.slick-slider .sky-scraper-slide {
  display: block;
}
.mobile-ad-slider .mobile-ad-slide:first-child,
body .sky-scraper-slider .sky-scraper-slide:first-child {
  display: block;
}
.sky-scraper-slide img {
  height: 600px;
  width: 160px;
}
#cart-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(251, 169, 54, 0.8);
}
#cart-overlay a {
  color: #fff;
  padding: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
code {
  background: #fba936;
}
#epay iframe {
  border: none;
  min-height: 830px;
}
#epay {
  min-height: 830px;
}
.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.wysiwyg img.img-original {
  width: auto;
  display: inline-block;
}
/* vertical alignments */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* fix firefox responsive images */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
div[data-eq-state="small"] .col-md-3,
div[data-eq-state="small"] .col-md-9 {
  width: auto;
  float: none;
}
body.error_404 {
  margin-top: 30px;
}
footer .navbar-text p {
  margin-bottom: 0;
}
footer .navbar {
  z-index: 999;
}
.dropdown-menu > li > a,
label {
  font-weight: 300;
}
table thead th,
table tfoot th {
  font-weight: 400;
  text-align: left;
}
header .logo {
  margin: 0px 0 20px;
}
#main-nav .badge {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* modal navigation */
#sortimentModal {
  height: 100%;
  padding: 0px;
}
#sortimentModal .modal-content {
  height: 90%;
}
#sortimentModal .modal-body {
  overflow: scroll;
  height: 90%;
}
#sortimentModal .grid-item {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 20px !important;
  box-sizing: border-box;
}
#sortimentModal .grid-item > a,
#sortimentModal .grid-item > ul {
  margin: 0 !important;
  display: block;
  width: auto;
}
#sortimentModal .grid-item > a.btn-modal-navigation {
  font-weight: bold;
  border-bottom: 1px solid #666 !important;
}
#sortimentModal .grid-item a.btn-modal-navigation {
  border: none;
  text-align: left;
  border-radius: 0px;
  padding: 6px 12px;
}
#sortimentModal .grid-item ul > li:nth-child(odd) > a {
  background: rgba(0, 0, 0, 0.05);
}
#sortimentModal .grid-item span.badge {
  float: right;
}
#modal-navi-toggle,
#modal-schnellbestellung-toggle,
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  font-size: 2em;
  line-height: 0.9em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 0px;
  background: none;
  border: none;
}
#modal-navi-toggle {
  border-right: solid 1px rgba(0, 0, 0, 0.25);
}
#modal-schnellbestellung-toggle,
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  border-left: solid 1px rgba(0, 0, 0, 0.25);
}
#main-nav button[data-action="logout"],
.navbar-header button[data-target="#schnelleingabe"] {
  padding: 9px 10px;
}
ul#datatable_filter_hersteller,
ul#datatable_filter_warengruppen,
ul#datatable_filter_merkmale,
ul#datatable_filter_historie {
  max-height: 320px;
  overflow-y: auto;
}
ul#datatable_filter_hersteller li.radio,
ul#datatable_filter_warengruppen li.radio,
ul#datatable_filter_merkmale li.radio,
ul#datatable_filter_historie li.radio,
ul#datatable_filter_hersteller li.checkbox,
ul#datatable_filter_warengruppen li.checkbox,
ul#datatable_filter_merkmale li.checkbox,
ul#datatable_filter_historie li.checkbox,
ul#datatable_filter_hersteller li.filter,
ul#datatable_filter_warengruppen li.filter,
ul#datatable_filter_merkmale li.filter,
ul#datatable_filter_historie li.filter {
  padding: 0 10px;
}
/* home */
.panel-body.wysiwyg.home .img-responsive-parent {
  margin: -15px -15px 0;
}
.panel-body.wysiwyg.home img:first-child {
  border-bottom: 1px solid #eee;
}
.panel-body.wysiwyg.home #rss {
  max-height: 300px;
  overflow: auto;
}
.datatable-lisa-bestand {
  position: relative;
}
.cart-lisa-bemerkung,
.datatable-lisa-bemerkung,
.datatable-v_artikel-bemerkung,
.datatable-lisa-merkmale {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  max-width: 120px;
  display: block;
  font-size: 10px;
  margin: 4px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
}
.datatable-quota-tooltip,
.datatable-lisa-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 10px;
}
.datatable-lisa-bemerkung,
.cart-lisa-bemerkung {
  overflow-x: marquee-line;
  marquee-direction: forward;
  marquee-style: scroll;
  marquee-speed: normal;
  marquee-play-count: 5;
}
.datatable-lisa-bemerkung-wrap {
  white-space: normal;
  overflow-x: visible;
}
.datatable-v_artikel-bemerkung {
  white-space: normal;
  font-size: 12px;
}
.cart-lisa-bestand-0,
.datatable-lisa-bestand-0 .datatable-lisa-bemerkung,
.datatable-lisa-bestand-0 .datatable-lisa-tooltip {
  color: #bf2e11;
  white-space: normal;
  overflow: visible;
}
.input-group.plusminusunit.bestand {
  border-bottom: solid 4px #ddd;
}
.input-group.plusminusunit.bestand-0 {
  border-color: #bf2e11;
}
.input-group.plusminusunit.bestand-1 {
  border-color: #00863c;
}
.input-group.plusminusunit.bestand-2 {
  border-color: #90df01;
}
.input-group.plusminusunit.bestand-3 {
  border-color: #FED309;
}
.redacted {
  color: black;
  color: transparent;
  user-select: none;
  background-color: black;
  white-space: nowrap;
  transform: rotate(0.8deg) skewx(-12deg);
  background: linear-gradient(180deg, #000000, #666666);
  border-radius: 5px;
  opacity: .15;
}
/* Add a few more selectors with slightly varying styles */
.redacted:first-child {
  transform: rotate(-0.8deg);
}
.redacted:first-child + .redacted {
  transform: rotate(3deg);
}
@media screen and (max-width: 480px) {
  .hidden-xs-inline {
    display: none;
  }
  #modal-schnellbestellung-toggle {
    display: none;
  }
  .compact-cart-xs {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
  }
}
.dropdown-menu {
  z-index: 1001;
}
.table-compact-cart th,
.table-compact-cart td {
  padding: 0 !important;
  border: none !important;
}
.table-liefertermine-cart th,
.table-liefertermine-cart td {
  padding: 0 0 0 1px !important;
  border: none !important;
}
.handlebar-template {
  display: none;
}
.handlebar-template img {
  display: none;
}
.infobox-promotional ul {
  display: table;
  width: 100%;
}
.infobox-promotional ul li {
  display: table-row;
  border-top: 1px solid #ddd;
}
.infobox-promotional ul li:nth-child(even) {
  background: #f9f9f9;
}
.infobox-promotional ul li div.cell {
  display: table-cell;
  vertical-align: top;
  min-width: 50px;
  padding: 5px 10px;
}
.infobox-promotional ul li div.cell .input-group {
  max-width: 100px;
}
.infobox-promotional ul li div.cell .input-group input[type=number]::-webkit-inner-spin-button,
.infobox-promotional ul li div.cell .input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.infobox-promotional ul li .input-group.plusminusunit.default {
  width: 70px;
}
.infobox-promotional ul li .img-product-listing {
  max-width: 50px;
  height: auto;
  max-height: 50px;
}
.infobox-promotional ul li .regaltext {
  margin: 0;
  /*
            max-width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            */
}
.panel-body.promotional {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}
.panel-body.promotional .img-ajax-loader {
  margin: 60px auto;
}
.panel-body.promotional p:first-child {
  margin-top: 15px;
}
.infobox-promotional {
  margin: 0 -15px;
}
.infobox-promotional .btn-block {
  margin: 0 15px;
}
.wysiwyg img.img-icon {
  width: auto;
  height: auto;
}
/* compact header */
span.twitter-typeahead {
  position: static !important;
  display: inline !important;
}
#typeahead-form button[type='submit'] {
  font-size: 18px !important;
  height: 45px;
}
#typeahead-form,
#compact-cart {
  margin-bottom: 10px;
}
input#produktsuchfeld {
  font-size: 18px !important;
  height: 45px;
}
#main-nav .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
}
#compact-cart[data-last],
#compact-cart[data-bestellschluss] {
  position: relative;
}
@media screen and (max-width: 991px) {
  #compact-cart[data-last],
  #compact-cart[data-bestellschluss] {
    margin-top: 30px;
  }
}
#compact-cart[data-last] .last,
#compact-cart[data-bestellschluss] .bestellschluss {
  position: absolute;
  top: -20px;
  bottom: 100%;
  left: -1px;
  right: -1px;
  padding: 2px 5px;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f6f6f6;
  border: solid 1px #ccc;
  text-align: left;
  line-height: 1.7;
  cursor: pointer;
}
#compact-cart[data-last] .last .glyphicon,
#compact-cart[data-bestellschluss] .bestellschluss .glyphicon {
  float: left;
  padding: 1px 4px 0 0;
}
#compact-cart table {
  margin: -15px 0 !important;
  text-align: center;
  border: none;
}
#compact-cart table tbody,
#compact-cart table tr {
  border: none;
}
#compact-cart table .text-muted {
  font-size: 12px;
  line-height: 12px;
}
#compact-cart table td {
  border: none;
  border-right: solid 1px #dddddd;
  position: relative;
  min-width: 40px;
  padding: 4px 2px 0px;
}
#compact-cart table td:last-child {
  border-right: none;
}
#compact-cart table .anzahl_artikel,
#compact-cart table .anzahl_gesamt,
#compact-cart table .zwischensumme_wg,
#compact-cart table .gesamtpreis {
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
}
#compact-cart table .btn-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  line-height: 30px;
  font-size: 24px;
}
header#top .logo {
  display: block;
  text-align: center;
}
header#top .logo img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}
header#top {
  padding: 15px 0 5px;
  margin: 0;
}
header#top.bestellschluss {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  header#top .col-sm-6:first-child {
    padding-right: 5px !important;
  }
  header#top .col-sm-6:nth-child(2) {
    padding-left: 5px !important;
  }
  header#top .logo {
    display: inline-block;
    margin: 0 !important;
    max-width: 100%;
  }
  header#top .logo img {
    display: inline-block;
    max-height: 140px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .user_anon header#top .logo img {
    margin-bottom: 15px;
  }
  .panel-body.wysiwyg.home,
  .panel-body.wysiwyg.promotional {
    max-height: 320px;
    overflow-y: auto;
  }
  .panel-grid .panel-body.wysiwyg.home,
  .panel-grid .panel-body.wysiwyg.promotional {
    min-height: 320px;
  }
  .theme-cms-block-multicolumn-columns-3 .panel-grid .panel-body {
    min-height: 320px;
  }
  .theme-cms-block-multicolumn-columns-4 .panel-grid .panel-body {
    min-height: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .panel-body.wysiwyg.home,
  .panel-body.wysiwyg.promotional {
    max-height: 240px;
    overflow-y: auto;
  }
}
.checkbox-inline span.text-checkbox-label {
  color: #666;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 13px;
}
#user_settings_product_filter {
  padding: 0 20px 20px;
}
@media screen and (max-width: 991px) {
  #user_settings_product_filter .checkbox-inline {
    margin-bottom: 20px;
  }
}
input[type=checkbox]:checked + label.strikethrough {
  text-decoration: line-through;
}
#datatable_filter_merkmale input[type=checkbox] {
  margin-left: 0px;
}
#datatable_filter_legend {
  padding-bottom: 20px;
}
#datatable_filter_legend span {
  cursor: pointer;
}
/* affix */
@media screen and (min-width: 768px) {
  body {
    padding-top: 178px;
  }
  body #top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1001;
    background-color: #ffffff;
    background-image: url('/files/design_background/obst-gemüse-hintergrund.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 353px;
  }
}
#productDetailModal .modal-body,
.product-detail-body {
  color: #666;
  line-height: 1.5;
}
#productDetailModal .modal-body strong,
.product-detail-body strong {
  color: #000;
  font-weight: normal;
}
#productDetailModal .modal-hidden-header {
  display: none;
}
.product-detail-labels img {
  display: block;
}
#productDetailModal .modal-footer {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  #productDetailModal .modal-content {
    min-width: 768px;
  }
  #productDetailModal .modal-body {
    min-height: 400px;
  }
  .text-md-center {
    text-align: center;
  }
  .pull-md-right {
    float: right !important;
  }
}
@media (max-width: 991px) {
  #productDetailModal .modal-footer .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .input-group.plusminusunit.list {
    width: 100% !important;
  }
  .input-group.plusminusunit.list .btn {
    margin-bottom: 0 !important;
  }
}
button[data-action="show-product-modal"].btn-link {
  padding: 0;
  display: inline;
  text-align: left;
}
/* cookiebar */
.cookie-message {
  position: fixed;
  left: 0;
  right: 0;
  background: #fba936;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  padding: 10px 20px;
}
.cookie-message-top {
  top: 0;
}
.cookie-message-bottom {
  bottom: 0;
}
.cookie-message p,
.cookie-message a {
  color: #fff;
  margin: 0;
}
.cookiebar-more,
.cookiebar-close {
  margin-top: 5px;
  background: #fff;
  color: #fba936 !important;
}
.cookiebar-more:hover,
.cookiebar-close:hover {
  color: #000 !important;
}
.alert a {
  text-decoration: underline;
}
#produkt_informationen_accordion .panel-collapse hr:first-child {
  display: none;
}
#calculatorModal .modal-body {
  min-height: 320px;
}
#calculatorModal .modal-body h3 {
  margin-top: 0;
}
#calculatorModal .modal-body table.table-label-calculator {
  width: 100%;
}
#calculatorModal .modal-body table.table-label-calculator th {
  font-weight: normal;
  padding-right: 20px;
}
#calculatorModal .modal-body table.table-label-calculator td {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.schnelleingabe-autosuggest {
  display: block;
  min-width: 420px;
}
.schnelleingabe-autosuggest a {
  color: #666;
}
.schnelleingabe-autosuggest span {
  color: #ccc;
}
.schnelleingabe-autosuggest span:last-child {
  color: #000;
  display: block;
  float: right;
}
.schnelleingabe-autosuggest-item-v1 span:last-child {
  color: inherit;
  float: none;
}
.schnelleingabe-autosuggest-v1.dropdown-menu {
  display: block;
  min-width: 410px;
  margin: 0;
}
.schnelleingabe-autosuggest-item-v1 {
  border-bottom: solid 1px #ccc;
}
.schnelleingabe-autosuggest-item-quick-add {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.schnelleingabe-autosuggest-item-quick-add a {
  display: block;
  flex-grow: 1;
}
.schnelleingabe-autosuggest-item-quick-add button {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 3px;
}
.schnelleingabe-autosuggest-item-quick-add button span {
  position: relative;
  top: -1px;
}
.schnelleingabe-autosuggest-item-v1:last-child {
  border: none;
}
.schnelleingabe-autosuggest-item-v1 .schnelleingabe-autosuggest-item-v1-regaltext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fba936;
}
.schnelleingabe-autosuggest-v1 .schnelleingabe-autosuggest-item-v1 a {
  padding: 6px 10px;
  text-decoration: none !important;
}
.schnelleingabe-autosuggest-item-v1-meta {
  color: #ccc;
  display: flex;
  flex-wrap: nowrap;
}
.schnelleingabe-autosuggest-item-v1-meta > span {
  display: inline-block;
  width: 25%;
  flex-grow: 1;
}
.schnelleingabe-autosuggest-item-v1:hover,
.schnelleingabe-autosuggest-item-v1.active,
.schnelleingabe-autosuggest-v1:hover .schnelleingabe-autosuggest-item-v1:hover,
.schnelleingabe-autosuggest-v1:hover .schnelleingabe-autosuggest-item-v1.active {
  background: #fba936;
}
.schnelleingabe-autosuggest-item-v1:hover .schnelleingabe-autosuggest-item-v1-regaltext,
.schnelleingabe-autosuggest-item-v1.active .schnelleingabe-autosuggest-item-v1-regaltext {
  color: #fff;
}
input.feed-loading {
  background: url("/files/loading.gif") no-repeat right center;
  background-position-x: calc(100% - 5px);
  background-size: 30px 30px;
}
.reklamation .modal {
  height: 100%;
  padding: 0px;
}
.reklamation .modal .modal-content {
  height: 90%;
}
.reklamation .modal .modal-body {
  height: 90%;
  max-height: 60vh;
  overflow-y: auto;
}
.reklamation .modal .modal-body .img-preview {
  width: auto;
}
body[data-hide-prices="true"] .detail-preis,
body[data-hide-prices="true"] .infobox-preis,
body[data-hide-prices="true"] .detail-preis,
body[data-hide-prices="true"] .detail-staffelpreise,
body[data-hide-prices="true"] #compact-cart [class~="zwischensumme"],
body[data-hide-prices="true"] #compact-cart .zwischensumme_wg,
body[data-hide-prices="true"] #compact-cart .gesamtpreis {
  color: black;
  color: transparent;
  user-select: none;
  background-color: black;
  white-space: nowrap;
  transform: rotate(0.8deg) skewx(-12deg);
  background: linear-gradient(180deg, #000000, #666666);
  border-radius: 5px;
  opacity: .15;
  /* display: none; */
}
body[data-hide-prices="true"] a[data-action="datatable-export-csv"] {
  display: none;
}
.datepicker.dropdown-menu {
  color: #fba936;
}
#scroll-top {
  position: fixed;
  bottom: -64px;
  right: 16px;
  transition: bottom 300ms ease-in-out, background 300ms ease-in-out;
  display: flex;
  align-items: center;
  z-index: 10005;
  user-select: none;
  pointer-events: none;
}
#scroll-top span {
  display: block;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  pointer-events: none;
}
#scroll-top i {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #fba936 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNzQgMjAuMDJsNS4zMi01LjQ2VjE0SDYuNzJWMEg0LjM0djE0SDB2LjU2bDUuMzIgNS40NnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat center;
  background-size: 12px 21px;
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out, background-size 300ms ease-in-out;
  margin-left: 20px;
  cursor: pointer;
  pointer-events: all;
}
#scroll-top.show {
  display: flex !important;
  bottom: 16px;
}
#scroll-top.show span {
  opacity: 0;
}
#scroll-top.show span.visible {
  opacity: 0.5;
}
#scroll-top.show:hover span,
#scroll-top.show:hover span.visible {
  opacity: 1;
}
#scroll-top.show i {
  transform: rotate(180deg);
}
#scroll-top.show:hover i {
  background-size: 36px 36px;
  background-color: #f99305;
}
@media screen and (max-width: 480px) {
  #scroll-top,
  #scroll-top.show {
    display: none !important;
  }
}
span[data-action="datatable-ersatzartnr"] {
  cursor: pointer;
}
button[data-action="datatable-ersatzartnr"] {
  color: #a2a2a2;
}
button[data-action="datatable-ersatzartnr"]:hover {
  color: #fba936;
}
button[data-action="datatable-ersatzartnr"] .glyphicon {
  color: #a2a2a2;
}
button[data-action="datatable-ersatzartnr"] .glyphicon:hover {
  color: #fba936;
}
button[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon,
span[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon {
  color: #fba936;
}
button[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon:hover,
span[data-action="datatable-ersatzartnr"].ersatzartnr-bestand-0 .glyphicon:hover {
  color: #000;
}
body.datatable.affix {
  position: static;
}
#product_list_info {
  padding-top: 7px;
}
#position_list_select_hersteller .form-group {
  width: 100%;
}
#product_list.table.lazy {
  display: none;
}
#product_list.table.dataTable.lazy {
  display: table;
}
#product_list.dataTable thead th,
#product_list.dataTable thead td {
  padding: 5px;
}
#product_list.dataTable .staffel .custom,
.detail-preis .sonderpreis {
  color: #fba936;
}
#product_list.dataTable .regaltext .btn-link {
  text-align: left;
  padding: 0;
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.input-group.plusminusunit.default {
  width: 90px;
}
.input-group.plusminusunit.list {
  width: 130px;
}
.input-group.plusminusunit.detail {
  width: 140px;
}
.plusminusunit input::placeholder {
  font-size: 12px;
}
/* affix */
@media screen and (min-width: 480px) {
  #fixed-table-header table {
    display: none;
  }
  #fixed-table-header.affix {
    display: block;
    position: fixed;
    top: 210px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  #fixed-table-header.affix table {
    display: block;
    margin: 0 !important;
    border-left: solid 10px #fff;
    background: #fff;
  }
  #fixed-table-header.affix tr th {
    border-bottom: none;
  }
  #fixed-table-header.affix tr th:focus,
  #fixed-table-header.affix tr th:active {
    outline: none;
  }
  #fixed-table-header.affix tr th th:after {
    display: none;
  }
  body.datatable #fixed-table-header.affix {
    top: 213px;
  }
}
@media (min-width: 992px) {
  body.affix .fixed-table-header {
    background-size: 100%;
  }
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background: #fba936;
  color: #fff;
}
tr.kennung-neu > td:first-child {
  position: relative;
}
tr.kennung-neu > td:first-child::after {
  content: 'NEU';
  position: absolute;
  /* top: 0px; */
  left: 0px;
  right: -9px;
  color: #fff;
  text-align: center;
  transform: translate(-15px, 0px) rotate(270deg);
  transform-origin: 0 100%;
  bottom: 0;
  background: #fba936;
  z-index: 100;
}
html[lang="fr"] tr.kennung-neu > td:first-child::after {
  content: 'nouveau';
}
@media (max-width: 991px) {
  tr.kennung-neu > td:first-child::after {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    border-radius: 3px;
    transform: none;
    display: block;
    padding: 3px;
    font-size: 0.75em;
  }
}
tr.group h3,
tr.group h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
@media (max-width: 991px) {
  tr.group h3 {
    font-size: 16px;
  }
  .panel-table {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-table .table-responsive {
    border: none;
  }
}
.dtr-details {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.dtr-details .dtr-title {
  color: rgba(0, 0, 0, 0.75);
}
.panel-table .img-ajax-loader {
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .table-responsive {
    overflow-x: visible;
  }
  #product_list td {
    border-right: solid 1px #dddddd;
  }
  #product_list td:last-child {
    border-right: none;
  }
  #product_list.table-compact .regaltext-gebinde {
    display: block !important;
  }
}
.favorite-toggle,
.history-hint {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.favorite-toggle:active,
.history-hint:active,
.favorite-toggle:focus,
.history-hint:focus {
  outline: none;
}
.favorite-toggle[data-action="datatable-add-to-favourites"],
.history-hint[data-action="datatable-add-to-favourites"] {
  color: rgba(0, 0, 0, 0.25);
}
.datatable-filter .datatable-filter-item {
  display: inline-block;
  padding: 0 3px;
}
.datatable-filter .datatable-filter-item .btn {
  background: #fff;
}
.datatable-filter .datatable-filter-item .btn:hover,
.datatable-filter .datatable-filter-item .btn:active,
.datatable-filter .datatable-filter-item .btn:focus {
  background: #fba936;
}
.datatable-filter .datatable-filter-item:first-child {
  padding-left: 0;
}
.datatable-filter .datatable-filter-item:last-child {
  padding-right: 0;
}
.datatable-filter .datatable-filter-text {
  width: 25%;
}
.datatable-filter .datatable-filter-hersteller {
  width: 20%;
}
.datatable-filter .datatable-filter-warengruppen {
  width: 20%;
}
.datatable-filter .datatable-filter-merkmale {
  width: 20%;
}
.datatable-filter .datatable-filter-historie {
  width: 10%;
}
.datatable-filter .datatable-filter-reset {
  width: 5%;
}
ul#datatable_filter_merkmale.dropdown-menu .row {
  display: flex;
}
@media (max-width: 991px) {
  .datatable-filter .datatable-filter-item {
    padding: 0;
    margin-bottom: 10px;
  }
  .datatable-filter .datatable-filter-text {
    width: 100%;
  }
  .datatable-filter .datatable-filter-hersteller {
    width: 50%;
  }
  .datatable-filter .datatable-filter-warengruppen {
    width: 50%;
  }
  .datatable-filter .datatable-filter-merkmale {
    width: 50%;
  }
  .datatable-filter .datatable-filter-historie {
    width: 35%;
  }
  .datatable-filter .datatable-filter-reset {
    width: 15%;
  }
  ul#datatable_filter_merkmale.dropdown-menu {
    width: 100% !important;
  }
  ul#datatable_filter_merkmale.dropdown-menu .row {
    display: block;
  }
}
.dt-col-herkunft > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  display: inline-block;
}
.dt-regaltext,
.dt-regaltextzusatz {
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-width: 160px;*/
  display: inline-block;
}
#product_list strike + .sonderpreis-hint {
  margin-left: 5px;
}
#product_list .datatable-relative {
  position: relative;
}
.datatable-history-recent .table {
  border: solid 1px #ccc;
  background: #fff;
  display: table;
  margin-top: 10px;
  cursor: pointer;
}
.datatable-history-recent .table.history-recent-kw {
  top: 50px;
}
.datatable-history-recent.datatable-history-recent-2 .table.history-recent-kw {
  top: 40px;
}
.datatable-history-recent .table > div {
  display: table-row;
}
.datatable-history-recent .table > div.head {
  display: none;
}
.datatable-history-recent .table > div.days {
  border-bottom: solid 1px #ccc;
  background: #f6f6f6;
}
.datatable-history-recent .table > div > div {
  display: table-cell;
  padding: 0px 0px 1px;
  text-align: center;
  min-width: 2ch;
  box-sizing: border-box;
}
.datatable-history-recent .table > div > div.empty {
  color: #aaa;
}
.datatable-history-recent .table > div.head,
.datatable-history-recent .table > div.days > div {
  font-size: 10px;
}
.datatable-history-recent.datatable-history-recent-2 .table > div > div {
  font-size: 14px;
}
.datatable-history-recent .table > div > div:first-child {
  padding-left: 8px;
}
.datatable-history-recent .table > div > div:last-child {
  padding-right: 8px;
}
@media screen and (min-width: 1200px) {
  .datatable-history-recent {
    position: absolute;
    right: 0;
    top: 0;
  }
  .datatable-history-recent .table {
    position: absolute;
    left: 16px;
    top: 10px;
    border-left: none;
    min-width: 140px;
    margin: 0;
    z-index: 999;
  }
  .datatable-history-recent .table > div.head {
    display: table-caption;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    border: none;
    padding: 4px 0px 0px 6px;
    caption-side: bottom;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
  .datatable-history-recent .table:hover > div.head {
    opacity: 1;
  }
}
.badge.history-hint {
  color: #fff;
  background: #fba936;
}
@media screen and (max-width: 414px) {
  #product_list {
    display: block !important;
  }
  #product_list thead {
    display: none;
  }
  #product_list tbody {
    display: block;
    width: 100%;
  }
  #product_list tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #product_list tbody tr td {
    display: block;
    flex-shrink: 1;
    flex-grow: 1;
  }
  #product_list tbody tr td.regaltext {
    width: 50%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  #product_list tbody tr td.datatable-relative {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    border-top-color: rgba(0, 0, 0, 0.05);
  }
  #product_list tbody tr td.datatable-relative .plusminusunit {
    max-width: 120px !important;
    flex-shrink: 0;
    flex-grow: 1;
    order: 3;
  }
  #product_list tbody tr td.datatable-relative .pull-right {
    float: unset !important;
    flex-shrink: 0;
    order: 2;
    margin-right: 10px;
  }
  #product_list tbody tr td.datatable-relative .datatable-lisa-bestand {
    flex-grow: 1;
    flex-shrink: 1;
    order: 1;
    margin-right: 10px;
  }
  #product_list tbody tr td.datatable-relative .datatable-lisa-bestand span {
    font-size: 12px;
    white-space: normal;
    max-width: unset;
  }
  #product_list tbody tr th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #cartTable {
    display: block !important;
  }
  #cartTable thead {
    display: none;
  }
  #cartTable tbody {
    display: block;
    width: 100%;
  }
  #cartTable tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #cartTable tbody tr td {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    border-top-color: rgba(0, 0, 0, 0.02);
  }
  #cartTable tbody tr td.dt-cart-image {
    display: none;
  }
  #cartTable tbody tr td.dt-cart-artnr {
    width: 20%;
  }
  #cartTable tbody tr td.dt-cart-bezeichnung {
    width: 80%;
  }
  #cartTable tbody tr td.dt-cart-kommentar {
    width: 20%;
    order: 5;
  }
  #cartTable tbody tr td.dt-cart-edit {
    order: 11;
    width: calc(100% - 80px);
  }
  #cartTable tbody tr td.dt-cart-einzelpreis {
    width: 40%;
    order: 6;
  }
  #cartTable tbody tr td.dt-cart-preis {
    width: 40%;
    text-align: right;
    order: 7;
  }
  #cartTable tbody tr td.dt-cart-action {
    text-align: right;
    width: 40px;
    order: 12;
  }
  #cartTable tbody tr th {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .vk-statt,
  .ek-statt,
  .vpe-statt {
    display: none;
  }
}
.theme-bb-cmspage {
  margin-bottom: 30px;
}
.theme-cms-block-media-collection-slider button.slick-prev {
  left: 20px;
}
.theme-cms-block-media-collection-slider button.slick-prev:before {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.theme-cms-block-media-collection-slider button.slick-next {
  right: 20px;
}
.theme-cms-block-media-collection-slider button.slick-next:before {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.theme-cms-block-media-collection-slider ul.slick-dots {
  bottom: 20px;
}
.theme-cms-block-media-collection-slider ul.slick-dots li button:before {
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* reduce content flashing */
.theme-cms-block-media-collection-slider .slick-slider:not(.slick-initialized) .theme-cms-block-media-collection-slider-item {
  visibility: hidden;
}
.theme-cms-block-media-collection-slider .slick-slider:not(.slick-initialized) .theme-cms-block-media-collection-slider-item:first-child {
  visibility: visible;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width .container {
  padding: 20px 0;
}
body.container-shift .full-width {
  width: calc(100vw + 160px);
  margin-left: calc(-50vw - 80px);
  margin-right: calc(-50vw - 80px);
}
body.container-shift .full-width > .container {
  margin: 0 auto;
}
.theme-cms-block-products-thumbs-handlebar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: auto;
}
.theme-cms-block-products-thumbs-handlebar button {
  max-width: 200px;
  height: 200px;
  position: relative;
  display: block;
  padding: 0;
  border: 0;
}
.theme-cms-block-products-thumbs-handlebar button img {
  width: auto;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}
/*
.theme-cms-block-products-thumbs-handlebar button[data-title]:hover:after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.75);
  color: #000;
  padding: 5px 10px;
  box-sizing: border-box;
}
*/
.bb-cmsblock-media-img .img-fit-cover {
  object-fit: cover;
}
.bb-cmsblock-media-img .img-fit-contain {
  object-fit: contain;
}
.bb-cmsblock-media-img .img-aspect-4-3 {
  aspect-ratio: 0.75;
}
.bb-cmsblock-media-img .img-aspect-16-9 {
  aspect-ratio: 0.5625;
}
.bb-cmsblock-media-img .img-aspect-1-1 {
  aspect-ratio: 1;
}
.theme-cms-block-products-slider img {
  height: 300px;
  max-width: 100%;
}
.theme-cms-block-products-slider .slick-slide {
  /*min-height: 200px;*/
  border: solid 1px #ccc;
  position: relative;
  padding: 10px 10px 30px;
  margin: 10px;
  background: #fff;
  min-height: 300px;
}
.theme-cms-block-products-slider .slick-slide button.btn-link {
  color: #fff;
  background: #ccc;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.cms-block-preview .glyphicon-eye_close {
  font-size: 10px;
}
.panel-body.wysiwyg.home .img-responsive-parent,
.theme-cms-block-products-highlights .panel-body.wysiwyg .img-responsive-parent,
.theme-cms-block-widget-infobox .panel-body.wysiwyg .img-responsive-parent,
.theme-cms-block-widget-news .panel-body.wysiwyg .img-responsive-parent {
  margin: -15px -15px 15px;
}
.theme-bb-cmspage .panel-grid .panel-body.wysiwyg.home,
.theme-bb-cmspage .panel-grid .panel-body.wysiwyg.promotional,
.theme-cms-block-products-highlights .panel-grid .panel-body,
.theme-cms-block-widget-infobox .panel-grid .panel-body {
  max-height: 360px;
}
.search-widget table ul {
  display: block;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.search-widget table ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.search-widget table .image {
  display: block;
}
.search-widget .modal.show {
  display: block;
}
.search-widget .modal-body {
  max-height: 75vh;
  overflow: auto;
}
.search-widget .modal-body img {
  max-height: 40vh;
  width: auto;
}
.search-widget button.facettes {
  float: right;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #000;
  border-radius: 24px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
  margin-right: 5px;
}
.search-widget button.search {
  float: right;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #000;
  border-radius: 24px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.search-widget .search-tag {
  padding: 5px 10px;
  margin-right: 10px;
}
.search-widget table.fixedHeader-floating {
  top: 60px !important;
}
.search-widget th {
  line-height: 1.45;
  text-align: left;
}
.search-widget td {
  line-height: 1.45;
  text-align: left;
}
.search-widget td .btn-link {
  text-align: left;
  padding: 0;
  display: inline;
}
.search-widget .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}
.search-widget .dropdown-menu span.badge {
  background: #aaa;
  color: #fff;
  position: absolute;
  right: 10px;
}
.search-widget .dropdown-menu.show {
  display: block;
}
.search-widget .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 40px 0 20px;
  display: block;
}
.search-widget .dropdown-item.active {
  background: #f0f0f0;
}
.search-widget h6.dropdown-header {
  margin: 5px 0 0;
}
.search-widget #query-group {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.search-widget #query-group .overlay {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9999;
}
.search-widget #query-group .overlay .badge-total {
  background: #aaa;
  color: #fff;
}
.search-widget #query-group span.hint {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  padding: 8px;
  opacity: 0.5;
  top: 1px;
  left: 1px;
}
.search-widget span.strike {
  text-decoration: line-through;
}
.search-widget #query-group.is-loading {
  background: url(/files/loading.gif) center right 7px no-repeat;
  background-size: 30px;
}
.search-widget .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Helvetica Neue Condensed', sans-serif;
}
.search-widget .badge.small {
  font-size: 0.85rem;
  font-weight: normal;
  padding: 5px 10px;
}
.search-widget .north-west {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0Ii8+PHBhdGggZD0iTTUsMTVoMlY4LjQxTDE4LjU5LDIwTDIwLDE4LjU5TDguNDEsN0gxNVY1SDVWMTV6Ii8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.search-widget .keyboard-return {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0Ii8+PHBhdGggZD0iTTUsMTVoMlY4LjQxTDE4LjU5LDIwTDIwLDE4LjU5TDguNDEsN0gxNVY1SDVWMTV6Ii8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDd2NEg1LjgzbDMuNTgtMy41OUw4IDZsLTYgNiA2IDYgMS40MS0xLjQxTDUuODMgMTNIMjFWN3oiLz48L3N2Zz4=);
}
.search-widget .results-btn {
  margin-bottom: -10px;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #eee;
  text-align: center;
  padding: 5px 10px;
  display: block;
}
.search-widget dropdown-menu .results-btn span.badge {
  position: relative;
  top: -1px;
  right: auto;
}
.search-widget .sidebar .panel-body {
  padding-top: 5px;
  padding-bottom: 0;
}
.search-widget .row-sidebar-fixed {
  position: relative;
}
.search-widget .sidebar-fixed {
  position: absolute;
  left: -25%;
}
.search-widget .facette {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.search-widget .facette h5 {
  display: flex;
  align-content: space-between;
  cursor: pointer;
}
.search-widget .facette h5 span.facette-title {
  flex-grow: 1;
  flex-shrink: 1;
}
.search-widget .facette h5 span {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-widget .facette .caret {
  border-width: 6px;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 4px;
  transition: transform 300ms ease-in-out;
}
.search-widget .facette .caret-closed {
  transform: rotate(-90deg);
}
.search-widget .facette > h5 {
  padding: 0 15px;
}
.search-widget .facette > ul {
  padding: 0 15px;
}
.search-widget .facette > input {
  margin: 15px;
  width: calc(70%);
}
.search-widget .facette:last-child {
  border: none;
  margin-bottom: 0;
}
.search-widget .facette label {
  display: flex;
}
.search-widget .facette label input {
  margin-right: 6px;
  display: block;
}
.search-widget .facette label span {
  display: block;
  flex-grow: 1;
}
.search-widget .facette label span.badge {
  height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.search-widget .facette .facette-less {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-expand {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-more {
  text-align: left;
  font-size: 11px;
  margin: 15px 0 0;
  cursor: pointer;
}
.search-widget .facette .facette-more .glyphicon-collapse_top {
  transform: rotate(180deg);
}
.search-widget .facette ul.facette-list-overflow {
  max-height: 50vh;
  overflow-y: auto;
}
.search-widget .panel-body .table-responsive {
  margin-left: -15px;
  margin-right: -15px;
}
.search-widget .panel-body .table-responsive-mobile {
  width: auto;
  border: none;
}
.search-widget .panel-body .table-responsive-mobile .table > tbody > tr > td {
  white-space: normal;
}
.search-widget tr.kennung-neu > td:first-child {
  position: relative;
}
.search-widget tr.kennung-neu > td:first-child::after {
  content: 'NEU';
  position: absolute;
  left: 15px;
  right: -9px;
  color: #fff;
  text-align: center;
  transform: translate(-15px, 0px) rotate(270deg);
  transform-origin: 0 100%;
  bottom: 0;
  background: #fba936;
  z-index: 100;
}
.search-widget tr .custom {
  color: #fff;
  transform: rotate(-3deg);
  display: inline-block;
  background: #fba936;
  padding: 0 5px;
}
.search-widget tr .aktion {
  background: #366e01;
}
.search-widget .action-history-favs {
  cursor: pointer;
}
tr .aktion {
  color: #fff;
  transform: rotate(-3deg);
  display: inline-block;
  background: #fba936;
  padding: 0 5px;
}
html[lang="fr"] tr.kennung-neu > td:first-child::after {
  content: ' nouveau ';
  right: -20px;
}
@media screen and (max-width: 720px) {
  #productDetailModal {
    overflow: auto;
  }
  td .image {
    margin-bottom: 5px;
  }
  td strong.bezeichnung {
    font-weight: normal;
    color: #fba936;
  }
}
.secoundary-placeholder {
  background: rgba(0, 0, 0, 0.1);
  min-height: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .sidebar-filter-toggle {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  body.container-shift .container.container-has-sky-scraper .sidebar-filter-toggle {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .search-widget table td {
    border-right: solid 1px #dddddd;
  }
  .search-widget table td:last-child {
    border-right: none;
  }
}
.table-responsive-mobile tbody td:nth-child(1) {
  width: 20%;
}
.table-responsive-mobile tbody td:nth-child(2) {
  width: 60%;
}
.table-responsive-mobile tbody td:nth-child(3) {
  width: 20%;
}
.table-responsive-mobile tbody td:nth-child(3) ul li {
  white-space: nowrap;
}
.table-responsive-mobile tbody td:last-child {
  min-width: 150px;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-500.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'), url('/lib/fonts//roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/lib/fonts//roboto-v30-latin-ext_latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
header#top .logo img {
  width: 250px;
}
span.datatable-lisa-bemerkung {
  font-weight: 700;
}
/*Button Aktionen ausblenden*/
@media (min-width: 779px) {
  #main-nav > ul:nth-child(3) {
    display: none;
  }
}
/*
.bestand {
    border-color: #d0c6c6 !important;
}

.datatable-lisa-bemerkung {
  display: none;
}
*/
