/*!
 * Datepicker for Bootstrap v1.4.0 (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 {
  padding: 4px;
  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;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.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-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.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 {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  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 {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}
.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 .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/assets/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/assets/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/assets/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before, .fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before, .fa-users:before {
  content: "\F0C0";
}
.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before, .fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\F156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158";
}
.fa-won:before, .fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before, .fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before, .fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/* This file allows us to continue using the "icon-" prefix for older icons. */
.icon, [class^="icon-"], [class*=" icon-"] {
  /* Reset the garbage that is coming through less-rails-bootstrap */
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: inherit;
  background-image: none !important;
  margin-top: 0;
}
.icon, [class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-large {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-fixed-width {
  width: 1.2857142857em;
  text-align: center;
}
.icons-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: .3em;
}
.icon.icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
:root .icon-rotate-90, :root .icon-rotate-180, :root .icon-rotate-270, :root .icon-flip-horizontal, :root .icon-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-white {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\F000";
}
.icon-music:before {
  content: "\F001";
}
.icon-search:before {
  content: "\F002";
}
.icon-envelope-alt:before {
  content: "\F003";
}
.icon-heart:before {
  content: "\F004";
}
.icon-star:before {
  content: "\F005";
}
.icon-star-empty:before {
  content: "\F006";
}
.icon-user:before {
  content: "\F007";
}
.icon-film:before {
  content: "\F008";
}
.icon-th-large:before {
  content: "\F009";
}
.icon-th:before {
  content: "\F00A";
}
.icon-th-list:before {
  content: "\F00B";
}
.icon-ok:before {
  content: "\F00C";
}
.icon-remove:before, .icon-close:before, .icon-times:before {
  content: "\F00D";
}
.icon-zoom-in:before {
  content: "\F00E";
}
.icon-zoom-out:before {
  content: "\F010";
}
.icon-off:before {
  content: "\F011";
}
.icon-signal:before {
  content: "\F012";
}
.icon-gear:before, .icon-cog:before {
  content: "\F013";
}
.icon-trash:before {
  content: "\F014";
}
.icon-home:before {
  content: "\F015";
}
.icon-file-alt:before {
  content: "\F016";
}
.icon-time:before {
  content: "\F017";
}
.icon-road:before {
  content: "\F018";
}
.icon-download-alt:before {
  content: "\F019";
}
.icon-download:before {
  content: "\F01A";
}
.icon-upload:before {
  content: "\F01B";
}
.icon-inbox:before {
  content: "\F01C";
}
.icon-play-circle:before {
  content: "\F01D";
}
.icon-rotate-right:before, .icon-repeat:before {
  content: "\F01E";
}
.icon-refresh:before {
  content: "\F021";
}
.icon-list-alt:before {
  content: "\F022";
}
.icon-lock:before {
  content: "\F023";
}
.icon-flag:before {
  content: "\F024";
}
.icon-headphones:before {
  content: "\F025";
}
.icon-volume-off:before {
  content: "\F026";
}
.icon-volume-down:before {
  content: "\F027";
}
.icon-volume-up:before {
  content: "\F028";
}
.icon-qrcode:before {
  content: "\F029";
}
.icon-barcode:before {
  content: "\F02A";
}
.icon-tag:before {
  content: "\F02B";
}
.icon-tags:before {
  content: "\F02C";
}
.icon-book:before {
  content: "\F02D";
}
.icon-bookmark:before {
  content: "\F02E";
}
.icon-print:before {
  content: "\F02F";
}
.icon-camera:before {
  content: "\F030";
}
.icon-font:before {
  content: "\F031";
}
.icon-bold:before {
  content: "\F032";
}
.icon-italic:before {
  content: "\F033";
}
.icon-text-height:before {
  content: "\F034";
}
.icon-text-width:before {
  content: "\F035";
}
.icon-align-left:before {
  content: "\F036";
}
.icon-align-center:before {
  content: "\F037";
}
.icon-align-right:before {
  content: "\F038";
}
.icon-align-justify:before {
  content: "\F039";
}
.icon-list:before {
  content: "\F03A";
}
.icon-indent-left:before {
  content: "\F03B";
}
.icon-indent-right:before {
  content: "\F03C";
}
.icon-facetime-video:before {
  content: "\F03D";
}
.icon-photo:before, .icon-image:before, .icon-picture-o:before {
  content: "\F03E";
}
.icon-pencil:before {
  content: "\F040";
}
.icon-map-marker:before {
  content: "\F041";
}
.icon-adjust:before {
  content: "\F042";
}
.icon-tint:before {
  content: "\F043";
}
.icon-edit:before, .icon-pencil-square-o:before {
  content: "\F044";
}
.icon-share:before {
  content: "\F045";
}
.icon-check:before {
  content: "\F046";
}
.icon-move:before {
  content: "\F047";
}
.icon-step-backward:before {
  content: "\F048";
}
.icon-fast-backward:before {
  content: "\F049";
}
.icon-backward:before {
  content: "\F04A";
}
.icon-play:before {
  content: "\F04B";
}
.icon-pause:before {
  content: "\F04C";
}
.icon-stop:before {
  content: "\F04D";
}
.icon-forward:before {
  content: "\F04E";
}
.icon-fast-forward:before {
  content: "\F050";
}
.icon-step-forward:before {
  content: "\F051";
}
.icon-eject:before {
  content: "\F052";
}
.icon-chevron-sign-left:before {
  content: "\F053";
}
.icon-chevron-sign-right:before {
  content: "\F054";
}
.icon-plus-sign:before {
  content: "\F055";
}
.icon-minus-sign:before {
  content: "\F056";
}
.icon-remove-sign:before {
  content: "\F057";
}
.icon-ok-sign:before {
  content: "\F058";
}
.icon-question-sign:before {
  content: "\F059";
}
.icon-info-sign:before {
  content: "\F05A";
}
.icon-screenshot:before {
  content: "\F05B";
}
.icon-remove-circle:before {
  content: "\F05C";
}
.icon-ok-circle:before {
  content: "\F05D";
}
.icon-ban-circle:before {
  content: "\F05E";
}
.icon-arrow-left:before {
  content: "\F060";
}
.icon-arrow-right:before {
  content: "\F061";
}
.icon-arrow-up:before {
  content: "\F062";
}
.icon-arrow-down:before {
  content: "\F063";
}
.icon-share-alt:before {
  content: "\F064";
}
.icon-resize-full:before {
  content: "\F065";
}
.icon-resize-small:before {
  content: "\F066";
}
.icon-plus:before {
  content: "\F067";
}
.icon-minus:before {
  content: "\F068";
}
.icon-asterisk:before {
  content: "\F069";
}
.icon-exclamation-sign:before {
  content: "\F06A";
}
.icon-gift:before {
  content: "\F06B";
}
.icon-leaf:before {
  content: "\F06C";
}
.icon-fire:before {
  content: "\F06D";
}
.icon-eye-open:before {
  content: "\F06E";
}
.icon-eye-close:before {
  content: "\F070";
}
.fa-exclamation-triangle:before .icon-warning-sign:before {
  content: "\F071";
}
.icon-plane:before {
  content: "\F072";
}
.icon-calendar:before {
  content: "\F073";
}
.icon-random:before {
  content: "\F074";
}
.icon-comment:before {
  content: "\F075";
}
.icon-magnet:before {
  content: "\F076";
}
.icon-chevron-sign-up:before {
  content: "\F077";
}
.icon-chevron-sign-down:before {
  content: "\F078";
}
.icon-retweet:before {
  content: "\F079";
}
.icon-shopping-cart:before {
  content: "\F07A";
}
.icon-folder-close:before {
  content: "\F07B";
}
.icon-folder-open:before {
  content: "\F07C";
}
.icon-resize-vertical:before {
  content: "\F07D";
}
.icon-resize-horizontal:before {
  content: "\F07E";
}
.icon-bar-chart-o:before, .icon-bar-chart:before {
  content: "\F080";
}
.icon-twitter-sign:before {
  content: "\F081";
}
.icon-facebook-sign:before {
  content: "\F082";
}
.icon-camera-retro:before {
  content: "\F083";
}
.icon-key:before {
  content: "\F084";
}
.icon-gears:before, .icon-cogs:before {
  content: "\F085";
}
.icon-comments:before {
  content: "\F086";
}
.icon-thumbs-up-alt:before {
  content: "\F087";
}
.icon-thumbs-down-alt:before {
  content: "\F088";
}
.icon-star-half:before {
  content: "\F089";
}
.icon-heart-empty:before {
  content: "\F08A";
}
.icon-signout:before {
  content: "\F08B";
}
.icon-linkedin-sign:before {
  content: "\F08C";
}
.icon-pushpin:before {
  content: "\F08D";
}
.icon-external-link:before {
  content: "\F08E";
}
.icon-signin:before {
  content: "\F090";
}
.icon-trophy:before {
  content: "\F091";
}
.icon-github-sign:before {
  content: "\F092";
}
.icon-upload-alt:before {
  content: "\F093";
}
.icon-lemon:before {
  content: "\F094";
}
.icon-phone:before {
  content: "\F095";
}
.icon-check-empty:before {
  content: "\F096";
}
.icon-bookmark-empty:before {
  content: "\F097";
}
.icon-phone-sign:before {
  content: "\F098";
}
.icon-twitter:before {
  content: "\F099";
}
.icon-facebook-f:before, .icon-facebook:before {
  content: "\F09A";
}
.icon-github:before {
  content: "\F09B";
}
.icon-unlock:before {
  content: "\F09C";
}
.icon-credit-card:before {
  content: "\F09D";
}
.icon-feed:before, .icon-rss:before {
  content: "\F09E";
}
.icon-hdd:before {
  content: "\F0A0";
}
.icon-bullhorn:before {
  content: "\F0A1";
}
.icon-bell-alt:before {
  content: "\F0F3";
}
.icon-certificate:before {
  content: "\F0A3";
}
.icon-hand-right:before {
  content: "\F0A4";
}
.icon-hand-left:before {
  content: "\F0A5";
}
.icon-hand-up:before {
  content: "\F0A6";
}
.icon-hand-down:before {
  content: "\F0A7";
}
.icon-circle-arrow-left:before {
  content: "\F0A8";
}
.icon-circle-arrow-right:before {
  content: "\F0A9";
}
.icon-circle-arrow-up:before {
  content: "\F0AA";
}
.icon-circle-arrow-down:before {
  content: "\F0AB";
}
.icon-globe:before {
  content: "\F0AC";
}
.icon-wrench:before {
  content: "\F0AD";
}
.icon-tasks:before {
  content: "\F0AE";
}
.icon-filter:before {
  content: "\F0B0";
}
.icon-briefcase:before {
  content: "\F0B1";
}
.icon-fullscreen:before {
  content: "\F0B2";
}
.icon-group:before, .icon-users:before {
  content: "\F0C0";
}
.icon-chain:before, .icon-link:before {
  content: "\F0C1";
}
.icon-cloud:before {
  content: "\F0C2";
}
.icon-beaker:before {
  content: "\F0C3";
}
.icon-cut:before, .icon-scissors:before {
  content: "\F0C4";
}
.icon-copy:before, .icon-files-o:before {
  content: "\F0C5";
}
.icon-paper-clip:before {
  content: "\F0C6";
}
.icon-save:before, .icon-floppy-o:before {
  content: "\F0C7";
}
.icon-sign-blank:before {
  content: "\F0C8";
}
.icon-navicon:before, .icon-reorder:before, .icon-bars:before {
  content: "\F0C9";
}
.icon-list-ul:before {
  content: "\F0CA";
}
.icon-list-ol:before {
  content: "\F0CB";
}
.icon-strikethrough:before {
  content: "\F0CC";
}
.icon-underline:before {
  content: "\F0CD";
}
.icon-table:before {
  content: "\F0CE";
}
.icon-magic:before {
  content: "\F0D0";
}
.icon-truck:before {
  content: "\F0D1";
}
.icon-pinterest:before {
  content: "\F0D2";
}
.icon-pinterest-sign:before {
  content: "\F0D3";
}
.icon-google-plus-sign:before {
  content: "\F0D4";
}
.icon-google-plus:before {
  content: "\F0D5";
}
.icon-money:before {
  content: "\F0D6";
}
.icon-caret-down:before {
  content: "\F0D7";
}
.icon-caret-up:before {
  content: "\F0D8";
}
.icon-caret-left:before {
  content: "\F0D9";
}
.icon-caret-right:before {
  content: "\F0DA";
}
.icon-columns:before {
  content: "\F0DB";
}
.icon-unsorted:before, .icon-sort:before {
  content: "\F0DC";
}
.icon-sort-down:before, .icon-sort-desc:before {
  content: "\F0DD";
}
.icon-sort-up:before, .icon-sort-asc:before {
  content: "\F0DE";
}
.icon-envelope:before {
  content: "\F0E0";
}
.icon-linkedin:before {
  content: "\F0E1";
}
.icon-rotate-left:before, .icon-undo:before {
  content: "\F0E2";
}
.icon-legal:before, .icon-gavel:before {
  content: "\F0E3";
}
.icon-dashboard:before, .icon-tachometer:before {
  content: "\F0E4";
}
.icon-comment-alt:before {
  content: "\F0E5";
}
.icon-comments-alt:before {
  content: "\F0E6";
}
.icon-flash:before, .icon-bolt:before {
  content: "\F0E7";
}
.icon-sitemap:before {
  content: "\F0E8";
}
.icon-umbrella:before {
  content: "\F0E9";
}
.icon-paste:before, .icon-clipboard:before {
  content: "\F0EA";
}
.icon-lightbulb:before {
  content: "\F0EB";
}
.icon-exchange:before {
  content: "\F0EC";
}
.icon-cloud-download:before {
  content: "\F0ED";
}
.icon-cloud-upload:before {
  content: "\F0EE";
}
.icon-user-md:before {
  content: "\F0F0";
}
.icon-stethoscope:before {
  content: "\F0F1";
}
.icon-suitcase:before {
  content: "\F0F2";
}
.icon-bell:before {
  content: "\F0A2";
}
.icon-coffee:before {
  content: "\F0F4";
}
.icon-food:before {
  content: "\F0F5";
}
.icon-file-text-alt:before {
  content: "\F0F6";
}
.icon-building:before {
  content: "\F0F7";
}
.icon-hospital:before {
  content: "\F0F8";
}
.icon-ambulance:before {
  content: "\F0F9";
}
.icon-medkit:before {
  content: "\F0FA";
}
.icon-fighter-jet:before {
  content: "\F0FB";
}
.icon-beer:before {
  content: "\F0FC";
}
.icon-h-sign:before {
  content: "\F0FD";
}
.icon-plus-sign-alt:before {
  content: "\F0FE";
}
.icon-double-angle-left:before {
  content: "\F100";
}
.icon-double-angle-right:before {
  content: "\F101";
}
.icon-double-angle-up:before {
  content: "\F102";
}
.icon-double-angle-down:before {
  content: "\F103";
}
.icon-angle-left:before {
  content: "\F104";
}
.icon-angle-right:before {
  content: "\F105";
}
.icon-angle-up:before {
  content: "\F106";
}
.icon-angle-down:before {
  content: "\F107";
}
.icon-desktop:before {
  content: "\F108";
}
.icon-laptop:before {
  content: "\F109";
}
.icon-tablet:before {
  content: "\F10A";
}
.icon-mobile-phone:before, .icon-mobile:before {
  content: "\F10B";
}
.icon-circle-blank:before {
  content: "\F10C";
}
.icon-quote-left:before {
  content: "\F10D";
}
.icon-quote-right:before {
  content: "\F10E";
}
.icon-spinner:before {
  content: "\F110";
}
.icon-circle:before {
  content: "\F111";
}
.icon-mail-reply:before, .icon-reply:before {
  content: "\F112";
}
.icon-github-alt:before {
  content: "\F113";
}
.icon-folder-close-alt:before {
  content: "\F114";
}
.icon-folder-open-alt:before {
  content: "\F115";
}
.icon-smile:before {
  content: "\F118";
}
.icon-frown:before {
  content: "\F119";
}
.icon-meh:before {
  content: "\F11A";
}
.icon-gamepad:before {
  content: "\F11B";
}
.icon-keyboard:before {
  content: "\F11C";
}
.icon-flag-alt:before {
  content: "\F11D";
}
.icon-flag-checkered:before {
  content: "\F11E";
}
.icon-terminal:before {
  content: "\F120";
}
.icon-code:before {
  content: "\F121";
}
.icon-mail-reply-all:before, .icon-reply-all:before {
  content: "\F122";
}
.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
  content: "\F123";
}
.icon-location-arrow:before {
  content: "\F124";
}
.icon-crop:before {
  content: "\F125";
}
.icon-code-fork:before {
  content: "\F126";
}
.icon-unlink:before, .icon-chain-broken:before {
  content: "\F127";
}
.icon-question:before {
  content: "\F128";
}
.icon-info:before {
  content: "\F129";
}
.icon-exclamation:before {
  content: "\F12A";
}
.icon-superscript:before {
  content: "\F12B";
}
.icon-subscript:before {
  content: "\F12C";
}
.icon-eraser:before {
  content: "\F12D";
}
.icon-puzzle-piece:before {
  content: "\F12E";
}
.icon-microphone:before {
  content: "\F130";
}
.icon-microphone-off:before {
  content: "\F131";
}
.icon-shield:before {
  content: "\F132";
}
.icon-calendar-empty:before {
  content: "\F133";
}
.icon-fire-extinguisher:before {
  content: "\F134";
}
.icon-rocket:before {
  content: "\F135";
}
.icon-maxcdn:before {
  content: "\F136";
}
.icon-chevron-circle-left:before {
  content: "\F137";
}
.icon-chevron-circle-right:before {
  content: "\F138";
}
.icon-chevron-circle-up:before {
  content: "\F139";
}
.icon-chevron-circle-down:before {
  content: "\F13A";
}
.icon-chevron-left:before {
  content: "\F053";
}
.icon-chevron-right:before {
  content: "\F054";
}
.icon-chevron-up:before {
  content: "\F077";
}
.icon-chevron-down:before {
  content: "\F078";
}
.icon-html5:before {
  content: "\F13B";
}
.icon-css3:before {
  content: "\F13C";
}
.icon-anchor:before {
  content: "\F13D";
}
.icon-unlock-alt:before {
  content: "\F13E";
}
.icon-bullseye:before {
  content: "\F140";
}
.icon-ellipsis-horizontal:before {
  content: "\F141";
}
.icon-ellipsis-vertical:before {
  content: "\F142";
}
.icon-rss-sign:before {
  content: "\F143";
}
.icon-play-sign:before {
  content: "\F144";
}
.icon-ticket:before {
  content: "\F145";
}
.icon-minus-sign-alt:before {
  content: "\F146";
}
.icon-collapse-alt:before {
  content: "\F147";
}
.icon-level-up:before {
  content: "\F148";
}
.icon-level-down:before {
  content: "\F149";
}
.icon-check-sign:before {
  content: "\F14A";
}
.icon-pencil-square:before {
  content: "\F14B";
}
.icon-external-link-sign:before {
  content: "\F14C";
}
.icon-share-sign:before {
  content: "\F14D";
}
.icon-compass:before {
  content: "\F14E";
}
.icon-toggle-down:before, .icon-caret-square-o-down:before, .icon-collapse:before {
  content: "\F150";
}
.icon-toggle-up:before, .icon-caret-square-o-up:before, .icon-collapse-top:before {
  content: "\F151";
}
.icon-expand:before {
  content: "\F152";
}
.icon-euro:before, .icon-eur:before {
  content: "\F153";
}
.icon-gbp:before {
  content: "\F154";
}
.icon-dollar:before, .icon-usd:before {
  content: "\F155";
}
.icon-rupee:before, .icon-inr:before {
  content: "\F156";
}
.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before {
  content: "\F157";
}
.icon-ruble:before, .icon-rouble:before, .icon-rub:before {
  content: "\F158";
}
.icon-won:before, .icon-krw:before {
  content: "\F159";
}
.icon-bitcoin:before, .icon-btc:before {
  content: "\F15A";
}
.icon-file:before {
  content: "\F15B";
}
.icon-file-text:before {
  content: "\F15C";
}
.icon-sort-by-alphabet:before {
  content: "\F15D";
}
.icon-sort-by-alphabet-alt:before {
  content: "\F15E";
}
.icon-sort-by-attributes:before {
  content: "\F160";
}
.icon-sort-by-attributes-alt:before {
  content: "\F161";
}
.icon-sort-by-order:before {
  content: "\F162";
}
.icon-sort-by-order-alt:before {
  content: "\F163";
}
.icon-thumbs-up:before {
  content: "\F164";
}
.icon-thumbs-down:before {
  content: "\F165";
}
.icon-youtube-sign:before {
  content: "\F166";
}
.icon-youtube:before {
  content: "\F167";
}
.icon-xing:before {
  content: "\F168";
}
.icon-xing-sign:before {
  content: "\F169";
}
.icon-youtube-play:before {
  content: "\F16A";
}
.icon-dropbox:before {
  content: "\F16B";
}
.icon-stackexchange:before {
  content: "\F16C";
}
.icon-instagram:before {
  content: "\F16D";
}
.icon-flickr:before {
  content: "\F16E";
}
.icon-adn:before {
  content: "\F170";
}
.icon-bitbucket:before {
  content: "\F171";
}
.icon-bitbucket-sign:before {
  content: "\F172";
}
.icon-tumblr:before {
  content: "\F173";
}
.icon-tumblr-sign:before {
  content: "\F174";
}
.icon-long-arrow-down:before {
  content: "\F175";
}
.icon-long-arrow-up:before {
  content: "\F176";
}
.icon-long-arrow-left:before {
  content: "\F177";
}
.icon-long-arrow-right:before {
  content: "\F178";
}
.icon-apple:before {
  content: "\F179";
}
.icon-windows:before {
  content: "\F17A";
}
.icon-android:before {
  content: "\F17B";
}
.icon-linux:before {
  content: "\F17C";
}
.icon-dribbble:before {
  content: "\F17D";
}
.icon-skype:before {
  content: "\F17E";
}
.icon-foursquare:before {
  content: "\F180";
}
.icon-trello:before {
  content: "\F181";
}
.icon-female:before {
  content: "\F182";
}
.icon-male:before {
  content: "\F183";
}
.icon-gittip:before, .icon-gratipay:before {
  content: "\F184";
}
.icon-sun:before {
  content: "\F185";
}
.icon-moon:before {
  content: "\F186";
}
.icon-archive:before {
  content: "\F187";
}
.icon-bug:before {
  content: "\F188";
}
.icon-vk:before {
  content: "\F189";
}
.icon-weibo:before {
  content: "\F18A";
}
.icon-renren:before {
  content: "\F18B";
}
.icon-pagelines:before {
  content: "\F18C";
}
.icon-stack-exchange:before {
  content: "\F18D";
}
.icon-arrow-circle-o-right:before {
  content: "\F18E";
}
.icon-arrow-circle-o-left:before {
  content: "\F190";
}
.icon-toggle-left:before, .icon-caret-square-o-left:before {
  content: "\F191";
}
.icon-dot-circle-o:before {
  content: "\F192";
}
.icon-wheelchair:before {
  content: "\F193";
}
.icon-vimeo-square:before {
  content: "\F194";
}
.icon-turkish-lira:before, .icon-try:before {
  content: "\F195";
}
.icon-expand-alt:before {
  content: "\F196";
}
.icon-space-shuttle:before {
  content: "\F197";
}
.icon-slack:before {
  content: "\F198";
}
.icon-envelope-square:before {
  content: "\F199";
}
.icon-wordpress:before {
  content: "\F19A";
}
.icon-openid:before {
  content: "\F19B";
}
.icon-institution:before, .icon-bank:before, .icon-university:before {
  content: "\F19C";
}
.icon-mortar-board:before, .icon-graduation-cap:before {
  content: "\F19D";
}
.icon-yahoo:before {
  content: "\F19E";
}
.icon-google:before {
  content: "\F1A0";
}
.icon-reddit:before {
  content: "\F1A1";
}
.icon-reddit-square:before {
  content: "\F1A2";
}
.icon-stumbleupon-circle:before {
  content: "\F1A3";
}
.icon-stumbleupon:before {
  content: "\F1A4";
}
.icon-delicious:before {
  content: "\F1A5";
}
.icon-digg:before {
  content: "\F1A6";
}
.icon-pied-piper:before {
  content: "\F1A7";
}
.icon-pied-piper-alt:before {
  content: "\F1A8";
}
.icon-drupal:before {
  content: "\F1A9";
}
.icon-joomla:before {
  content: "\F1AA";
}
.icon-language:before {
  content: "\F1AB";
}
.icon-fax:before {
  content: "\F1AC";
}
.icon-building:before {
  content: "\F1AD";
}
.icon-child:before {
  content: "\F1AE";
}
.icon-paw:before {
  content: "\F1B0";
}
.icon-spoon:before {
  content: "\F1B1";
}
.icon-cube:before {
  content: "\F1B2";
}
.icon-cubes:before {
  content: "\F1B3";
}
.icon-behance:before {
  content: "\F1B4";
}
.icon-behance-square:before {
  content: "\F1B5";
}
.icon-steam:before {
  content: "\F1B6";
}
.icon-steam-square:before {
  content: "\F1B7";
}
.icon-recycle:before {
  content: "\F1B8";
}
.icon-automobile:before, .icon-car:before {
  content: "\F1B9";
}
.icon-cab:before, .icon-taxi:before {
  content: "\F1BA";
}
.icon-tree:before {
  content: "\F1BB";
}
.icon-spotify:before {
  content: "\F1BC";
}
.icon-deviantart:before {
  content: "\F1BD";
}
.icon-soundcloud:before {
  content: "\F1BE";
}
.icon-database:before {
  content: "\F1C0";
}
.icon-file-pdf-o:before {
  content: "\F1C1";
}
.icon-file-word-o:before {
  content: "\F1C2";
}
.icon-file-excel-o:before {
  content: "\F1C3";
}
.icon-file-powerpoint-o:before {
  content: "\F1C4";
}
.icon-picture:before {
  content: "\F1C5";
}
.icon-file-zip-o:before, .icon-file-archive-o:before {
  content: "\F1C6";
}
.icon-file-sound-o:before, .icon-file-audio-o:before {
  content: "\F1C7";
}
.icon-file-movie-o:before, .icon-file-video-o:before {
  content: "\F1C8";
}
.icon-file-code-o:before {
  content: "\F1C9";
}
.icon-vine:before {
  content: "\F1CA";
}
.icon-codepen:before {
  content: "\F1CB";
}
.icon-jsfiddle:before {
  content: "\F1CC";
}
.icon-life-bouy:before, .icon-life-buoy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before {
  content: "\F1CD";
}
.icon-circle-o-notch:before {
  content: "\F1CE";
}
.icon-ra:before, .icon-rebel:before {
  content: "\F1D0";
}
.icon-ge:before, .icon-empire:before {
  content: "\F1D1";
}
.icon-git-square:before {
  content: "\F1D2";
}
.icon-git:before {
  content: "\F1D3";
}
.icon-y-combinator-square:before, .icon-yc-square:before, .icon-hacker-news:before {
  content: "\F1D4";
}
.icon-tencent-weibo:before {
  content: "\F1D5";
}
.icon-qq:before {
  content: "\F1D6";
}
.icon-wechat:before, .icon-weixin:before {
  content: "\F1D7";
}
.icon-send:before, .icon-paper-plane:before {
  content: "\F1D8";
}
.icon-send-o:before, .icon-paper-plane-o:before {
  content: "\F1D9";
}
.icon-history:before {
  content: "\F1DA";
}
.icon-circle-thin:before {
  content: "\F1DB";
}
.icon-header:before {
  content: "\F1DC";
}
.icon-paragraph:before {
  content: "\F1DD";
}
.icon-sliders:before {
  content: "\F1DE";
}
.icon-share-alt:before {
  content: "\F1E0";
}
.icon-share-alt-square:before {
  content: "\F1E1";
}
.icon-bomb:before {
  content: "\F1E2";
}
.icon-soccer-ball-o:before, .icon-futbol-o:before {
  content: "\F1E3";
}
.icon-tty:before {
  content: "\F1E4";
}
.icon-binoculars:before {
  content: "\F1E5";
}
.icon-plug:before {
  content: "\F1E6";
}
.icon-slideshare:before {
  content: "\F1E7";
}
.icon-twitch:before {
  content: "\F1E8";
}
.icon-yelp:before {
  content: "\F1E9";
}
.icon-newspaper-o:before {
  content: "\F1EA";
}
.icon-wifi:before {
  content: "\F1EB";
}
.icon-calculator:before {
  content: "\F1EC";
}
.icon-paypal:before {
  content: "\F1ED";
}
.icon-google-wallet:before {
  content: "\F1EE";
}
.icon-cc-visa:before {
  content: "\F1F0";
}
.icon-cc-mastercard:before {
  content: "\F1F1";
}
.icon-cc-discover:before {
  content: "\F1F2";
}
.icon-cc-amex:before {
  content: "\F1F3";
}
.icon-cc-paypal:before {
  content: "\F1F4";
}
.icon-cc-stripe:before {
  content: "\F1F5";
}
.icon-bell-slash:before {
  content: "\F1F6";
}
.icon-bell-slash-o:before {
  content: "\F1F7";
}
.icon-trash:before {
  content: "\F1F8";
}
.icon-copyright:before {
  content: "\F1F9";
}
.icon-at:before {
  content: "\F1FA";
}
.icon-eyedropper:before {
  content: "\F1FB";
}
.icon-paint-brush:before {
  content: "\F1FC";
}
.icon-birthday-cake:before {
  content: "\F1FD";
}
.icon-area-chart:before {
  content: "\F1FE";
}
.icon-pie-chart:before {
  content: "\F200";
}
.icon-line-chart:before {
  content: "\F201";
}
.icon-lastfm:before {
  content: "\F202";
}
.icon-lastfm-square:before {
  content: "\F203";
}
.icon-toggle-off:before {
  content: "\F204";
}
.icon-toggle-on:before {
  content: "\F205";
}
.icon-bicycle:before {
  content: "\F206";
}
.icon-bus:before {
  content: "\F207";
}
.icon-ioxhost:before {
  content: "\F208";
}
.icon-angellist:before {
  content: "\F209";
}
.icon-cc:before {
  content: "\F20A";
}
.icon-shekel:before, .icon-sheqel:before, .icon-ils:before {
  content: "\F20B";
}
.icon-meanpath:before {
  content: "\F20C";
}
.icon-buysellads:before {
  content: "\F20D";
}
.icon-connectdevelop:before {
  content: "\F20E";
}
.icon-dashcube:before {
  content: "\F210";
}
.icon-forumbee:before {
  content: "\F211";
}
.icon-leanpub:before {
  content: "\F212";
}
.icon-sellsy:before {
  content: "\F213";
}
.icon-shirtsinbulk:before {
  content: "\F214";
}
.icon-simplybuilt:before {
  content: "\F215";
}
.icon-skyatlas:before {
  content: "\F216";
}
.icon-cart-plus:before {
  content: "\F217";
}
.icon-cart-arrow-down:before {
  content: "\F218";
}
.icon-diamond:before {
  content: "\F219";
}
.icon-ship:before {
  content: "\F21A";
}
.icon-user-secret:before {
  content: "\F21B";
}
.icon-motorcycle:before {
  content: "\F21C";
}
.icon-street-view:before {
  content: "\F21D";
}
.icon-heartbeat:before {
  content: "\F21E";
}
.icon-venus:before {
  content: "\F221";
}
.icon-mars:before {
  content: "\F222";
}
.icon-mercury:before {
  content: "\F223";
}
.icon-intersex:before, .icon-transgender:before {
  content: "\F224";
}
.icon-transgender-alt:before {
  content: "\F225";
}
.icon-venus-double:before {
  content: "\F226";
}
.icon-mars-double:before {
  content: "\F227";
}
.icon-venus-mars:before {
  content: "\F228";
}
.icon-mars-stroke:before {
  content: "\F229";
}
.icon-mars-stroke-v:before {
  content: "\F22A";
}
.icon-mars-stroke-h:before {
  content: "\F22B";
}
.icon-neuter:before {
  content: "\F22C";
}
.icon-genderless:before {
  content: "\F22D";
}
.icon-facebook-official:before {
  content: "\F230";
}
.icon-pinterest-p:before {
  content: "\F231";
}
.icon-whatsapp:before {
  content: "\F232";
}
.icon-server:before {
  content: "\F233";
}
.icon-user-plus:before {
  content: "\F234";
}
.icon-user-times:before {
  content: "\F235";
}
.icon-hotel:before, .icon-bed:before {
  content: "\F236";
}
.icon-viacoin:before {
  content: "\F237";
}
.icon-train:before {
  content: "\F238";
}
.icon-subway:before {
  content: "\F239";
}
.icon-medium:before {
  content: "\F23A";
}
.icon-yc:before, .icon-y-combinator:before {
  content: "\F23B";
}
.icon-optin-monster:before {
  content: "\F23C";
}
.icon-opencart:before {
  content: "\F23D";
}
.icon-expeditedssl:before {
  content: "\F23E";
}
.icon-battery-4:before, .icon-battery-full:before {
  content: "\F240";
}
.icon-battery-3:before, .icon-battery-three-quarters:before {
  content: "\F241";
}
.icon-battery-2:before, .icon-battery-half:before {
  content: "\F242";
}
.icon-battery-1:before, .icon-battery-quarter:before {
  content: "\F243";
}
.icon-battery-0:before, .icon-battery-empty:before {
  content: "\F244";
}
.icon-mouse-pointer:before {
  content: "\F245";
}
.icon-i-cursor:before {
  content: "\F246";
}
.icon-object-group:before {
  content: "\F247";
}
.icon-object-ungroup:before {
  content: "\F248";
}
.icon-sticky-note:before {
  content: "\F249";
}
.icon-sticky-note-o:before {
  content: "\F24A";
}
.icon-cc-jcb:before {
  content: "\F24B";
}
.icon-cc-diners-club:before {
  content: "\F24C";
}
.icon-clone:before {
  content: "\F24D";
}
.icon-balance-scale:before {
  content: "\F24E";
}
.icon-hourglass-o:before {
  content: "\F250";
}
.icon-hourglass-1:before, .icon-hourglass-start:before {
  content: "\F251";
}
.icon-hourglass-2:before, .icon-hourglass-half:before {
  content: "\F252";
}
.icon-hourglass-3:before, .icon-hourglass-end:before {
  content: "\F253";
}
.icon-hourglass:before {
  content: "\F254";
}
.icon-hand-grab-o:before, .icon-hand-rock-o:before {
  content: "\F255";
}
.icon-hand-stop-o:before, .icon-hand-paper-o:before {
  content: "\F256";
}
.icon-hand-scissors-o:before {
  content: "\F257";
}
.icon-hand-lizard-o:before {
  content: "\F258";
}
.icon-hand-spock-o:before {
  content: "\F259";
}
.icon-hand-pointer-o:before {
  content: "\F25A";
}
.icon-hand-peace-o:before {
  content: "\F25B";
}
.icon-trademark:before {
  content: "\F25C";
}
.icon-registered:before {
  content: "\F25D";
}
.icon-creative-commons:before {
  content: "\F25E";
}
.icon-gg:before {
  content: "\F260";
}
.icon-gg-circle:before {
  content: "\F261";
}
.icon-tripadvisor:before {
  content: "\F262";
}
.icon-odnoklassniki:before {
  content: "\F263";
}
.icon-odnoklassniki-square:before {
  content: "\F264";
}
.icon-get-pocket:before {
  content: "\F265";
}
.icon-wikipedia-w:before {
  content: "\F266";
}
.icon-safari:before {
  content: "\F267";
}
.icon-chrome:before {
  content: "\F268";
}
.icon-firefox:before {
  content: "\F269";
}
.icon-opera:before {
  content: "\F26A";
}
.icon-internet-explorer:before {
  content: "\F26B";
}
.icon-tv:before, .icon-television:before {
  content: "\F26C";
}
.icon-contao:before {
  content: "\F26D";
}
.icon-500px:before {
  content: "\F26E";
}
.icon-amazon:before {
  content: "\F270";
}
.icon-calendar-plus-o:before {
  content: "\F271";
}
.icon-calendar-minus-o:before {
  content: "\F272";
}
.icon-calendar-times-o:before {
  content: "\F273";
}
.icon-calendar-check-o:before {
  content: "\F274";
}
.icon-industry:before {
  content: "\F275";
}
.icon-map-pin:before {
  content: "\F276";
}
.icon-map-signs:before {
  content: "\F277";
}
.icon-map-o:before {
  content: "\F278";
}
.icon-map:before {
  content: "\F279";
}
.icon-commenting:before {
  content: "\F27A";
}
.icon-commenting-o:before {
  content: "\F27B";
}
.icon-houzz:before {
  content: "\F27C";
}
.icon-vimeo:before {
  content: "\F27D";
}
.icon-black-tie:before {
  content: "\F27E";
}
.icon-fonticons:before {
  content: "\F280";
}
.icon-reddit-alien:before {
  content: "\F281";
}
.icon-edge:before {
  content: "\F282";
}
.icon-credit-card-alt:before {
  content: "\F283";
}
.icon-codiepie:before {
  content: "\F284";
}
.icon-modx:before {
  content: "\F285";
}
.icon-fort-awesome:before {
  content: "\F286";
}
.icon-usb:before {
  content: "\F287";
}
.icon-product-hunt:before {
  content: "\F288";
}
.icon-mixcloud:before {
  content: "\F289";
}
.icon-scribd:before {
  content: "\F28A";
}
.icon-pause-circle:before {
  content: "\F28B";
}
.icon-pause-circle-o:before {
  content: "\F28C";
}
.icon-stop-circle:before {
  content: "\F28D";
}
.icon-stop-circle-o:before {
  content: "\F28E";
}
.icon-shopping-bag:before {
  content: "\F290";
}
.icon-shopping-basket:before {
  content: "\F291";
}
.icon-hashtag:before {
  content: "\F292";
}
.icon-bluetooth:before {
  content: "\F293";
}
.icon-bluetooth-b:before {
  content: "\F294";
}
.icon-percent:before {
  content: "\F295";
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 50%);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-linear-gradient(top, #eee 0%, #fff 90%);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: -webkit-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%;
  background: url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 50%);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner.7b9776076d5fceef4993b55c9383dedd.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2.2ca61b76e22053571dd8611e5aac4900.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2.49e3f006018662f60f1db2aec0b2cca9.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Style select2 like Bootstrap. */
.select2-drop.select2-drop-multi {
  border-top: 1px solid #aaa;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 2px 5px;
}
.select2-container-multi .select2-search-choice-close {
  top: 5px;
  right: 3px;
  left: initial;
  color: #fff;
}
.select2-container-multi .select2-choices {
  border-color: #ccc;
  background: none;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active {
  border-color: rgba(82, 168, 236, 0.8);
}
.select2-container.select2-container-multi.input-xxlarge {
  width: 544px;
}
select.input-xxlarge {
  width: 544px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #666;
  color: white;
  border-radius: 3px 3px 3px 3px;
  padding: 3px 18px 3px 6px;
  font-size: 11px;
  line-height: 13px;
  background-image: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  height: 14px;
  line-height: 14px;
  margin: 3px 1px 3px 3px;
}
@font-face {
  font-family: 'aha-font';
  src: url(/assets/aha-font.35339b1311eaa35fb8840d9cb3113236.eot);
  src: url(/assets/aha-font.35339b1311eaa35fb8840d9cb3113236.eot#iefix) format('embedded-opentype'), url(/assets/aha-font.fd6ecbb208415e1cf61a24ff6a38bd88.ttf) format('truetype'), url(/assets/aha-font.ebd7b1c0f5b296bac6c87460236fc1e2.woff) format('woff'), url(/assets/aha-font.da81b2f28893eedf0e0a338efe75399e.svg#aha-font) format('svg');
  font-weight: normal;
  font-style: normal;
}
.aha-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-aha"], [class*=" icon-aha"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aha_views:before {
  content: "\E922";
}
.icon-aha_pivot:before {
  content: "\E91F";
}
.icon-aha_diagram:before {
  content: "\E920";
}
.icon-aha_hierarchy:before {
  content: "\E921";
}
.icon-aha_import:before {
  content: "\E91E";
}
.icon-aha_misc:before {
  content: "\E919";
}
.icon-aha_salesforce:before {
  content: "\E91A";
}
.icon-aha_zendesk:before {
  content: "\E91B";
}
.icon-aha_asana:before {
  content: "\E91C";
}
.icon-aha_jira:before {
  content: "\E91D";
}
.icon-aha_exclamationpoint:before {
  content: "\E918";
}
.icon-aha_scrum:before {
  content: "\E914";
}
.icon-aha_waterfall:before {
  content: "\E915";
}
.icon-aha_typetool:before {
  content: "\E913";
}
.icon-aha_epic:before {
  content: "\E923";
}
.icon-aha_epic2:before {
  content: "\E923";
}
.icon-aha_roadmap2:before {
  content: "\E917";
}
.icon-aha_summary:before {
  content: "\E912";
}
.icon-aha_redo:before {
  content: "\E908";
}
.icon-aha_undo:before {
  content: "\E909";
}
.icon-aha_alignmiddle:before {
  content: "\E90A";
}
.icon-aha_aligntop:before {
  content: "\E90B";
}
.icon-aha_alignbottom:before {
  content: "\E90C";
}
.icon-aha_bringtofront:before {
  content: "\E90D";
}
.icon-aha_sendtoback:before {
  content: "\E90E";
}
.icon-aha_bringforward:before {
  content: "\E90F";
}
.icon-aha_sendbackward:before {
  content: "\E910";
}
.icon-aha_shape:before {
  content: "\E911";
}
.icon-aha_rollup:before {
  content: "\E907";
}
.icon-cf_datefield:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E902";
}
.icon-customer-card:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E906";
}
.icon-cf_editchoicelist:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E901";
}
.icon-cf_personas:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E903";
}
.icon-cf_numberfield:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E904";
}
.icon-cf_textfield:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E905";
}
.icon-cf_tagsfield:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E900";
}
.icon-scatter-graph:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E603";
}
.icon-vision-circle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E600";
}
.icon-vision-square:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E601";
}
.icon-reports:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "b";
}
.icon-google-drive:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aha-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\600";
}
.rte-autocomplete {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 9999;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 400px;
  overflow: hidden;
}
.rte-autocomplete:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.rte-autocomplete:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}
.rte-autocomplete li {
  border-bottom: 1px solid #eee;
}
.rte-autocomplete li:last-child {
  border-bottom: none;
}
.rte-autocomplete > li.loading {
  background: url(/assets/busy.b7e3690b94c43e444483fbc7927a6a9a.gif) center no-repeat;
  height: 16px;
  padding: 5px 0px;
}
.rte-autocomplete > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu.rte-autocomplete > li > a:hover, .dropdown-menu.rte-autocomplete > li > a:focus, .dropdown-menu.rte-autocomplete:hover > a, .dropdown-menu.rte-autocomplete:focus > a, .dropdown-menu.rte-autocomplete > .active > a, .dropdown-menu.rte-autocomplete > .active > a:hover, .dropdown-menu.rte-autocomplete > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft;
  outline: 0;
}
.dropdown-menu.rte-autocomplete > li > a:hover .refnum, .dropdown-menu.rte-autocomplete > li > a:focus .refnum, .dropdown-menu.rte-autocomplete:hover > a .refnum, .dropdown-menu.rte-autocomplete:focus > a .refnum, .dropdown-menu.rte-autocomplete > .active > a .refnum, .dropdown-menu.rte-autocomplete > .active > a:hover .refnum, .dropdown-menu.rte-autocomplete > .active > a:focus .refnum, .dropdown-menu.rte-autocomplete > li > a:hover i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete > li > a:focus i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete:hover > a i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete:focus > a i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete > .active > a i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete > .active > a:hover i.icon-ok-sign.shipped, .dropdown-menu.rte-autocomplete > .active > a:focus i.icon-ok-sign.shipped {
  color: #fff;
}
#autocomplete-searchtext {
  display: inline-block;
  margin-left: 0px;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
  text-decoration: none;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  box-sizing: content-box;
  direction: ltr;
}
.mce-widget button {
  box-sizing: border-box;
}
.mce-container *[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mce-fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.mce-fade.mce-in {
  opacity: 1;
}
.mce-tinymce {
  visibility: inherit !important;
  position: relative;
}
.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  z-index: 100;
}
div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mce-tinymce {
  display: block;
  border-radius: 2px;
}
.mce-wordcount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
div.mce-edit-area {
  background: #FFF;
  -webkit-filter: none;
          filter: none;
}
.mce-statusbar {
  position: relative;
}
.mce-statusbar .mce-container-body {
  position: relative;
}
.mce-fullscreen .mce-resizehandle {
  display: none;
}
.mce-charmap {
  border-collapse: collapse;
}
.mce-charmap td {
  cursor: default;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
.mce-charmap td div {
  text-align: center;
}
.mce-charmap td:hover {
  background: #f2f2f2;
}
.mce-grid td div {
  border: 1px solid #d6d6d6;
  width: 12px;
  height: 12px;
  margin: 2px;
  cursor: pointer;
}
.mce-grid td div:focus {
  border-color: #a1a1a1;
}
.mce-grid {
  border-spacing: 2px;
  border-collapse: separate;
}
.mce-grid a {
  display: block;
  border: 1px solid transparent;
}
.mce-grid a:hover, .mce-grid a:focus {
  border-color: #a1a1a1;
}
.mce-grid-border {
  margin: 0 4px 0 4px;
}
.mce-grid-border a {
  border-color: #d6d6d6;
  width: 13px;
  height: 13px;
}
.mce-grid-border a:hover, .mce-grid-border a.mce-active {
  border-color: #a1a1a1;
  background: #C8DEF4;
}
.mce-text-center {
  text-align: center;
}
div.mce-tinymce-inline {
  width: 100%;
  box-shadow: none;
}
.mce-toolbar-grp {
  padding-bottom: 2px;
}
.mce-toolbar-grp .mce-flow-layout-item {
  margin-bottom: 0;
}
.mce-rtl .mce-wordcount {
  left: 0;
  right: auto;
}
.mce-container, .mce-container-body {
  display: block;
}
.mce-autoscroll {
  overflow: hidden;
}
.mce-scrollbar {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 2px;
  right: 2px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-scrollbar-h {
  top: auto;
  right: auto;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 7px;
}
.mce-scrollbar-thumb {
  position: absolute;
  background-color: #000;
  border: 1px solid #888;
  border-color: rgba(85, 85, 85, 0.6);
  width: 5px;
  height: 100%;
  border-radius: 7px;
}
.mce-scrollbar-h .mce-scrollbar-thumb {
  width: 100%;
  height: 5px;
}
.mce-scrollbar:hover, .mce-scrollbar.mce-active {
  background-color: #AAA;
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
  border-radius: 7px;
}
.mce-scroll {
  position: relative;
}
.mce-panel {
  border: 0 solid #ccc;
  background-color: #fefefe;
  background-image: -webkit-linear-gradient(top, #FDFDFD, #fff);
  background-image: linear-gradient(to bottom, #FDFDFD, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffffffff', GradientType=0);
  zoom: 1;
}
.mce-floatpanel {
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mce-floatpanel.mce-fixed {
  position: fixed;
}
.mce-floatpanel .mce-arrow, .mce-floatpanel .mce-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mce-floatpanel .mce-arrow {
  border-width: 11px;
}
.mce-floatpanel .mce-arrow:after {
  border-width: 10px;
  content: "";
}
.mce-floatpanel.mce-popover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  background: #FFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.mce-floatpanel.mce-popover.mce-bottom {
  margin-top: 10px;
  *margin-top: 0;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start {
  margin-left: -22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  left: 20px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end {
  margin-left: 22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
  right: 10px;
  left: auto;
}
.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #FFF;
  height: 100%;
}
div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
}
#mce-modal-block {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#mce-modal-block.mce-in {
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
}
.mce-window-move {
  cursor: move;
}
.mce-window {
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}
.mce-window.mce-in {
  opacity: 1;
}
.mce-window-head {
  padding: 9px 15px;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.mce-window-head .mce-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #a3a3a3;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
}
.mce-close:hover {
  color: #c2c2c2;
}
.mce-window-head .mce-title {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  padding-right: 10px;
}
.mce-window .mce-container-body {
  display: block;
}
.mce-foot {
  display: block;
  background-color: #FFF;
  border-top: 1px solid #c5c5c5;
  border-radius: 0 0 6px 6px;
}
.mce-window-head .mce-dragh {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 90%;
  height: 100%;
}
.mce-window iframe {
  width: 100%;
  height: 100%;
}
.mce-window.mce-fullscreen, .mce-window.mce-fullscreen .mce-foot {
  border-radius: 0;
}
.mce-rtl .mce-window-head .mce-close {
  position: absolute;
  right: auto;
  left: 15px;
}
.mce-rtl .mce-window-head .mce-dragh {
  left: auto;
  right: 0;
}
.mce-rtl .mce-window-head .mce-title {
  direction: rtl;
  text-align: right;
}
.mce-abs-layout {
  position: relative;
}
body .mce-abs-layout-item, .mce-abs-end {
  position: absolute;
}
.mce-abs-end {
  width: 1px;
  height: 1px;
}
.mce-container-body.mce-abs-layout {
  overflow: hidden;
}
.mce-tooltip {
  position: absolute;
  padding: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.mce-tooltip-inner {
  font-size: 11px;
  background-color: #000;
  color: white;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal;
}
.mce-tooltip-inner {
  border-radius: 3px;
}
.mce-tooltip-inner {
  box-shadow: 0 0 5px #000;
}
.mce-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.mce-tooltip-arrow-n {
  border-bottom-color: #000;
}
.mce-tooltip-arrow-s {
  border-top-color: #000;
}
.mce-tooltip-arrow-e {
  border-left-color: #000;
}
.mce-tooltip-arrow-w {
  border-right-color: #000;
}
.mce-tooltip-nw, .mce-tooltip-sw {
  margin-left: -14px;
}
.mce-tooltip-n .mce-tooltip-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-nw .mce-tooltip-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-ne .mce-tooltip-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-s .mce-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-sw .mce-tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-se .mce-tooltip-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-e .mce-tooltip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-tooltip-w .mce-tooltip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-btn {
  border: 1px solid #b1b1b1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  zoom: 1;
}
.mce-btn:hover, .mce-btn:focus {
  color: #666;
  background-color: #ededed;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  zoom: 1;
}
.mce-btn.mce-disabled button, .mce-btn.mce-disabled:hover button {
  cursor: default;
  box-shadow: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-btn.mce-active, .mce-btn.mce-active:hover {
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd9d9d9', GradientType=0);
  zoom: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mce-btn:not(.mce-disabled):active {
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd9d9d9', GradientType=0);
  zoom: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mce-btn button {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  *line-height: 16px;
  cursor: pointer;
  color: #666;
  text-align: center;
  overflow: visible;
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-appearance: none;
}
.mce-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mce-btn i {
  text-shadow: 1px 1px white;
}
.mce-primary {
  min-width: 50px;
  color: #fff;
  border: 1px solid #b1b1b1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  zoom: 1;
}
.mce-primary:hover, .mce-primary:focus {
  background-color: #005fb3;
  background-image: -webkit-linear-gradient(top, #0077b3, #003cb3);
  background-image: linear-gradient(to bottom, #0077b3, #003cb3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0077b3', endColorstr='#ff003cb3', GradientType=0);
  zoom: 1;
}
.mce-primary.mce-disabled button, .mce-primary.mce-disabled:hover button {
  cursor: default;
  box-shadow: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-primary.mce-active, .mce-primary.mce-active:hover, .mce-primary:not(.mce-disabled):active {
  background-color: #005299;
  background-image: -webkit-linear-gradient(top, #006699, #003399);
  background-image: linear-gradient(to bottom, #006699, #003399);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006699', endColorstr='#ff003399', GradientType=0);
  zoom: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mce-primary button, .mce-primary button i {
  color: #fff;
  text-shadow: 1px 1px #333;
}
.mce-btn-large button {
  padding: 9px 14px;
  font-size: 14px;
  line-height: normal;
  border-radius: 5px;
}
.mce-btn-large i {
  margin-top: 2px;
}
.mce-btn-small button {
  padding: 1px 5px;
  font-size: 10px;
  *padding-bottom: 2px;
}
.mce-btn-small i {
  line-height: 20px;
  vertical-align: top;
  *line-height: 18px;
}
.mce-btn .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}
.mce-btn-small .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}
.mce-caret {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.mce-disabled .mce-caret {
  border-top-color: #aaa;
}
.mce-caret.mce-up {
  border-bottom: 4px solid #666;
  border-top: 0;
}
.mce-rtl .mce-btn button {
  direction: rtl;
}
.mce-btn-group .mce-btn {
  border-width: 1px 0 1px 0;
  margin: 0;
  border-radius: 0;
}
.mce-btn-group .mce-first {
  border-left: 1px solid #b1b1b1;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px 0 0 3px;
}
.mce-btn-group .mce-last {
  border-right: 1px solid #b1b1b1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
}
.mce-btn-group .mce-first.mce-last {
  border-radius: 3px;
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
  margin: 0;
}
.mce-checkbox {
  cursor: pointer;
}
i.mce-i-checkbox {
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  zoom: 1;
  text-indent: -10em;
  *font-size: 0;
  *line-height: 0;
  *text-indent: 0;
  overflow: hidden;
}
.mce-checked i.mce-i-checkbox {
  color: #666;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0;
}
.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox.mce-focus i.mce-i-checkbox {
  border: 1px solid rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65);
}
.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled i.mce-i-checkbox {
  color: #c1c1c1;
}
.mce-rtl .mce-checkbox {
  direction: rtl;
  text-align: right;
}
.mce-rtl i.mce-i-checkbox {
  margin: 0 0 0 3px;
}
.mce-colorbutton .mce-ico {
  position: relative;
}
.mce-colorbutton-grid {
  margin: 4px;
}
.mce-colorbutton button {
  padding-right: 4px;
}
.mce-colorbutton .mce-preview {
  padding-right: 3px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: 7px;
  background: gray;
  width: 13px;
  height: 2px;
  overflow: hidden;
}
.mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: -16px;
  padding-right: 0;
  width: 16px;
}
.mce-colorbutton .mce-open {
  padding-left: 4px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mce-colorbutton:hover .mce-open {
  border-left-color: #bdbdbd;
  border-right-color: #bdbdbd;
}
.mce-colorbutton.mce-btn-small .mce-open {
  padding: 0 3px 0 3px;
}
.mce-rtl .mce-colorbutton {
  direction: rtl;
}
.mce-rtl .mce-colorbutton .mce-preview {
  margin-left: 0;
  padding-right: 0;
  padding-left: 4px;
  margin-right: -14px;
}
.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: 0;
  padding-right: 0;
  margin-right: -17px;
  padding-left: 0;
}
.mce-rtl .mce-colorbutton button {
  padding-right: 10px;
  padding-left: 10px;
}
.mce-rtl .mce-colorbutton .mce-open {
  padding-left: 4px;
  padding-right: 4px;
}
.mce-combobox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  *height: 32px;
}
.mce-combobox input {
  border: 1px solid #c5c5c5;
  border-right-color: #c5c5c5;
  height: 28px;
}
.mce-combobox.mce-disabled input {
  color: #c2c2c2;
}
.mce-combobox.mce-has-open input {
  border-radius: 4px 0 0 4px;
}
.mce-combobox .mce-btn {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.mce-combobox button {
  padding-right: 8px;
  padding-left: 8px;
}
.mce-combobox.mce-disabled .mce-btn button {
  cursor: default;
  box-shadow: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-path {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px;
  white-space: normal;
}
.mce-path .mce-txt {
  display: inline-block;
  padding-right: 3px;
}
.mce-path .mce-path-body {
  display: inline-block;
}
.mce-path-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  color: #666;
}
.mce-path-item:hover {
  text-decoration: underline;
}
.mce-path-item:focus {
  background: #666;
  color: #fff;
}
.mce-path .mce-divider {
  display: inline;
}
.mce-disabled .mce-path-item {
  color: #aaa;
}
.mce-rtl .mce-path {
  direction: rtl;
}
.mce-fieldset {
  border: 0 solid #9E9E9E;
  border-radius: 3px;
}
.mce-fieldset > .mce-container-body {
  margin-top: -15px;
}
.mce-fieldset-title {
  margin-left: 5px;
  padding: 0 5px 0 5px;
}
.mce-fit-layout {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mce-fit-layout-item {
  position: absolute;
}
.mce-flow-layout-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mce-flow-layout-item {
  margin: 2px 0 2px 2px;
}
.mce-flow-layout-item.mce-last {
  margin-right: 2px;
}
.mce-flow-layout {
  white-space: normal;
}
.mce-tinymce-inline .mce-flow-layout {
  white-space: nowrap;
}
.mce-rtl .mce-flow-layout {
  text-align: right;
  direction: rtl;
}
.mce-rtl .mce-flow-layout-item {
  margin: 2px 2px 2px 0;
}
.mce-rtl .mce-flow-layout-item.mce-last {
  margin-left: 2px;
}
.mce-iframe {
  border: 0 solid #ccc;
  width: 100%;
  height: 100%;
}
.mce-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
.mce-label.mce-autoscroll {
  overflow: auto;
}
.mce-label.mce-disabled {
  color: #aaa;
}
.mce-label.mce-multiline {
  white-space: pre-wrap;
}
.mce-label.mce-error {
  color: #aa0000;
}
.mce-rtl .mce-label {
  text-align: right;
  direction: rtl;
}
/* MenuBar */
.mce-menubar .mce-menubtn {
  border-color: transparent;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
}
.mce-menubar {
  border: 1px solid #e0e0e0;
}
.mce-menubar .mce-menubtn button span {
  color: #666;
}
.mce-menubar .mce-caret {
  border-top-color: #666;
}
.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
  border-color: transparent;
  background: #e6e6e6;
  -webkit-filter: none;
          filter: none;
  box-shadow: none;
}
/* MenuButton */
.mce-menubtn span {
  color: #666;
  margin-right: 2px;
  line-height: 20px;
  *line-height: 16px;
}
.mce-menubtn.mce-btn-small span {
  font-size: 10px;
}
.mce-menubtn.mce-fixed-width span {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
  width: 70px;
}
.mce-menubtn .mce-caret {
  *margin-top: 6px;
}
.mce-rtl .mce-menubtn button {
  direction: rtl;
  text-align: right;
}
.mce-listbox button {
  text-align: left;
  padding-right: 20px;
  position: relative;
}
.mce-listbox .mce-caret {
  position: absolute;
  margin-top: -2px;
  right: 8px;
  top: 50%;
}
.mce-rtl .mce-listbox .mce-caret {
  right: auto;
  left: 8px;
}
.mce-rtl .mce-listbox button {
  padding-right: 10px;
  padding-left: 20px;
}
.mce-menu-item {
  display: block;
  padding: 6px 15px 6px 12px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  border-left: 4px solid transparent;
  margin-bottom: 1px;
}
.mce-menu-item .mce-ico, .mce-menu-item .mce-text {
  color: #666;
}
.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico {
  color: #c2c2c2;
}
.mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:focus .mce-text {
  color: white;
}
.mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico {
  color: white;
}
.mce-menu-item.mce-disabled:hover {
  background: #CCC;
}
.mce-menu-shortcut {
  display: inline-block;
  color: #c2c2c2;
}
.mce-menu-shortcut {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 15px 0 20px;
}
.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item.mce-selected .mce-menu-shortcut, .mce-menu-item:focus .mce-menu-shortcut {
  color: white;
}
.mce-menu-item .mce-caret {
  margin-top: 4px;
  *margin-top: 3px;
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666;
}
.mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret, .mce-menu-item:hover .mce-caret {
  border-left-color: white;
}
.mce-menu-align .mce-menu-shortcut {
  *margin-top: -2px;
}
.mce-menu-align .mce-menu-shortcut, .mce-menu-align .mce-caret {
  position: absolute;
  right: 0;
}
.mce-menu-item.mce-active i {
  visibility: visible;
}
.mce-menu-item-normal.mce-active {
  background-color: #C8DEF4;
}
.mce-menu-item-preview.mce-active {
  border-left: 5px solid #aaa;
}
.mce-menu-item-normal.mce-active .mce-text {
  color: #666;
}
.mce-menu-item-normal.mce-active:hover .mce-text, .mce-menu-item-normal.mce-active:hover .mce-ico {
  color: white;
}
.mce-menu-item-normal.mce-active:focus .mce-text, .mce-menu-item-normal.mce-active:focus .mce-ico {
  color: white;
}
.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
  text-decoration: none;
  color: white;
  background-color: #5ca5e0;
  background-image: -webkit-linear-gradient(top, #5ca5e0, #5ca5e0);
  background-image: linear-gradient(to bottom, #5ca5e0, #5ca5e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ca5e0', endColorstr='#ff5ca5e0', GradientType=0);
  zoom: 1;
}
div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover {
  border: 0;
  padding: 0;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background: #CBCBCB;
  border-bottom: 1px solid #fff;
  cursor: default;
  -webkit-filter: none;
          filter: none;
}
.mce-menu.mce-rtl {
  direction: rtl;
}
.mce-rtl .mce-menu-item {
  text-align: right;
  direction: rtl;
  padding: 6px 12px 6px 15px;
}
.mce-menu-align.mce-rtl .mce-menu-shortcut, .mce-menu-align.mce-rtl .mce-caret {
  right: auto;
  left: 0;
}
.mce-rtl .mce-menu-item .mce-caret {
  margin-left: 6px;
  margin-right: 0;
  border-right: 4px solid #666;
  border-left: 0;
}
.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:hover .mce-caret {
  border-left-color: transparent;
  border-right-color: white;
}
.mce-menu {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  z-index: 1000;
  padding: 5px 0 5px 0;
  margin: 2px 0 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #989898;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1002;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
.mce-menu i {
  display: none;
}
.mce-menu-has-icons i {
  display: inline-block;
  *display: inline;
}
.mce-menu-sub-tr-tl {
  margin: -6px 0 0 -1px;
}
.mce-menu-sub-br-bl {
  margin: 6px 0 0 -1px;
}
.mce-menu-sub-tl-tr {
  margin: -6px 0 0 1px;
}
.mce-menu-sub-bl-br {
  margin: 6px 0 0 1px;
}
.mce-container-body .mce-resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  visibility: visible;
  cursor: s-resize;
  margin: 0;
}
.mce-container-body .mce-resizehandle-both {
  cursor: se-resize;
}
i.mce-i-resize {
  color: #666;
}
.mce-spacer {
  visibility: hidden;
}
.mce-splitbtn .mce-open {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mce-splitbtn:hover .mce-open {
  border-left-color: #bdbdbd;
  border-right-color: #bdbdbd;
}
.mce-splitbtn button {
  padding-right: 4px;
}
.mce-splitbtn .mce-open {
  padding-left: 4px;
}
.mce-splitbtn .mce-open.mce-active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mce-splitbtn.mce-btn-small .mce-open {
  padding: 0 3px 0 3px;
}
.mce-rtl .mce-splitbtn {
  direction: rtl;
  text-align: right;
}
.mce-rtl .mce-splitbtn button {
  padding-right: 10px;
  padding-left: 10px;
}
.mce-rtl .mce-splitbtn .mce-open {
  padding-left: 4px;
  padding-right: 4px;
}
.mce-stack-layout-item {
  display: block;
}
.mce-tabs {
  display: block;
  border-bottom: 1px solid #c5c5c5;
}
.mce-tab {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #c5c5c5;
  border-width: 0 1px 0 0;
  background: #e3e3e3;
  padding: 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  height: 13px;
  cursor: pointer;
}
.mce-tab:hover {
  background: #FDFDFD;
}
.mce-tab.mce-active {
  background: #FDFDFD;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 14px;
}
.mce-rtl .mce-tabs {
  text-align: right;
  direction: rtl;
}
.mce-rtl .mce-tab {
  border-width: 0 0 0 1px;
}
.mce-textbox {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  height: 28px;
  resize: none;
  padding: 0 4px 0 4px;
  white-space: pre-wrap;
  *white-space: pre;
  color: #666;
}
.mce-textbox:focus, .mce-textbox.mce-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65);
}
.mce-placeholder .mce-textbox {
  color: #aaa;
}
.mce-textbox.mce-multiline {
  padding: 4px;
}
.mce-textbox.mce-disabled {
  color: #c2c2c2;
}
.mce-rtl .mce-textbox {
  text-align: right;
  direction: rtl;
}
.mce-throbber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
  background: #fff url(/assets/loader.394bafc3cc4dfb3a0ee48c1f54669539.gif) no-repeat center center;
}
.mce-throbber-inline {
  position: static;
  height: 50px;
}
/* Icons */
@font-face {
  font-family: 'tinymce';
  src: url(/assets/tinymce.248f6caf6179ea6c4035b7eaec7edd6e.eot);
  src: url(/assets/tinymce.248f6caf6179ea6c4035b7eaec7edd6e.eot?#iefix) format('embedded-opentype'), url(/assets/tinymce.04e761d506e64836afab5d2550a3b8df.woff) format('woff'), url(/assets/tinymce.d2673bd2dd98e5359b733f57ee3c4778.ttf) format('truetype'), url(/assets/tinymce.f38d04d3a3cf83c12435370fd77c997d.svg#tinymce) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tinymce-small';
  src: url(/assets/tinymce-small.6f2ff03edaa59c1a94be0874d08971ee.eot);
  src: url(/assets/tinymce-small.6f2ff03edaa59c1a94be0874d08971ee.eot?#iefix) format('embedded-opentype'), url(/assets/tinymce-small.ebcf371dc5ff2088a4fe411ee8681466.woff) format('woff'), url(/assets/tinymce-small.daa52e28bfd88f5fb5587f17e51a1325.ttf) format('truetype'), url(/assets/tinymce-small.7f65dde79eb89e98aa8dbe67fa5febc2.svg#tinymce) format('svg');
  font-weight: normal;
  font-style: normal;
}
.mce-ico {
  font-family: 'tinymce', Arial;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  line-height: 16px;
  speak: none;
  vertical-align: text-top;
  /* These browser prefixes are necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: transparent center center;
  background-size: cover;
  width: 16px;
  height: 16px;
  color: #666;
}
.mce-btn-small .mce-ico {
  font-family: 'tinymce-small', Arial !important;
}
.mce-i-save:before {
  content: "\E000";
}
.mce-i-newdocument:before {
  content: "\E001";
}
.mce-i-fullpage:before {
  content: "\E002";
}
.mce-i-alignleft:before {
  content: "\E003";
}
.mce-i-aligncenter:before {
  content: "\E004";
}
.mce-i-alignright:before {
  content: "\E005";
}
.mce-i-alignjustify:before {
  content: "\E006";
}
.mce-i-cut:before {
  content: "\E007";
}
.mce-i-paste:before {
  content: "\E008";
}
.mce-i-searchreplace:before {
  content: "\E009";
}
.mce-i-bullist:before {
  content: "\E00A";
}
.mce-i-numlist:before {
  content: "\E00B";
}
.mce-i-indent:before {
  content: "\E00C";
}
.mce-i-outdent:before {
  content: "\E00D";
}
.mce-i-blockquote:before {
  content: "\E00E";
}
.mce-i-undo:before {
  content: "\E00F";
}
.mce-i-redo:before {
  content: "\E010";
}
.mce-i-link:before {
  content: "\E011";
}
.mce-i-unlink:before {
  content: "\E012";
}
.mce-i-anchor:before {
  content: "\E013";
}
.mce-i-image:before {
  content: "\E014";
}
.mce-i-media:before {
  content: "\E015";
}
.mce-i-help:before {
  content: "\E016";
}
.mce-i-code:before {
  content: "\E017";
}
.mce-i-insertdatetime:before {
  content: "\E018";
}
.mce-i-preview:before {
  content: "\E019";
}
.mce-i-forecolor:before {
  content: "\E01A";
}
.mce-i-backcolor:before {
  content: "\E01A";
}
.mce-i-table:before {
  content: "\E01B";
}
.mce-i-hr:before {
  content: "\E01C";
}
.mce-i-removeformat:before {
  content: "\E01D";
}
.mce-i-subscript:before {
  content: "\E01E";
}
.mce-i-superscript:before {
  content: "\E01F";
}
.mce-i-charmap:before {
  content: "\E020";
}
.mce-i-emoticons:before {
  content: "\E021";
}
.mce-i-print:before {
  content: "\E022";
}
.mce-i-fullscreen:before {
  content: "\E023";
}
.mce-i-spellchecker:before {
  content: "\E024";
}
.mce-i-nonbreaking:before {
  content: "\E025";
}
.mce-i-template:before {
  content: "\E026";
}
.mce-i-pagebreak:before {
  content: "\E027";
}
.mce-i-restoredraft:before {
  content: "\E028";
}
.mce-i-untitled:before {
  content: "\E029";
}
.mce-i-bold:before {
  content: "\E02A";
}
.mce-i-italic:before {
  content: "\E02B";
}
.mce-i-underline:before {
  content: "\E02C";
}
.mce-i-strikethrough:before {
  content: "\E02D";
}
.mce-i-visualchars:before {
  content: "\E02E";
}
.mce-i-visualblocks:before {
  content: "\E02E";
}
.mce-i-ltr:before {
  content: "\E02F";
}
.mce-i-rtl:before {
  content: "\E030";
}
.mce-i-copy:before {
  content: "\E031";
}
.mce-i-resize:before {
  content: "\E032";
}
.mce-i-browse:before {
  content: "\E034";
}
.mce-i-pastetext:before {
  content: "\E035";
}
.mce-i-checkbox:before, .mce-i-selected:before {
  content: "\E033";
}
.mce-i-selected {
  visibility: hidden;
}
i.mce-i-backcolor {
  text-shadow: none;
  background: #BBB;
}
.mce-btn-small .mce-i-time, .mce-menu-item .mce-i-time {
  font-family: FontAwesome !important;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.mce-btn-small .mce-i-time:before, .mce-menu-item .mce-i-time:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\F017";
}
.mce-btn-small .mce-i-time {
  line-height: 22px;
}
/* Content.Inline.less */
/* Content.Objects.less */
.mce-object {
  border: 1px dotted #3A3A3A;
  background: #D5D5D5 url(/assets/object.f3726450d7457d750a2f4d9441c7ee20.gif) no-repeat center;
}
.mce-pagebreak {
  cursor: default;
  display: block;
  border: 0;
  width: 100%;
  height: 5px;
  border: 1px dashed #666;
  margin-top: 15px;
  page-break-before: always;
}
@media print {
  .mce-pagebreak {
    border: 0px;
  }
}
.mce-item-anchor {
  cursor: default;
  display: inline-block;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  /* These browser prefixes are necessary as this is
   * a nonstandard feature.
   */
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
  width: 9px !important;
  height: 9px !important;
  border: 1px dotted #3A3A3A;
  background: #D5D5D5 url(/assets/anchor.abd3613571800fdcc891181d5f34f840.gif) no-repeat center;
}
.mce-nbsp {
  background: #AAA;
}
hr {
  cursor: default;
}
.mce-match-marker {
  background: #AAA;
  color: #fff;
}
.mce-match-marker-selected {
  background: #3399ff;
  color: #fff;
}
.mce-spellchecker-word {
  border-bottom: 2px solid #F00;
  cursor: default;
}
.mce-spellchecker-grammar {
  border-bottom: 2px solid #008000;
  cursor: default;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 1px dashed #BBB;
}
td.mce-item-selected, th.mce-item-selected {
  background-color: #3399ff !important;
}
.mce-edit-focus {
  border-color: rgba(0, 115, 207, 0.2);
}
/* Content.less */
#tinymce {
  background-color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  scrollbar-3dlight-color: #F0F0EE;
  scrollbar-arrow-color: #676662;
  scrollbar-base-color: #F0F0EE;
  scrollbar-darkshadow-color: #DDDDDD;
  scrollbar-face-color: #E0E0DD;
  scrollbar-highlight-color: #F0F0EE;
  scrollbar-shadow-color: #F0F0EE;
  scrollbar-track-color: #F5F5F5;
  margin: 2px;
  border: none;
  padding: 3px;
  text-shadow: none;
  box-shadow: none;
  position: static;
}
#tinymce td, #tinymce th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/* Content.Objects.less */
.mce-object {
  border: 1px dotted #3A3A3A;
  background: #D5D5D5 url(/assets/object.f3726450d7457d750a2f4d9441c7ee20.gif) no-repeat center;
}
.mce-pagebreak {
  cursor: default;
  display: block;
  border: 0;
  width: 100%;
  height: 5px;
  border: 1px dashed #666;
  margin-top: 15px;
  page-break-before: always;
}
@media print {
  .mce-pagebreak {
    border: 0px;
  }
}
.mce-item-anchor {
  cursor: default;
  display: inline-block;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  /* These browser prefixes are necessary as this is
   * a nonstandard feature.
   */
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
  width: 9px !important;
  height: 9px !important;
  border: 1px dotted #3A3A3A;
  background: #D5D5D5 url(/assets/anchor.abd3613571800fdcc891181d5f34f840.gif) no-repeat center;
}
.mce-nbsp {
  background: #AAA;
}
hr {
  cursor: default;
}
.mce-match-marker {
  background: #AAA;
  color: #fff;
}
.mce-match-marker-selected {
  background: #3399ff;
  color: #fff;
}
.mce-spellchecker-word {
  border-bottom: 2px solid #F00;
  cursor: default;
}
.mce-spellchecker-grammar {
  border-bottom: 2px solid #008000;
  cursor: default;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 1px dashed #BBB;
}
td.mce-item-selected, th.mce-item-selected {
  background-color: #3399ff !important;
}
.mce-edit-focus {
  border-color: rgba(0, 115, 207, 0.2);
}
.controls .aha-editor-link-edit-panel {
  width: 544px;
}
.portal-content .controls .aha-editor-link-edit-panel {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.js-inserting-image {
  opacity: 0.2;
  pointer-events: none;
}
#ideas_idea_portal_subtitle {
  height: 40px;
}
.aha-editor-restored {
  color: #777;
  font-style: italic;
  text-align: right;
  margin: 1px 50px 0px 0px;
  float: right;
  font-size: 11px;
  position: relative;
  z-index: 50;
}
#new_comment .aha-editor-restored, .idea-comment-new .aha-editor-restored {
  margin-right: 0px;
}
.js-was-removed {
  pointer-events: none;
}
.mce-match-marker {
  background-color: #e4f4fc;
}
.mce-match-marker-selected {
  background-color: #ffe800;
}
.aha-editor-link-edit-panel .mce-toolbar-grp {
  height: 24px;
  overflow: hidden;
}
.aha-editor-link-edit-panel, #tinymce {
  position: relative;
}
.aha-editor-link-edit-panel .mce-panel.mce-tinymce-inline, #tinymce .mce-panel.mce-tinymce-inline {
  position: absolute;
  margin-top: -27px;
  overflow: hidden;
  box-sizing: border-box;
  border-top-color: rgba(82, 168, 236, 0.8);
  border-left-color: rgba(82, 168, 236, 0.8);
  border-right-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 -4px 8px -4px rgba(82, 168, 236, 0.6);
}
.aha-editor-link-edit-panel .mce-container-body.mce-abs-layout, #tinymce .mce-container-body.mce-abs-layout {
  width: 100% !important;
}
.aha-editor-link-edit-panel .mce-btn, #tinymce .mce-btn {
  background: transparent;
  margin: 0px 2px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.aha-editor-link-edit-panel .mce-btn:hover, #tinymce .mce-btn:hover {
  background: #d7d7d7;
}
.aha-editor-link-edit-panel .mce-btn-group, #tinymce .mce-btn-group {
  border-right: 1px solid #ddd;
  padding-right: 5px;
  margin-right: 5px;
}
.aha-editor-link-edit-panel .mce-btn.mce-active, #tinymce .mce-btn.mce-active, .aha-editor-link-edit-panel .mce-btn.mce-active:hover, #tinymce .mce-btn.mce-active:hover {
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd9d9d9', GradientType=0);
  zoom: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.aha-editor-link-edit-panel .mce-container, #tinymce .mce-container {
  background: #f8f8f8;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 5;
}
.aha-editor-link-edit-panel .mce-container.mce-tinymce:not(.mce-tinymce-inline).mce-edit-focus, #tinymce .mce-container.mce-tinymce:not(.mce-tinymce-inline).mce-edit-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: none;
}
.mce-menu-align .mce-text {
  margin-left: 5px;
}
.popover.mce-popover {
  max-width: auto;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  width: auto;
}
.popover.mce-popover .arrow {
  margin-top: 2px;
  border-bottom-color: #ccc;
}
.popover.mce-popover .arrow:after {
  border-bottom-color: #ddd;
}
.popover.mce-popover .popover-content {
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.popover.mce-popover .btn {
  font-size: 13px;
  padding: 4px 8px;
}
.mce-img-editor-popover .btn {
  display: inline-block;
  width: 34px;
  height: 29px;
  padding: 0px;
  line-height: 31px;
}
.mce-img-editor-popover .size-small i {
  font-size: 11px;
}
.mce-img-editor-popover .size-medium {
  font-size: 14px;
}
.mce-img-editor-popover .size-large {
  line-height: 34px;
}
.mce-img-editor-popover .size-large i {
  font-size: 18px;
}
.mce-floatpanel {
  border-radius: 0px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #E1E0DC;
  margin-top: 0px;
  overflow: hidden;
}
.mce-floatpanel .mce-window-head {
  background-color: #f5f5f5;
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
}
.mce-floatpanel .mce-title {
  margin: 0;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #4c4c4c;
  font-size: 24.5px;
}
.mce-floatpanel .mce-menu-item:hover .mce-text, .mce-floatpanel .mce-menu-item.mce-selected .mce-text, .mce-floatpanel .mce-menu-item:focus .mce-text {
  color: #fff !important;
  background-color: transparent !important;
}
.mce-content-body img[data-mce-selected], hr[data-mce-selected] {
  outline: 1px solid #adadad;
  resize: none;
}
.mce-content-body div.mce-resizehandle {
  border-color: #b2b2b2;
  z-index: 100;
}
.mce-container .mce-btn.mce-primary {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #006dcc;
  background-image: none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  border-color: transparent;
  margin-top: 11px;
  width: 66px;
  height: 30px;
  text-shadow: none;
  position: static;
  float: right;
  margin-right: 10px;
}
.mce-container .mce-btn.mce-primary button {
  text-shadow: none;
  font-size: 14px;
  padding: 0px;
}
.mce-container.mce-window .mce-btn.mce-last:not(:mce-abs-layout-item) {
  background-image: none;
  background-color: #ddd;
  position: static;
  margin-top: 11px;
  width: 66px;
  height: 30px;
  margin-left: 10px;
  border-color: transparent;
}
.mce-container.mce-window .mce-btn.mce-last:not(:mce-abs-layout-item) button {
  font-size: 14px;
  color: #333333;
}
.mce-search-replace .mce-btn {
  background-color: #ddd;
  border: none;
  box-shadow: none;
  border-radius: 3px;
}
.mce-search-replace .mce-btn button {
  background-color: #ddd;
  border-color: transparent !important;
  color: #333;
  border-radius: 3px;
}
.mce-foot {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  background-image: none;
}
.user-content.drag-active {
  min-height: 130px;
}
.user-content.drag-active:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
  content: "";
}
.user-content.drag-active:after {
  text-align: center;
  line-height: 90px;
  font-size: 28px;
  font-weight: bold;
  border: 3px dashed #0073cf;
  box-sizing: border-box;
  /* height: 100%; */
  position: relative;
  border-radius: 10px;
  color: #0073cf;
  content: "Drop here to add inline";
  z-index: 51;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.aha-editor-link-edit-panel.drag-active .mce-edit-area iframe {
  min-height: 130px;
}
.aha-editor-link-edit-panel.drag-active .mce-edit-area:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
  content: "";
}
.aha-editor-link-edit-panel.drag-active .mce-edit-area:after {
  text-align: center;
  line-height: 90px;
  font-size: 28px;
  font-weight: bold;
  border: 3px dashed #0073cf;
  box-sizing: border-box;
  /* height: 100%; */
  position: relative;
  border-radius: 10px;
  color: #0073cf;
  content: "Drop here to add inline";
  z-index: 51;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
td[data-mce-selected], th[data-mce-selected] {
  background-color: #3399ff !important;
}
.mce-floatpanel .mce-foot button .mce-txt {
  line-height: 30px;
  color: #fff;
}
body div.mce-fullscreen.mce-tinymce {
  z-index: 10;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, .google-maps img {
  max-width: none;
}
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-appearance: button;
  cursor: pointer;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover, a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover, a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1, h2, h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline, ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li, ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt, dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014   \A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\A0   \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}
input, textarea, .uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}
select, input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple], select[size] {
  height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input, .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input, textarea, .uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block, .help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append, .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
  font-size: 14px;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th, .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2, .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3, .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4, .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5, .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6, .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7, .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8, .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9, .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10, .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11, .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12, .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/glyphicons-halflings.2516339970d710819585f90773aebe0a.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/assets/glyphicons-halflings-white.9bbc6e9602998a385c2ea13df56470fd.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.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 solid #000;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0057cf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0073cf), to(#002ecf));
  background-image: -webkit-linear-gradient(top, #0073cf, #002ecf);
  background-image: linear-gradient(to bottom, #0073cf, #002ecf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0073cf', endColorstr='#ff002ecf', GradientType=0);
  border-color: #002ecf #002ecf #001d83;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002ecf;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #002ecf;
  *background-color: #0028b6;
}
.btn-primary:active, .btn-primary.active {
  background-color: #00239c \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #080808 \9;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #002ecf;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret, .btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.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: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  border-color: #08c;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media, .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media, .media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty, .badge:empty {
  display: none;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important, .badge-important {
  background-color: #b94a48;
}
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}
.label-warning, .badge-warning {
  background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}
.label-success, .badge-success {
  background-color: #468847;
}
.label-success[href], .badge-success[href] {
  background-color: #356635;
}
.label-info, .badge-info {
  background-color: #3a87ad;
}
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}
.label-inverse, .badge-inverse {
  background-color: #333;
}
.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label, .btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label, .btn-mini .badge {
  top: 0;
}
@-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: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.attachment-modal .carousel {
  margin-bottom: 0px;
}
.attachment-modal .carousel .carousel-inner .item img {
  margin: 0 auto;
}
.attachment-modal .open-attachment {
  padding: 2px 6px;
  margin: 1px 10px 0 0;
}
.attachment-modal .close {
  top: inherit;
  right: inherit;
  line-height: 30px;
  margin-top: 0px;
}
.attachment {
  float: left;
  padding: 2px;
  padding-right: 10px;
  width: 108px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.attachment a:focus {
  outline: 0;
}
.attachment a:hover {
  text-decoration: none;
}
.attachment:hover .img-container .attachment-thumbnail {
  border-color: #ccc;
}
.attachment .attachment-star {
  display: none;
}
.attachment .img-container {
  text-align: center;
  height: 107px;
  max-width: 154px;
  width: 1%;
  display: table-cell;
  vertical-align: middle;
}
.attachment .img-container .attachment-thumbnail {
  position: relative;
  display: inline-block;
  width: 105px;
  height: 105px;
  border: 1px solid #f1f1f1;
  background-color: white;
  overflow: hidden;
}
.attachment .img-container .attachment-thumbnail.no-height {
  height: auto;
}
.attachment .img-container .attachment-thumbnail.thumbnail-icon {
  padding: 10px 0px;
}
.attachment .img-container .attachment-thumbnail .attached-from {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fafafa;
  position: absolute;
  right: -36px;
  top: -3px;
  height: 20px;
  width: 80px;
  text-align: center;
  z-index: 10;
  padding: 6px 7px 2px 4px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.attachment .img-container .attachment-thumbnail .attached-from i {
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  color: #999;
}
.attachment .img-container .attachment-thumbnail .image-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.attachment .img-container .attachment-thumbnail img {
  max-width: 96%;
  max-height: 96%;
  background-color: white;
}
.attachment .caption {
  color: #999;
  font-size: 11px;
  text-align: center;
}
.attachment .caption .icon-remove-sign {
  font-size: 16px;
  color: #777;
}
.attachment-button {
  display: inline-block;
  padding: 2px 0;
  text-align: left;
  cursor: default;
  font-size: 11px;
  color: #999;
  line-height: normal;
}
.attachment-button .progress-indicator {
  margin-left: 20px;
}
.attachment-button i {
  cursor: default;
}
.attachment-button:hover {
  color: #666;
}
.note, .comment .body, #new_note {
  position: relative;
}
.drop-overlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
}
.drop-overlay .drop-overlay-text {
  text-align: center;
  line-height: 120px;
  font-size: 28px;
  font-weight: bold;
  border: 3px dashed #0073cf;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  border-radius: 10px;
  color: #0073cf;
}
.qq-upload-drop-area-active {
  min-height: 150px;
}
.qq-upload-drop-area-active .drop-overlay {
  display: block;
}
.container {
  width: auto;
  padding: 0 10px;
  max-width: 940px;
}
.popover .popover-content p:last-child {
  margin-bottom: 0px;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #555;
}
h1, h2, h3, h4 {
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: #555;
  /* This browser prefix is necessary as this is an 
   * unofficial CSS feature with no standard name.
   */
  -webkit-font-smoothing: antialiased;
  margin: 0 0 1rem 0;
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*
 * Progress indicator.
 */
.progress-indicator {
  padding-left: 11px;
  padding-right: 10px;
  height: 16px;
  background: no-repeat center center url(/assets/busy.b7e3690b94c43e444483fbc7927a6a9a.gif);
}
.environment-indicator {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(255, 128, 128, 0.5);
  z-index: 5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border: 1px solid #AAA;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
/*
 * Form error handling.
 */
.field-with-errors .control-label, .field-with-errors .help-block, .field-with-errors .help-inline {
  color: #b94a48;
}
.field-with-errors .checkbox, .field-with-errors .radio, .field-with-errors select {
  color: #b94a48;
}
.field-with-errors input, .field-with-errors select, .field-with-errors textarea, .field-with-errors .select2-choices, .field-with-errors .select2-container-multi .select2-choices {
  margin-bottom: 0px;
  border-color: #b94a48;
}
.field-with-errors input:focus, .field-with-errors select:focus, .field-with-errors textarea:focus, .field-with-errors .select2-choices:focus, .field-with-errors .select2-container-multi .select2-choices:focus, .field-with-errors input:active, .field-with-errors select:active, .field-with-errors textarea:active, .field-with-errors .select2-choices:active, .field-with-errors .select2-container-multi .select2-choices:active, .field-with-errors input.active, .field-with-errors select.active, .field-with-errors textarea.active, .field-with-errors .select2-choices.active, .field-with-errors .select2-container-multi .select2-choices.active {
  border: 1px solid #b94a48;
  box-shadow: inset 0 1px 1px #d59392 !important;
}
.field-with-errors input .select2-search-field input, .field-with-errors select .select2-search-field input, .field-with-errors textarea .select2-search-field input, .field-with-errors .select2-choices .select2-search-field input, .field-with-errors .select2-container-multi .select2-choices .select2-search-field input {
  border: none;
  box-shadow: none !important;
}
.field-with-errors .mce-tinymce {
  border-color: #b94a48;
}
.field-with-errors .help-inline.below {
  padding-left: 0px;
}
/*
 * Form overrides.
 */
.help-inline.below {
  display: block;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.breadcrumb > li > a i {
  text-decoration: none;
}
.controls .aha-editor-link-edit-panel {
  width: 100%;
  max-width: 544px;
}
.btn {
  background-image: none;
  box-shadow: none;
  border-color: transparent;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
  font-weight: 900;
}
.btn.btn-link {
  border: 1px solid red;
  background: none;
  border-color: transparent;
}
.btn-outline {
  color: #999;
  border: 2px solid #999;
  font-weight: 700;
  background-color: white;
  text-shadow: none;
}
.btn-outline:hover, .btn-outline:active {
  background-color: white;
  text-shadow: none;
  color: #0073cf;
  border-color: #0073cf;
}
.btn-outline.btn-primary {
  color: #0073cf;
  border-color: #0073cf;
}
.btn-outline.btn-primary:hover, .btn-outline.btn-primary:active {
  background-color: #e9f5ff;
}
.btn-outline:disabled, .btn-outline[disabled], .btn-outline.disabled {
  background-color: white !important;
  color: #ddd !important;
  border: 2px solid !important;
}
.input-append .btn i {
  line-height: 20px;
  text-shadow: none;
}
.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  color: #333333;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  color: #fff;
}
.custom-field-select.empty {
  color: #999;
}
.powered-by {
  opacity: 0.6;
}
.modal form {
  margin: 0px;
}
.avatar img {
  border: 2px solid transparent;
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  border-radius: 4px;
  line-height: 24px;
}
.avatar img.admin-user {
  border: 2px solid green;
}
.avatar.avatar-large {
  background-color: white;
}
.avatar.avatar-large img {
  width: 50px;
  line-height: 50px;
  border-radius: 7px;
}
.avatar .user-type {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: green;
}
.popover .tooltip-arrow {
  left: 13%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover .tooltip-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome !important;
}
.modal-big {
  width: 800px;
  margin-left: -400px;
}
.modal.fade.in {
  top: 15px;
}
body .btn-navbar {
  display: none;
}
body .aha-fullscreen-topbar {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 9999;
}
body .aha-fullscreen-topbar .close {
  margin-right: 20px;
  margin-top: 7px;
}
body .aha-fullscreen-topbar .aha-fullscreen-logo {
  padding: 0px 15px;
  height: 40px;
  float: left;
  font-size: 20px;
  text-decoration: none;
}
body .aha-fullscreen-topbar .aha-fullscreen-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body .aha-fullscreen-topbar .aha-fullscreen-logo img {
  max-height: 40px;
  max-width: 64px;
  display: inline-block;
  vertical-align: middle;
}
body.mce-fullscreen .mce-edit-area {
  padding: 7px;
  width: -webkit-calc(100% - 14px) !important;
  width: calc(100% - 14px) !important;
  background-color: #ffffff;
}
body div.mce-fullscreen {
  height: -webkit-calc(100% - 40px) !important;
  height: calc(100% - 40px) !important;
  top: 40px;
  box-shadow: none !important;
  z-index: 9999 !important;
}
body div.mce-fullscreen > div:first-child {
  height: -webkit-calc(100% - 40px - 27px) !important;
  height: calc(100% - 40px - 27px) !important;
}
body div.mce-fullscreen .mce-edit-area {
  height: 100% !important;
}
body div.mce-fullscreen .mce-toolbar-grp {
  border-top: 1px;
  border-style: solid;
  border-color: #cccccc;
}
body div .mce-btn-group:last-child {
  float: right;
  border: none;
  margin-right: 0;
}
body div .mce-btn-group:nth-last-child(2) {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.comments-tab-content {
  overflow: visible;
}
.idea-comments ul.comments {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.idea-comments ul.comments > li {
  margin-bottom: 10px;
}
.idea-comments ul.comments > li:last-child .body {
  border-bottom: none;
}
.idea-comments ul.comments > li.idea-comment-new {
  position: relative;
}
.idea-comments ul.comments > li.idea-comment-new .comment-popover {
  left: -2px;
  top: 178px;
}
.idea-comments ul.comments > li.idea-comment-new .save-btn {
  margin-top: 10px;
}
.idea-comments ul.comments > li .full-body textarea {
  width: 100%;
  min-height: 65px;
  box-sizing: border-box;
}
.idea-comments ul.comments > li .avatar {
  width: 45px;
  float: left;
}
.idea-comments ul.comments > li .avatar img {
  width: 40px;
}
.idea-comments ul.comments > li .body {
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  float: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-left: 5px;
}
.idea-comments ul.comments > li .body .comment-header .name, .idea-comments ul.comments > li .body .comment-header .controls {
  font-size: 12px;
  color: #888;
}
.idea-comments ul.comments > li .body .comment-header .name {
  float: left;
}
.idea-comments ul.comments > li .body .comment-header .controls {
  float: right;
}
.idea-comments ul.comments > li .body .comment-text {
  margin-top: 5px;
}
.idea-comment-new #subject {
  display: none;
}
.votes {
  margin: 0px;
  list-style-type: none;
}
.vote {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.idea-endorsement {
  width: 15%;
  text-align: center;
  position: relative;
  min-width: 100px;
  float: left;
}
@media only screen and (max-width: 500px) {
  .idea-endorsement {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.vote-count-divider {
  display: inline-block;
  margin: 0 7px;
}
.btn-vote {
  display: inline-block;
  width: 60px;
  border: 2px solid #999;
  background-color: white;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.btn-vote.dropdown {
  width: 75px;
}
.btn-vote:hover, .btn-vote:focus {
  text-decoration: none;
  color: inherit;
}
.btn-vote:not(.merged):hover, .btn-vote:not(.merged):focus {
  background-color: #e5e5e5;
}
.btn-vote .vote-count {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 0px;
}
.btn-vote .vote-status {
  display: block;
  background-color: #999;
  color: white;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
}
.btn-vote .vote-status .caret {
  border-top-color: white;
  margin-top: 6px;
  margin-left: 2px;
}
.btn-vote .dropdown-vote {
  width: 73px;
  min-width: 73px;
  border-radius: 0px;
  padding: 0px;
  border-top-width: 0px;
}
.btn-vote .dropdown-vote li a {
  text-align: left;
  padding: 3px 5px;
}
.btn-vote.voted {
  border-color: green;
}
.btn-vote.voted:not(.merged):hover, .btn-vote.voted:not(.merged):focus {
  background-color: #e6ffe6;
}
.btn-vote.voted .vote-count, .btn-vote.voted .vote-count-title {
  color: green;
}
.btn-vote.voted .vote-status {
  background-color: green;
}
.idea-responses {
  list-style-type: none;
  margin: 20px 0px 10px;
}
.idea-responses .idea-response {
  padding-right: 14px;
  margin-bottom: 10px;
}
.idea-responses .idea-response h4, .idea-responses .idea-response .time {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.idea-responses .idea-response p {
  color: #333333;
}
.idea-subscription .portal-user.popover {
  top: 35px;
  left: -220px;
}
.idea-subscription .portal-user.popover .tooltip-arrow {
  left: 76%;
}
.idea-subscription .reason {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
}
.merged-ideas.ideas {
  width: 100%;
  position: relative;
}
.merged-ideas.ideas .idea-endorsement {
  display: none;
}
.merged-ideas.ideas .idea-details {
  width: 100%;
}
.idea-content {
  float: left;
  width: 600px;
}
.idea-content .description {
  min-height: 40px;
  margin-bottom: 20px;
}
.idea-content .idea-meta {
  margin: 0px;
}
.idea-content .idea-meta li:first-child {
  list-style-type: none;
  line-height: 28px;
}
.idea-content .idea-meta li {
  float: left;
  margin-right: 25px;
  line-height: 30px;
}
.idea-content .idea-products-and-categories {
  margin: 15px 0 0;
}
.idea-content .custom-fields.table {
  margin-top: 8px;
  margin-bottom: 0px;
}
.idea-content .custom-fields.table > tbody > tr > td {
  padding: 8px 0px;
}
.idea-content .nav.nav-tabs {
  margin-top: 20px;
}
.label-private-idea {
  vertical-align: middle;
  display: inline-block;
  line-height: 11px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 4px 5px 3px;
  background-color: #ffefc6;
  border-radius: 3px;
  color: #a1882b;
}
.idea-count-description p {
  color: #888;
}
.idea-count-description strong {
  color: #555;
}
.found-ideas {
  display: none;
}
.found-ideas ul.ideas {
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  max-height: 300px;
}
.found-ideas .idea-endorsement {
  display: none;
}
.ideas .none {
  text-align: center;
  color: #aaa;
  margin: 30px 0;
}
.new_ideas_idea #subject {
  display: none;
}
.header-link {
  color: #555;
}
.header-link:hover {
  color: #555;
  text-decoration: none;
}
.required-asterisk {
  color: #f00;
}
.portal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 20px;
}
.portal-nav .nav-tabs {
  margin-bottom: 0;
}
.portal-nav .search-form {
  margin-bottom: 30px;
}
.portal-nav .search-form .search-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .portal-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .portal-nav .breadcrumb, .portal-nav .nav-tabs {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .portal-nav .nav-tabs + .search-form {
    border-bottom: 1px solid #ddd;
  }
  .portal-nav .search-form {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.user-content, .comment-text {
  overflow: hidden;
  min-height: 24px;
}
.user-content.placeholder, .comment-text.placeholder {
  color: #999;
}
.user-content em, .comment-text em, .user-content b, .comment-text b, .user-content strong, .comment-text strong, .user-content cite, .comment-text cite, .user-content i, .comment-text i, .user-content u, .comment-text u {
  font-weight: inherit;
  font-size: inherit;
}
.user-content p, .comment-text p {
  margin: 0 0 8px;
}
.user-content pre, .comment-text pre {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fbfaf8;
  padding: 8px;
  margin: 0px 0 8px;
}
.user-content a, .comment-text a {
  text-decoration: underline;
  cursor: pointer;
}
.user-content img, .comment-text img {
  display: inline;
}
.user-content .inline-highlight, .comment-text .inline-highlight {
  background-color: #ffff9d;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
.user-content small, .comment-text small {
  font-size: 85%;
}
.user-content b, .comment-text b, .user-content b a, .comment-text b a {
  font-weight: bold;
}
.user-content strong, .comment-text strong {
  font-weight: bold;
}
.user-content em, .comment-text em, .user-content i, .comment-text i {
  font-style: italic;
}
.user-content cite, .comment-text cite {
  font-style: normal;
}
.user-content h1, .comment-text h1, .user-content h2, .comment-text h2, .user-content h3, .comment-text h3, .user-content h4, .comment-text h4, .user-content h5, .comment-text h5, .user-content h6, .comment-text h6 {
  margin: 8px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 16px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.user-content h1 small, .comment-text h1 small, .user-content h2 small, .comment-text h2 small, .user-content h3 small, .comment-text h3 small, .user-content h4 small, .comment-text h4 small, .user-content h5 small, .comment-text h5 small, .user-content h6 small, .comment-text h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
.user-content h1, .comment-text h1, .user-content h2, .comment-text h2, .user-content h3, .comment-text h3 {
  line-height: 32px;
}
.user-content h1, .comment-text h1 {
  font-size: 24px;
}
.user-content h2, .comment-text h2 {
  font-size: 21px;
}
.user-content h3, .comment-text h3 {
  font-size: 18px;
}
.user-content h4, .comment-text h4 {
  font-size: 15px;
}
.user-content h5, .comment-text h5 {
  font-size: 12px;
}
.user-content h6, .comment-text h6 {
  font-size: 10.2px;
}
.user-content h1 small, .comment-text h1 small {
  font-size: 21px;
}
.user-content h2 small, .comment-text h2 small {
  font-size: 15px;
}
.user-content h3 small, .comment-text h3 small {
  font-size: 12px;
}
.user-content h4 small, .comment-text h4 small {
  font-size: 12px;
}
.user-content ul, .comment-text ul, .user-content ol, .comment-text ol {
  padding: 0;
  margin: 0 0 8px 25px;
}
.user-content ul ul, .comment-text ul ul, .user-content ul ol, .comment-text ul ol, .user-content ol ol, .comment-text ol ol, .user-content ol ul, .comment-text ol ul {
  margin-bottom: 0;
}
.user-content li, .comment-text li {
  line-height: 16px;
}
.user-content ul > li, .comment-text ul > li {
  list-style-type: disc;
}
.user-content ul > li > li, .comment-text ul > li > li {
  list-style-type: disc;
}
.user-content ul > li > li > li, .comment-text ul > li > li > li {
  list-style-type: disc;
}
.user-content ul > li > li > li > li, .comment-text ul > li > li > li > li {
  list-style-type: disc;
}
.user-content dl, .comment-text dl {
  margin-bottom: 16px;
}
.user-content dt, .comment-text dt, .user-content dd, .comment-text dd {
  line-height: 16px;
}
.user-content dt, .comment-text dt {
  font-weight: bold;
}
.user-content dd, .comment-text dd {
  margin-left: 8px;
}
.user-content hr, .comment-text hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.user-content abbr[title], .comment-text abbr[title], .user-content abbr[data-original-title], .comment-text abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.user-content abbr.initialism, .comment-text abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.user-content blockquote, .comment-text blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 16px;
  border-left: 5px solid #eee;
}
.user-content blockquote p, .comment-text blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
.user-content blockquote small, .comment-text blockquote small {
  display: block;
  line-height: 16px;
  color: #999;
}
.user-content blockquote small:before, .comment-text blockquote small:before {
  content: '\2014   \A0';
}
.user-content blockquote.pull-right, .comment-text blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
.user-content blockquote.pull-right p, .comment-text blockquote.pull-right p, .user-content blockquote.pull-right small, .comment-text blockquote.pull-right small {
  text-align: right;
}
.user-content blockquote.pull-right small:before, .comment-text blockquote.pull-right small:before {
  content: '';
}
.user-content blockquote.pull-right small:after, .comment-text blockquote.pull-right small:after {
  content: '\A0   \2014';
}
.user-content q:before, .comment-text q:before, .user-content q:after, .comment-text q:after, .user-content blockquote:before, .comment-text blockquote:before, .user-content blockquote:after, .comment-text blockquote:after {
  content: "";
}
.user-content table, .comment-text table {
  border: 1px solid #ddd;
  margin: 5px 0;
  border-collapse: collapse;
}
.user-content table td, .comment-text table td, .user-content table th, .comment-text table th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  width: auto !important;
}
.user-content table th, .comment-text table th {
  font-weight: bold;
  background-color: #f0f0f0;
}
.user-content .indent-30, .comment-text .indent-30 {
  padding-left: 30px;
}
.user-content .indent-60, .comment-text .indent-60 {
  padding-left: 60px;
}
.user-content .indent-90, .comment-text .indent-90 {
  padding-left: 90px;
}
.user-content .indent-120, .comment-text .indent-120 {
  padding-left: 120px;
}
.user-content .indent-150, .comment-text .indent-150 {
  padding-left: 150px;
}
.user-content .indent-180, .comment-text .indent-180 {
  padding-left: 180px;
}
.user-content .indent-210, .comment-text .indent-210 {
  padding-left: 210px;
}
.user-content .indent-240, .comment-text .indent-240 {
  padding-left: 240px;
}
.user-content .indent-270, .comment-text .indent-270 {
  padding-left: 270px;
}
.user-content .indent-300, .comment-text .indent-300 {
  padding-left: 300px;
}
.user-content .align-left, .comment-text .align-left, .user-content .wysiwyg-text-align-left, .comment-text .wysiwyg-text-align-left {
  text-align: left;
}
.user-content .align-center, .comment-text .align-center, .user-content .wysiwyg-text-align-center, .comment-text .wysiwyg-text-align-center {
  text-align: center;
}
.user-content .align-right, .comment-text .align-right, .user-content .wysiwyg-text-align-right, .comment-text .wysiwyg-text-align-right {
  text-align: right;
}
.user-content img.align-left, .comment-text img.align-left, .user-content img.wysiwyg-text-align-left, .comment-text img.wysiwyg-text-align-left {
  float: left;
  margin-right: 10px;
}
.user-content img.align-center, .comment-text img.align-center, .user-content img.wysiwyg-text-align-center, .comment-text img.wysiwyg-text-align-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.user-content img.align-right, .comment-text img.align-right, .user-content img.wysiwyg-text-align-right, .comment-text img.wysiwyg-text-align-right {
  float: right;
  margin-left: 10px;
}
.user-content .align-justify, .comment-text .align-justify {
  text-align: justify;
}
.user-content [data-linked-element-type="User"], .comment-text [data-linked-element-type="User"], .user-content [data-linked-element-type="Ideas:Idea"], .comment-text [data-linked-element-type="Ideas:Idea"], .user-content [data-linked-element-type="Feature"], .comment-text [data-linked-element-type="Feature"], .user-content [data-linked-element-type="Requirement"], .comment-text [data-linked-element-type="Requirement"], .user-content [data-linked-element-type="Release"], .comment-text [data-linked-element-type="Release"], .user-content [data-linked-element-type="Epic"], .comment-text [data-linked-element-type="Epic"] {
  display: inline-block;
  line-height: 12px;
  padding: 0px 2px;
  border-radius: 3px;
  text-decoration: none;
}
.user-content [data-linked-element-type="User"], .comment-text [data-linked-element-type="User"] {
  color: #0C3B61;
  border: 1px solid #84A4D7;
  background: #d4e3f0;
}
.user-content [data-linked-element-type="Ideas::Idea"], .comment-text [data-linked-element-type="Ideas::Idea"], .user-content [data-linked-element-type="Feature"], .comment-text [data-linked-element-type="Feature"], .user-content [data-linked-element-type="Requirement"], .comment-text [data-linked-element-type="Requirement"], .user-content [data-linked-element-type="Release"], .comment-text [data-linked-element-type="Release"], .user-content [data-linked-element-type="Epic"], .comment-text [data-linked-element-type="Epic"] {
  color: #525A09;
  border: 1px solid #DFDD5A;
  background: #F4F5C0;
}
.field-editor, .note-editor, .comment-editor, .content-editor {
  min-height: 20px;
}
.content-editor {
  border: 1px solid transparent;
  padding: 3px;
  outline: 0;
}
.note-textarea {
  border: 1px solid #ccc;
  padding: 4px 6px;
  min-height: 100px;
}
.note-textarea.placeholder {
  color: #999;
}
.portal-content .controls .aha-editor-link-edit-panel {
  width: 100%;
  max-width: initial;
}
.portal-content .controls .aha-editor-link-edit-panel .mce-edit-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  background-color: white;
  outline: none;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.portal-aha-header {
  padding: 20px 0px;
  margin-bottom: 25px;
  background-color: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 960px;
}
.portal-aha-header .logo {
  line-height: 62px;
  width: 20%;
  margin-right: 3%;
}
.portal-aha-header .logo img {
  display: block;
  margin: 0 auto;
}
.portal-aha-header .title {
  width: 77%;
  padding-left: 20px;
  box-sizing: border-box;
}
.portal-aha-header .title h1 {
  margin: 0 0 5px 0;
  line-height: 26px;
  font-size: 26px;
}
.portal-aha-header .title h3, .portal-aha-header .title p {
  margin: 0;
  line-height: 150%;
}
.portal-aha-footer footer {
  border-top: 1px solid #f1f1f1;
  text-align: right;
  padding-top: 10px;
  margin-bottom: 50px;
  clear: both;
  margin-top: 40px;
  font-size: 12px;
}
.portal-aha-footer footer a {
  text-decoration: none;
}
.portal-sidebar {
  width: 20%;
  float: left;
  margin-right: 3%;
}
.portal-sidebar .btn {
  width: 100%;
  box-sizing: border-box;
}
.portal-sidebar .add-idea-button {
  margin-bottom: 20px;
}
.portal-sidebar #sidebar-rollup.collapse {
  overflow: visible;
}
.filters {
  list-style-type: none;
  margin: 0px 0px 10px 0;
}
.filters ul {
  list-style-type: none;
  margin: 0px;
  margin-left: 15px;
}
.filters .categories-collapsed {
  display: none;
}
.filters .filter {
  padding: 2px 6px;
  display: block;
  border-radius: 3px;
  margin-bottom: 2px;
  font-size: 13px;
}
.filters .filter .category-collapser {
  width: 13px;
  text-align: center;
}
.filters .filter i.icon-question-sign {
  opacity: 0.2;
}
.filters .filter i.icon-question-sign:hover {
  opacity: 1.0;
}
.filters .filter span {
  color: #aaa;
}
.filters .filter:hover {
  background: #eee;
  text-decoration: none;
}
.filters .filter:active {
  text-decoration: none;
}
.filters .filter.active {
  background-color: #0073cf;
  color: #fff;
  text-decoration: none;
}
.filters .filter.active .close {
  color: #fff;
  opacity: 1.0;
  font-size: 18px;
  line-height: 18px;
}
.new-idea-fields-loading {
  margin: 30px auto 0px;
  width: 21px;
  display: block;
}
.new-idea-fields-loading.hide {
  display: none;
}
.portal-content {
  width: 77%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}
.portal-content .pagination {
  text-align: center;
}
.portal-content .input-xxlarge, .portal-content .select2-container.select2-container-multi.input-xxlarge {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.portal-content select.input-xxlarge, .portal-content .select2-container.select2-container-multi.input-xxlarge {
  height: 30px;
}
.portal-content div.input-xxlarge {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.portal-content .select2-container.select2-container-multi.input-xxlarge .select2-choices {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  height: 28px !important;
}
.portal-content .select2-container.select2-container-multi.input-xxlarge .select2-choices .select2-search-choice {
  margin-top: 4px;
  margin-bottom: 4px;
}
.portal-content .select2-container.select2-container-multi.input-xxlarge.select2-container-active .select2-choices {
  border: 1px solid #AAA;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
.portal-content .select2-container-multi .select2-choices .select2-search-field input {
  margin: 2px 0;
}
.portal-content .input-append .btn {
  border: 1px solid #ccc;
}
.breadcrumb {
  padding: 5px 0px;
  margin: 0 0 3px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.idea-search-form {
  margin-bottom: 0;
  position: relative;
}
.idea-search-form input {
  padding-right: 5px;
  padding-left: 25px;
}
.idea-search-form .controls {
  margin-left: 165px;
}
.idea-search-form i.icon-remove-sign {
  position: absolute;
  left: 168px;
  font-size: 20px;
  top: 5px;
  color: #999;
  text-decoration: none;
}
.idea-search-form i.icon-remove-sign:hover {
  color: #333;
}
.ideas {
  list-style-type: none;
  margin: 0px;
}
.ideas a:hover {
  text-decoration: none;
  color: #333;
}
.ideas .idea {
  margin-bottom: 10px;
  padding: 10px 0px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.ideas .idea:last-child {
  border-bottom: none;
}
.ideas .idea a {
  color: inherit;
  display: block;
}
.ideas .idea a:visited {
  color: #888;
}
.ideas .idea a:visited h3 {
  color: #888;
}
.ideas .idea a:hover h1 {
  color: #4a8cea;
}
.ideas .idea.is-loading {
  opacity: 0.5;
  position: relative;
}
.ideas .idea.is-loading .fa-spinner {
  position: absolute;
  top: -webkit-calc(50% - 1em);
  top: calc(50% - 1em);
  left: -webkit-calc(50% - 1em);
  left: calc(50% - 1em);
  text-shadow: 0 0 3px #fff;
}
.ideas .idea .description {
  min-height: 20px;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 10px;
}
.ideas .idea .idea-details {
  float: left;
  width: 85%;
  margin-bottom: 10px;
}
.ideas .idea .idea-details .idea-meta {
  font-size: 11px;
  color: #777;
}
.ideas .idea .idea-details .idea-meta .idea-meta-created {
  display: inline-block;
  line-height: 16px;
}
.ideas .idea .idea-details .idea-meta .avatar {
  float: left;
  margin-top: 5px;
}
.ideas .idea .idea-details .idea-meta .avatar img {
  margin-top: -4px;
}
.ideas .idea .idea-details .idea-meta .comment-count {
  display: inline-block;
  margin-right: 10px;
  float: right;
  margin-top: 2px;
  font-size: 14px;
}
.ideas .idea .idea-details .idea-meta .comment-count i {
  font-size: 16px;
  color: #999;
  margin-right: 2px;
}
.ideas .idea .idea-details .idea-meta .status-pill {
  float: right;
  margin-right: 10px;
}
.idea-sidebar {
  float: left;
  width: 120px;
  text-align: center;
  position: relative;
}
.right-sidebar {
  float: left;
  width: 180px;
  padding-left: 40px;
}
.right-sidebar .signup-link .login-popover.portal-user {
  left: -235px;
  top: 30px;
}
.right-sidebar .signup-link .login-popover.portal-user .tooltip-arrow {
  left: 76%;
}
.sidebar-section {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
}
.sidebar-header {
  font-weight: 200;
  color: #555;
  line-height: 20px;
  font-size: 18px;
  min-height: 20px;
  margin-top: 0px;
}
.related-ideas, .idea-categories {
  margin: 0px;
  list-style-type: none;
  font-size: 13px;
}
.related-ideas li, .idea-categories li {
  margin-bottom: 10px;
}
label .sub-label.required {
  background-color: #BCC6CA;
  color: white;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 70%;
  margin-left: 10px;
}
.submit-only {
  background-color: #f1f1f1;
  padding-bottom: 300px;
}
.submit-only header {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  border: none;
}
.submit-only header .logo {
  margin-bottom: 20px;
}
.submit-only section {
  position: relative;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 30px;
  color: #636363;
}
.submit-only section label {
  font-weight: bold;
}
.submit-only section label .sub-label {
  font-weight: normal;
  color: #999;
}
.submit-only section label .sub-label.required {
  background-color: #BCC6CA;
  color: white;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 70%;
  margin-left: 10px;
}
.submit-only section select.input-xxlarge {
  width: 544px;
}
.submit-only footer {
  margin-top: 40px;
  text-align: center;
  color: #8d8d8d;
}
.submit-only footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submit-only footer ul li {
  display: inline;
  padding-right: 40px;
}
.submit-only footer ul li a {
  color: #8d8d8d;
}
.submit-only footer .copyright {
  margin-top: 30px;
  font-size: 12px;
}
@media (max-width: 960px) {
  .submit-only .span2 {
    display: none;
  }
  .submit-only .span8 {
    margin: 0 auto;
    float: none;
  }
  .private .container, .public .container, .submit-only .container {
    width: 100%;
    box-sizing: border-box;
  }
  .private .portal-aha-header, .public .portal-aha-header, .submit-only .portal-aha-header {
    width: 100%;
    min-width: initial;
    box-sizing: border-box;
  }
  .private .ideas .idea .idea-details, .public .ideas .idea .idea-details, .submit-only .ideas .idea .idea-details {
    width: 100%;
    float: none;
  }
  .private .idea-sidebar, .public .idea-sidebar, .submit-only .idea-sidebar {
    width: 12%;
  }
  .private .idea-sidebar .idea-endorsement, .public .idea-sidebar .idea-endorsement, .submit-only .idea-sidebar .idea-endorsement {
    width: initial;
    min-width: initial;
  }
  .private .idea-content, .public .idea-content, .submit-only .idea-content {
    width: 63%;
  }
  .private .right-sidebar, .public .right-sidebar, .submit-only .right-sidebar {
    width: 25%;
    box-sizing: border-box;
  }
}
@media (max-width: 670px) {
  .modal {
    background-color: transparent;
    top: 0px !important;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
  }
  .modal .modal-header {
    border-color: #555;
  }
  .modal .modal-header .close {
    color: #fff;
    opacity: 1;
  }
  .modal .modal-header h3 {
    color: #fff;
  }
  .modal .modal-header .btn {
    width: 40%;
    background-color: transparent;
    color: #fff;
    border-color: #ccc;
  }
  .submit-only {
    padding-bottom: 0px;
  }
  .submit-only section {
    border-radius: 0px;
  }
  .submit-only .row {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .submit-only .span2 {
    display: none;
  }
  .submit-only .span8 {
    width: 100%;
    box-sizing: border-box;
  }
  .submit-only .span8 header {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .submit-only .span8 .input-xxlarge {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
  }
  .private .idea-sidebar, .public .idea-sidebar, .submit-only .idea-sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .private .idea-sidebar .idea-endorsement, .public .idea-sidebar .idea-endorsement, .submit-only .idea-sidebar .idea-endorsement {
    width: initial;
    min-width: initial;
    margin: 0 auto;
    float: none;
  }
  .private .found-ideas .idea .idea-details, .public .found-ideas .idea .idea-details, .submit-only .found-ideas .idea .idea-details {
    width: 100%;
  }
  .private .idea-content, .public .idea-content, .submit-only .idea-content {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .private .right-sidebar, .public .right-sidebar, .submit-only .right-sidebar {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  .private .btn, .public .btn, .submit-only .btn {
    width: 100%;
    box-sizing: border-box;
  }
  .private .btn.btn-navbar, .public .btn.btn-navbar, .submit-only .btn.btn-navbar {
    margin-bottom: 20px;
    display: block;
    text-shadow: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .private .btn.btn-navbar:active, .public .btn.btn-navbar:active, .submit-only .btn.btn-navbar:active, .private .btn.btn-navbar:hover, .public .btn.btn-navbar:hover, .submit-only .btn.btn-navbar:hover, .private .btn.btn-navbar:focus, .public .btn.btn-navbar:focus, .submit-only .btn.btn-navbar:focus {
    outline: 0;
  }
  .private .btn.btn-navbar:before, .public .btn.btn-navbar:before, .submit-only .btn.btn-navbar:before {
    content: "\F054   ";
    font-family: FontAwesome;
  }
  .private .btn.btn-navbar:after, .public .btn.btn-navbar:after, .submit-only .btn.btn-navbar:after {
    content: " " attr(data-show-text);
  }
  .private .btn.btn-navbar.is-shown:before, .public .btn.btn-navbar.is-shown:before, .submit-only .btn.btn-navbar.is-shown:before {
    content: "\F078";
    font-family: FontAwesome;
  }
  .private .btn.btn-navbar.is-shown:after, .public .btn.btn-navbar.is-shown:after, .submit-only .btn.btn-navbar.is-shown:after {
    content: " " attr(data-hide-text);
  }
  .private .btn.btn-navbar.is-shown + #sidebar-rollup, .public .btn.btn-navbar.is-shown + #sidebar-rollup, .submit-only .btn.btn-navbar.is-shown + #sidebar-rollup {
    display: block;
  }
  .private .portal-aha-header .logo, .public .portal-aha-header .logo, .submit-only .portal-aha-header .logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .private .portal-aha-header .title, .public .portal-aha-header .title, .submit-only .portal-aha-header .title {
    width: 100%;
    padding-left: 0;
  }
  .private #sidebar-rollup, .public #sidebar-rollup, .submit-only #sidebar-rollup {
    display: none;
  }
  .private .portal-sidebar, .public .portal-sidebar, .submit-only .portal-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .private .portal-sidebar .breadcrumb, .public .portal-sidebar .breadcrumb, .submit-only .portal-sidebar .breadcrumb {
    margin-bottom: 0;
  }
  .private .portal-sidebar .current-user-info, .public .portal-sidebar .current-user-info, .submit-only .portal-sidebar .current-user-info {
    display: none;
  }
  .private .portal-content, .public .portal-content, .submit-only .portal-content {
    width: 100%;
    padding-left: 0;
  }
  .private .popover.subscribe-popover.portal-user, .public .popover.subscribe-popover.portal-user, .submit-only .popover.subscribe-popover.portal-user, .private .right-sidebar .signup-link .login-popover.portal-user, .public .right-sidebar .signup-link .login-popover.portal-user, .submit-only .right-sidebar .signup-link .login-popover.portal-user {
    left: 0px;
  }
  .private .popover.subscribe-popover.portal-user .tooltip-arrow, .public .popover.subscribe-popover.portal-user .tooltip-arrow, .submit-only .popover.subscribe-popover.portal-user .tooltip-arrow, .private .right-sidebar .signup-link .login-popover.portal-user .tooltip-arrow, .public .right-sidebar .signup-link .login-popover.portal-user .tooltip-arrow, .submit-only .right-sidebar .signup-link .login-popover.portal-user .tooltip-arrow {
    left: 15%;
  }
  .private .attachments .attachment, .public .attachments .attachment, .submit-only .attachments .attachment {
    float: none;
    margin: 0 auto;
  }
}
.invalid-portal {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  color: #444;
}
.return-to-ideas {
  text-align: center;
  margin-top: 10px;
  display: block;
}
.current-user-info {
  margin-bottom: 120px;
}
.current-user-info .user-name {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.current-user-info .user-name .caret {
  margin-top: 10px;
}
.signup-link {
  position: relative;
}
.signup-link .login-popover.portal-user {
  left: 0px;
  top: 30px;
}
.signup-link .login-popover.portal-user .alert {
  font-size: 12px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.forget-password {
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 3px;
}
html.external-app {
  background-color: #fff;
}
body.external-app {
  background-color: #fff;
  padding-bottom: 300px;
}
body.external-app header {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  border: none;
}
body.external-app .login-popup {
  position: relative;
  margin: 0 auto;
  width: 550px;
}
body.external-app .login-popup h2 {
  margin-top: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 130%;
}
body.external-app .login-popup .registered {
  text-align: center;
}
body.external-app .login-popup section {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
  color: #636363;
}
body.external-app .login-popup section label {
  font-weight: bold;
}
body.external-app .login-popup section input {
  height: inherit;
  font-size: 18px;
}
body.external-app .login-popup .or {
  margin: 14px;
  font-style: italic;
  color: #8d8d8d;
  font-family: serif;
  text-align: center;
  font-size: 16px;
}
body.external-app .already-registered {
  margin-top: 20px;
}
.edit-profile .gravatar-info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.edit-profile .user-fields {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.portal-user.popover {
  top: 65px;
  width: 343px;
  max-width: 343px;
  color: #444;
  left: 4px;
  padding: 0px 10px 10px 10px;
}
@media only screen and (max-width: 500px) {
  .portal-user.popover {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
  }
  .portal-user.popover form.form-horizontal label {
    display: block;
    float: none;
    text-align: left;
    margin-left: 2px;
    font-size: 16px;
    width: auto;
  }
  .portal-user.popover form.form-horizontal .controls {
    margin-left: 0px;
  }
  .portal-user.popover form.form-horizontal .controls input {
    font-size: 16px;
    width: 100%;
  }
}
.portal-user.popover.active {
  display: block;
}
.portal-user.popover form {
  margin-bottom: 0px;
}
.portal-user.popover form h3 {
  text-align: center;
  margin-top: 10px;
}
.portal-user.popover form .control-group {
  margin-bottom: 5px;
}
.portal-user.popover form label {
  width: 60px;
  font-size: 12px;
}
.portal-user.popover form .controls {
  margin-left: 65px;
}
.portal-user.popover form .controls input {
  width: 277px;
}
.unselectable {
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.salesforce-container {
  padding: 10px;
  /* Salesforce styling */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.salesforce-container .progress-container {
  position: relative;
}
.salesforce-container .progress-container .progress-indicator {
  display: none;
  position: absolute;
  top: 125px;
  width: 100%;
}
.salesforce-container ul.related-ideas {
  height: 350px;
  overflow: auto;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.salesforce-container ul.related-ideas li {
  padding: 1px 5px;
  cursor: pointer;
  font-size: 13px;
  margin: 0;
  padding-bottom: 5px;
  /* This browser prefix is necessary as this is
   * a nonstandard feature.
   */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.salesforce-container ul.related-ideas li .reference-num {
  color: #aaa;
}
.salesforce-container ul.related-ideas li.selected {
  background-color: Highlight;
  color: HighlightText;
}
.salesforce-container h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #3c85b2;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 1px;
}
.salesforce-container .btn {
  color: #333;
  margin: 1px;
  padding: 2px 3px;
  border: 1px solid #b5b5b5;
  border-bottom-color: #7f7f7f;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  background: #ededed;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}
.salesforce-container input, .salesforce-container select {
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
}
.status-pill {
  border-radius: 4px;
  padding: 1px;
  margin: 1px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  font-size: 12px;
  border: 1px solid;
}
/*
	*** NOTE *** : This file is parsed by colors.rb
	It should only EVER include variables (no other LESS trickery).
	Names are generated from http://www.color-blindness.com/color-name-hue/
  and http://www.htmlcsscolor.com
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.search-field {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 220px;
}
.search-field > * {
  box-sizing: border-box !important;
}
.search-field:before {
  font-family: FontAwesome;
  font-size: 14px;
  color: #666;
  position: absolute;
  height: 26px;
  line-height: 26px;
  width: 25px;
  text-align: center;
  content: "\F002";
  padding-left: 2px;
}
.search-field .clear-button {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: -1px;
  padding-right: 2px;
  height: 26px;
  line-height: 26px;
  width: 25px;
  text-align: center;
  color: #666;
  -webkit-transition: color 0.2s, font-size 0.2s;
  transition: color 0.2s, font-size 0.2s;
  text-decoration: none;
}
.search-field .clear-button:hover {
  color: #b3b3b3;
}
.search-field .clear-button + input {
  padding-right: 25px;
}
.search-field input {
  border: 1px solid #d5d5d5;
  border-radius: 13px;
  margin: 0;
  padding: 0 5px 0 25px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  box-shadow: none;
  outline: 0;
  width: 100%;
}
.search-field input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-family: inherit;
}
.search-field input::-moz-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-family: inherit;
}
.search-field input:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-family: inherit;
}
.search-field input::placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-family: inherit;
}
.search-field input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-color: rgba(82, 168, 236, 0.8) !important;
}
.search-field input::-ms-clear {
  display: none;
}

/*# sourceMappingURL=/assets/idea_portals-783ab4e8bdb643b3c0fc2ceec1b48f12.css.map*/