@import "../../../ui-libs/select2/3.4/select2.css";
@import "../../../ui-libs/d3/css/chart.css";
@import "../../../ui-libs/bootstrap/slider/bootstrap-slider.css";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #C25304;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #773302;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #3c3c3c;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.428571429;
}
.checkbox > label {
  max-width: none;/*it's set to 100% in forms.less, which could cause text to wrap on IE8 if the checkbox div is floated*/
}
@media (max-width: 767px) {
  .nav-justified > li + li {
    margin-left: 0;
  }
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 17px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #3c3c3c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #C25304;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]: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;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
  float: left;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  margin: 4px;
  text-align: left;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
/* Calendars */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left {
  margin: 4px 0 4px 4px;
}
.daterangepicker .calendar.right {
  margin: 4px 4px 4px 0;
}
.daterangepicker .calendar.left .calendar-table {
  padding-right: 12px;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker th.month {
  width: auto;
}
/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker .left .daterangepicker_input {
  padding-right: 12px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
@font-face {
  font-family: 'is-lg-regular';
  src: url('/unified/fonts/is-lg-regular-webfont.eot');
  src: url('/unified/fonts/is-lg-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/unified/fonts/is-lg-regular-webfont.woff') format('woff'), url('/unified/fonts/is-lg-regular-webfont.ttf') format('truetype'), url('/unified/fonts/is-lg-regular-webfont.svg#is-lg-regularlg-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'isicon';
  src: url('/unified/fonts/isicon.eot?-hlq6dc');
}
@font-face {
  font-family: 'isicon';
  src: url('/unified/fonts/isicon.eot?#iefix-hlq6dc') format('embedded-opentype'), url('/unified/fonts/isicon.ttf?-hlq6dc') format('truetype'), url('/unified/fonts/isicon.woff?-hlq6dc') format('woff'), url('/unified/fonts/isicon.svg?-hlq6dc#isicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.is-icon {
  display: inline-block;
  font-family: 'isicon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-icon-logo:before {
  content: "\e000";
}
.is-icon-arrow-up:before {
  content: "\e001";
}
.is-icon-arrow-down:before {
  content: "\e002";
}
.is-icon-arrow-left:before {
  content: "\e003";
}
.is-icon-arrow-right:before {
  content: "\e004";
}
.is-icon-light-bulb:before {
  content: "\e405";
}
.is-icon-checkbox:before {
  content: "\e606";
}
/******** Idea List Modes ******/
.is-icon-mode-recent:before {
  content: "\e204";
}
.is-icon-mode-top:before {
  content: "\e200";
}
.is-icon-mode-hot:before {
  content: "\e201";
}
.is-icon-mode-most-funded:before {
  content: "\e109";
}
.is-icon-mode-author:before,
.is-icon-mode-owner:before {
  content: "\e203";
}
.is-icon-mode-random:before {
  content: "\e202";
}
.is-icon-warning:before {
  content: "\e609";
}
.is-icon-checkmark:before {
  content: "\e605";
}
/****** End of Idea List Modes ******/
/******** Idea Stages ******/
.is-icon-stage-all:before {
  content: "\e100";
}
.is-icon-stage-ideate:before {
  content: "\e101";
}
.is-icon-stage-buildteam:before {
  content: "\e103";
}
.is-icon-stage-refine:before {
  content: "\e106";
}
.is-icon-stage-estimate:before {
  content: "\e107";
}
.is-icon-stage-review:before {
  content: "\e108";
}
.is-icon-stage-fund:before {
  content: "\e109";
}
.is-icon-stage-track-result:before {
  content: "\e110";
}
.is-icon-stage-archive:before {
  content: "\e623";
}
.is-icon-star-empty:before {
  content: "\e83a";
}
.is-icon-star-full:before {
  content: "\e838";
}
.is-icon-star-half:before {
  content: "\e839";
}
/****** End of Idea Stages ******/
.is-icon-campaigns:before {
  content: "\e301";
}
.is-icon-shelf:before {
  content: "\e600";
}
.is-icon-facebook:before {
  content: "\f101";
}
.is-icon-twitter:before {
  content: "\f102";
}
.is-icon-linkedin:before {
  content: "\f103";
}
.is-icon-gplus:before {
  content: "\f104";
}
.is-icon-email:before {
  content: "\f100";
}
.is-icon-uncheckbox:before {
  content: "\e620";
}
.is-icon-notifications:before {
  content: "\e621";
}
.is-icon-clock:before {
  content: "\e622";
}
.is-icon-anonymous:before {
  content: "\e624";
}
.is-icon-activity:before {
  content: "\e625";
}
.custom-font-off .glyphicon-flag:before,
.custom-font-off .is-icon-notifications:before {
  content: "\2691";
}
.custom-font-off .glyphicon-home:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(/unified/i/custom-font-fallbacks/home.png) no-repeat;
}
.custom-font-off .glyphicon-info-sign:before,
.custom-font-off .glyphicon-question-sign:before {
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.25em;
  width: 1.25em;
  border-radius: 1.25em;
  font-weight: bold;
}
.custom-font-off .glyphicon-info-sign:before {
  content: "i";
}
.custom-font-off .glyphicon-question-sign:before {
  content: "?";
}
.custom-font-off .glyphicon-arrow-right:before {
  content: ">>";
  white-space: nowrap;
}
.custom-font-off .glyphicon-arrow-left:before {
  content: "<<";
  white-space: nowrap;
}
.custom-font-off .glyphicon-filter:before,
.custom-font-off .glyphicon-resize-small:before {
  content: "";
}
.custom-font-off .glyphicon-ok:before {
  content: "\2713";
}
.custom-font-off .glyphicon-remove:before {
  content: "\2715";
}
.custom-font-off .glyphicon-comment:before {
  content: "\270E";
}
.custom-font-off .glyphicon-play-circle:before {
  content: "\25B8";
  border: 1px solid;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  width: 1.1em;
  line-height: 1em;
  border-radius: 1.1em;
  font-weight: bold;
}
.custom-font-off .glyphicon-search:before {
  content: "\26B2";
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ltie10.custom-font-off .glyphicon-search:before {
  content: "O-";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  letter-spacing: -3px;
  font-family: Arial;
}
.custom-font-off .glyphicon-check:before {
  content: "\2611";
  font-size: 1.2em;
}
.custom-font-off .glyphicon-chevron-left:before,
.custom-font-off .glyphicon-chevron-right:before {
  font-family: monospace;
  font-weight: bold;
}
.custom-font-off .glyphicon-chevron-left:before {
  content: "<";
}
.custom-font-off .glyphicon-chevron-right:before {
  content: ">";
}
.custom-font-off .glyphicon-option-horizontal:before {
  content: "...";
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: -0.3em;
}
.custom-font-off .glyphicon-edit:before {
  content: "\1F4DD";
}
.ltie10.custom-font-off .glyphicon-edit:before {
  content: "\270E";
}
.custom-font-off .glyphicon-ok-circle:before {
  content: "\2713";
  border: 1px solid;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  width: 1.1em;
  line-height: 1em;
  border-radius: 1.1em;
  font-weight: bold;
}
.custom-font-off .glyphicon-ban-circle:before {
  content: "\2298";
  font-size: 1.6em;
  position: relative;
  top: 0.1em;
}
.custom-font-off .glyphicon-list-alt:before,
.custom-font-off .is-icon-shelf:before {
  content: "\2630";
}
.custom-font-off .glyphicon-list:before {
  content: "\2635";
}
.custom-font-off .glyphicon-move:before {
  content: "\2629";
}
.custom-font-off .glyphicon-cog:before {
  content: "\2600";
}
.custom-font-off .glyphicon-star-empty:before {
  content: "\2606";
}
.custom-font-off .glyphicon-arrow-up:before {
  content: "\2191";
}
.custom-font-off .is-icon-arrow-up:before {
  content: "\25b2";
}
.custom-font-off .is-icon-arrow-down:before {
  content: "\25bc";
}
.custom-font-off .is-icon-arrow-left:before {
  content: "\25C0";
}
.custom-font-off .is-icon-arrow-right:before {
  content: "\25B6";
}
.custom-font-off .is-icon-light-bulb:before {
  content: "\2640";
}
.custom-font-off .is-icon-checkbox:before {
  content: "\2611";
}
.custom-font-off .is-icon-mode-recent:before,
.custom-font-off .is-icon-mode-top:before,
.custom-font-off .is-icon-mode-hot:before,
.custom-font-off .is-icon-mode-most-funded:before,
.custom-font-off .is-icon-mode-author:before,
.custom-font-off .is-icon-mode-owner:before,
.custom-font-off .is-icon-mode-random:before,
.custom-font-off .is-icon-stage-all:before,
.custom-font-off .is-icon-stage-ideate:before,
.custom-font-off .is-icon-stage-buildteam:before,
.custom-font-off .is-icon-stage-refine:before,
.custom-font-off .is-icon-stage-estimate:before,
.custom-font-off .is-icon-stage-review:before,
.custom-font-off .is-icon-stage-fund:before,
.custom-font-off .is-icon-stage-track-result:before,
.custom-font-off .is-icon-stage-archive:before,
.custom-font-off .is-icon-campaigns:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.custom-font-off .is-icon-mode-recent:before {
  background-image: url(/unified/i/custom-font-fallbacks/recent.png);
}
.custom-font-off .is-icon-mode-top:before {
  background-image: url(/unified/i/custom-font-fallbacks/top.png);
}
.custom-font-off .is-icon-mode-hot:before {
  background-image: url(/unified/i/custom-font-fallbacks/hot.png);
}
.custom-font-off .is-icon-mode-most-funded:before,
.custom-font-off .is-icon-stage-fund:before {
  background-image: url(/unified/i/custom-font-fallbacks/most-funded.png);
}
.custom-font-off .is-icon-mode-author:before,
.custom-font-off .is-icon-mode-owner:before {
  background-image: url(/unified/i/custom-font-fallbacks/myideas.png);
}
.custom-font-off .is-icon-mode-random:before {
  background-image: url(/unified/i/custom-font-fallbacks/random.png);
}
.custom-font-off .is-icon-stage-all:before {
  background-image: url(/unified/i/custom-font-fallbacks/all-stages.png);
}
.custom-font-off .is-icon-stage-ideate:before {
  background-image: url(/unified/i/custom-font-fallbacks/ideate.png);
}
.custom-font-off .is-icon-stage-buildteam:before {
  background-image: url(/unified/i/custom-font-fallbacks/build-team.png);
}
.custom-font-off .is-icon-stage-refine:before {
  background-image: url(/unified/i/custom-font-fallbacks/refine.png);
}
.custom-font-off .is-icon-stage-estimate:before {
  background-image: url(/unified/i/custom-font-fallbacks/estimate.png);
}
.custom-font-off .is-icon-stage-review:before {
  background-image: url(/unified/i/custom-font-fallbacks/review.png);
}
.custom-font-off .is-icon-stage-track-result:before {
  background-image: url(/unified/i/custom-font-fallbacks/track-result.png);
}
.custom-font-off .is-icon-campaigns:before {
  background-image: url(/unified/i/custom-font-fallbacks/campaigns.png);
}
.custom-font-off .is-icon-facebook:before,
.custom-font-off .is-icon-twitter:before,
.custom-font-off .is-icon-linkedin:before,
.custom-font-off .is-icon-gplus:before,
.custom-font-off .is-icon-email:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat 50% 50%;
}
.custom-font-off .is-icon-facebook:before {
  background-image: url(/unified/i/custom-font-fallbacks/facebook.png);
}
.custom-font-off .is-icon-twitter:before {
  background-image: url(/unified/i/custom-font-fallbacks/twitter.png);
}
.custom-font-off .is-icon-linkedin:before {
  background-image: url(/unified/i/custom-font-fallbacks/linkedin.png);
}
.custom-font-off .is-icon-gplus:before {
  background-image: url(/unified/i/custom-font-fallbacks/gplus.png);
}
.custom-font-off .is-icon-email:before {
  background-image: url(/unified/i/custom-font-fallbacks/email-circle.png);
}
.custom-font-off .is-icon-star-empty:before {
  content: "☆";
}
.custom-font-off .is-icon-star-full:before {
  content: "★";
}
.custom-font-off .is-icon-star-half:before {
  content: "★";
  position: absolute;
  overflow: hidden;
  width: 0.5em;
}
.custom-font-off .is-icon-star-half:after {
  content: "☆";
}
.with-js .no-js-only,
.no-js .js-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .sr-only-xs-max {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  background: #fff;
  padding-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Hack to prevent iOS from auto-zooming on form fields, because it doesn't auto-zoom out afterwards*/
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="date"],
  input[type="datetime"] {
    font-size: 16px !important;
  }
}
.inline-block {
  display: inline-block;
}
.main-container {
  background: #fff;
  padding: 15px;
}
@media (min-width: 992px) {
  .main-container {
    padding: 40px 20px 20px;
  }
}
[role="main"] {
  min-height: 500px;
}
@media (max-width: 991px) {
  [role="main"] {
    margin-top: 34px;
  }
}
.page-anchor {
  display: block;
  width: 1px;/* Don't use 0px. It won't work consistently across browsers */
  height: 1px;
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: relative;
  top: -78px;
}
footer {
  font-size: 11px;
  margin-top: 1em;
}
.alert-message {
  padding: 15px 30px 15px 15px;
  line-height: 1.6em;
  position: fixed;
  top: 38px;
  z-index: 9998;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 18px;
}
.alert-message > .close {
  position: relative;
  margin-right: -20px;
  top: -10px;
  font-size: 25px;
  opacity: 0.5;
  font-weight: normal;
  text-shadow: 0 0 0;
  background: transparent;
  color: #000;
}
.alert-message > .close:hover {
  background: transparent;
}
.alert-message:focus {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  outline: initial;
}
.dropdown-menu {
  border: none;
  box-shadow: none;
}
.dropdown-menu-shadow-clipper {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: -20px;
  overflow: hidden;
  z-index: -1;
}
.dropdown-menu-shadow {
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.ltie9 .dropdown-menu-shadow {
  top: -2px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  border: 1px solid #ccc;
}
html:not(.ie9) .dropdown-menu:not(.datetimepicker):not(.daterangepicker) {
  top: 50%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.15s ease-in, opacity 0.15s ease-in;
  -o-transition: top 0.15s ease-in, opacity 0.15s ease-in;
  transition: top 0.15s ease-in, opacity 0.15s ease-in;
}
html:not(.ie9) .open > .dropdown-menu:not(.datetimepicker):not(.daterangepicker) {
  top: 100%;
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.dropdown-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ltie9 .dropdown-menu > ul {
  width: 100%;
}
.ltie10 .dropdown-menu > ul > li {
  display: block;
}
/*We need this because bootstrap's default dropdown menu requires "dropdown" to be declared on the UL tag*/
.dropdown-menu-item-group > li > a,
.dropdown-menu-item-group .as-menu-item-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
}
.dropdown-menu-item-group > li > a:hover,
.dropdown-menu-item-group .as-menu-item-link:hover,
.dropdown-menu-item-group > li > a:focus,
.dropdown-menu-item-group .as-menu-item-link:focus {
  text-decoration: none;
  background-color: #f39b60;
}
.dropdown-menu-item-group > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu-item-group .as-menu-item-link {
  margin: 0;
  cursor: pointer;
}
.nav .dropdown-menu-item-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #777777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .dropdown-menu-item-header {
  margin-top: 9px;
}
.dropdown .dropdown-menu .dropdown-menu-item-header {
  padding-left: 20px;
  padding-right: 20px;
}
.pull-right > .slidable-dropdown > .dropdown-menu,
.slidable-dropdown.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .slidable-dropdown > .dropdown-menu {
    border-radius: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0;
    display: block !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: 85% !important;
    overflow: auto !important;
    visibility: visible !important;
    position: fixed !important;
    left: -85%;
    -webkit-transition: -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s !important;
    transition: transform 0.3s !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1000001;
  }
  .pull-right > .slidable-dropdown > .dropdown-menu,
  .slidable-dropdown.pull-right > .dropdown-menu {
    right: -85%;
  }
  .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .ie9 .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu,
  .ie8 .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu {
    left: 0 !important;
  }
  .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-backdrop {
    z-index: 1000000;
  }
  .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .ie9 .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu,
  .ie8 .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .slidable-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999999;
  }
}
.as-table {
  display: table;
}
.as-row {
  display: table-row;
}
.as-cell {
  display: table-cell;
}
.as-table-for-fields {
  border-spacing: 6px;
  margin-top: -6px;
  margin-bottom: 9px;
  margin-left: -6px;
}
.as-table-for-fields > .as-row > .as-cell {
  vertical-align: middle;
}
.as-table-for-fields > .as-row > .as-cell > label {
  margin: 0 8px;
}
.as-table-for-fields > .as-row > .as-cell > .input-group {
  margin-bottom: 0;
  border-spacing: 0;
}
.percentage-input-group {
  width: 90px;
}
.table-with-caption {
  border-style: solid;
  border-width: 1px;
}
.table-with-caption > caption {
  color: #fff;
  background: #808080;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 5px 16px;
}
.table-with-caption > caption + thead {
  background: #eee;
}
.table-with-caption > caption + thead > tr > th {
  border-bottom-color: transparent;
}
.table-well {
  padding: 8px;
  background: #fff;
  margin-bottom: 17px;
}
.table-well > .table {
  margin-bottom: 0;
}
.full-width {
  width: 100%;
}
.switch-group {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.switch-group:before,
.switch-group:after {
  content: " ";
  display: table;
}
.switch-group:after {
  clear: both;
}
.switch-group > label {
  padding-left: 0;
}
.switch-group > div {
  padding-right: 0;
  text-align: right;
}
.switch-group > .help-block {
  clear: both;
  margin-bottom: 0;
}
.panel-body > .switch-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.fieldset-with-switch {
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
}
.fieldset-with-switch > .switch-group {
  border-bottom: none;
  margin-bottom: 0;
}
.panel-body > .fieldset-with-switch:last-child {
  border-bottom: none;
  margin-bottom: -15px;
}
.with-top-field-separator {
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.form-group-sep {
  border-top: solid 1px #ddd;
  margin: 0 0 15px 0;
}
.expanded-click-area {
  cursor: pointer;
}
.expanded-click-area a:hover {
  text-decoration: none;
}
.expanded-click-area:hover {
  cursor: pointer;
}
/***************** Start of custom hidden-* utilities *********************/
@media (max-width: 767px) {
  .hidden-xs-custom {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-sm-max {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-min {
    display: none !important;
  }
}
/***************** End of custom hidden-* utilities *********************/
.vertical-centered td {
  vertical-align: middle !important;
}
.simple-text-list,
.form-bullets {
  line-height: 22px;
}
.checkbox-btn-group .btn {
  text-align: left;
  margin-bottom: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox-btn-group .btn > input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checkbox-btn-group.row .btn {
  width: 100%;
}
.btn-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-toggle:focus,
.btn-toggle.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-toggle:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-toggle:active:hover,
.btn-toggle.active:hover,
.open > .dropdown-toggle.btn-toggle:hover,
.btn-toggle:active:focus,
.btn-toggle.active:focus,
.open > .dropdown-toggle.btn-toggle:focus,
.btn-toggle:active.focus,
.btn-toggle.active.focus,
.open > .dropdown-toggle.btn-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-image: none;
}
.btn-toggle.disabled:hover,
.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-toggle:hover,
.btn-toggle.disabled:focus,
.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-toggle:focus,
.btn-toggle.disabled.focus,
.btn-toggle[disabled].focus,
fieldset[disabled] .btn-toggle.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-toggle .badge {
  color: #fff;
  background-color: #333;
}
.btn-toggle:active,
.btn-toggle.active {
  color: #fff !important;
  background-color: #C25304 !important;
  box-shadow: none;
}
.well:empty {
  display: none;
}
.label > a {
  color: inherit;
  cursor: pointer;
}
.label-normal {
  font-size: inherit;
}
.label-field-private {
  background-color: #2583cb;
}
.label-field-private[href]:hover,
.label-field-private[href]:focus {
  background-color: #1d67a0;
}
.label-field-moderator {
  background-color: #e97b00;
}
.label-field-moderator[href]:hover,
.label-field-moderator[href]:focus {
  background-color: #b66000;
}
.label-field-team {
  background-color: #38b349;
}
.label-field-team[href]:hover,
.label-field-team[href]:focus {
  background-color: #2c8c39;
}
.well > :last-child,
.tab-pane > :last-child {
  margin-bottom: 0;
}
.well > :last-child > :last-child,
.tab-pane > :last-child > :last-child {
  margin-bottom: 0;
}
.btn-link.btn-xs {
  padding: 0;
  border: none;
  line-height: 1.428571429;
}
.form-group-for-help {
  margin-top: -10px;
}
.datetimepicker,
.daterangepicker {
  border: solid 1px #ccc;
  border-radius: 0;
}
.datetimepicker,
.daterangepicker,
.datetimepicker td,
.daterangepicker td,
.datetimepicker th,
.daterangepicker th,
.datetimepicker span,
.daterangepicker span {
  border-radius: 0 !important;
}
.daterangepicker .input-mini,
.daterangepicker > .calendar > .calendar-table {
  border-radius: 0;
}
.list-with-bullets,
.form-bullets {
  padding-left: 20px;
}
.form-bullets {
  margin-bottom: 15px;
}
.form-bullets a {
  color: #333333;
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
nav + .search-results {
  margin-top: 17px;
}
nav + .search-results:empty {
  display: none;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.revealed-by-hash,
.no-js .hide-after-target-revealed {
  display: none;
}
.no-js .revealed-by-hash {
  display: block;
}
.table-bordered-except-cells {
  border: solid 1px #808080;
}
.popover {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
}
.popover-content > ul {
  padding-left: 14px;
}
.required {
  color: #ff0000;
}
/************ Begin: File Uploader ************/
.file-upload-added {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  line-height: 1.5em;
  margin: 4px 0;
  padding: 0 4px;
}
.file-upload-added > a {
  float: right;
  text-decoration: none;
}
.file-upload-widget {
  font-size: 13px;
  line-height: 2em;
}
.file-upload-widget > .inline-block {
  vertical-align: middle;
}
.fuw-btn {
  overflow: hidden;
  position: relative;
}
.fuw-btn.focus-in {
  text-decoration: underline;
}
.fuw-input {
  cursor: pointer;
  font-size: 100px;
  margin: 0;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
}
.fuw-result {
  background: none repeat scroll 0 0 #DDDDDD;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}
.fuw-progress {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.fuw-info {
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  padding-left: 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuw-done > .fuw-progress {
  display: none;
}
.fuw-done,
.file-upload-added {
  background: none repeat scroll 0 0 #9DCF64;
}
/************ End: File Uploader ************/
.loading {
  background-image: url(/unified/i/search-spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 29px;
}
.list-with-actions li {
  line-height: 26px;
  border-bottom: solid 1px #808080;
  padding: 8px 15px;
}
.list-with-actions li:before,
.list-with-actions li:after {
  content: " ";
  display: table;
}
.list-with-actions li:after {
  clear: both;
}
.list-with-actions li > .btn-group {
  line-height: normal;
}
.list-with-actions li > .actions > .btn-group {
  height: 26px;
}
.list-with-actions li:first-child {
  border-top: solid 1px #808080;
}
.no-focus-outline:focus {
  outline: none;
}
.no-margin {
  margin: 0;
}
.select2-container > .select2-choice {
  height: 31px;
  line-height: 31px;
}
.select2-container > .select2-choice > abbr {
  top: 8px;
}
.container-fluid > .navbar-form {
  padding: 0;
  margin: 0;
  border: none;
}
.container-fluid > .navbar-form > .form-group {
  float: left;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  margin-right: 20px;
}
.container-fluid > .navbar-form > .form-group > .control-label {
  margin-right: 10px;
}
.container-fluid > .navbar-form > .select2-field > .select2-container {
  width: 175px;
}
legend.control-label {
  font-size: 12px;
  border: none;
  /* Begin: copy of label rules from forms.less */
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;/* End: copy of label rules from forms.less */
}
.paging {
  text-align: right;
  line-height: 0;
  margin: 0;
  font-size: 12px;
  padding: 10px 0;
  overflow: hidden;
  clear: left;
}
.paging > .displaying {
  float: left;
  line-height: 1em;
  margin-top: 9.571428574px;
}
.paging > .pagination {
  margin: 0;
}
.infinite-paging {
  text-align: center;
}
.infinite-paging .loader {
  padding: 10px 0 10px;
}
.infinite-paging .load-more-btn {
  padding: 10px;
  display: block;
}
.infinite-paging .glyphicon-refresh {
  font-size: 20px;
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.stage-chevron:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.stage-chevron:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
.stage-chevron-common {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.modal-body > .alert {
  font-size: 14px;
}
.modal-body > .alert:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .is-lg-table-row-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .is-lg-table-row {
    display: table;
    width: 100%;
    margin: 0;
  }
  .is-lg-table-row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* Modal Vertical Alignment http://stackoverflow.com/questions/18053408/vertically-centering-bootstrap-modal-window */
.modal {
  top: 38px;
}
@media (min-width: 768px) {
  .modal {
    top: 39px;
  }
  .modal.fade > .vertical-center-modal-helper > .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .modal.in > .vertical-center-modal-helper > .modal-dialog {
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .vertical-center-modal-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .vertical-center-modal {
    display: table-cell;
    pointer-events: none;
    vertical-align: middle;
  }
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
td > ul {
  padding-left: 14px;
}
/* End of Modal Vertical Alignment */
@media (max-width: 991px) {
  .float-sm-right {
    float: right;
  }
}
@media (min-width: 991px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.link-blue {
  color: #3d83e1;
}
.link-blue:hover {
  color: #1D5693;
}
.link-theme {
  color: #1D5693;
}
.link-theme:hover {
  color: #3d83e1;
}
.mt-1 {
  margin-top: 1.5em !important;
}
.mb-1 {
  margin-bottom: 1.5em !important;
}
.mt-2 {
  margin-top: 2.5em !important;
}
.mb-2 {
  margin-bottom: 2.5em !important;
}
@media (min-width: 768px) {
  .box-content-area {
    border: 1px solid #bbb;
    padding: 35px;
  }
  .mt-md-2 {
    margin-top: 2.5em !important;
  }
  .mb-md-2 {
    margin-bottom: 2.5em !important;
  }
  .mt-md-4 {
    margin-top: 4.5em !important;
  }
  .mb-md-4 {
    margin-bottom: 4.5em !important;
  }
  .pb-md-4 {
    padding-bottom: 4.5em !important;
  }
  .pb-md-6 {
    padding-bottom: 6.5em !important;
  }
}
.backup-code-group .form-control {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000;
}
.backup-code-group .btn {
  font-size: 12px;
  box-shadow: none;
}
.backup-code-group .btn-default.btn-alt {
  background-color: #ccc;
  color: #fff;
  padding: 6px 15px;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
}
.backup-code-group .btn-default.btn-alt:hover,
.backup-code-group .btn-default.btn-alt:focus {
  background-color: #fff;
  color: #323232;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
}
.btn {
  padding: 6px 40px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn-lg {
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-alongside-control {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.125;
  border-radius: 0;
}
.btn-vague {
  color: #333333;
  background-color: #ddd;
  border-color: #ddd;
  box-shadow: none !important;
}
.btn-vague:focus,
.btn-vague.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #9d9d9d;
}
.btn-vague:hover {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-vague:active,
.btn-vague.active,
.open > .dropdown-toggle.btn-vague {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-vague:active:hover,
.btn-vague.active:hover,
.open > .dropdown-toggle.btn-vague:hover,
.btn-vague:active:focus,
.btn-vague.active:focus,
.open > .dropdown-toggle.btn-vague:focus,
.btn-vague:active.focus,
.btn-vague.active.focus,
.open > .dropdown-toggle.btn-vague.focus {
  color: #333333;
  background-color: #b2b2b2;
  border-color: #9d9d9d;
}
.btn-vague:active,
.btn-vague.active,
.open > .dropdown-toggle.btn-vague {
  background-image: none;
}
.btn-vague.disabled:hover,
.btn-vague[disabled]:hover,
fieldset[disabled] .btn-vague:hover,
.btn-vague.disabled:focus,
.btn-vague[disabled]:focus,
fieldset[disabled] .btn-vague:focus,
.btn-vague.disabled.focus,
.btn-vague[disabled].focus,
fieldset[disabled] .btn-vague.focus {
  background-color: #ddd;
  border-color: #ddd;
}
.btn-vague .badge {
  color: #ddd;
  background-color: #333333;
}
.btn-link {
  box-shadow: none;
}
.btn-link-inline {
  padding: 0;
  border: 0;
  font-size: inherit;
}
.well {
  border: none;
  box-shadow: none;
}
.well > .breadcrumb {
  background: #fff;
}
.table > thead > tr > th {
  border-width: 1px;
}
.bootstrap-switch {
  font-weight: bold;
}
.bootstrap-switch.bootstrap-switch-mini > .bootstrap-switch-container > span {
  font-size: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
@media (min-width: 768px) {
  .form-inline > .form-group,
  .form-inline > .checkbox {
    margin-right: 1em;
  }
  .form-inline > .form-group > label {
    margin-right: 5px;
  }
}
.list-group-item-transparent {
  background: transparent;
}
.alert-default {
  background-color: #ddd;
  border-color: #cbcbcb;
  color: #333333;
}
.alert-default hr {
  border-top-color: #bebebe;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
code {
  white-space: normal;
}
td > ul:last-child,
dl:last-child {
  margin-bottom: 0;
}
.panel-body > .panel-form-group,
.panel-body > .row {
  margin-bottom: 15px;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.panel-body > .btn-next {
  font-size: 14px;
}
.progress-note {
  margin-top: -8.5px;
  margin-bottom: 17px;
}
.default-img-property {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
body {
  background: #f5f5f5;
}
body.custom-landing-body {
  background: #ffffff;
}
body > .sr-only-focusable:first-child:focus,
body > .pace + .sr-only-focusable:focus {
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: #fff;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: none;
}
.text-normal {
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.btn {
  box-shadow: none;
}
.btn-highlight {
  background: #006EF0;
}
.dropdown-header-major {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}
.pace,
.pace > .pace-progress {
  top: 38px;
}
.pace > .pace-activity {
  top: 53px;
}
#main-content:focus {
  outline: none;
}
.main-container {
  padding-top: 0;
}
@media (max-width: 767px) {
  .full-width-xs-max {
    padding-left: 0;
    padding-right: 0;
  }
  .official-header-wrapper,
  #main-content {
    padding-left: 0;
    padding-right: 0;
  }
  #universal-top-bar {
    margin-bottom: 0;
  }
}
.bordered-area {
  border: solid 1px #bbb;
}
.bordered-with-shadowed-bottom {
  border: solid 1px #bbb;
  background: #fff;
}
.ie8 .bordered-with-shadowed-bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.official-header {
  position: relative;
}
.official-header > .logo {
  position: absolute;
  background: #fff;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  text-decoration: none;
}
.official-header img {
  display: block;
  margin: 0 auto;
  width: 60px;
}
.official-header .is-icon-logo {
  display: block;
  font-size: 60px;
  color: #000;
}
.custom-font-off .official-header .is-icon-logo:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/unified/i/custom-font-fallbacks/logo-60.png) no-repeat;
}
.banner-helper {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
}
.community-name {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
}
.page-name {
  font-size: 13px;
  display: block;
  line-height: 1.2;
}
.official-main-nav {
  position: absolute;
  text-transform: uppercase;
}
.official-main-nav > .dropdown-menu > li > a {
  color: #151515;
  font-size: 14px;
}
.official-main-nav > .dropdown-menu > li > a:hover {
  background: #666666;
}
.official-main-nav > .dropdown-menu > .active > a {
  color: #151515;
  font-weight: bold;
  background: transparent;
}
@media (max-width: 991px) {
  .official-header,
  .banner-helper {
    height: 114px;
  }
  .community-name {
    bottom: 7px;
    left: 80px;
    right: 10px;
  }
  .page-name {
    margin-top: 5px;
  }
  .official-main-nav {
    bottom: 10px;
    right: 20px;
  }
  .official-main-nav > [data-toggle="dropdown"] {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
  }
  .official-main-nav > [data-toggle="dropdown"] > .glyphicon {
    display: block;
    line-height: 6px;
  }
  .official-main-nav > .dropdown-menu {
    padding-top: 0;
  }
  .official-main-nav > .dropdown-menu > .dropdown-header {
    background: #ddd;
    color: #333;
    font-weight: bold;
  }
  .official-main-nav > .dropdown-menu > li > a {
    line-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .official-main-nav > .dropdown-menu {
    border: solid 1px #bbb;
    background: #fff;
  }
  .ie8 .official-main-nav > .dropdown-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
}
.logo-alignment-helper {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .official-header {
    height: 200px;
    border: solid 1px #bbb;
    background: #fff;
    border-color: #ddd;
  }
  .ie8 .official-header {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
  .official-header > .logo {
    left: 19px;
    bottom: 20px;
    border: 1px solid #f1f1f1;
  }
  .ie8 .official-header > .logo {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
  .official-header img {
    width: 96px;
  }
  .official-header .is-icon-logo {
    font-size: 96px;
  }
  .custom-font-off .official-header .is-icon-logo:before {
    content: "";
    display: block;
    width: 96px;
    height: 96px;
    background: url(/unified/i/custom-font-fallbacks/logo-96.png) no-repeat;
  }
  .banner-helper {
    top: -1px;
    left: -1px;
    right: -1px;
    height: 150px;
  }
  .community-name,
  .official-main-nav {
    left: 137px;
    right: 19px;
  }
  .community-name {
    font-size: 30px;
    bottom: 53px;
  }
  .page-name {
    font-size: 18px;
  }
  .community-name,
  .page-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
  }
  .logo-alignment-helper {
    width: 96px;
    height: 96px;
  }
  .official-main-nav {
    bottom: 17px;
  }
  .official-main-nav > [data-toggle] {
    display: none;
  }
  .official-main-nav > .dropdown-menu {
    display: block;
    position: static !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 0;
  }
  .official-main-nav > .dropdown-menu > .dropdown-header {
    display: none;
  }
  .official-main-nav > .dropdown-menu > li {
    float: left;
    margin-right: 48px;
  }
  .official-main-nav > .dropdown-menu > li > a {
    padding: 0;
    line-height: 1;
  }
  .official-main-nav > .dropdown-menu > li > a:hover,
  .official-main-nav > .dropdown-menu > li > a:focus {
    background: transparent;
  }
}
.countdown-timer {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 10px;
}
.countdown-timer > div {
  display: table-cell;
  font-size: 12px;
}
.countdown-timer > div > span {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  background: #ccc;
  margin: 5px 8px 8px;
  line-height: 1;
  padding: 0.4em 0 0.4em;
}
.community-activity h4 {
  font-weight: normal;
}
.community-activity > div > span {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  background: #fff;
  margin: 10px 0 10px;
  line-height: 1;
  padding: 0.4em 0 0.4em;
  box-shadow: 0 2px 2px -1px rgba(50, 50, 50, 0.75);
}
@media (min-width: 992px) {
  .column-wrapper {
    margin-top: 3px;
    padding-top: 37px;
  }
}
aside[role="complementary"] {
  border-top: none;
  margin: 0 20px;
}
aside[role="complementary"] > section,
aside[role="complementary"] > nav,
aside[role="complementary"] > .section {
  font-weight: bold;
  padding: 0 0 48px 0;
  position: relative;
}
aside[role="complementary"] > section h3,
aside[role="complementary"] > nav h3,
aside[role="complementary"] > .section h3 {
  margin-bottom: 10px;
}
aside[role="complementary"] > section h3.funnel-title,
aside[role="complementary"] > nav h3.funnel-title,
aside[role="complementary"] > .section h3.funnel-title {
  margin-bottom: 30px;
}
aside[role="complementary"] > section ul,
aside[role="complementary"] > nav ul,
aside[role="complementary"] > .section ul {
  margin: 0;
}
.collapse-expand {
  color: #1B1B1B;
  font-size: 12px;
  font-family: 'Courier New', monospace;
  position: absolute;
}
.is-collapsed {
  display: none;
}
.aside-section-heading {
  font-size: 18px;
  margin: 0;
  padding-right: 22px;
}
.aside-section-heading > .collapse-expand {
  top: 5px;
  right: 0 !important;
  right: 20px;
}
#intro-section-content {
  font-size: 14px;
}
#intro-section-content li {
  margin-top: 12px;
  line-height: 17px;
}
.new-idea-button,
.new-question-button,
#ft-point-idea-submit {
  background-color: #006EF0 !important;
  border: 2px solid #fff;
  margin: -10px;
  position: absolute;
  right: 70px;
  bottom: 35px;
}
.new-idea-button:hover,
.new-question-button:hover,
#ft-point-idea-submit:hover {
  background-color: #333333 !important;
  border: 2px solid #fff;
}
.new-idea-button.disabled,
.new-question-button.disabled,
#ft-point-idea-submit.disabled {
  opacity: 1;
  background: #ccc !important;
  color: #eeeeee;
  border-color: #eeeeee;
}
#ft-point-idea-submit {
  border: 0;
}
#stats-section-content ul {
  margin-bottom: 15px;
}
#stats-section-content ul li {
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #999;
  font-size: 17px;
}
#stats-section-content ul li .is-icon-light-bulb,
#stats-section-content ul li .glyphicon-comment,
#stats-section-content ul li .is-icon-checkbox,
#stats-section-content ul li .glyphicon-user {
  top: 4px;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
#stats-section-content ul li .is-icon-light-bulb,
#stats-section-content ul li .is-icon-checkbox {
  left: -3px;
  margin-right: 3px;
}
#stats-section-content ul li .glyphicon-comment,
#stats-section-content ul li .glyphicon-user {
  font-size: 18px;
}
#stats-section-content ul .is-light-bulb {
  margin-bottom: 13px;
}
#stats-section-content .campaign-owner {
  padding: 15px 7px 15px;
  border-top: 1px solid #eee;
}
#stats-section-content .campaign-owner a {
  color: #333;
  line-height: normal;
}
#stats-section-content .campaign-owner .sb-avatar {
  float: left;
}
#stats-section-content .campaign-owner span {
  display: block;
  font-size: 10px;
  color: #666;
}
.campaign-team-link {
  text-transform: uppercase;
}
.stats-ideas {
  font-size: 18px;
}
.campaigns-section-content > h5 {
  font-size: 1.3em;
  font-weight: normal;
  color: #666;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 10px;
}
.campaigns-section-content > .link-list {
  padding: 0 !important;
}
.campaigns-section-content > .link-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  padding: 10px 1px;
  margin: 5px 0;
}
.campaigns-section-content > .link-list li:last-child {
  border-bottom: 0;
}
.campaigns-section-content > .link-list li a img {
  margin-right: 8px;
}
.campaigns-section-content > .link-list li.list-with-image {
  padding: 1px;
}
.campaigns-section-content > .link-list li .sb-avatar {
  border-radius: 0;
}
#qna-topics-section-active .link-list li {
  padding: 8px 1px;
  margin: 0;
}
.campaign-end-date {
  display: block;
  margin-top: -0.5em;
  font-style: italic;
  font-weight: normal;
}
.link-list {
  margin-bottom: 0;
}
.link-list a {
  color: #333;
}
.link-list > li {
  line-height: 2em;
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list > .current {
  background: #333;
}
.link-list > .current a {
  color: #fff;
}
.link-list .campaign-end-date {
  margin-top: 0;
}
.with-campaign-tags > li > .collapse-expand {
  right: 3px;
  float: right;
  position: absolute;
  margin-top: 10px;
}
.campaign-tags {
  padding: 0 6px 6px 1em;
  background: #ffffff;
  color: #333333;
}
.campaign-tags li {
  margin: 1px 0 !important;
}
.campaign-tags li a {
  color: #333 !important;
}
.campaign-tags > .current {
  border: solid 1px #fff;
  background: #666;
}
.campaign-tags > .current a {
  color: #fff !important;
  padding: 0 5px;
}
.social-web-link-list {
  margin-top: 0.5em;
}
.social-web-link-list .social-web-label {
  vertical-align: top;
  padding-top: 8px;
}
.social-web-link-list > li {
  float: left;
}
.social-web-link-list > li + li {
  margin-left: 2px;
}
.social-web-link-list > li > a {
  text-decoration: none;
}
.social-web-link-list > li > a > .is-icon {
  color: #000;
  font-size: 32px;
  display: block;
}
.social-web-link-list > li > a:focus > .is-icon {
  color: #006EF0;
}
.social-web-link-list > li #yj-share-button {
  margin-right: 1px;
}
.social-web-link-list > li #yj-share-button a {
  padding: 0 15px 0 !important;
  font-size: 15px !important;
  height: 32px;
  line-height: 32px;
}
.social-web-link-list > li #yj-share-button a:hover {
  background-color: #264f8c !important;
  border-color: #264f8c;
}
.social-web-link-list > li #yj-share-button a > .yj-yam-spittle {
  width: 14px !important;
  height: 13px !important;
}
.tag-list {
  font-size: 10px;
}
.tag-list > li {
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: 1.8em;
}
.tag-list > .current {
  padding: 0 3px;
  margin: 0 3px 0 0;
}
.tag-list .very-high {
  font-size: 1.6em;
}
.tag-list .high {
  font-size: 1.5em;
}
.tag-list .medium-high {
  font-size: 1.4em;
}
.tag-list .medium {
  font-size: 1.3em;
}
.tag-list .medium-low {
  font-size: 1.2em;
}
.tag-list .low {
  font-size: 1.1em;
}
.tag-list .very-low {
  font-size: 1.0em;
}
.link-list > .all-ideas.current,
.link-list > .offtopic.current {
  padding: 10px 5px !important;
}
.ideas-nav-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
}
.ideas-nav-bar > li {
  display: table-cell;
}
.ideas-nav-bar > li > [data-toggle] {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 8px 8px !important;
  background: #ddd;
  border-left: solid 2px #fff;
  display: block;
}
.ideas-nav-bar > li > [data-toggle] > strong {
  display: block;
  text-align: left;
  position: relative;
  line-height: 1;
  padding-right: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ideas-nav-bar > li > [data-toggle] > strong > .is-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.ideas-nav-bar > li > [data-toggle] > .is-icon {
  display: block;
  margin: 8px 0 6px;
  font-size: 28px;
}
.ideas-nav-bar > li:first-child > [data-toggle] {
  border-left: none;
}
.ideas-nav-bar > li.open > [data-toggle],
.ideas-nav-bar > li.open > [data-toggle]:focus,
.ideas-nav-bar > li.open > [data-toggle]:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.ideas-nav-bar > li > .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
}
.ie8 .ideas-nav-bar > li > .dropdown-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.ideas-nav-bar > li > .dropdown-menu > li {
  margin: 3px 6px;
}
.ideas-nav-bar > li > .dropdown-menu > li > a {
  padding: 10px;
  background: #BBBBBB;
}
.ideas-nav-bar > li > .dropdown-menu > li > a:hover {
  color: #666666;
}
.ideas-nav-bar > li > .dropdown-menu > li.active > a {
  background: #333333;
}
.ideas-nav-bar > li > .dropdown-menu > .dropdown-header {
  padding: 10px;
}
.ideas-nav-bar > li > .dropdown-menu > .divider {
  margin-top: 16px;
  background: #ccc;
}
.new-idea-bar,
.welcome,
.campaign-description,
.idea-list,
.terms-of-service {
  margin: 12px 8px;
}
@media (max-width: 991px) {
  [role="main"] {
    margin-top: 0;
  }
}
.welcome,
.campaign-description,
.terms-of-service {
  border: solid 1px #bbb;
  background: #fff;
  padding: 10px;
  font-size: 14px;
}
.ie8 .welcome,
.ie8 .campaign-description,
.ie8 .terms-of-service {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
@media (min-width: 992px) {
  .welcome,
  .campaign-description,
  .terms-of-service {
    padding: 28px 37px;
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .campaign-description {
    padding: 28px 25px;
  }
}
.welcome > h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .welcome > h2 {
    font-size: 24px;
  }
}
.welcome > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .campaign-desc-content {
    margin-bottom: 64px;
  }
}
.campaign-description .stage-workflow > h3 {
  border-top: 1px solid #979797;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3em;
  margin: 0 2px;
}
.campaign-description .stage-workflow .stage-list > li {
  padding: 0 2px;
}
.campaign-description .stage-workflow .stage-list > li > a {
  height: 7px;
}
@media (max-width: 991px) {
  .campaign-description > .row > .col-md-6 + .col-md-6 {
    margin-top: 1em;
  }
}
.current-stage-name {
  display: block;
  text-align: center;
  line-height: 1em;
  color: #777;
  font-size: 10px;
  margin-top: 12px;
}
.campaign-brief {
  margin-top: 10px;
}
.campaign-brief .view-campaign-brief {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.site-footer {
  margin-top: 30px;
}
.site-footer > a {
  color: #333333;
  margin: 0 2px;
}
@media (max-width: 991px) {
  .idea-sorting,
  .leaderboard-month-filter {
    display: none !important;
  }
}
.stage-filter,
.idea-sorting,
.leaderboard-month-filter {
  position: relative;
}
.idea-sorting {
  line-height: 1em;
}
.idea-sorting > a {
  font-weight: normal !important;
}
.idea-sorting > .current {
  font-weight: bold !important;
}
.hidden-sm-max > .idea-sorting {
  float: left;
  left: 37px;
  margin-top: -26px;
}
.idea-list-in-section-content > .idea-sorting {
  float: right;
  right: 37px;
  z-index: 1;
}
.stage-filter,
.leaderboard-month-filter {
  float: right;
  font-weight: bold;
  right: 37px;
}
.nav-back {
  margin-top: -25.714285716px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .nav-back {
    margin: 7px 15px;
  }
}
.nav-back .is-icon + .is-icon {
  margin-left: -8px;
}
.stage-filter,
.leaderboard-month-filter {
  margin-top: -29.571428574000002px;
}
.stage-filter > h3 {
  display: inline;
  font-size: 12px;
}
.stage-filter a {
  background: #fff;
  line-height: 1.6em;
  color: #333;
}
.stage-filter-inner {
  display: inline-block;
  position: relative;
  width: 138px;
  margin-left: 20px;
}
.stage-filter-inner a {
  display: block;
  padding: 0 20px 0 8px;
}
.stage-filter-inner a:hover {
  text-decoration: none;
}
.stage-filter-inner .idea-stage {
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 6px;
}
.stage-filter-inner .stage-name {
  display: inline-block;
  max-width: 71px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stage-filter-inner > .active {
  background: #e0e0e0;
  font-weight: bold;
}
.stage-filter-inner > a {
  background-image: url(/images/status-filter-down.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.stage-filter-inner > a,
#stage-filter-list {
  border: solid 1px #c2c2c2;
}
.stage-unspecified {
  border: solid 1px #333;
  width: 8px;
  height: 8px;
}
#stage-filter-list {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: 9999;
  padding: 8px 0;
  display: none;
}
#stage-filter-list a {
  font-weight: normal;
}
#stage-filter-list a:hover {
  background: #e0e0e0;
}
.stage-filter-inner:hover > a,
#stage-filter-list {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.stage-filter-inner:hover > #stage-filter-list {
  display: block;
}
div.tooltip {
  background: transparent;
}
div.tooltip .tooltip-inner {
  padding: 5px 10px;
  border-radius: 3px;
}
.idea-stage {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.idea-stage.completed {
  background: #00B8F6;
}
.idea-stage.offtopic {
  background: #A0A0A0;
}
.idea-stage.inbound {
  background: #FF47A7;
}
.idea-stage.recyclebin {
  background: #565656;
}
.idea-stage.pending-review {
  background: #FF0000;
}
.idea-stage.active {
  background: #E18344;
}
.idea-stage.new-pending {
  background: #FF0000;
}
.idea-stage.under-review {
  background: #F5FF00;
}
.idea-stage.in-progress {
  background: #50D274;
}
.audit-stage-list a {
  display: block;
  padding: 0 20px 0 8px;
}
.audit-stage-list a:hover {
  text-decoration: none;
}
.audit-stage-list .idea-stage {
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 6px;
}
.audit-stage-list .stage-name {
  display: inline-block;
  max-width: 71px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audit-stage-list > .active {
  background: #e0e0e0;
  font-weight: bold;
}
.stage-all > a {
  background: #BBBBBB !important;
}
.stage-all.active > a,
.stage-all:hover > a,
.stage-all > a:focus,
.stage-all.idea-stage {
  background: #333333 !important;
}
.stage-0 > a {
  background: #BBBBBB !important;
}
.stage-0.active > a,
.stage-0:hover > a,
.stage-0 > a:focus,
.stage-0.idea-stage {
  background: #333333 !important;
}
.stage-details-0 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-0 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-0 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-0 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-0 .progress-desc {
  color: #333333;
}
.stage-details-0 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-0 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-0 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-1 > a {
  background: #BBBBBB !important;
}
.stage-1.active > a,
.stage-1:hover > a,
.stage-1 > a:focus,
.stage-1.idea-stage {
  background: #333333 !important;
}
.stage-details-1 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-1 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-1 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-1 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-1 .progress-desc {
  color: #333333;
}
.stage-details-1 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-1 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-1 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-2 > a {
  background: #BBBBBB !important;
}
.stage-2.active > a,
.stage-2:hover > a,
.stage-2 > a:focus,
.stage-2.idea-stage {
  background: #333333 !important;
}
.stage-details-2 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-2 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-2 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-2 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-2 .progress-desc {
  color: #333333;
}
.stage-details-2 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-2 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-2 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-3 > a {
  background: #BBBBBB !important;
}
.stage-3.active > a,
.stage-3:hover > a,
.stage-3 > a:focus,
.stage-3.idea-stage {
  background: #333333 !important;
}
.stage-details-3 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-3 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-3 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-3 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-3 .progress-desc {
  color: #333333;
}
.stage-details-3 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-3 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-3 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-4 > a {
  background: #BBBBBB !important;
}
.stage-4.active > a,
.stage-4:hover > a,
.stage-4 > a:focus,
.stage-4.idea-stage {
  background: #333333 !important;
}
.stage-details-4 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-4 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-4 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-4 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-4 .progress-desc {
  color: #333333;
}
.stage-details-4 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-4 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-4 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-5 > a {
  background: #BBBBBB !important;
}
.stage-5.active > a,
.stage-5:hover > a,
.stage-5 > a:focus,
.stage-5.idea-stage {
  background: #333333 !important;
}
.stage-details-5 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-5 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-5 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-5 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-5 .progress-desc {
  color: #333333;
}
.stage-details-5 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-5 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-5 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-6 > a {
  background: #BBBBBB !important;
}
.stage-6.active > a,
.stage-6:hover > a,
.stage-6 > a:focus,
.stage-6.idea-stage {
  background: #333333 !important;
}
.stage-details-6 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-6 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-6 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-6 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-6 .progress-desc {
  color: #333333;
}
.stage-details-6 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-6 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-6 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-7 > a {
  background: #BBBBBB !important;
}
.stage-7.active > a,
.stage-7:hover > a,
.stage-7 > a:focus,
.stage-7.idea-stage {
  background: #333333 !important;
}
.stage-details-7 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-7 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-7 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-7 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-7 .progress-desc {
  color: #333333;
}
.stage-details-7 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-7 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-7 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-8 > a {
  background: #BBBBBB !important;
}
.stage-8.active > a,
.stage-8:hover > a,
.stage-8 > a:focus,
.stage-8.idea-stage {
  background: #333333 !important;
}
.stage-details-8 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-8 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-8 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-8 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-8 .progress-desc {
  color: #333333;
}
.stage-details-8 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-8 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-8 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-9 > a {
  background: #BBBBBB !important;
}
.stage-9.active > a,
.stage-9:hover > a,
.stage-9 > a:focus,
.stage-9.idea-stage {
  background: #333333 !important;
}
.stage-details-9 > .stage-action > .btn-stage-action {
  background: #BBBBBB;
}
.stage-details-9 > .stage-action > .btn-stage-action:hover {
  background: #006EF0;
}
.stage-details-9 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #333333;
}
.stage-details-9 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-9 .progress-desc {
  color: #333333;
}
.stage-details-9 > .stage-progress > .progress > .progress-bar {
  background: #333333;
}
.stage-details-9 .up-votes {
  border-color: #333333;
  color: #333333;
}
.stage-details-9 .stage-workflow > .stage-list > .current:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 5px 6px 0;
  margin-left: -6px;
  border-top-color: #777;
  top: -7px;
}
.stage-list > li {
  margin: 3px 0;
}
.stage-list > li > a {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.stage-list > li > a > span {
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  margin-left: 5px;
  color: #e3e3e3;
}
.stage-list > li:last-child {
  margin-bottom: 18px;
}
.stage-list .tooltip-inner {
  padding: 10px 15px !important;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  box-shadow: 0 0 8px #b8b8b8;
  font-weight: normal;
  text-align: left;
  width: 250px;
}
.stage-list .tooltip.left .tooltip-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #666;
  right: -2px;
  margin-top: -7px;
}
.stage-list .tooltip.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.stage-list div.tooltip {
  background: transparent;
}
aside > section > .stage-list {
  margin: -13px -1px !important;
}
aside > section > .stage-list li {
  margin: 7px 0;
  position: relative;
}
aside > section > .stage-list li a {
  padding: 12px 10px 8px;
}
aside > section > .stage-list li a:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
aside > section > .stage-list li a:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
aside > section > .stage-list li a:after {
  border-top: 8px solid #BBBBBB;
  top: auto;
  bottom: -7px;
}
aside > section > .stage-list li a:hover:after,
aside > section > .stage-list li a:focus:after {
  border-top: 8px solid #333333;
  top: auto;
  bottom: -7px;
}
aside > section > .stage-list li.active a:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
aside > section > .stage-list li.active a:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
aside > section > .stage-list li.active a:after {
  border-top: 8px solid #333333;
}
aside > section > .stage-list li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 8px 0 8px 8px;
  border-left-color: #666;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -12px;
}
.idea-list-tracking {
  font-weight: bold;
  margin: 8px;
  text-transform: uppercase;
}
.idea-list-tracking,
.idea-list-tracking > a {
  color: #666;
}
@media (max-width: 991px) {
  .idea-list-tracking {
    text-align: right;
  }
}
.go-to-admin {
  margin-top: 10px;
}
.idea-list,
.profile-list,
.campaign {
  border: solid 1px #bbb;
  background: #fff;
}
.ie8 .idea-list,
.ie8 .profile-list,
.ie8 .campaign {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
@media (min-width: 992px) {
  .idea-list,
  .profile-list,
  .campaign {
    margin: 0;
  }
}
.idea-list > .idea,
.profile-list > .idea,
.campaign > .idea,
.idea-list > .paging,
.profile-list > .paging,
.campaign > .paging,
.idea-list > .ideas > .idea,
.profile-list > .ideas > .idea,
.campaign > .ideas > .idea {
  border-top: solid 1px #bbb;
}
.idea-list > .idea:first-child,
.profile-list > .idea:first-child,
.campaign > .idea:first-child,
.idea-list > .ideas > .idea:first-child,
.profile-list > .ideas > .idea:first-child,
.campaign > .ideas > .idea:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .idea-list .hidden-sm-max + .idea,
  .profile-list .hidden-sm-max + .idea,
  .campaign .hidden-sm-max + .idea {
    border-top: none;
  }
}
.idea-list > .paging,
.idea-list-in-section-content > .paging,
.profile-list > .paging {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .idea-list > .paging,
  .idea-list-in-section-content > .paging,
  .profile-list > .paging {
    padding-left: 37px;
    padding-right: 37px;
  }
}
.archive-stage-list {
  padding-top: 15px;
  margin-top: 30px !important;
}
.archive-stage-list li a {
  background: #999 !important;
}
.archive-stage-list li a:hover {
  background: #999 !important;
  color: #333;
}
.archive-stage-list li a:after {
  border-top: 8px solid #999 !important;
  bottom: -8px !important;
}
.archive-stage-list li.active > a {
  color: #333;
  background: #999;
}
.archive-stage-list li.active > a:after {
  border-top: 8px solid #999;
}
.stage-archive a {
  background: #f5f5f5;
}
.stage-archive a:hover {
  background: #a1a1a1 !important;
  color: #fff !important;
}
.stage-archive a:hover span {
  color: #fff;
}
.stage-archive.active > a {
  color: #fff !important;
  background: #a1a1a1 !important;
}
.stage-archive.active > a span {
  color: #fff;
}
.idea-list-modes {
  background: #f6f6f6;
  position: relative;
  padding-left: 17px;
  padding-right: 73px;
}
.idea-list-modes > ul {
  margin: 0;
}
.idea-list-modes > ul > li {
  display: inline-block;
}
.idea-list-modes > ul > li > a {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 20px;
  line-height: 48px;
}
.idea-list-modes > ul > .active > a {
  color: #333;
}
.idea-list-modes > .dropdown {
  position: absolute;
  top: 7px;
  right: 9px;
}
.idea-list-modes > .dropdown > .dropdown-toggle {
  text-decoration: none;
}
.idea-list-modes > .dropdown > .dropdown-toggle > .glyphicon {
  color: #999;
  font-size: 18px;
  display: block;
  top: 0;
  border: solid 1px transparent;
  background: transparent;
  padding: 6px 12px;
  z-index: 1001;
}
.idea-list-modes > .dropdown.open > .dropdown-toggle > .glyphicon,
.idea-list-modes > .dropdown:hover > .dropdown-toggle > .glyphicon,
.idea-list-modes > .dropdown > .dropdown-toggle:focus > .glyphicon {
  border-color: #bbb;
  background: #fff;
}
.idea-list-modes > .dropdown.open > .dropdown-toggle > .glyphicon {
  border-bottom: none;
}
.idea-list-modes > .dropdown > .dropdown-menu {
  border: solid 1px #bbb;
  margin-top: -1px;
  transition: none !important;
  padding: 0;
}
.idea-list-modes > .dropdown > .dropdown-menu > .dropdown-header {
  font-weight: bold;
  border-bottom: solid 1px #bbb;
}
.idea-list-modes > .dropdown > .dropdown-menu > li > a,
.idea-list-modes > .dropdown > .dropdown-menu .dropdown-header {
  padding: 0 10px;
  line-height: 28px;
}
.idea-list-modes > .dropdown > .dropdown-menu > li > a {
  color: #999;
}
.idea-list-modes > .dropdown > .dropdown-menu > .active > a {
  color: #333;
  background: #f6f6f6;
  cursor: default;
}
.idea-list-modes > .dropdown > .dropdown-menu > li > a:hover {
  color: #333;
}
.directional {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.directional.up {
  background-image: url(/images/tabs/up.png);
}
.directional.down {
  background-image: url(/images/tabs/down.png);
}
.active > .directional.up {
  background-image: url(/images/tabs/up-current.png);
}
.active > .directional.down {
  background-image: url(/images/tabs/down-current.png);
}
.idea-nav {
  border: solid 1px #bbb;
  background: #fff;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 3em;
  padding: 0 1em;
  color: #555;
}
.ie8 .idea-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.idea-nav > a {
  color: #555;
  text-decoration: none;
}
.idea-nav > a > span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .idea-nav > a > .is-icon {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .idea-nav > a {
    border-right: none;
    border-left: none;
  }
}
.idea-nav > .prev {
  float: left;
}
.idea-nav > .next {
  float: right;
}
.idea-extras-tabbed > .nav-tabs {
  border-bottom-color: #bbb;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
  font-size: 16px;
  padding: 0 22px;
  line-height: 37px;
  color: #999;
  background: #eeeeee;
  margin-right: 0;
  border-color: #bbb !important;
  border-bottom-color: transparent !important;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"]:hover {
  background: #dddddd;
}
.idea-extras-tabbed > .nav-tabs > .active > [role="tab"] {
  background: #fff !important;
  color: #666;
}
@media (max-width: 991px) {
  .idea,
  .no-ideas {
    padding: 10px;
  }
  .column-wrapper > .idea,
  .profile,
  .main-content-area,
  .campaign {
    padding: 15px;
  }
  .idea-extras-tabbed {
    margin: 15px -15px -15px;
  }
  .idea-extras-tabbed > .nav-tabs > li {
    width: 50%;
  }
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
    border-right: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"]:first-child {
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  .idea,
  .no-ideas,
  .profile,
  .campaign {
    padding: 28px 37px;
  }
  .main-content-area {
    padding: 38px 37px;
  }
  .idea-extras-tabbed {
    margin: 28px -37px -28px;
  }
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
    border-left: none !important;
    padding-left: 37px;
    padding-right: 55.5px;
  }
}
.idea a,
.profile a,
.main-content-area a,
.campaign a,
.pairwise-idea-details a,
.idea .btn-link,
.profile .btn-link,
.main-content-area .btn-link,
.campaign .btn-link,
.pairwise-idea-details .btn-link {
  font-weight: bold;
}
.idea,
.profile,
.main-content-area,
.campaign {
  position: relative;
}
@media (min-width: 992px) {
  .column-wrapper > .idea,
  .column-wrapper > .profile,
  .column-wrapper > .main-content-area,
  .column-wrapper > .campaign {
    border: solid 1px #bbb;
    background: #fff;
  }
  .ie8 .column-wrapper > .idea,
  .ie8 .column-wrapper > .profile,
  .ie8 .column-wrapper > .main-content-area,
  .ie8 .column-wrapper > .campaign {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
}
.main-content-area {
  min-height: 400px;
}
.no-ideas > .alert {
  margin-bottom: 0;
}
.idea-title {
  margin-top: 1.1em;
}
.costar-executive-summary,
.idea-content {
  margin-top: 14.400000000000002px;
}
.idea-tags {
  margin-top: 5.900000000000002px;
  clear: both;
}
.idea-actions {
  margin: 15px 0 0.5999999999999979px;
}
@media (min-width: 992px) {
  .idea-title {
    margin-top: 1.4em;
  }
  .costar-executive-summary,
  .idea-content {
    margin-top: 21.599999999999994px;
  }
  .idea-tags {
    margin-top: 13.099999999999994px;
    clear: both;
  }
  .idea-actions {
    margin: 15px 0 -6.599999999999994px;
  }
}
.idea-title {
  font-size: 24px;
  color: #006EF0;
}
.idea-title > a {
  color: #006EF0;
}
.question-title {
  background: url(/images/qna/q-n-a-idea-title.png) no-repeat 0 -2px;
  padding-left: 40px !important;
  line-height: 30px;
}
.idea-campaign {
  position: absolute;
  top: 10px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.idea-campaign a {
  color: #666666;
}
.stage-action {
  text-align: center;
}
.stage-data > strong,
.stage-data > span {
  display: block;
}
.stage-data > .progress {
  display: none;
}
.btn-stage-action {
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  height: 30px;
  font-size: 11px;
  line-height: 1;
  padding-top: 9.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-stage-action:hover {
  text-decoration: none;
}
.btn-stage-action.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
}
.up-down-votes,
.stage-progress,
.stage-workflow {
  margin-top: 11px;
}
.stage-progress {
  line-height: 1;
}
.stage-progress > .progress {
  margin: 5px 0 0;
  background: #e9e9e9;
}
.stage-progress > .progress,
.stage-progress > .progress > .progress-bar {
  box-shadow: none;
  height: 5px;
  line-height: 5px;
}
.progress-desc {
  font-size: 10px;
  font-weight: bold;
}
.progress-unknown {
  color: #777 !important;
}
.stage-workflow {
  margin-left: -1px;
  margin-right: -1px;
}
.stage-workflow > .stage-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stage-workflow > .stage-list > li {
  display: table-cell;
  position: relative;
  line-height: 0;/*This is to make the cells same small height (5px) as the links inside */
  padding: 0 1px;
}
.stage-workflow > .stage-list > li > a {
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  padding: 0;
}
.stage-details > .stage-workflow > .stage-list > li > a:hover {
  background-color: #333333 !important;
}
.stage-details > .stage-workflow > .stage-list > .active > a {
  background-color: #BBBBBB;
}
.current-stage {
  color: #666;
  font-size: 9.600000000000001px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  margin-top: 11px;
}
body.sec-508 .current-stage {
  font-size: 11px;
}
@media (max-width: 991px) {
  .idea-stats,
  .stage-progress,
  .stage-workflow {
    display: none;
  }
  .stage-details > h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .stage-details:after {
    content: " ";
    display: block;
    clear: both;
  }
  .voting-disabled-notice,
  .vote-invitation,
  .moderation-actions,
  .idea-actions,
  .stage-awaiting {
    display: none;
  }
  .stage-data {
    border: solid 1px #999;
    float: right;
    min-width: 80px;
    color: #333333;
    line-height: 1;
    padding: 5px 0;
    margin-left: 1em;
    position: relative;
  }
  .stage-data > span,
  .stage-data > .h3 {
    font-size: 0.8em;
    font-weight: bold;
  }
  .stage-data > .h3 {
    line-height: 1;
    margin: 12px 0 0;
    text-transform: lowercase;
  }
  .stage-data > .h3 + strong {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
  }
  .stage-data > span > abbr {
    border-bottom: none;
  }
  .btn-stage-action {
    height: 36px;
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
    margin-top: 1.5em;
  }
  .stage-action-ideate > .btn-stage-action.disabled {
    background: transparent !important;
    opacity: 1 !important;
    color: #999 !important;
    border: solid 1px #999;
    height: 38px;
    font-size: 16px;
    line-height: 1;
    padding-top: 11px;
  }
  .btn-stage-action,
  .vote-actions {
    clear: both;
    position: relative;
    margin-bottom: 27px;
    top: 17px;
  }
  .btn-stage-action:before,
  .vote-actions:before,
  .btn-stage-action:after,
  .vote-actions:after {
    content: " ";
    display: table;
  }
  .btn-stage-action:after,
  .vote-actions:after {
    clear: both;
  }
  .vote-actions {
    font-size: 16px;
    font-weight: bold;
  }
  .vote-actions > a > .is-icon {
    font-size: 1.5em;
    vertical-align: middle;
  }
  .vote-up,
  .vote-down {
    color: #767676;
    border: solid 1px #999;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 8px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vote-up {
    float: right;
  }
  .vote-down {
    float: left;
  }
  .vote-up + .vote-down {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .idea {
    min-height: 307.6px;
  }
  .idea > .idea-stats {
    right: 37px;
    top: 278.6px;
  }
  .column-wrapper > .idea,
  .tab-pane > .idea {
    min-height: 0;
  }
  .column-wrapper > .idea > .idea-main-details,
  .tab-pane > .idea > .idea-main-details {
    min-height: 234.50000000000003px;
  }
  .column-wrapper > .idea > .idea-actions + .idea-main-details,
  .tab-pane > .idea > .idea-actions + .idea-main-details {
    min-height: 209.10000000000002px;
  }
  .column-wrapper > .idea > .idea-stats,
  .tab-pane > .idea > .idea-stats {
    top: 301.6px;
  }
  .idea > header,
  .idea > .idea-actions,
  .idea > .idea-main-details {
    margin-right: 157px;
  }
  .idea-campaign {
    top: 28px;
    padding-right: 231px;
  }
  .moderation-actions {
    position: absolute;
    top: 267.6px;
    right: 37px;
    color: #006EF0;
    font-weight: bold;
    line-height: 1;
  }
  .moderation-actions a {
    color: #006EF0;
  }
  .moderation-actions a:hover {
    color: #006EF0;
  }
  .moderation-actions .dropdown-menu-item-group li a:hover,
  .moderation-actions .dropdown-menu-item-group .as-menu-item-link:hover {
    color: #333333;
    background: #BBBBBB;
  }
  .stage-details {
    width: 120px;
    position: absolute;
    top: 28px;
    right: 37px;
  }
  .stage-details > h3,
  .stage-data > .h3,
  .voting-disabled-notice,
  .vote-invitation {
    position: absolute;
    line-height: 1;
    padding-top: 1em;
    margin: 0;
  }
  .stage-details > h3,
  .stage-data > .h3,
  .voting-disabled-notice {
    text-transform: uppercase;
  }
  .stage-details > h3,
  .stage-data > .h3 {
    font-size: 12px;
  }
  .stage-details > h3 {
    left: 6px;
    right: 6px;
    top: 1px;
    text-align: center;
  }
  .stage-data > .h3,
  .voting-disabled-notice,
  .vote-invitation {
    left: 5px;
    right: 5px;
    top: 0;
  }
  .voting-disabled-notice {
    color: #999;
    font-size: 11px;
    font-weight: bold;
  }
  .vote-invitation {
    font-size: 16px;
  }
  .stage-action {
    position: relative;
    border: solid 1px #bbb;
    height: 160px;
    padding: 36px 5px 5px;
  }
  .stage-data > strong {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .stage-data > span {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 1em;
  }
  .stage-data > span:first-child {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 1.2em;
  }
  .stage-data > .progress {
    display: block;
    background: #fff;
    margin-top: 3px;
    height: 17px;
    border: solid 1px #bbb;
  }
  .stage-data > .progress,
  .stage-data > .progress > .progress-bar {
    box-shadow: none;
  }
  .stage-data > .progress > .progress-bar {
    height: 15px;
    line-height: 15px;
  }
  .stage-data > .five-stars {
    margin-top: 0.7em;
    letter-spacing: -5px;
    margin-right: 5px;
    font-size: 23px;
  }
  .five-stars {
    font-size: 24px;
    letter-spacing: -4px;
  }
  .stage-awaiting {
    padding-top: 1.5em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
  }
  .stage-data > .progress,
  .btn-stage-action {
    margin-left: -1px;
    margin-right: -1px;
  }
  .btn-stage-action {
    position: absolute;
    bottom: 7.5px;
    left: 5px;
    right: 5px;
  }
  .up-down-votes {
    position: relative;
    font-size: 11px;
    height: 16px;
    border-bottom: 5px solid #DDDDDD;
    overflow: visible;
    text-transform: none;/*no reset text-transform inherited from non-voting stage blocks */
  }
  .up-down-votes > .up-votes,
  .up-down-votes > .down-votes {
    border-style: none none solid;
    border-width: 5px;
    bottom: -5px;
    overflow: visible;
    position: absolute;
  }
  .up-down-votes .up-votes {
    left: 0;
    text-align: left;
  }
  .up-down-votes .up-votes:before {
    content: "+";
  }
  .up-down-votes .down-votes {
    border-color: #555;
    color: #555;
    right: 0;
    text-align: right;
    text-indent: -11px;
  }
  .up-down-votes .down-votes:before {
    content: "-";
  }
  .stage-action-ideate {
    padding-top: 48px;
  }
  .stage-action-ideate > .stage-data > strong {
    font-size: 34px;
  }
  .stage-action-ideate > .stage-data > span {
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
  }
  .vote-up,
  .vote-down {
    display: block;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    text-indent: -9999px;
    overflow: hidden;
    width: 0;
    position: absolute;
    left: 37px;
  }
  .vote-up {
    bottom: 124px;
    border-bottom: 22px solid #BBBBBB;
  }
  .vote-down {
    top: 124px;
    border-top: 22px solid #BBBBBB;
  }
  .stage-action-pairwise {
    display: table;
    width: 100%;
    padding: 0;
  }
  .stage-action-pairwise > .stage-data,
  .stage-action-pairwise > .stage-awaiting {
    display: table-cell;
    vertical-align: middle;
  }
  .stage-action-pairwise > .stage-data > strong {
    font-size: 40px;
  }
  .stage-action-pairwise > .stage-data > span {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 1px;
    padding-bottom: 0.5em;
    line-height: 1.1em;
  }
  .stage-action-pairwise > .stage-awaiting {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .voted-down > .vote-actions > .vote-up {
    color: #767676;
  }
}
@media (max-width: 991px) {
  a.vote-up:hover {
    color: #006EF0;
  }
}
@media (min-width: 992px) {
  a.vote-up:hover {
    border-bottom-color: #006EF0;
  }
}
@media (max-width: 991px) {
  .voted-up > .vote-actions > .vote-up {
    color: #333333;
  }
}
@media (min-width: 992px) {
  .voted-up > .vote-actions > .vote-up {
    border-bottom-color: #333333;
  }
}
@media (max-width: 991px) {
  .voted-up > .vote-actions > .vote-down {
    color: #767676;
  }
}
@media (max-width: 991px) {
  a.vote-down:hover {
    color: #006EF0;
  }
}
@media (min-width: 992px) {
  a.vote-down:hover {
    border-top-color: #006EF0;
  }
}
@media (max-width: 991px) {
  .voted-down > .vote-actions > .vote-down {
    color: #333333;
  }
}
@media (min-width: 992px) {
  .voted-down > .vote-actions > .vote-down {
    border-top-color: #333333;
  }
}
.idea-content {
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
}
.idea-content:before,
.idea-content:after {
  content: " ";
  display: table;
}
.idea-content:after {
  clear: both;
}
.costar-executive-summary {
  font-weight: bold;
  font-size: 16px;
}
.list-inline-compact > li {
  padding-right: 0;
}
.idea-actions > .list-inline-compact {
  text-transform: capitalize;
}
.idea-actions > .list-inline-compact > li > a:hover {
  text-decoration: none;
}
.idea-meta,
.user-meta {
  word-wrap: break-word;
  margin-top: 1em;
}
.idea-meta.idea-meta-author,
.user-meta.idea-meta-author {
  margin-bottom: 1em;
}
.idea-meta > p,
.user-meta > p {
  margin: 0;
}
@media (max-width: 991px) {
  .idea-main-details > .idea-meta,
  .idea-main-details > .costar-tag-list,
  .idea-main-details > .idea-meta > .idea-meta-part,
  .idea-main-details > .user-meta,
  .idea-main-details .social-web-link-list {
    float: left;
    clear: left;
  }
  .idea-meta-part + .idea-meta-part {
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  .idea-meta-part {
    display: inline-block;
  }
  .idea-meta-part:before {
    content: "|";
    color: #999;
  }
  .idea-meta-part:first-child:before {
    content: none;
  }
}
.idea-attachments-thumbnails {
  clear: both;
  margin-top: 1em;
  border-top: solid 1px #bbb;
  padding-top: 1em;
}
.idea-attachments-thumbnails > header > h3 {
  color: #666;
  display: inline;
  font-size: inherit;
}
.idea-attachments-thumbnails > .popover {
  max-width: 100%;
  max-height: 100%;
}
.attachment-preview-list {
  padding: 0;
}
.attachment-preview-list > li {
  list-style: none;
  display: inline-block;
  margin-top: 8px;
  margin-right: 25px;
}
.thumbnail-frame {
  border: solid 1px #eee;
  box-shadow: 1px 1px 1px #999;
  width: 52px;
  height: 34px;
  display: block;
  background: url(/images/doc-thumbnail.png) no-repeat 50% 50%;
  position: relative;
}
.thumbnail-frame:focus {
  outline: none;
}
.thumbnail-frame[style] {
  background-size: contain;
}
.thumbnail-frame[style]:hover:before {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  font-family: 'Glyphicons Halflings';
  content: "\e015";
  position: absolute;
  left: 0;
  right: 0;
  width: 52px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(/images/mask-pixel.png);
}
.thumbnail-frame + b {
  color: #666;
  text-indent: 2px;
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 52px;
  font-weight: normal;
}
.idea-thumbnail {
  max-width: 150px;
  max-height: 150px;
  float: left;
  margin: 3px 1em 1em 0;
}
.idea-thumbnail-holder {
  max-width: 150px;
  max-height: 150px;
  margin: 3px 1em 1em 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.idea-thumbnail-holder .idea-thumbnail {
  margin: 0;
}
.idea-thumbnail-holder:hover:before {
  content: " ";
  position: absolute;
  background: url(/images/mask-pixel.png);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.idea-thumbnail-holder:hover:after {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  font-family: 'Glyphicons Halflings';
  content: "\e015";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 15px;
}
.search-section {
  padding: 0 0 50px 0 !important;
}
.search-section .search-control {
  border: 1px solid #cccccc;
  height: 30px;
}
.search-section .btn-primary {
  background-color: #ccc;
  border-color: #ccc;
}
.search-section .search-help-block {
  padding-top: 5px;
  color: #8c8c8c;
}
.search-section .search-help-block a {
  color: #8c8c8c !important;
}
.search-section .search-help-block a:hover {
  text-decoration: underline;
}
.search-filter {
  font-size: 12px;
  line-height: 1em;
  border: solid 1px #ccc;
  padding: 5px 12px 5px 10px;
  position: relative;
  margin: 10px 0 6px;
  font-weight: normal;
}
.search-filter > a {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333333;
}
.campaign-countdown > .countdown-timer {
  padding: 0;
  margin: 0 -8px 4px;
}
.campaign-countdown > .countdown-timer + .text-center {
  margin-left: -8px;
}
.section-content > .search-explorer {
  margin: 20px -20px -20px;
  padding: 20px 35px;
  background: #f5f5f5;
}
.section-content > .search-explorer > form > .form-group,
.section-content > .search-explorer > form > .checkbox {
  margin-left: -15px;
  margin-right: -15px;
}
.section-content > .search-explorer > .h4,
.section-content > .search-explorer .input-sm {
  font-size: 12px;
}
.section-content > .search-explorer > .h4 {
  text-transform: uppercase;
  margin: 0 -15px 10px;
}
.section-content > .search-explorer .input-sm {
  line-height: 12px;
  font-weight: normal;
}
.section-content > .search-explorer .current-search-stages {
  line-height: normal;
  font-weight: normal;
}
.section-content > .search-explorer > form > .h5 {
  margin: 1.5em -.9em .5em -1.1em;
}
.dropdown-menu > .search-explorer {
  margin-top: 1em;
}
.search-stage-filter {
  position: relative;
}
.current-search-stages {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: solid 1px #ccc;
  background: #fff;
  cursor: default;
}
.search-stage-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: 28px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 6px 1px;
  border: solid 1px #ccc;
  border-top: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  max-height: 300px;
  overflow-y: auto;
}
.search-stage-list > li > ul.list-unstyled {
  margin: 5px 0 7px 7px;
}
.search-stage-list > li > ul.list-unstyled li label,
.search-stage-list > li > ul.list-unstyled input[type='checkbox'] {
  font-weight: 400;
  cursor: pointer;
}
.search-stage-filter:hover .search-stage-list {
  display: block;
}
.search-explorer .daterangepicker {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  float: none;
}
.search-explorer .daterangepicker > .calendar {
  margin: 2px;
  float: none;
  max-width: none;
}
.search-explorer .daterangepicker > .calendar > .calendar-table {
  border: 1px solid #ddd;
}
.search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed th,
.search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed td {
  min-width: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed th,
  .search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed td {
    min-width: 32px;
  }
}
.search-explorer .daterangepicker > .ranges {
  float: none;
}
.search-explorer .daterangepicker .daterangepicker_input {
  padding: 0;
}
.section-content > .search-explorer .daterangepicker {
  margin: 10px 0px;
}
.dropdown-menu > .search-explorer .daterangepicker {
  margin: 10px 0 !important;
}
.idea-stats {
  position: absolute;
  font-weight: bold;
  text-align: right;
}
.idea-rank {
  font-size: 1.5em;
}
.tag {
  display: block;
  padding: .4em .6em .4em;
  margin-bottom: .4em;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
a.tag:hover,
a.tag:focus {
  color: #333;
  background: #BBBBBB;
}
.moderator-tag {
  background: #DDDDDD;
}
#idea-tab-details > .tab-content,
#idea-tab-comments > .tab-content,
#idea-tab-attachments > .tab-content,
#idea-attachments,
#reviewscale-comments {
  padding: 15px;
}
@media (min-width: 992px) {
  #idea-tab-details > .tab-content,
  #idea-tab-comments > .tab-content,
  #idea-tab-attachments > .tab-content,
  #idea-attachments,
  #reviewscale-comments {
    padding: 28px 37px;
  }
}
#idea-tab-comments > .tab-content > .tab-pane > section {
  margin-bottom: 37px;
}
.idea-details-pills {
  border-bottom: solid 1px #bbb;
  padding: 20px 5px;
}
.idea-details-pills > li {
  padding: 0 10px;
}
.idea-details-pills > .dropdown {
  width: 140px;
}
.idea-details-pills > .dropdown > a > .droptabs-dropdown-label {
  display: inline-block;
  max-width: 109px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .idea-details-pills {
    padding: 20px 7px;
  }
  .idea-details-pills > li {
    padding: 0 30px;
  }
  .idea-details-pills > .dropdown {
    width: 140px;
  }
  .idea-details-pills > .dropdown > a > .droptabs-dropdown-label {
    display: inline-block;
    max-width: 69px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.idea-details-pills,
.idea-details-pills .dropdown-menu > li > [data-toggle] {
  font-size: 14px;
  font-weight: bold;
}
.idea-details-pills .dropdown-menu > li > [data-toggle] {
  color: #a2a2a2;
}
.idea-details-pills > li {
  height: 10px;
  overflow: visible;
  border-left: solid 1px #bbb;
}
.idea-details-pills > li:first-child {
  border-left: none;
}
.idea-details-pills > li > [data-toggle] {
  padding: 0;
  line-height: 2em;
  margin-top: -10px;
  background: transparent !important;
  border-bottom: solid 3px transparent;
  color: #a2a2a2;
}
.idea-details-pills > li > [data-toggle]:hover {
  color: #6e6e6e;
}
.idea-details-pills > .active > [data-toggle] {
  color: #006EF0 !important;
  border-bottom-color: #006EF0;
}
.idea-details-pills > .active > [data-toggle]:before,
.idea-details-pills > .active > [data-toggle]:after {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
.idea-details-pills > .active > [data-toggle]:before {
  border-width: 10px 10px 0;
  margin-left: -10px;
  border-top-color: #bbb;
  bottom: -22px;
}
.idea-details-pills > .active > [data-toggle]:after {
  border-width: 9px 9px 0;
  margin-left: -9px;
  border-top-color: #fff;
  bottom: -20px;
}
.idea-details-pills > .dropdown {
  width: 140px;
}
.idea-details-pills > .dropdown > .dropdown-menu {
  border: solid 1px #bbb;
  background: #fff;
}
.ie8 .idea-details-pills > .dropdown > .dropdown-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.btn-link {
  color: #333333;
}
.idea-tab-pane-heading {
  font-size: 16px;
}
.vote-activity-list > li,
.event-list > li,
.follower-list > li,
.contributor-list > li,
.owners-list > li,
.attachment,
.costar-list li,
.merge-cart-idea-list > li,
.custom-field-list li,
.funder-list li {
  border-top: solid 1px #bbb;
  padding-top: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.vote-activity-list > li:first-child,
.event-list > li:first-child,
.follower-list > li:first-child,
.contributor-list > li:first-child,
.owners-list > li:first-child,
.attachment:first-child,
.costar-list li:first-child,
.merge-cart-idea-list > li:first-child,
.custom-field-list li:first-child,
.funder-list li:first-child {
  margin-top: 0;
}
.vote-activity-list > li:last-child,
.event-list > li:last-child,
.follower-list > li:last-child,
.contributor-list > li:last-child,
.owners-list > li:last-child,
.attachment:last-child,
.costar-list li:last-child,
.merge-cart-idea-list > li:last-child,
.custom-field-list li:last-child,
.funder-list li:last-child {
  margin-top: 0;
  border-top: none;
}
.actor-with-avatar-sm > img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
}
.voter {
  float: left;
}
.voter > img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
}
.vote {
  float: right;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}
.vote > time {
  display: block;
  font-size: 12px;
}
.idea-tiny {
  position: relative;
  border-top: solid 1px #bbb;
  padding-top: 12px;
  overflow: hidden;
}
.idea-tiny:first-child {
  border-top: none;
  margin-top: -12px;
}
.idea-tiny:last-child {
  margin-bottom: 10px;
}
.idea-tiny .idea-title {
  font-size: 14px;
  margin-top: 2em;
}
.idea-tiny .idea-campaign {
  top: 15px;
}
@media (min-width: 992px) {
  .idea-tiny .idea-stats {
    top: auto;
    right: 0;
    bottom: 30px;
    width: 80px;
  }
  .idea-tiny > header,
  .idea-tiny > .idea-meta {
    margin-right: 100px;
  }
  .idea-tiny .idea-campaign {
    padding-right: 100px;
  }
}
.event-list {
  font-size: 14px;
}
.event-list a {
  color: #337abb;
}
.event-list li {
  padding: 15px 0;
}
.event-list > li > time {
  float: right;
  font-size: 12px;
}
.event-list .utb-col-avatar {
  float: right;
}
.event-list .date {
  display: block;
  font-weight: normal;
  margin-top: 5px;
  color: #666;
}
.follower-list,
.contributor-list,
.owners-list,
.team-member-list {
  font-size: 14px;
  font-weight: bold;
}
.follower-list > li > img,
.contributor-list > li > img,
.owners-list > li > img,
.team-member-list > li > img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
}
.follower-list > li > span,
.contributor-list > li > span,
.owners-list > li > span,
.team-member-list > li > span {
  float: right;
  line-height: 40px;
}
.form-group .owners-list > li {
  font-weight: normal;
}
#owner-list {
  background-color: #eee;
  padding: 25px 25px 15px;
}
#owner-list > ol > li {
  padding-top: 6px;
  margin-top: 6px;
}
#owner-list > ol > li > label {
  font-weight: normal;
}
#owner-list > ol > li > label > img {
  margin-right: 10px;
}
.actor-with-avatar-sm + .attachment-content {
  margin-left: 60px;
}
.attachment-content > p > img {
  max-width: 100%;
}
.attachment-actions {
  float: right;
}
.comment-list > li {
  border-top: solid 1px #bbb;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden;
  overflow: visible;/* Don't make this hidden, otherwise page-anchor won't work on IE */
}
.comment-list > li:first-child {
  margin-top: 0;
}
.comment-list > li:last-child {
  margin-top: 0;
  border-top: none;
}
.comment > section > .comment-list > li {
  border-top: solid 1px #bbb;
  margin-top: 20px;
}
.comment {
  padding-left: 80px;
  min-height: 60px;
  position: relative;
}
.comment-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.comment-meta > img {
  width: 60px;
  height: 60px;
  border: solid 1px #eeeeee;
  border-radius: 30px;
  position: absolute;
  left: 0;
}
.comment-content {
  margin-top: 10px;
}
.awaiting-approval-comment > .comment-content {
  color: #8A1F11;
}
.at-mention {
  color: #006EF0;
}
.comment-label {
  float: right;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: .2em .3em;
  background: #333333;
  margin-left: 5px;
}
.comment-label-merged {
  background: #1eb32a;
}
.idea-label {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  color: #fff;
  padding: .2em .3em;
  background: #333333;
  margin-left: 5px;
}
.idea-label-feed {
  background: #b38735;
}
.comment-label-private {
  background: #f06eaa;
}
.comment-label-pinned,
.comment-label-moderator {
  background: #00aeef;
}
.comment-label-owner {
  background: #f68e56;
}
.comment-label-anonymous {
  background: #4c91d7;
}
.comment-actions:before,
.comment-actions:after {
  content: " ";
  display: table;
}
.comment-actions:after {
  clear: both;
}
@media (max-width: 991px) {
  .comment-action {
    margin-top: .8em;
  }
  .comment-vote-up,
  .comment-vote-down {
    float: left;
    margin-right: 10px;
  }
  .comment-moderation {
    display: none;
  }
}
@media (min-width: 992px) {
  .comment-actions {
    text-align: right;
  }
  .comment-action {
    display: inline-block;
  }
  .comment-reply,
  .comment-moderation,
  .comment-attach,
  .comment-edit {
    float: left;
    margin-right: 10px;
  }
}
.comment-vote-up > strong:first-child {
  color: #333333;
}
.comment-vote-down > strong:first-child {
  color: #333333;
}
.comment-form,
.attachment-form,
.vector-chart-summary-holder {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  margin: 30px -15px -15px !important;
  padding: 15px 15px 15px 95px;
}
.comment-form > img,
.attachment-form > img,
.vector-chart-summary-holder > img {
  left: 15px;
}
li > .comment-form,
li > .attachment-form,
li > .vector-chart-summary-holder,
li > article > .comment-form,
li > article > .attachment-form,
li > article > .vector-chart-summary-holder {
  padding: 7.5px 7.5px !important;
}
@media (min-width: 992px) {
  .comment-form,
  .attachment-form,
  .vector-chart-summary-holder {
    margin: 30px -37px -28px !important;
    padding: 28px 37px 28px 117px;
  }
  .comment-form > img,
  .attachment-form > img,
  .vector-chart-summary-holder > img {
    left: 37px;
  }
  li > .comment-form,
  li > .attachment-form,
  li > .vector-chart-summary-holder,
  li > article > .comment-form,
  li > article > .attachment-form,
  li > article > .vector-chart-summary-holder {
    padding: 14px 18.5px !important;
  }
}
.comment-form > img,
.attachment-form > img,
.vector-chart-summary-holder > img {
  width: 60px;
  height: 60px;
  border: solid 1px #eeeeee;
  border-radius: 30px;
  position: absolute;
}
.comment-form .checkbox,
.attachment-form .checkbox,
.vector-chart-summary-holder .checkbox,
.comment-form .comment-language-field,
.attachment-form .comment-language-field,
.vector-chart-summary-holder .comment-language-field {
  float: left;
  clear: left;
}
.comment-form .form-group + .checkbox,
.attachment-form .form-group + .checkbox,
.vector-chart-summary-holder .form-group + .checkbox {
  margin-top: 0;
}
.comment-form .comment-language-field,
.attachment-form .comment-language-field,
.vector-chart-summary-holder .comment-language-field {
  min-width: 150px;
}
li > .comment-form,
li > .attachment-form,
li > .vector-chart-summary-holder {
  margin: .5em 0 0 80px !important;
  border: solid 1px #ddd;
}
li > article > .comment-form,
li > article > .attachment-form,
li > article > .vector-chart-summary-holder {
  margin: .5em 0 0 -80px !important;
}
.comment-votes-desc {
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
}
.clickable-img-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.profile > header {
  position: relative;
  padding-left: 122px;
}
.profile > header > .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.profile > header > .avatar img,
.profile > header > .avatar img + .clickable-img-overlay {
  width: 102px;
  height: 102px;
}
.profile > header {
  min-height: 219px;
  padding-bottom: 117px;
}
.profile > header + section {
  margin-top: 15px;
}
.profile > section {
  margin: 0 -15px;
  padding: 15px 15px;
}
.profile > section:last-child {
  margin-bottom: -15px;
}
.profile .badge-list + .badge-list {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .profile > header {
    min-height: 232px;
    padding-bottom: 130px;
  }
  .profile > header + section {
    margin-top: 28px;
  }
  .profile > section {
    margin: 0 -37px;
    padding: 28px 37px;
  }
  .profile > section:last-child {
    margin-bottom: -28px;
  }
  .profile .badge-list + .badge-list {
    padding-top: 28px;
  }
}
@media (min-width: 1200px) {
  .profile > header {
    min-height: 102px;
    padding-bottom: 0;
    padding-right: 395px;
  }
}
.profile > section {
  border-top: solid 1px #bbb;
}
.profile > section > h2 {
  font-size: 16px;
  position: relative;
}
.profile > section > h2 > .collapse-expand {
  font-size: 1em;
  top: 0;
  right: 0;
}
.profile > section > h2 > .collapse-expand:hover {
  text-decoration: none;
}
.profile-title {
  font-size: 24px;
  word-wrap: break-word;
}
.profile-title span {
  font-size: 14px;
  color: #bbbbbb;
  display: block;
  margin-top: 7px;
}
.member-stats {
  display: table;
  text-align: center;
  font-weight: bold;
  border: solid 1px #bbb;
  height: 102px;
  position: absolute;
}
@media (max-width: 1199px) {
  .member-stats {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .safari .member-stats {
    width: calc(100% + 102px + 20px);
  }
}
@media (min-width: 1200px) {
  .member-stats {
    width: 375px;
    top: 0;
    right: 0;
  }
}
.member-stats-details,
.member-stats-points {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.member-stats-details {
  border-right: solid 1px #bbb;
  width: 66%;
}
.member-stats-ideas {
  font-size: 18px;
}
.member-stats-points {
  font-size: 16px;
  position: relative;
}
.member-stats-points > strong {
  display: block;
  font-weight: normal;
  font-size: 30px;
  margin-top: -10px;
}
.points-summary {
  display: none;
}
.profile-leaderboard-link {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.badge-list > li {
  width: 95px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.badge-list > li > img,
.badge-list > li > a > img {
  display: block;
  margin: 0 auto;
}
.badge-list > li > a {
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}
.badge-list > li > a:lang(zh),
.badge-list > li > a:lang(zh-Hant) {
  font-size: 12px;
}
.badge-list > li > .json-link {
  display: none;
}
.badge-list > li:hover > .json-link {
  display: block;
  font-size: 42px;
  text-align: center;
  width: 64px;
  line-height: 56px;
  border: 4px solid #666;
  border-radius: 64px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  left: 15.5px;
  top: 0;
  text-decoration: none;
  color: #006400;
  background: #ccc;
}
.badge-list:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .badge-list {
    margin-right: -36px;
  }
  .badge-list > li {
    margin-right: 36px;
  }
}
@media (min-width: 992px) {
  .profile-list {
    border: solid 1px #bbb;
    background: #fff;
  }
  .ie8 .profile-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
}
.profile-list > .profile {
  border-top: solid 1px #bbb;
}
.profile-list > .profile > header > .profile-title > a {
  color: #333333;
}
.profile-list > .profile:first-child {
  border-top: none;
}
.profile-list > .profile > section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.profile-list .collapse-expand {
  position: absolute;
  right: -28px;
  top: -15px;
}
@media (max-width: 991px) {
  .profile-list .collapse-expand {
    right: -218px;
    top: 0;
  }
}
#memberships-section-content > .list-unstyled {
  font-size: 16px;
  line-height: 2em;
}
.idea-list-in-section-content {
  margin: 0 -15px -15px;
}
@media (min-width: 992px) {
  .idea-list-in-section-content {
    margin: 0 -37px -28px;
  }
}
.idea-list-in-section-content > .idea,
.idea-list-in-section-content > .paging {
  border-top: dotted 1px #bbb;
}
.idea-list-in-section-content > .idea-sorting + .idea,
.idea-list-in-section-content > .idea:first-child {
  border-top: none;
}
.login-area {
  padding: 50px 40px;
}
.login-area a {
  color: #1D5693;
}
.login-area a:hover {
  color: #006EF0;
}
.login-area > .row > section > h2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .login-area > .row > section > h2 {
    margin-bottom: 28px;
  }
}
.main-content-heading {
  font-size: 22px;
  margin-bottom: 1em;
}
.main-content-heading span {
  font-size: 18px;
}
.inline-help {
  color: #333333;
}
@media (min-width: 992px) {
  .social-auth-widget-placeholder {
    padding-top: 22px;
  }
}
.social-auth-widget-placeholder > ul {
  padding-left: 0;
  list-style: none;
}
.social-auth-widget-placeholder > ul > li {
  display: inline-block;
  margin: 0 3% 3% 0;
  background: #1377c7;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 3px #f0f0f0;
  -webkit-box-shadow: 0 2px 3px #f0f0f0;
  box-shadow: 0 2px 3px #f0f0f0;
  font-size: 32px;
  line-height: normal;
}
.social-auth-widget-placeholder > ul > li:hover {
  background: #2687d5;
}
.social-auth-widget-placeholder > ul > li a {
  padding: 0 12px 5px 12px;
}
.social-auth-widget-placeholder > ul > li a:hover {
  text-decoration: none;
}
[data-social-auth-provider] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tos h1,
.register-tos-content h1,
.contact h1 {
  font-size: 1.4em;
}
.tos h2,
.register-tos-content h2,
.contact h2 {
  font-size: 1.3em;
}
.tos h3,
.register-tos-content h3,
.contact h3 {
  font-size: 1.2em;
}
.tos h4,
.register-tos-content h4,
.contact h4 {
  font-size: 1.1em;
}
.tos h5,
.register-tos-content h5,
.contact h5 {
  font-size: 1em;
}
.tos h1,
.register-tos-content h1,
.contact h1,
.tos h2,
.register-tos-content h2,
.contact h2,
.tos h3,
.register-tos-content h3,
.contact h3,
.tos h4,
.register-tos-content h4,
.contact h4,
.tos h5,
.register-tos-content h5,
.contact h5 {
  margin: 1.2em 0 .8em;
}
.tos h1:first-child,
.register-tos-content h1:first-child,
.contact h1:first-child,
.tos h2:first-child,
.register-tos-content h2:first-child,
.contact h2:first-child,
.tos h3:first-child,
.register-tos-content h3:first-child,
.contact h3:first-child,
.tos h4:first-child,
.register-tos-content h4:first-child,
.contact h4:first-child,
.tos h5:first-child,
.register-tos-content h5:first-child,
.contact h5:first-child {
  margin-top: 0;
}
.tos ol,
.register-tos-content ol,
.contact ol,
.tos ul,
.register-tos-content ul,
.contact ul {
  padding-left: 14px;
}
.register-tos-content {
  height: 110px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 11px;
  background: #fff;
  padding: 10px 14px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
}
.only-tos {
  height: 200px;
}
.reviewscale-heading {
  font-size: 20px !important;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.reviewscale > .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.reviewscale .questions {
  background: #EBEBEB;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #eee;
  padding: 0 20px 20px;
}
.reviewscale .questions > ul {
  margin: 0;
}
.reviewscale .questions .question {
  font-size: 14px;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 20px 0 0;
  border-bottom: 1px solid #fff;
}
.reviewscale .questions .question > h5 {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.reviewscale .questions .question ul {
  margin: 5px 0 5px 0;
  padding: 2px 0 10px;
}
.reviewscale .questions .question ul li {
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  padding: 4px 9px;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0 2px 0 0;
}
.reviewscale .questions .question ul .high {
  border: 1px solid #a6422d;
  color: #a6422d;
}
.reviewscale .questions .question ul .high.rated,
.reviewscale .questions .question ul .high:hover {
  background: #a6422d;
  border: 1px solid #a6422d;
  color: #ffffff;
}
.reviewscale .questions .question ul .medium,
.reviewscale .questions .question ul .medium.rated,
.reviewscale .questions .question ul .medium:hover {
  border: 1px solid #f27235;
  color: #f27235;
}
.reviewscale .questions .question ul .medium.rated,
.reviewscale .questions .question ul .medium:hover {
  color: #ffffff;
  background: #f27235;
}
.reviewscale .questions .question ul .low,
.reviewscale .questions .question ul .low.rated,
.reviewscale .questions .question ul .low:hover {
  border: 1px solid #ed9c53;
  color: #ed9c53;
}
.reviewscale .questions .question ul .low.rated,
.reviewscale .questions .question ul .low:hover {
  color: #ffffff;
  background: #ed9c53;
}
.reviewscale .questions .question ul .np,
.reviewscale .questions .question ul .np.rated,
.reviewscale .questions .question ul .np:hover {
  border: 1px solid #cccccc;
  color: #cccccc;
  margin-left: 20px;
}
.reviewscale .questions .question ul .np.rated,
.reviewscale .questions .question ul .np:hover {
  background: #cccccc;
  color: #ffffff;
}
.reviewscale .questions .question ul .on,
.reviewscale .questions .question ul .on.rated,
.reviewscale .questions .question ul .on:hover {
  border: 1px solid #f27235;
  color: #f27235;
  min-width: 30px;
  text-align: center;
}
.reviewscale .questions .question ul .on.rated,
.reviewscale .questions .question ul .on:hover {
  background: #f27235;
  color: #ffffff;
}
.reviewscale .questions .question ul .off,
.reviewscale .questions .question ul .off.rated,
.reviewscale .questions .question ul .off:hover {
  border: 1px solid #cccccc;
  color: #cccccc;
  min-width: 30px;
  text-align: center;
}
.reviewscale .questions .question ul .off.rated,
.reviewscale .questions .question ul .off:hover {
  background: #cccccc;
  color: #ffffff;
}
.reviewscale .questions .question .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
  width: 294px;
  min-width: 273px;
}
.reviewscale .questions .question .edit-note {
  float: right;
}
.reviewscale .questions > .row {
  margin-top: 20px;
}
.reviewscale .questions .np-link {
  display: inline-block;
}
.reviewscale .review-paging .np-link {
  background-color: #333333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.reviewscale .review-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.reviewscale li.attachment {
  display: block;
}
.reviewscale .idea-extras-tabbed {
  margin: 0;
}
.reviewscale .details-content {
  clear: both;
  margin-top: 20px;
}
.reviewscale .details-content h4 {
  margin: 5px 0;
}
.reviewscale .action-bar {
  text-align: right;
}
.reviewscale .action-bar .btn {
  background-color: #333333;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 17px;
}
.reviewscale .collapse-expand {
  position: inherit;
  font-size: 12px;
  font-family: inherit;
  color: #333333;
}
.reviewscale .collapse-expand:hover {
  text-decoration: none;
}
.reviewscale-comments .comment-form {
  margin: 30px 0px -28px !important;
}
.quit-reviewscale {
  float: right;
  color: #006EF0;
}
@media (min-width: 768px) {
  .quit-reviewscale {
    margin-top: -2.5em;
  }
}
.factor-desc {
  margin: 0.5em 0;
  color: #888;
}
.factor-desc > .glyphicon {
  top: 2px;
}
.sidebar-idea-list h3 {
  background: #eee;
  padding: 5px;
  margin: 0px -5px 10px -5px;
  font-weight: bold;
  font-size: 17px;
}
.sidebar-idea-list > [data-toggle="collapse"] {
  display: block;
  margin-top: 0.5em;
  color: #006EF0;
  font-weight: 600;
}
.sidebar-idea-list > [data-toggle="collapse"] > .glyphicon {
  color: #333333;
  margin-right: 5px;
}
.sidebar-idea-list ul {
  margin: 0;
  padding: 0;
}
.sidebar-idea-list ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0 0 0;
  list-style: none;
}
.sidebar-idea-list ul li label {
  font-weight: normal;
  margin-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.sidebar-idea-list ul li:last-child {
  border-bottom: 0;
}
.sidebar-idea-list > .reviewscale {
  max-height: 414px;
  overflow: hidden;
}
.sidebar-idea-list > .reviewscale:hover {
  overflow: auto;
}
.sidebar-idea-list > .reviewscale > li {
  padding: 0 0 0 1px;
  margin: 0;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-idea-list > .reviewscale > li > label {
  display: inline;
  cursor: pointer;
}
.sidebar-idea-list > .reviewscale > li > input[type="checkbox"] {
  margin: 0 3px 0 0;
}
[aria-expanded="true"] > .glyphicon-plus:before {
  content: "\2212";
}
.action-summary {
  text-align: center;
  font-size: 15px;
}
.action-summary .pro-bar .pro-percent {
  line-height: 1;
  float: right;
}
.action-summary .pro-bar .progress-br {
  margin-right: 3em;
  overflow: hidden;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.action-summary .pro-bar .progress-br div {
  background: #006EF0;
  height: 15px;
}
.survey-countdown {
  margin-bottom: 1em;
}
.survey-countdown > h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.win-idea {
  color: #333333;
  font-weight: bold;
}
.attachment-list > li {
  margin-top: 10px;
  padding: 0 15px;
  font-weight: bold;
  color: #9b9b9b;
}
.attachment-list > li > img {
  margin-right: 10px;
}
.attachment-list > li > a {
  color: #006EF0;
}
.idea-details-digest,
.reviewscale .idea-meta,
.reviewscale .idea-meta > p {
  margin: 1em 0;
}
.idea-details-digest {
  font-weight: bold;
  color: #333;
}
.idea-details-digest > a {
  color: #006EF0;
}
.rs-idea-main-details strong {
  color: #333;
}
.assessment-sidebar {
  margin-left: 0 !important;
}
.sidebar-idea-list {
  padding: 0 !important;
}
.sidebar-idea-list .assessment-completed-items,
.sidebar-idea-list .assessment-incompleted-items {
  color: #000 !important;
}
.sidebar-idea-list .assessment-incompleted-items {
  margin-top: 1.5em;
}
.action-summary {
  height: 200px;
  border: solid 1px #bbb;
  background: #fff;
  background: #fb913d;
  color: #fff;
  padding: 18px 20px;
  -webkit-box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.ie8 .action-summary {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.vector-chart-holder .summary-v-chart {
  width: 100px;
  text-align: center;
  float: left;
}
.vector-chart-holder .summary-v-chart h4 {
  margin-bottom: 13px;
}
.vector-chart-holder .summary-v-chart div {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.vector-chart-holder .vector-chart .review-slider {
  width: 70px;
  float: left;
  margin-right: 5px;
}
.vector-chart-holder .vector-chart ul {
  margin: 0;
  padding: 0;
}
.vector-chart-holder .vector-chart ul li {
  height: 10px;
  margin: 0 0 2px 0;
  padding: 0;
  list-style: none;
}
.vector-chart-holder .vector-chart .cost-group ul li {
  background: #b83f42;
}
.vector-chart-holder .vector-chart .value-group ul li {
  background: #304481;
}
.vector-chart-holder .vector-chart .review-slider ul .fill {
  background: #c7cbcd;
}
.vector-chart-holder .row-n-margin {
  margin-left: 0;
  margin-right: 0;
  width: 800px;
  float: left;
}
.vector-chart-holder .row-n-margin .col-sm-6 {
  margin-top: 15px;
  position: initial;
  text-transform: lowercase;
}
.vector-chart-holder .row-n-margin .col-sm-6 span {
  text-transform: uppercase;
  font-weight: bold;
}
.vector-chart-holder .row-n-margin .idea {
  font-size: 16px;
}
.vector-chart-holder .row-n-margin .summary {
  text-align: right;
}
.vector-chart-holder .vector-chart-title {
  margin: 30px 0 5px 100px;
}
.vector-chart-summary-holder {
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .vector-chart-summary-holder {
    margin: 0 -15px -15px !important;
    padding: 28px 37px 28px 95px;
  }
}
.vector-chart-summary-holder ul {
  margin-left: 1px;
}
.vector-chart-summary-holder ul li {
  width: 70px;
  float: left;
  margin-right: 5px;
  text-align: center;
  position: relative;
  height: 110px;
}
.vector-chart-summary-holder ul li .factor-score,
.vector-chart-summary-holder ul li .factor-weight {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.vector-chart-summary-holder ul li .factor-score {
  padding: 3px 0;
  height: 29px;
  background: #fff;
  border: 1px #ddd solid;
  margin-bottom: 10px;
  font-size: 16px;
}
.vector-chart-summary-holder ul li .factor-weight {
  bottom: 0;
  font-size: 14px;
  margin-top: 20px;
  position: absolute;
}
.vector-chart-summary-holder .factor-score-label,
.vector-chart-summary-holder .factor-weight-label {
  margin: -102px 0 0 -70px;
  position: absolute;
  font-weight: bold;
}
.vector-chart-summary-holder .factor-weight-label {
  margin: -19px 0 0 -79px;
}
.factor-individual-score {
  width: 276px;
}
/*************  End: ReviewScale  ************/
/*************  Begin: Assessment  ************/
.assessment-list ul li,
.reviewscale-list ul li,
.pairwise-list ul li {
  line-height: 20px;
}
.assessment-list ul li span,
.reviewscale-list ul li span,
.pairwise-list ul li span {
  font-size: 20px;
  line-height: normal;
}
.assessment-list ul li a,
.reviewscale-list ul li a,
.pairwise-list ul li a {
  font-size: 14px;
  font-weight: normal;
}
.rating ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.rating ul li {
  width: 20px;
  height: 25px;
  background: url("/images/rating-sprites.png?v=3") no-repeat -57px 0;
  display: inline-block;
  cursor: pointer;
}
.rating ul .rated,
.rating ul li:hover,
.rating ul li.half-rated:hover {
  background-position: -3px 0;
}
.assessment .questions {
  border: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.assessment .questions > ul {
  margin: 0;
}
.assessment .questions .question {
  padding: 20px 20px 0 20px;
}
.assessment .questions .question ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.assessment .questions .question ul li {
  width: 20px;
  height: 25px;
  background: url("/images/rating-sprites.png?v=3") no-repeat -57px 0;
  display: inline-block;
  cursor: pointer;
}
.assessment .questions .question ul .rated,
.assessment .questions .question ul li:hover,
.assessment .questions .question ul li.half-rated:hover {
  background-position: -3px 0;
}
.assessment .questions .comment-link {
  font-size: 12px;
}
.assessment .questions .question-completed {
  position: absolute;
  margin: -28px 0 0 130px;
  color: #006EF0;
}
.assessment .questions .comment-required-notes {
  padding: 10px;
  background: #eee;
  font-size: 11px;
}
.assessment .questions .comment-required-notes .is-icon-warning {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.assessment .question {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  padding: 20px;
}
.assessment .question .assessment-comment-area {
  font-size: 12px;
  margin-top: 12px;
}
.assessment .question .link-a {
  font-size: 12px;
  font-weight: normal;
}
.assessment .question:last-child {
  border-bottom: 0;
}
.assessment .add-comment .comment-area {
  display: none;
}
.assessment .add-comment .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
  width: 294px;
  min-width: 273px;
}
.assessment .add-comment .btn {
  padding: 4px 16px;
  font-size: 11px;
  line-height: 1.42857143;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: #333;
  color: #fff;
}
.assessment .add-comment a {
  font-size: 12px;
}
.assessment .comment-container {
  line-height: 20px;
}
.assessment .assessment-paging {
  margin-bottom: 20px;
}
.assessment .assessment-paging .np-link {
  background-color: #333333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.assessment .assessment-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.assessment .action-bar {
  text-align: right;
}
.assessment .action-bar .btn {
  background-color: #333333;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 17px;
}
.assessment .collapse-expand {
  position: inherit;
  font-size: 12px;
  font-family: inherit;
  color: #333333;
}
.assessment .collapse-expand:hover {
  text-decoration: none;
}
.assessment .idea-extras-tabbed {
  margin: 0;
}
.assessment .details-content {
  clear: both;
  margin-top: 20px;
}
.assessment .details-content h4 {
  margin: 5px 0;
}
.assessment .padding-bottom-20 {
  padding-bottom: 20px;
}
.assessment .idea-meta {
  color: #888;
}
.assessment-report ul {
  border: solid 1px #999;
}
.assessment-report ul > li {
  border-bottom: solid 1px #999;
  padding: 10px 10px;
}
.assessment-report ul > li ol li {
  padding: 10px 0px;
}
.assessment-report .assessment-report-summary,
.assessment-report .assessment-report-questions {
  font-size: 14px;
}
.assessment-report .assessment-report-summary a,
.assessment-report .assessment-report-questions a {
  color: #000;
}
.assessment-report .assessment-report-question,
.assessment-report .assessment-report-overall {
  font-weight: bold;
}
.assessment-report .assessment-report-overall {
  font-size: 15px;
}
.assessment-report .assessment-report-summary {
  border-bottom: 0;
}
.assessment-rated ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.assessment-rated ul li {
  width: 20px;
  height: 25px;
  background: url("/images/rating-sprites.png?v=3") no-repeat -57px 0;
  display: inline-block;
  cursor: pointer;
}
.assessment-rated ul .rated,
.assessment-rated ul li:hover,
.assessment-rated ul li.half-rated:hover {
  background-position: -3px 0;
}
.assessment-rated ul {
  margin: -5px 0 0 0;
  border: 0;
}
.assessment-rated ul li {
  border: 0;
}
.assessment-rated ul li:hover {
  background-position: -57px 0;
}
/*************  End: Assessment  ************/
/*************  Begin: Poll  *************/
.poll .item {
  padding: 0 1px;
}
.poll .poll-paging {
  margin: 30px -12px 0px;
}
.poll .poll-paging .np-link {
  background-color: #333333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.poll .poll-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.costar-tag-small {
  background: #579cdc;
  color: #fff;
  padding: 3px 7px 2px 7px;
}
.label-tag-lg {
  background: #579cdc;
  color: #fff;
  font-size: 25px;
  padding: 2px 8px;
  display: inline-block;
}
.costar-tag-list {
  margin-top: 15px;
}
.costar-tag-list li {
  background: #579cdc;
  color: #fff;
  padding: 3px 7px 2px 7px;
  display: inline-block;
}
.costar-tag-list li a {
  color: #ffffff;
}
.costar-list li {
  padding: 15px 0 15px 45px;
}
.costar-list li .label-tag-lg {
  position: absolute;
  margin-left: -45px;
}
/*************  End: Co-star  ************/
/*************  Begin: Tag It  ************/
.tag-editor,
ul.tagit {
  min-height: 23px;
}
ul.tagit {
  font-size: 12px;
  padding: 4px 13px;
  border: 1px solid #C6C6C6;
  overflow: auto;
  background: #fff;
  margin: 0 0 10px 0px;
  border-radius: 0 !important;
}
ul.tagit,
ul.tagit li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  line-height: 1em;
}
ul.tagit li.tagit-choice {
  background-color: #DEE7F8;
  border: 1px solid #CAD8F3;
  padding: 2px 4px 3px;
  cursor: default;
}
ul.tagit li.tagit-choice:hover {
  background-color: #bbcef1;
  border-color: #6d95e0;
}
ul.tagit li.tagit-new {
  padding: 2px 4px 1px 0;
}
ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
  color: #777777;
  background: transparent !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
  padding: 2px 0 2px 3px;
  text-decoration: none;
  float: none;
  line-height: inherit;
  opacity: 1;
  text-shadow: none;
}
ul.tagit input[type="text"] {
  -webkit-box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  height: auto !important;
  width: 200px !important;
  font-size: 12px !important;
  background-color: #FFFFFF;
  color: #333333;
  vertical-align: middle;
}
input[type="text"].backing-field {
  display: none;
}
/*************  End: Tag It  ************/
#idea-form .file-upload-widget {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 4px;
  padding: 2px 12px;
}
#idea-form .file-upload-widget .fuw-btn {
  font-weight: normal;
}
#idea-form .btn-primary {
  padding: 8px 65px;
}
#idea-form .btn-draft {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 40px;
}
#idea-form .form-action {
  margin-top: 10px;
}
#idea-form abbr[title],
#idea-form abbr[data-original-title] {
  cursor: pointer;
  border-bottom: 0;
}
#comment-file-attachment .file-upload-widget {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-top: 4px;
  padding: 1px 7px;
  background-color: #FFFFFF;
}
#dynamic-search-results {
  background-color: #FFFFFF;
  border: 1px dotted #ccc;
  display: none;
  font-size: 12px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 8px;
}
.processing {
  background-image: url(/images/search-spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.processing div {
  opacity: 0.3;
}
#dynamic-search-results h6 {
  color: #008000;
  font-size: 12px;
}
#dynamic-search-results h6,
#dynamic-search-results a,
#dynamic-search-results p {
  margin: 0;
  padding: 4px;
}
#dynamic-search-results-content {
  height: 90px;
  margin: 6px -8px -6px;
  padding: 0 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
#dynamic-search-results-content > .list-unstyled {
  margin-bottom: 0;
}
#dynamic-search-results li {
  border-top: 1px solid #EEEEEE;
}
#dynamic-search-results a {
  display: block;
  text-decoration: none;
}
#dynamic-search-results a:hover {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #145B82;
}
#dynamic-search-results a:focus {
  background: none repeat scroll 0 0 #FFFFBB;
  outline: 0 none;
}
#dynamic-search-results p {
  color: #333333;
}
.change-alert {
  background-color: #FFFFBB;
}
/*************  End: Dynamic Search ***************/
.yammer-invitation-list > div > .thumbnail {
  padding-bottom: 0;
}
.yammer-invitation-list > div > .thumbnail > .caption > .checkbox {
  margin: 0;
}
.yammer-invitation-list > div > .thumbnail > .caption > .checkbox > label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idea-audit {
  margin-top: 1em;
}
.idea-audit > .btn-link {
  margin-right: .8em;
}
#idea-detail-attachment {
  margin-bottom: 1em;
}
.achievement-details > .media-left {
  width: 33%;
}
.achievement-history > img {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border: solid 1px #eeeeee;
  border-radius: 30px;
}
.achievement-history > img {
  margin-right: 5px;
}
.tab-alert-msg {
  margin-top: 10px;
}
.external-survey {
  width: 1200px;
  height: 600px;
}
/*************  Begin: Team Build  *************/
.idea-team-link {
  cursor: pointer;
  font-size: 12px;
}
.username-inline {
  color: #666666;
  font-weight: 400;
}
.team-member-list li {
  border-top: solid 1px #bbb;
  padding-top: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.team-member-list li:first-child {
  margin-top: 0;
}
.team-member-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.team-member-list li .member-list-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  width: 680px;
}
@media (min-width: 1200px) {
  .team-member-list li .member-list-info {
    width: 720px;
  }
}
.team-member-list li .member-list-info label {
  margin-bottom: 0;
}
.team-member-list li .member-list-info a {
  font-weight: normal;
}
.team-member-list li .member-list-info p {
  margin: 0;
}
.team-member-list li .member-list-info span {
  font-size: 12px;
  font-weight: normal;
}
.team-member-list li .member-list-info .team-member-action {
  text-align: right;
}
@media (max-width: 767px) {
  .team-member-list li .member-list-info .team-member-action {
    float: none;
    text-align: left;
    position: inherit;
    margin: 0;
  }
}
.team-member-list li .member-list-info .team-member-action a {
  color: #006EF0;
  font-weight: bold;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .team-member-list li .member-list-info .team-member-action a {
    margin-left: 0;
    display: block;
  }
}
.team-member-list li .btn-assign {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
}
@media (min-width: 768px) {
  .popover.idea-member-popover {
    width: intrinsic;/* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    width: -webkit-max-content;
  }
}
.popover.team-member-assign,
.popover.add-team-position {
  max-width: 476px;
}
.popover.team-member-assign .team-member-assign-form .team-member-input,
.popover.add-team-position .team-member-assign-form .team-member-input {
  width: 300px;
}
.popover.team-member-assign .team-member-assign-form .form-group,
.popover.add-team-position .team-member-assign-form .form-group {
  margin-right: 2px;
}
.popover.team-member-assign .team-member-assign-form .btn,
.popover.add-team-position .team-member-assign-form .btn {
  box-shadow: 0 0 0;
  border: 0;
  color: #fff;
}
.popover.team-member-assign .team-member-assign-form .btn-ok,
.popover.add-team-position .team-member-assign-form .btn-ok {
  background: #337ab7;
}
.popover.team-member-assign .team-member-assign-form .btn-cancel,
.popover.add-team-position .team-member-assign-form .btn-cancel {
  background: #999;
}
.popover.team-member-assign .team-member-assign-form .select2-container .select2-choice,
.popover.add-team-position .team-member-assign-form .select2-container .select2-choice {
  height: 30px;
}
#idea-team-details.panel-body {
  padding: 0 0 20px;
}
#idea-team-details.panel-body .team-member-list li {
  padding-left: 15px;
  padding-right: 15px;
}
#idea-team-details.panel-body .team-member-list .team-member-list-empty {
  padding: 5px 0 0;
  font-weight: normal;
}
#idea-team-details .popover-element.label {
  font-size: 90%;
  border-radius: 0;
  padding: 6px 15px;
}
/*************  End: Team Build  ************/
/*************  Begin: Refine  *************/
.refine-intro {
  margin-top: 0;
  margin-bottom: 18px;
}
.costar-list .costar-list-update {
  background: #fff;
  padding: 15px 15px 15px 60px;
}
.custom-field-list li {
  padding: 15px 0 15px 45px;
}
.custom-field-list li .label-tag-lg {
  position: absolute;
  margin-left: -45px;
}
.custom-field-list .costar-list-update {
  background: #fff;
  padding: 15px 15px 15px 60px;
}
.custom-field-list .btn {
  padding: 6px 25px;
}
.custom-field-list .help-block {
  margin-top: 10px;
  float: left;
}
.custom-field-list .custom-field > label {
  margin: 5px 0 15px;
}
.refine-custom-filed ul {
  padding: 0;
}
.refine-custom-filed ul li {
  margin: 0;
  padding: 5px 0 5px 25px;
  border-top: solid 1px #eee;
}
.refine-custom-filed ul li span {
  font-size: 16px;
  margin-right: 7px;
}
.refine-custom-filed ul li.selected {
  padding-left: 0;
  font-weight: bold;
  font-style: italic;
}
.refine-custom-filed .refine-action-links,
.refine-custom-filed .refine-edit-links {
  margin-top: 10px;
}
.refine-custom-filed .refine-edit-links {
  float: left;
}
.refine-custom-filed .cancel-btn {
  margin: 0 10px;
}
.idea-meta-author .collapse-expand,
.refine-action-links .collapse-expand {
  color: #333333;
  font-family: inherit;
  margin-left: 7px;
}
.custom-field-list,
.idea-description-history {
  padding: 0 !important;
  margin-top: 10px;
}
.custom-field-list .history-item,
.idea-description-history .history-item {
  background: #eee;
  padding: 25px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  border-top: 0;
}
.custom-field-list .history-item p,
.idea-description-history .history-item p {
  margin: 10px 0;
}
.custom-field-list .history-item:last-child,
.idea-description-history .history-item:last-child {
  border-bottom: 0;
}
.custom-field-list .history-item {
  margin-left: 65px;
}
.custom-field-list .history-item .date-time {
  color: #737373;
}
.history-items > li {
  margin-bottom: 20px;
}
/*************  End: Refine  ************/
/*************  Begin: Estimate  *************/
.vertical-text-center {
  vertical-align: middle;
  display: table-cell;
}
.estimate-value-block {
  margin: 30px 0 0 0;
}
.estimate-value-block ul {
  border: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.estimate-value-block ul li {
  border-bottom: solid 1px #dddddd;
}
.estimate-value-block ul li .question-summary {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .estimate-value-block ul li .question-summary {
    height: 50px;
  }
}
.estimate-value-block ul li .question-summary-outer {
  background: #eeeeee;
  margin-bottom: 0;
}
.estimate-value-block ul li .question-summary-outer .question-summary-value {
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .estimate-value-block ul li .question-summary-outer .question-summary-value {
    height: 75px;
  }
}
.estimate-value-block ul li .question-summary-outer .question-summary-value span {
  display: block;
}
.estimate-value-block ul li .row {
  margin: 0;
}
.estimate-value-block ul li h2 {
  margin-bottom: 5px;
  color: #666;
}
.estimate-value-block ul li .progress {
  margin-bottom: 5px;
  height: 12px;
}
.estimate-value-block .input-group-addon {
  background: #fff;
}
.idea-estimate {
  margin: 30px 0 0 0;
  border-bottom: 2px solid #bbb;
}
.idea-estimate ul {
  border: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.idea-estimate ul li {
  border-bottom: solid 1px #dddddd;
}
.idea-estimate ul li .question-summary {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-estimate ul li .question-summary {
    height: 50px;
  }
}
.idea-estimate ul li .question-summary-outer {
  background: #eeeeee;
  margin-bottom: 0;
}
.idea-estimate ul li .question-summary-outer .question-summary-value {
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-estimate ul li .question-summary-outer .question-summary-value {
    height: 75px;
  }
}
.idea-estimate ul li .question-summary-outer .question-summary-value span {
  display: block;
}
.idea-estimate ul li .row {
  margin: 0;
}
.idea-estimate ul li h2 {
  margin-bottom: 5px;
  color: #666;
}
.idea-estimate ul li .progress {
  margin-bottom: 5px;
  height: 12px;
}
.idea-estimate .input-group-addon {
  background: #fff;
}
.idea-estimate .action-bar {
  padding-bottom: 20px;
}
.idea-estimate .estimate-cost li:last-child,
.idea-estimate .estimate-value li:last-child {
  border-bottom: 0;
}
.idea-estimate .estimate-cost li .estimate-question-value,
.idea-estimate .estimate-value li .estimate-question-value {
  font-size: 15px;
}
.idea-estimate .estimate-cost li .estimate-value,
.idea-estimate .estimate-value li .estimate-value,
.idea-estimate .estimate-cost li .estimate-progress,
.idea-estimate .estimate-value li .estimate-progress {
  padding: 41px 20px 34px 10px;
}
@media (max-width: 767px) {
  .idea-estimate .estimate-cost li .estimate-value,
  .idea-estimate .estimate-value li .estimate-value,
  .idea-estimate .estimate-cost li .estimate-progress,
  .idea-estimate .estimate-value li .estimate-progress {
    padding: 10px 20px 20px 10px;
  }
}
.idea-estimate .estimate-cost li .estimate-value .progress-bar,
.idea-estimate .estimate-value li .estimate-value .progress-bar,
.idea-estimate .estimate-cost li .estimate-progress .progress-bar,
.idea-estimate .estimate-value li .estimate-progress .progress-bar {
  -webkit-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease;
}
.idea-estimate .estimate-cost li .row,
.idea-estimate .estimate-value li .row {
  margin: 0;
}
.idea-estimate .estimate-cost li .estimate-input-value,
.idea-estimate .estimate-value li .estimate-input-value {
  margin-bottom: 0;
}
.idea-estimate .estimate-cost li .estimate-input-value label,
.idea-estimate .estimate-value li .estimate-input-value label {
  text-transform: uppercase;
}
.idea-estimate .estimate-cost li .cost-value,
.idea-estimate .estimate-value li .cost-value {
  font-size: 16px;
}
.idea-estimate .estimate-cost-title,
.idea-estimate .estimate-value-title {
  font-size: 15px !important;
}
.idea-estimate .estimate-cost .high {
  color: #a6422d;
}
.idea-estimate .estimate-cost .medium {
  color: #f27235;
}
.idea-estimate .estimate-cost .low {
  color: #ed9c53;
}
.idea-estimate .estimate-cost .progress-bar.high {
  background: #a6422d;
}
.idea-estimate .estimate-cost .progress-bar.medium {
  background: #f27235;
}
.idea-estimate .estimate-cost .progress-bar.low {
  background: #ed9c53;
}
.idea-estimate .estimate-value .high {
  color: #003471;
}
.idea-estimate .estimate-value .medium {
  color: #0076a3;
}
.idea-estimate .estimate-value .low {
  color: #00bff3;
}
.idea-estimate .estimate-value .progress-bar.high {
  background: #003471;
}
.idea-estimate .estimate-value .progress-bar.medium {
  background: #0076a3;
}
.idea-estimate .estimate-value .progress-bar.low {
  background: #00bff3;
}
.idea-estimate .estimate-value.overall-report {
  margin-bottom: -1px;
}
.idea-estimate:last-child {
  border-bottom: 0;
}
.idea-estimate h4 {
  color: #888888;
  font-size: 14px;
}
/*************  End: Estimate  ************/
/*************  Start: Fund  ************/
.idea-fund {
  margin: 30px 0 0 0;
  margin: 0;
}
.idea-fund ul {
  border: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.idea-fund ul li {
  border-bottom: solid 1px #dddddd;
}
.idea-fund ul li .question-summary {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-fund ul li .question-summary {
    height: 50px;
  }
}
.idea-fund ul li .question-summary-outer {
  background: #eeeeee;
  margin-bottom: 0;
}
.idea-fund ul li .question-summary-outer .question-summary-value {
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-fund ul li .question-summary-outer .question-summary-value {
    height: 75px;
  }
}
.idea-fund ul li .question-summary-outer .question-summary-value span {
  display: block;
}
.idea-fund ul li .row {
  margin: 0;
}
.idea-fund ul li h2 {
  margin-bottom: 5px;
  color: #666;
}
.idea-fund ul li .progress {
  margin-bottom: 5px;
  height: 12px;
}
.idea-fund .input-group-addon {
  background: #fff;
}
.idea-fund h2 span {
  font-size: 14px;
  font-weight: normal;
}
.idea-fund .progress {
  margin-top: 10px;
}
.idea-fund ul li {
  padding-bottom: 15px;
}
.idea-fund ul li .question-summary {
  padding: 20px 20px 11px 20px;
  height: auto;
}
.idea-fund ul li .question-summary-value {
  padding: 25px;
  text-align: right;
}
.idea-fund .progress-caption {
  text-transform: lowercase;
}
.idea-fund .btn-primary {
  background: #337AB7;
  border: 1px solid #337AB7;
}
.funder-list .team-member-action {
  font-size: 18px;
}
/*************  End: Fund  ************/
.i10n-section {
  margin-bottom: 8.5px;
}
.i10n-panel {
  margin-top: 8.5px;
}
.moderation-menu {
  left: auto;
  right: 0;
}
.moderation-menu a,
.moderation-menu .as-menu-item-link {
  color: #333333;
}
.moderation-menu .dropdown-menu-shadow {
  top: 3px;
}
.moderation-menu .stage-name {
  max-width: 130px;
}
.moderation-menu > .non-approve-reject.dropdown-menu-item-group + .non-approve-reject.dropdown-menu-item-group {
  border-top: solid 1px #ddd;
  padding-top: 5px;
  margin-top: 5px;
}
.moderation-menu .glyphicon {
  margin-right: 4px;
}
.moderation-menu > ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-attention-needed {
  color: #999;
}
.approve-reject {
  display: none;
}
.approval-needed > .approve-reject {
  display: block;
}
.approval-needed > .non-approve-reject {
  display: none;
}
.action-enable-commenting {
  display: none !important;
}
.action-disable-commenting {
  display: block !important;
}
.commenting-disabled > .action-enable-commenting {
  display: block !important;
}
.commenting-disabled > .action-disable-commenting {
  display: none !important;
}
.action-unpin-idea {
  display: none !important;
}
.idea-pinned > .action-pin-idea {
  display: none !important;
}
.idea-pinned > .action-unpin-idea {
  display: block !important;
}
.comment-vote-up {
  margin-right: 10px;
}
.comment-vote-up,
.comment-vote-down {
  font-size: 14px;
}
.comment-vote-up a,
.comment-vote-down a {
  color: #9e9e9e;
}
.comment-vote-up a.comments-voted-up,
.comment-vote-down a.comments-voted-up {
  color: #006EF0;
}
.comment-vote-up a.comments-voted-down,
.comment-vote-down a.comments-voted-down {
  color: #333333;
}
.comment-vote-up .comments-voted-up,
.comment-vote-down .comments-voted-up {
  color: #006EF0;
}
.comment-vote-up .comments-voted-down,
.comment-vote-down .comments-voted-down {
  color: #333333;
}
.idea-list-modes-sub ul li {
  display: inline-block;
  padding: 0 15px;
  margin: 13px 0 5px;
  border-right: 2px solid #eee;
}
.idea-list-modes-sub ul li a {
  font-weight: bold;
  padding: 0 0 5px 0;
  color: #a2a2a2;
}
.idea-list-modes-sub ul li a:hover {
  text-decoration: none;
}
.idea-list-modes-sub ul li.active a {
  color: #333333;
  border-bottom: 2px solid #333333;
}
.idea-list-modes-sub ul li:last-child {
  border-right: 0;
}
.question-actions {
  /*todo-pp-v3 rewrite this when updating Q&As. it doesn't make sense to have comment-action inside question-actions*/
  position: static;
  border: 0;
  float: right;
  width: auto;
  height: auto;
}
.question-actions a {
  font-weight: bolder;
}
.question-actions .comment-action {
  overflow: hidden;
}
.sort-by {
  position: relative;
}
.tab-selector {
  padding: 30px 0 0;
}
.idea-comment-details {
  padding: 0 !important;
}
.screenr-iframe,
.vimeo-iframe,
.hapyak-iframe,
.brightcove-iframe {
  height: 292px;
  width: 480px;
}
.non-semantic-protector {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.ribbon {
  font-size: 14px !important;
  width: 70%;
  position: relative;
  background: #333333;
  color: #fff;
  text-align: center;
  padding: .5em 2em;
  margin: .5em auto 3em;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.7em;
  border: 1.2em solid #000000;
  z-index: -1;
}
.ribbon:before {
  left: -2.5em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2.5em;
  border-left-width: 2em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  bottom: -0.68em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 0.7em 0 0 .7em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 0.7em 0.7em 0 0;
}
.ribbon-gray {
  font-size: 14px !important;
  width: 70%;
  position: relative;
  background: #333333;
  color: #fff;
  text-align: center;
  padding: .5em 2em;
  margin: .5em auto 3em;
  background: #b2b2b2;
}
.ribbon-gray:before,
.ribbon-gray:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.7em;
  border: 1.2em solid #000000;
  z-index: -1;
}
.ribbon-gray:before {
  left: -2.5em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon-gray:after {
  right: -2.5em;
  border-left-width: 2em;
  border-right-color: transparent;
}
.ribbon-gray .ribbon-content:before,
.ribbon-gray .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  bottom: -0.68em;
}
.ribbon-gray .ribbon-content:before {
  left: 0;
  border-width: 0.7em 0 0 .7em;
}
.ribbon-gray .ribbon-content:after {
  right: 0;
  border-width: 0.7em 0.7em 0 0;
}
.ribbon-gray:before,
.ribbon-gray:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.7em;
  border: 1.2em solid #cacaca;
  z-index: -1;
}
.ribbon-gray:before {
  left: -2.5em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon-gray:after {
  right: -2.5em;
  border-left-width: 2em;
  border-right-color: transparent;
}
.ribbon-gray .ribbon-content:before,
.ribbon-gray .ribbon-content:after {
  border-color: #9c9c9c transparent transparent transparent;
}
.truste-sm {
  margin: 30px 0 0 0;
}
.truste-sm img {
  width: 110px;
}
.idea-feed-tag {
  background: #f67979;
  border: 1px solid #e76b6b;
  border-top: none;
  padding: 3px 8px 1px;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
}
.idea-feed-info {
  margin: 10px 0 15px;
}
.leaderboard-month-filter {
  right: 0;
}
.leaderboard-month-filter select.input-sm {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  width: 140px;
}
@media (max-width: 1199px) {
  .leaderboard-month-filter select.input-sm {
    width: 110px;
  }
}
.leaderboard-month-filter #roleid,
.leaderboard-month-filter #campaign-id {
  margin-right: 12px;
}
.sb-avatar {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
#leaders-section-content > ul > li {
  line-height: normal;
  padding: 8px 0 15px;
  position: relative;
}
#leaders-section-content > ul > li .leader-user-name {
  font-weight: normal;
  display: block;
  width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#leaders-section-content > ul > li .leader-position {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 12px;
}
.admin-idea-submit-behalf {
  width: 100%;
}
.btn-gapps-login {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.btn-gapps-login > img {
  margin-right: 5px;
}
.alert-success a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
@media print {
  #universal-top-bar {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
.description-form {
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0;
}
.refine-action-filed > li {
  margin-bottom: 25px;
}
.refine-action-filed > li:last-child {
  margin-bottom: 0;
}
#draft-list {
  position: absolute;
  right: 37px;
  top: 40px;
  padding: 5px 15px;
  cursor: pointer;
}
.draft-ideas {
  width: 450px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  padding: 15px;
}
.draft-ideas li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.draft-ideas li h4 {
  margin-bottom: 3px;
}
.draft-ideas li .date {
  color: #666;
}
.draft-ideas li a.draft-idea-deleted {
  color: #666;
  padding: 5px;
}
.draft-ideas li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.reviewscale-navigation .btn-sm {
  width: 75px !important;
}
.username-update-panel .panel-heading {
  width: 110px;
  background: #DDDDDD;
}
.username-update-panel .panel-heading h4 {
  color: #1377c7;
  margin: 0;
  font-size: 15px;
}
.username-update-panel .panel-body {
  padding: 25px 15px;
}
.username-update-panel .panel-footer {
  padding: 15px;
}
.username-update-panel .panel-footer h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .welcome-modal-body {
    padding: 40px 80px 50px;
  }
  .welcome-modal {
    width: 642px;
  }
}
.welcome-modal .modal-content {
  border-radius: 3px;
}
.welcome-modal .main-content-heading {
  margin-top: .5em;
}
.welcome-modal .main-content-sub-heading {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.welcome-modal .form-control {
  border-radius: 3px !important;
}
.welcome-modal-logo {
  width: 60px;
  height: 60px;
  margin: -20px auto 20px;
}
.welcome-modal-logo > .logo-alignment-helper {
  width: 60px;
  height: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > .is-icon {
  font-size: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > img {
  width: 60px;
  height: 60px;
}
.wizard-steps-indicator-ts-auth {
  display: table;
  margin: 1em auto 7px;
}
.wizard-steps-indicator-ts-auth li {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.wizard-steps-indicator-ts-auth li:first-child {
  margin-left: 0;
}
.wizard-steps-indicator-ts-auth li.active {
  background-color: #337abb;
  border: none;
}
.hide-second-item li:nth-child(2) {
  display: none;
}
.wizard-steps-indicator-text {
  margin-bottom: 2em;
  font-size: 15px;
}
.wizard-steps-indicator-text .active {
  color: #337abb;
}
.wizard-steps-indicator {
  margin: 1em 0 2em;
}
@media (min-width: 768px) {
  .wizard-steps-indicator > li + li > div {
    margin-left: 1em;
  }
}
.wizard-steps-indicator > li > div {
  color: #999;
  border-bottom: solid 3px #999;
  font-weight: bold;
  padding-left: 2px;
}
.wizard-steps-indicator > li > div > strong {
  font-size: 1.2em;
}
.wizard-steps-indicator > .active > div {
  color: #337abb;
  border-color: #337abb;
}
@media (max-width: 767px) {
  .welcome-modal-logo,
  .wizard-steps-indicator,
  .wizard-steps-indicator-text {
    display: none;
  }
}
.hint-toggle {
  color: #337abb;
  font-weight: normal !important;
}
.hint-toggle + .help-block {
  color: #337abb;
}
.btn-wizard {
  color: #fff;
  background-color: #347abb;
  border-color: #347abb;
}
.btn-wizard:focus,
.btn-wizard.focus {
  color: #fff;
  background-color: #296093;
  border-color: #183957;
}
.btn-wizard:hover {
  color: #fff;
  background-color: #296093;
  border-color: #275b8b;
}
.btn-wizard:active,
.btn-wizard.active,
.open > .dropdown-toggle.btn-wizard {
  color: #fff;
  background-color: #296093;
  border-color: #275b8b;
}
.btn-wizard:active:hover,
.btn-wizard.active:hover,
.open > .dropdown-toggle.btn-wizard:hover,
.btn-wizard:active:focus,
.btn-wizard.active:focus,
.open > .dropdown-toggle.btn-wizard:focus,
.btn-wizard:active.focus,
.btn-wizard.active.focus,
.open > .dropdown-toggle.btn-wizard.focus {
  color: #fff;
  background-color: #214e77;
  border-color: #183957;
}
.btn-wizard:active,
.btn-wizard.active,
.open > .dropdown-toggle.btn-wizard {
  background-image: none;
}
.btn-wizard.disabled:hover,
.btn-wizard[disabled]:hover,
fieldset[disabled] .btn-wizard:hover,
.btn-wizard.disabled:focus,
.btn-wizard[disabled]:focus,
fieldset[disabled] .btn-wizard:focus,
.btn-wizard.disabled.focus,
.btn-wizard[disabled].focus,
fieldset[disabled] .btn-wizard.focus {
  background-color: #347abb;
  border-color: #347abb;
}
.btn-wizard .badge {
  color: #347abb;
  background-color: #fff;
}
.tos-checkbox > label {
  font-weight: bold;
}
.tos-checkbox > label > a {
  text-decoration: underline;
  color: inherit;
}
.btn-gray {
  background: #999 !important;
}
.badges-disabled {
  background: url('/images/badge-migration.jpg');
  text-align: center;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .badges-disabled {
    padding: 60px 0;
  }
}
.table > tbody > tr > td {
  border-top: 1px solid #eee;
}
.popover-footer {
  margin: 10px 0 10px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.popover-body {
  padding: 15px 15px 0;
}
.category-popover {
  padding: 0;
  min-width: 300px;
}
.category-popover .popover-content {
  padding: 0;
}
.category-popover .popover-content .glyphicon-comment {
  top: 3px;
  margin-right: 5px;
}
.category-popover .popover-content .is-icon-light-bulb {
  top: 3px;
  font-size: 20px;
  position: relative;
}
.chevron {
  padding-top: 12px;
  display: block;
  color: #ffffff;
  background: #BBBBBB !important;
  width: 180px;
  text-transform: uppercase;
}
.chevron::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid #BBBBBB;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  position: absolute;
  left: 15px;
  bottom: -25px;
}
.campaign {
  border-bottom: 0 !important;
}
.campaign h3 {
  margin-bottom: 30px;
}
.campaign h4 {
  margin: 0;
}
.campaign #campaign-stage-flow {
  font-size: 14px;
}
.campaign #campaign-stage-flow > .row {
  margin-bottom: 30px;
}
.campaign #campaign-stage-flow .stage-item {
  padding-top: 12px;
  display: block;
  color: #ffffff;
  background: #BBBBBB !important;
  width: 180px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}
.campaign #campaign-stage-flow .stage-item::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid #BBBBBB;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  position: absolute;
  left: 15px;
  bottom: -25px;
}
.campaign #nav-campaign-team {
  border-top: 0;
}
#campaign-team .campaign-owner,
#campaign-team .campaign-moderator {
  padding-top: 10px;
}
@media (min-width: 992px) {
  #campaign-team > .row > .col-md-3 {
    border-right: 1px solid #333;
  }
}
#campaign-team h5 {
  margin: 0;
}
@media (max-width: 991px) {
  #campaign-team h5 {
    line-height: 2em;
    color: #999;
    border-bottom: solid 1px #ccc;
  }
}
@media (min-width: 992px) {
  #campaign-team h5 {
    text-align: center;
  }
}
.campaign-moderator > .avatar,
.campaign-owner > .avatar {
  border-radius: 50%;
  margin-bottom: 10px;
}
.campaign-moderator > .team-member-name,
.campaign-owner > .team-member-name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lets-start {
  border-bottom: 1px solid #bbbbbb !important;
}
.campaign-nav ul {
  margin: 0;
}
.campaign-nav ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 2px solid #999;
  line-height: 13px;
}
.campaign-nav ul li:last-child {
  border-right: 0;
}
.back-to-top {
  text-align: right;
}
.text-info {
  color: #333;
}
.terms-of-service-accept {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 16px;
  padding: 10px 40px;
}
.pagination > li > a,
.pagination > li span {
  color: #333333;
}
.pagination > li > a:hover,
.pagination > li span:hover,
.pagination > li > a:focus,
.pagination > li span:focus {
  color: #333333;
}
.utb-msg-new a {
  color: #333333;
}
.utb-msg-new a.active {
  color: #333333;
}
.new-idea-bar .btn-new-idea {
  background: #006EF0;
  border: 1px solid #666666;
}
@media (max-width: 1199px) {
  .idea-description-revision-history {
    position: inherit;
    display: block;
    margin: 10px 0 0 0 !important;
  }
}
.invite-friend h4 {
  font-weight: normal;
  margin: 15px 0;
}
.invite-friend .input-group-addon.glyphicon {
  top: 0;
}
@media (max-width: 767px) {
  .invite-friend .input-group-addon.glyphicon {
    display: none;
  }
}
.invite-friend .input-group-addon.glyphicon + .form-control {
  height: 32px;
}
@media (max-width: 767px) {
  .invite-friend .input-group-addon.email-domain {
    padding: 0;
    height: 32px;
  }
}
#tosAccept {
  margin-right: 2px;
}
#terms-of-service .btn-highlight {
  margin-top: -5px;
}
@media (max-width: 767px) {
  #terms-of-service .btn-highlight {
    margin-top: 0;
    float: none !important;
  }
}
#terms-of-service .terms-of-service-article {
  margin-top: -10px;
}
.similar-ideas h4.section-title {
  margin-top: -8px;
  margin-bottom: 20px;
  text-align: right;
}
.similar-ideas h4.section-title > a {
  color: #006EF0;
  font-size: inherit;
  font-family: inherit;
  position: static;
}
.panel-group-custom {
  border: none;
  margin-bottom: 12px;
}
.panel-group-custom > .panel-heading,
.panel-group-custom > .panel-body {
  padding: 15px;
  border-left: 7px solid #006EF0;
}
.panel-group-custom > .panel-body {
  border-left: 7px solid #bfdbfb;
}
.idea-header .idea-meta {
  margin-top: 2em;
}
.idea-header .idea-meta img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.idea-header .idea-meta > img:nth-child(n+2) {
  margin-left: -10px;
}
@media (max-width: 991px) {
  .idea-header .idea-meta > img:nth-child(n+2) {
    display: none;
  }
}
.idea-header .idea-meta > img:nth-child(n+4) {
  display: none;
}
.idea-header .idea-meta .popover-element,
.idea-header .idea-meta .owner-alt-view {
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  margin-left: 2px;
}
.idea-header .idea-meta .popover-element:focus,
.idea-header .idea-meta .owner-alt-view:focus {
  outline: 0;
  outline-offset: 0;
}
.idea-header .idea-meta .popover-element:active,
.idea-header .idea-meta .owner-alt-view:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.idea-header .idea-meta .popover-element label,
.idea-header .idea-meta .owner-alt-view label {
  margin: 0;
  color: #333333;
  font-size: 13px;
  padding-top: 9px;
  cursor: pointer;
}
.idea-header .idea-meta .popover-element time,
.idea-header .idea-meta .owner-alt-view time {
  font-weight: normal;
  color: #666666;
  position: relative;
  font-size: 12px;
  top: -8px;
}
.idea-header .idea-meta .owner-alt-view {
  cursor: default;
}
.idea-header .idea-meta .owner-alt-view label {
  cursor: default;
}
@media (min-width: 992px) {
  .idea-header .idea-meta .owner-alt-view {
    display: none;
  }
}
.idea-header .idea-title {
  color: #333333;
  margin-top: 15px;
}
.idea-followers .popover-element {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  border: none;
  background: none;
}
.idea-followers .popover-element:focus {
  outline: 0;
  outline-offset: 0;
}
.idea-followers .popover-element:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.popover.idea-member-popover,
.popover.idea-author-popover,
.popover.idea-follower-popover {
  background: #f8f8f8;
  box-shadow: none;
}
.popover.idea-member-popover.right > .arrow:after,
.popover.idea-author-popover.right > .arrow:after,
.popover.idea-follower-popover.right > .arrow:after {
  border-right-color: #f8f8f8;
}
.popover.idea-member-popover .popover-content,
.popover.idea-author-popover .popover-content,
.popover.idea-follower-popover .popover-content {
  min-width: 270px;
  padding: 0;
  max-height: 400px;
  overflow: auto;
}
.popover.idea-member-popover .popover-content #idea-member-popup .idea-member label,
.popover.idea-author-popover .popover-content #idea-member-popup .idea-member label,
.popover.idea-follower-popover .popover-content #idea-member-popup .idea-member label,
.popover.idea-member-popover .popover-content #idea-follower-popup .idea-member label,
.popover.idea-author-popover .popover-content #idea-follower-popup .idea-member label,
.popover.idea-follower-popover .popover-content #idea-follower-popup .idea-member label {
  width: 170px;
  vertical-align: middle;
}
.popover.idea-member-popover .popover-content #idea-member-popup .idea-member label .username-inline,
.popover.idea-author-popover .popover-content #idea-member-popup .idea-member label .username-inline,
.popover.idea-follower-popover .popover-content #idea-member-popup .idea-member label .username-inline,
.popover.idea-member-popover .popover-content #idea-follower-popup .idea-member label .username-inline,
.popover.idea-author-popover .popover-content #idea-follower-popup .idea-member label .username-inline,
.popover.idea-follower-popover .popover-content #idea-follower-popup .idea-member label .username-inline {
  display: block;
}
.popover.idea-member-popover .popover-content .idea-member-list .close,
.popover.idea-author-popover .popover-content .idea-member-list .close,
.popover.idea-follower-popover .popover-content .idea-member-list .close {
  padding-right: 6px;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member:first-of-type,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member:first-of-type,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member:first-of-type {
  padding-top: 15px;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member:last-of-type,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member:last-of-type,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member:last-of-type {
  border-bottom: none;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member img,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member img,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member img.author-img,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member img.author-img,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member img.author-img {
  vertical-align: top;
}
.popover.idea-member-popover .popover-content .idea-member-list .idea-member .at-mention,
.popover.idea-author-popover .popover-content .idea-member-list .idea-member .at-mention,
.popover.idea-follower-popover .popover-content .idea-member-list .idea-member .at-mention {
  color: #aaaaaa;
  font-weight: 400;
  position: relative;
  margin-top: -3px;
  display: block;
}
@media (max-width: 991px) {
  .popover.idea-member-popover .popover-content .team-member-list li .team-member-action,
  .popover.idea-author-popover .popover-content .team-member-list li .team-member-action,
  .popover.idea-follower-popover .popover-content .team-member-list li .team-member-action {
    float: none;
    text-align: left;
    position: inherit;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .popover.idea-member-popover .popover-content .team-member-list li .team-member-action a,
  .popover.idea-author-popover .popover-content .team-member-list li .team-member-action a,
  .popover.idea-follower-popover .popover-content .team-member-list li .team-member-action a {
    margin-left: 0;
    display: block;
  }
}
.popover.idea-member-popover .popover-content .team-member-list li:first-child,
.popover.idea-author-popover .popover-content .team-member-list li:first-child,
.popover.idea-follower-popover .popover-content .team-member-list li:first-child {
  border: none;
}
.fragment-border {
  position: relative;
  top: -15px;
  border-top: solid 1px #bbbbbb;
}
.activity-section {
  margin: 0 -37px -28px !important;
  background: #f8f8f8;
  padding: 16px 12px;
}
@media (max-width: 767px) {
  .activity-section {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .activity-section {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}
.activity-section .custom-field-edit {
  color: #006EF0;
}
.activity-section .vector-chart-summary-holder {
  background-color: transparent;
  border: none;
}
.activity-section #idea-team-details.panel-body {
  padding-top: 0;
}
.activity-section .idea-activity-heading {
  padding: 17px 18px;
  display: block;
  border-left: 7px solid #d3d3d3;
  position: relative;
  font-family: inherit;
  font-weight: inherit !important;
}
.activity-section .idea-activity-heading:hover {
  color: #333333;
  border-left-color: #006EF0;
}
.activity-section .idea-activity-heading:focus {
  color: #333333;
}
.activity-section .idea-activity-heading.inactive:hover {
  border-left-color: transparent;
}
.activity-section .idea-activity-heading .close {
  display: none;
}
.activity-section .idea-activity-heading h3 {
  margin: 0;
  color: #006EF0;
}
.activity-section .idea-activity-heading h3 .label {
  padding: 2px 3px;
  font-size: 70%;
}
.activity-section .idea-activity-heading h3 .label-primary {
  background: #006EF0;
}
.activity-section .idea-activity-heading.inactive {
  border-left-color: transparent;
}
.activity-section .idea-activity-heading.inactive h3 {
  color: #333333;
}
.activity-section .idea-activity-heading.active,
.activity-section .idea-activity-heading[aria-expanded="true"] {
  border-left-color: #006EF0;
}
.activity-section .idea-activity-heading.active .close,
.activity-section .idea-activity-heading[aria-expanded="true"] .close {
  display: inline;
}
.activity-section .idea-activity-heading.active h3,
.activity-section .idea-activity-heading[aria-expanded="true"] h3 {
  color: #333333 !important;
}
.activity-section .idea-activity-heading p {
  margin-bottom: 0;
  margin-top: 20px;
}
.activity-section h3 {
  font-size: 16px;
}
.activity-section .vote-activity-list > li:last-child {
  border-top: solid 1px #bbbbbb;
  margin-top: 15px;
}
.activity-section .vote-activity-list > li:first-child {
  border-top: none;
}
.form-control,
.select2-choices {
  border-radius: 0 !important;
}
.required-text,
.optional-text {
  margin-left: 5px;
  font-size: 11px;
  color: #0d7a0c;
  font-weight: bold;
}
.required-text .right-tick,
.optional-text .right-tick {
  font-size: 16px;
}
.optional-text {
  color: #666;
}
.pairwise-guide,
.idea-list-unavailable {
  text-align: center;
  font-size: 16px;
}
.pairwise-box {
  border: solid 1px #ddd;
  border-radius: 6px;
  box-shadow: 1px 3px 6px 1px rgba(204, 204, 204, 0.5);
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pairwise-box {
    margin: 12px 8px;
  }
}
.pairwise-guide {
  padding: 80px 120px;
  position: relative;
}
.pairwise-guide > .is-icon {
  color: #1AC956;
  font-size: 70px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pairwise-guide {
    padding: 40px 60px;
  }
}
@media (max-width: 991px) {
  .pairwise-guide {
    padding: 20px 30px;
  }
}
.pairwise-close {
  color: #999;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  line-height: 1;
}
.pairwise-close:hover,
.pairwise-close:focus {
  text-decoration: none;
}
.btn-guide {
  color: #fff;
  background-color: #1AC956;
  border-color: #1AC956;
  text-transform: uppercase;
  border-radius: 0.5em;
  margin-top: 1em;
  padding: 0.8em 3.2em;
}
.btn-guide:focus,
.btn-guide.focus {
  color: #fff;
  background-color: #149c43;
  border-color: #0b5826;
}
.btn-guide:hover {
  color: #fff;
  background-color: #149c43;
  border-color: #13933f;
}
.btn-guide:active,
.btn-guide.active,
.open > .dropdown-toggle.btn-guide {
  color: #fff;
  background-color: #149c43;
  border-color: #13933f;
}
.btn-guide:active:hover,
.btn-guide.active:hover,
.open > .dropdown-toggle.btn-guide:hover,
.btn-guide:active:focus,
.btn-guide.active:focus,
.open > .dropdown-toggle.btn-guide:focus,
.btn-guide:active.focus,
.btn-guide.active.focus,
.open > .dropdown-toggle.btn-guide.focus {
  color: #fff;
  background-color: #107c35;
  border-color: #0b5826;
}
.btn-guide:active,
.btn-guide.active,
.open > .dropdown-toggle.btn-guide {
  background-image: none;
}
.btn-guide.disabled:hover,
.btn-guide[disabled]:hover,
fieldset[disabled] .btn-guide:hover,
.btn-guide.disabled:focus,
.btn-guide[disabled]:focus,
fieldset[disabled] .btn-guide:focus,
.btn-guide.disabled.focus,
.btn-guide[disabled].focus,
fieldset[disabled] .btn-guide.focus {
  background-color: #1AC956;
  border-color: #1AC956;
}
.btn-guide .badge {
  color: #1AC956;
  background-color: #fff;
}
.idea-list-unavailable {
  padding: 120px 200px;
}
@media (max-width: 1199px) {
  .idea-list-unavailable {
    padding: 60px 100px;
  }
}
@media (max-width: 991px) {
  .idea-list-unavailable {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .campaign-description + #pairwise-container {
    margin-top: -20px;
  }
}
#pairwise-container > header > h2,
.pairwise-comparisons {
  padding-left: 100px;
}
#pairwise-container > header > h2 {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.pairwise-comparisons {
  position: relative;
}
.comparison-cta {
  line-height: 38px;
  text-align: right;
}
.comparison-cta > .btn {
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  vertical-align: baseline;
  margin: 0 3px 0 30px;
  padding: 7px 30px 10px;
}
.comparison-cta > .btn-pause {
  color: #fff;
  background-color: #adadad;
  border-color: #adadad;
}
.comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause.focus {
  color: #fff;
  background-color: #949494;
  border-color: #6d6d6d;
}
.comparison-cta > .btn-pause:hover {
  color: #fff;
  background-color: #949494;
  border-color: #8e8e8e;
}
.comparison-cta > .btn-pause:active,
.comparison-cta > .btn-pause.active,
.open > .dropdown-toggle.comparison-cta > .btn-pause {
  color: #fff;
  background-color: #949494;
  border-color: #8e8e8e;
}
.comparison-cta > .btn-pause:active:hover,
.comparison-cta > .btn-pause.active:hover,
.open > .dropdown-toggle.comparison-cta > .btn-pause:hover,
.comparison-cta > .btn-pause:active:focus,
.comparison-cta > .btn-pause.active:focus,
.open > .dropdown-toggle.comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause:active.focus,
.comparison-cta > .btn-pause.active.focus,
.open > .dropdown-toggle.comparison-cta > .btn-pause.focus {
  color: #fff;
  background-color: #828282;
  border-color: #6d6d6d;
}
.comparison-cta > .btn-pause:active,
.comparison-cta > .btn-pause.active,
.open > .dropdown-toggle.comparison-cta > .btn-pause {
  background-image: none;
}
.comparison-cta > .btn-pause.disabled:hover,
.comparison-cta > .btn-pause[disabled]:hover,
fieldset[disabled] .comparison-cta > .btn-pause:hover,
.comparison-cta > .btn-pause.disabled:focus,
.comparison-cta > .btn-pause[disabled]:focus,
fieldset[disabled] .comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause.disabled.focus,
.comparison-cta > .btn-pause[disabled].focus,
fieldset[disabled] .comparison-cta > .btn-pause.focus {
  background-color: #adadad;
  border-color: #adadad;
}
.comparison-cta > .btn-pause .badge {
  color: #adadad;
  background-color: #fff;
}
.comparison-cta > .btn-finish {
  color: #fff;
  background-color: #1AC956;
  border-color: #1AC956;
}
.comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish.focus {
  color: #fff;
  background-color: #149c43;
  border-color: #0b5826;
}
.comparison-cta > .btn-finish:hover {
  color: #fff;
  background-color: #149c43;
  border-color: #13933f;
}
.comparison-cta > .btn-finish:active,
.comparison-cta > .btn-finish.active,
.open > .dropdown-toggle.comparison-cta > .btn-finish {
  color: #fff;
  background-color: #149c43;
  border-color: #13933f;
}
.comparison-cta > .btn-finish:active:hover,
.comparison-cta > .btn-finish.active:hover,
.open > .dropdown-toggle.comparison-cta > .btn-finish:hover,
.comparison-cta > .btn-finish:active:focus,
.comparison-cta > .btn-finish.active:focus,
.open > .dropdown-toggle.comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish:active.focus,
.comparison-cta > .btn-finish.active.focus,
.open > .dropdown-toggle.comparison-cta > .btn-finish.focus {
  color: #fff;
  background-color: #107c35;
  border-color: #0b5826;
}
.comparison-cta > .btn-finish:active,
.comparison-cta > .btn-finish.active,
.open > .dropdown-toggle.comparison-cta > .btn-finish {
  background-image: none;
}
.comparison-cta > .btn-finish.disabled:hover,
.comparison-cta > .btn-finish[disabled]:hover,
fieldset[disabled] .comparison-cta > .btn-finish:hover,
.comparison-cta > .btn-finish.disabled:focus,
.comparison-cta > .btn-finish[disabled]:focus,
fieldset[disabled] .comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish.disabled.focus,
.comparison-cta > .btn-finish[disabled].focus,
fieldset[disabled] .comparison-cta > .btn-finish.focus {
  background-color: #1AC956;
  border-color: #1AC956;
}
.comparison-cta > .btn-finish .badge {
  color: #1AC956;
  background-color: #fff;
}
.pairwise-comparison-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: auto;
  z-index: 1;
  border-right: solid 1px #ddd;
  background: #F2F2F2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.more-revealed > .pairwise-comparison-list {
  border-bottom-left-radius: 0;
}
.pairwise-comparison-list > li {
  border-top: solid 1px #ccc;
}
.pairwise-comparison-list > li:first-child {
  border-top: none;
}
.pairwise-comparison-list > li > a {
  display: block;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}
.pairwise-comparison-list > li > a:hover {
  color: #333333;
}
.pairwise-comparison-list > li > .comparison-pending {
  background: #ccc;
  color: #fff !important;
}
.pairwise-comparison-list > li > .current {
  background: #1AC956;
  color: #fff !important;
  cursor: default;
}
@media (max-width: 991px) {
  #pairwise-container > header > h2 {
    margin-top: 20px;
  }
  #pairwise-container > header > h2,
  .pairwise-comparisons {
    padding-left: 0;
  }
  .comparison-cta {
    padding: 10px;
    line-height: 1.5em;
  }
  .comparison-cta > div > .btn {
    margin-top: 10px;
  }
  .pairwise-comparison-list {
    position: static;
    width: auto;
    border-radius: 0 !important;
    border-top: solid 1px #ddd;
    border-right: none;
  }
  .pairwise-comparison-list > li {
    float: left;
    border-top: none;
  }
  .pairwise-comparison-list > li > a {
    padding: 0 20px;
  }
}
.pairwise-comparison {
  height: 455px;
  border-top: solid 1px #ddd;
  position: relative;
  z-index: 1;/* make it sit above pairwise-comparison-list, so the box-shadow of ideas's hover outline won't be covered */
}
.pairwise-comparison:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.pairwise-idea {
  padding: 20px;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.pairwise-idea > .cover {
  padding-bottom: 60%;
  background-color: #ccc;
  background-size: cover;
  margin: -20px -20px 12px;
}
.pairwise-idea > .summary {
  max-height: 303.3333333333333px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pairwise-idea > .summary:after {
  top: 303.3333333333333px;
}
.pairwise-idea > .summary > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.pairwise-idea > .summary > p:last-child {
  margin: 0;
}
.pairwise-idea > .summary:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -4em;
  height: 4em;
  background: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
}
.pairwise-idea > .cover + .summary {
  max-height: 182px;
}
.pairwise-idea > .cover + .summary:after {
  top: 182px;
}
.pairwise-idea > a {
  color: #132393;
  text-decoration: underline;
  font-weight: bold;
  font-family: inherit;/* to override .collapse-expand */
  cursor: pointer;
  position: relative;/* make the links sit above the hover outline */
  display: inline-block;
  padding: 20px;
  margin: -20px;
}
.pairwise-idea > a:hover {
  color: #1AC956;
}
.pairwise-idea > label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0;
  line-height: 1;
  font-size: 40px;
  color: #ccc;
  border: solid 2px #ccc;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  cursor: pointer;
}
.pairwise-idea > label > .is-icon {
  display: block;
}
@media (max-width: 991px) {
  .pairwise-idea > label {
    font-size: 28px;
  }
}
.pairwise-idea:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pairwise-idea:hover:before {
  border: solid 1px #1AC956;
  box-shadow: 0 0 0 1px #1AC956;
}
.pairwise-idea:hover > label {
  background: #adadad;
  color: #fff;
}
.pairwise-idea.with-more:hover:before {
  border-bottom: none;
}
.pairwise-idea.with-more:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -1px;
}
.pairwise-idea.selected > label {
  background: #1AC956;
  color: #fff;
}
.pairwise-idea.selected:before {
  content: none;
}
.pairwise-idea-details {
  border-top: solid 1px #ddd;
  padding-top: 16px;
  padding-bottom: 28px;
  padding-left: 37px;
  padding-right: 37px;
}
.pairwise-idea-details > .nav-pills {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22.400000000000002px;
}
.pairwise-idea-details > .nav-pills > li {
  margin-right: 30px;
}
.pairwise-idea-details > .nav-pills > li > a {
  background: transparent !important;
  color: #999;
  padding: 0;
}
.pairwise-idea-details > .nav-pills > li > a:hover {
  color: #333333;
}
.pairwise-idea-details > .nav-pills > .active > a {
  color: #333333 !important;
  border-bottom: solid 1px #333333;
}
.pairwise-idea-details > .tab-content > .tab-pane > .idea {
  margin: -28px -37px;
}
@media (max-width: 991px) {
  .pairwise-idea-details {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pairwise-idea-details > .tab-content > .tab-pane > .idea {
    margin: -10px -10px;
  }
  .pairwise-idea-details > .nav-pills {
    font-size: 13px;
  }
  .pairwise-idea-details > .nav-pills > li {
    margin-right: 10px;
  }
}
#pairwise-idea-comments .comment-moderation {
  display: none;
}
#nav-campaign-terms-on-service .aside-section-heading > .collapse-expand {
  top: 10px;
  right: 35px !important;
}
.categories-section-expired .aside-section-heading {
  margin: 0;
}
.categories-section-expired .link-list {
  margin-top: 10px;
}
.sso-login-section .sso-account {
  margin-bottom: 30px;
}
.idea-title.details-page {
  color: #333333 !important;
}
.select2-container .select2-choice {
  border-color: #C6C6C6;
  background-image: none;
  border-radius: 0;
  font-weight: normal;
}
.link {
  color: #006EF0;
}
.persistent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.persistent-banner.alert {
  text-align: left;
  font-size: 16px;
  padding: 25px;
}
@media (max-width: 767px) {
  .persistent-banner.alert {
    font-size: 14px;
  }
}
.persistent-banner.alert .btn {
  min-width: 140px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #222;
  color: #fff;
}
.persistent-banner.alert .btn.close {
  opacity: 1;
  border: 1px solid #222;
  text-shadow: none;
}
.persistent-banner.alert .btn.close:hover {
  border-color: #ccc;
}
.persistent-banner.alert-info {
  background: #1377c7;
  border-color: #0d6ab4;
  margin: 0;
  color: #fff;
}
.persistent-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
.card .card-heading {
  font-size: 16px;
  background: #f8f8f8;
  padding: 12px;
  border: 1px solid #bbb;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.card .card-body {
  padding: 12px;
  border: 1px solid #bbb;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.card .card-body .action-of-the-day-lists {
  list-style: none;
  padding: 0;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list {
  font-weight: normal;
  font-size: 14px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  color: #d8d8d8;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list .popover-element {
  color: #006EF0;
  cursor: pointer;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list .action-of-the-day-point {
  color: #333333;
  font-size: 12px;
  font-style: italic;
  padding-left: 22px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action:before {
  color: #7ed321;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action .popover-element {
  color: #666666;
  text-decoration: line-through;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action .action-of-the-day-point {
  color: #666666;
}
.action-of-the-day-popover,
.actionitem-popover,
.about-activity-popover,
.action-of-the-day-popover,
.community-login-popover {
  background: #333333;
  font-size: 14px;
  border-radius: 2px;
  color: #ffffff;
  max-width: 310px !important;
}
.action-of-the-day-popover.left > .arrow:after,
.actionitem-popover.left > .arrow:after,
.about-activity-popover.left > .arrow:after,
.action-of-the-day-popover.left > .arrow:after,
.community-login-popover.left > .arrow:after {
  border-left-color: #333333;
}
.action-of-the-day-popover.right > .arrow:after,
.actionitem-popover.right > .arrow:after,
.about-activity-popover.right > .arrow:after,
.action-of-the-day-popover.right > .arrow:after,
.community-login-popover.right > .arrow:after {
  border-right-color: #333333;
}
.action-of-the-day-popover.top > .arrow:after,
.actionitem-popover.top > .arrow:after,
.about-activity-popover.top > .arrow:after,
.action-of-the-day-popover.top > .arrow:after,
.community-login-popover.top > .arrow:after {
  border-top-color: #333333;
}
.action-of-the-day-popover.bottom > .arrow:after,
.actionitem-popover.bottom > .arrow:after,
.about-activity-popover.bottom > .arrow:after,
.action-of-the-day-popover.bottom > .arrow:after,
.community-login-popover.bottom > .arrow:after {
  border-bottom-color: #333333;
}
.action-of-the-day-popover .close,
.actionitem-popover .close,
.about-activity-popover .close,
.action-of-the-day-popover .close,
.community-login-popover .close {
  color: #ffffff;
  font-weight: 100;
  font-size: 24px;
  margin-top: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.action-of-the-day-popover .popover-header,
.actionitem-popover .popover-header,
.about-activity-popover .popover-header,
.action-of-the-day-popover .popover-header,
.community-login-popover .popover-header {
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.action-of-the-day-popover .popover-body,
.actionitem-popover .popover-body,
.about-activity-popover .popover-body,
.action-of-the-day-popover .popover-body,
.community-login-popover .popover-body {
  padding: 0 0 10px;
}
.action-of-the-day-popover .popover-body p,
.actionitem-popover .popover-body p,
.about-activity-popover .popover-body p,
.action-of-the-day-popover .popover-body p,
.community-login-popover .popover-body p {
  padding-top: 12px;
}
.action-of-the-day-popover .popover-footer,
.actionitem-popover .popover-footer,
.about-activity-popover .popover-footer,
.action-of-the-day-popover .popover-footer,
.community-login-popover .popover-footer {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.action-of-the-day-popover .popover-footer .btn,
.actionitem-popover .popover-footer .btn,
.about-activity-popover .popover-footer .btn,
.action-of-the-day-popover .popover-footer .btn,
.community-login-popover .popover-footer .btn {
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 2px;
  font-size: 14px;
}
.action-of-the-day-popover .popover-footer .btn.btn-highlight,
.actionitem-popover .popover-footer .btn.btn-highlight,
.about-activity-popover .popover-footer .btn.btn-highlight,
.action-of-the-day-popover .popover-footer .btn.btn-highlight,
.community-login-popover .popover-footer .btn.btn-highlight {
  color: #ffffff;
}
.action-of-the-day-popover .popover-footer .btn.btn-highlight:hover,
.actionitem-popover .popover-footer .btn.btn-highlight:hover,
.about-activity-popover .popover-footer .btn.btn-highlight:hover,
.action-of-the-day-popover .popover-footer .btn.btn-highlight:hover,
.community-login-popover .popover-footer .btn.btn-highlight:hover {
  color: #a3cdff;
}
.action-of-the-day-popover .popover-footer .btn.exit-tour,
.actionitem-popover .popover-footer .btn.exit-tour,
.about-activity-popover .popover-footer .btn.exit-tour,
.action-of-the-day-popover .popover-footer .btn.exit-tour,
.community-login-popover .popover-footer .btn.exit-tour {
  color: #ffffff !important;
  margin-top: 0;
  font-weight: normal;
  padding: 6px 15px !important;
}
.action-of-the-day-popover .popover-footer .dont-show-msg,
.actionitem-popover .popover-footer .dont-show-msg,
.about-activity-popover .popover-footer .dont-show-msg,
.action-of-the-day-popover .popover-footer .dont-show-msg,
.community-login-popover .popover-footer .dont-show-msg {
  cursor: pointer;
  color: #BBBBBB;
  text-decoration: underline;
}
.action-of-the-day-popover.ft-welcome-popover-wrapper,
.actionitem-popover.ft-welcome-popover-wrapper,
.about-activity-popover.ft-welcome-popover-wrapper,
.action-of-the-day-popover.ft-welcome-popover-wrapper,
.community-login-popover.ft-welcome-popover-wrapper {
  left: 40% !important;
  top: 30% !important;
}
.action-of-the-day-popover.ft-welcome-popover-wrapper .arrow,
.actionitem-popover.ft-welcome-popover-wrapper .arrow,
.about-activity-popover.ft-welcome-popover-wrapper .arrow,
.action-of-the-day-popover.ft-welcome-popover-wrapper .arrow,
.community-login-popover.ft-welcome-popover-wrapper .arrow {
  display: none !important;
}
.action-of-the-day-popover.ft-campaign-popover-wrapper,
.actionitem-popover.ft-campaign-popover-wrapper,
.about-activity-popover.ft-campaign-popover-wrapper,
.action-of-the-day-popover.ft-campaign-popover-wrapper,
.community-login-popover.ft-campaign-popover-wrapper {
  margin: 30px 0 0 15px !important;
}
.action-of-the-day-popover.ft-search-popover-wrapper,
.actionitem-popover.ft-search-popover-wrapper,
.about-activity-popover.ft-search-popover-wrapper,
.action-of-the-day-popover.ft-search-popover-wrapper,
.community-login-popover.ft-search-popover-wrapper {
  margin: 30px 0 0 15px !important;
}
.action-of-the-day-popover.ft-search-popover-wrapper,
.actionitem-popover.ft-search-popover-wrapper,
.about-activity-popover.ft-search-popover-wrapper,
.action-of-the-day-popover.ft-search-popover-wrapper,
.community-login-popover.ft-search-popover-wrapper {
  margin: -10px 0 0 100px !important;
}
.action-of-the-day-popover.ft-vote-popover-wrapper,
.actionitem-popover.ft-vote-popover-wrapper,
.about-activity-popover.ft-vote-popover-wrapper,
.action-of-the-day-popover.ft-vote-popover-wrapper,
.community-login-popover.ft-vote-popover-wrapper {
  margin: -10px 0 0 55px !important;
}
.action-of-the-day-popover.ft-submit-idea-popover-wrapper,
.actionitem-popover.ft-submit-idea-popover-wrapper,
.about-activity-popover.ft-submit-idea-popover-wrapper,
.action-of-the-day-popover.ft-submit-idea-popover-wrapper,
.community-login-popover.ft-submit-idea-popover-wrapper {
  margin: 10px 0 0 -110px !important;
}
.action-of-the-day-popover.ft-comment-popover-wrapper,
.actionitem-popover.ft-comment-popover-wrapper,
.about-activity-popover.ft-comment-popover-wrapper,
.action-of-the-day-popover.ft-comment-popover-wrapper,
.community-login-popover.ft-comment-popover-wrapper {
  margin: -10px 0 0 50px !important;
}
.community-login-link {
  position: relative;
}
.community-login-popover {
  width: 248px;
  position: absolute;
  top: 38px !important;
  left: -178px;
}
@media (max-width: 767px) {
  .community-login-popover {
    left: -201px;
  }
}
.community-login-popover .dismiss-popover {
  color: #fff;
  text-decoration: underline;
}
.community-login-popover > .arrow {
  left: 85% !important;
}
@media (max-width: 767px) {
  .community-login-popover > .arrow {
    left: 90% !important;
  }
}
.community-modal .modal-body {
  padding-bottom: 30px;
  padding-top: 30px;
}
.community-modal .modal-body h4 {
  margin-bottom: 25px;
}
.community-logo-hidden .official-header .logo {
  display: none !important;
}
.community-logo-hidden .community-name,
.community-logo-hidden .official-main-nav {
  left: 15px !important;
}
.about-activity {
  color: #666;
  font-size: 15px;
  margin-top: -14px;
  margin-bottom: 18px;
  display: table;
}
.about-activity .glyphicon-info-sign {
  font-size: 20px;
  top: 4px;
}
.idea-details .idea-header .idea-meta {
  margin-top: 26px;
}
.idea-details .idea-header .idea-meta img {
  width: 30px;
  height: 30px;
}
.idea-details .idea-header .idea-title {
  margin-top: 13px;
  margin-bottom: 5px;
}
.idea-details .idea-actions {
  margin-top: 0;
  margin-bottom: 22px;
}
.idea-details .idea-actions .i10n-section {
  margin-bottom: 0;
}
.idea-details .idea-main-details .idea-content {
  margin-bottom: 14px;
}
.idea-details .idea-main-details .idea-tags {
  margin-top: 17px;
  margin-bottom: 15px;
}
.idea-details .idea-main-details .idea-tags .list-inline-compact {
  display: inline;
  margin-right: 5px;
}
.idea-details .idea-main-details .idea-tags .list-inline-compact + div {
  display: inline;
}
.idea-details .idea-main-details .idea-meta {
  margin-top: 14px;
}
.idea-details .idea-main-details .idea-meta p {
  margin-top: 3px;
}
.idea-details .idea-main-details .idea-meta.idea-meta-author {
  margin-bottom: 22px;
}
.idea-details .idea-main-details .idea-meta.idea-owner-assign {
  margin-top: 21px;
  margin-bottom: 18px;
}
.idea-details .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
  padding-right: 37px;
}
.idea-details .activity-section .voter > img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
body.two-step-auth {
  padding-top: 0 !important;
}
.emoji-enabled {
  padding-right: 24px;
}
.wdt-emoji-tab {
  outline: none;
}
.wdt-emoji-picker {
  outline: none;
}
#idea-form-contents .wdt-emoji-picker,
.description-form .wdt-emoji-picker {
  top: 31px;
}
#wdt-emoji-search,
#wdt-emoji-search:focus {
  height: 32px;
  padding: 7px;
}
.main-container span.emoji-outer {
  width: 18px !important;
  height: 18px !important;
}
.b-text {
  color: #333333;
}
.t-margin-15 {
  margin-top: 15px;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 2px;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .fixed-footer {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-footer {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-footer {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .fixed-footer {
    width: 1150px;
  }
}
.fixed-footer:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffffff;
}
@media (min-width: 992px) {
  .assessment-intro,
  .assessment-thanks {
    width: 60%;
  }
}
.assessment-intro .btn-guide,
.assessment-thanks .btn-guide {
  border: none;
  border-radius: 0.3em;
  text-transform: none;
}
.assessment-intro .btn-guide:hover,
.assessment-thanks .btn-guide:hover {
  opacity: .7;
}
.assessment-intro h4,
.assessment-thanks h4 {
  line-height: 20px;
}
.assessment-intro .thanks-msg-part1,
.assessment-thanks .thanks-msg-part1 {
  margin-bottom: 50px;
}
.assessment-intro .thanks-msg-part2,
.assessment-thanks .thanks-msg-part2 {
  font-weight: normal;
  margin-bottom: 30px;
}
.smooth-scroll {
  cursor: pointer;
}
.show-assessment .logo,
.show-assessment .community-name,
.show-assessment .page-name,
.show-assessment .official-main-nav,
.show-assessment .new-idea-button {
  display: none !important;
}
.content-vertical-centered {
  display: table;
  width: 100%;
}
.content-vertical-centered .vertical-centered-child {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0;
  }
  .padding-right-0 {
    padding-right: 0;
  }
}
.smooth-scroll {
  cursor: pointer;
}
.input-disabled {
  -webkit-pointer-events: none;
  pointer-events: none;
  cursor: default;
}
.input-disabled .file-upload-widget,
.input-disabled .tagit {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
}
.input-disabled .file-upload-widget input[type="text"],
.input-disabled .tagit input[type="text"] {
  background-color: #f4f4f4;
}
body {
  padding-top: 38px !important;
}
#universal-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  z-index: 9999;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  min-height: 0;
  border: none;
  box-shadow: 0 1px 6px #999;
}
.ie8 #universal-top-bar {
  border-bottom: solid 1px #f5f5f5;
}
#universal-top-bar > .utb-container {
  padding: 0;
  background: #fff;
}
#universal-top-bar > .utb-container > .nav > li {
  float: left;
}
#universal-top-bar .pull-right:last-child {
  margin-right: -1px;
}
@media (min-width: 768px) {
  #universal-top-bar > .container {
    padding: 0 15px;
  }
  #universal-top-bar .pull-right {
    margin-right: -1px;
  }
}
@media (min-width: 992px) {
  #universal-top-bar > .container {
    padding: 0 20px;
  }
}
#universal-top-bar .nav {
  border-left: solid 1px #f5f5f5;
}
#universal-top-bar .nav > li {
  border-right: solid 1px #f5f5f5;
}
#universal-top-bar .nav > li > a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 15px;
  height: 38px;
  line-height: 36px;
  white-space: nowrap;
  font-family: 'is-lg-regular' !important;
  font-size: 22px !important;
  text-transform: lowercase !important;
}
.custom-font-off #universal-top-bar .nav > li > a {
  font-family: inherit !important;
  font-size: 16px !important;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-down,
#universal-top-bar .nav > li > a > .is-icon-arrow-right {
  font-size: 12px;
  margin-left: 8px;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-right {
  margin-right: 8px;
}
@media (max-width: 767px) {
  #universal-top-bar .nav > li > a {
    padding: 0 8px;
  }
  #universal-top-bar .nav > li > a.utb-join {
    display: block;
    white-space: nowrap;
    width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#universal-top-bar .nav > li > a > .is-icon-notifications {
  font-size: 20px;
}
#universal-top-bar .nav > li > a > .is-icon-checkbox {
  font-size: 23px;
}
#universal-top-bar .nav > li > a:focus,
#universal-top-bar .nav > li > a:hover {
  background-color: #f5f5f5 !important;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle] {
  outline: 0;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle],
#universal-top-bar .nav > li.dropdown.active > [data-toggle],
#universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
#universal-top-bar .nav > li:hover > .no-dropdown {
  color: #C25304 !important;
  background-color: #f5f5f5 !important;
}
#universal-top-bar .dropdown-menu-item-group > .dropdown-menu-item-header {
  color: #777777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#universal-top-bar .dropdown-menu-item-group > li > a {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#universal-top-bar .dropdown-menu-item-group > li > a:hover,
#universal-top-bar .dropdown-menu-item-group > li > a:focus {
  background-color: #f39b60;
}
#universal-top-bar .dropdown-menu-item-group > li > a.utb-highlight {
  color: #C25304 !important;
}
#universal-top-bar .dropdown-menu-item-group > li > a.utb-highlight:hover {
  color: #000 !important;
}
#universal-top-bar .dropdown-menu {
  margin-top: 0;
  color: #333;
  background: #f5f5f5;
}
#universal-top-bar .dropdown-menu a {
  color: #333;
}
#universal-top-bar #utb-persistent > a {
  background-color: #006EF0 !important;
  margin: 3px;
  line-height: 30px;
  color: #fff !important;
  border: none;
  text-transform: capitalize !important;
  height: 31px;
  font-size: 15px !important;
  font-family: sans-serif !important;
  padding: 0 20px;
}
#universal-top-bar #utb-persistent > a:hover {
  background-color: #333333 !important;
}
#universal-top-bar #utb-persistent > a.disabled {
  opacity: 1;
  background: #ccc !important;
  color: #eeeeee;
  border-color: #eeeeee;
}
#utb-logo {
  float: left;
  font-family: 'is-lg-regular' !important;
  font-size: 22px !important;
  text-transform: lowercase !important;
  text-decoration: none !important;
  height: 38px;/* This helps preventing the topbar from being stretched during page load */
  line-height: 38px;
  color: #333 !important;
  margin: 0 0 0 -1px;
  padding: 0 0 0 10px;
  border-left: solid 1px #f5f5f5;
}
.custom-font-off #utb-logo {
  font-family: inherit !important;
  font-size: 16px !important;
}
#utb-logo > .is-icon-logo {
  font-size: 35px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.custom-font-off #utb-logo > .is-icon-logo:before {
  content: "";
  background: url(/unified/i/custom-font-fallbacks/logo-30.png) no-repeat 50% 50%;
  display: inline-block;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 4px;
}
#utb-logo > img {
  display: inline;
}
@media (min-width: 768px) {
  #utb-logo {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  #utb-logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .utb-logo-default {
    display: none;
  }
  .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    display: inline-block;
    font-family: 'isicon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    vertical-align: middle;
  }
  .custom-font-off .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    content: "";
    background: url(/unified/i/custom-font-fallbacks/logo-30.png) no-repeat 50% 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 4px;
  }
  .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    content: "\e000";
  }
}
#utb-communities-dropdown #utb-communities-dropdown-toggle-label {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #utb-communities-dropdown {
    width: 146px;
  }
  #utb-communities-dropdown #utb-communities-dropdown-toggle-label {
    width: 96px;
  }
}
@media (min-width: 1200px) {
  #utb-communities-dropdown {
    width: 131px;
  }
  #utb-communities-dropdown #utb-communities-dropdown-toggle-label {
    width: 81px;
  }
}
@media (min-width: 992px) {
  #utb-communities-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  #utb-communities-menu,
  #utb-user-menu {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  #utb-communities-menu,
  #utb-user-menu {
    width: 260px;
  }
}
#utb-new-community {
  border-top: solid 1px #b2b2b2;
  margin-top: 9px;
  padding-top: 4px;
}
#utb-community-list .locked > a {
  padding-right: 20px;
  background-image: url(/unified/i/lock.png) !important;
  background-repeat: no-repeat !important;
  background-position: 99% 50% !important;
}
@media (min-width: 767px) {
  .utb-responsive-height {
    max-height: 200px;
    overflow: auto;
  }
}
@media (min-width: 767px) and (min-height: 350px) {
  .utb-responsive-height {
    max-height: 250px;
  }
}
@media (min-width: 767px) and (min-height: 610px) {
  .utb-responsive-height {
    max-height: 510px;
  }
}
@media (min-width: 767px) and (min-height: 800px) {
  .utb-responsive-height {
    max-height: 700px;
  }
}
.utb-btn-icon {
  position: static;
  vertical-align: middle;
  font-size: 16px;
}
.custom-font-off .utb-btn-icon {
  font-size: 1.8em;
}
.utb-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 14px;
}
.top-bar-sudo-admin {
  top: -7px;
  display: inline-block;
  position: inherit;
}
.top-bar-sudo-admin .is-icon-arrow-right {
  position: relative;
  top: 2px;
}
.utb-with-numeric-indicator .badge {
  vertical-align: middle;
  position: absolute;
  left: 46%;
  bottom: 2px;
  color: #fff;
  background-color: #337abb;
}
.utb-msg-loading {
  background: url(/unified/i/search-spinner.gif) no-repeat 50% 50%;
  height: 29px;
}
#utb-msg-box,
#utb-notification-box,
#utb-action-item-box {
  font-size: 12px !important;
  width: 480px;
  padding: 0;
}
#utb-msg-box.loading,
#utb-notification-box.loading,
#utb-action-item-box.loading {
  background-image: none;
}
#utb-msg-box .body-text,
#utb-notification-box .body-text,
#utb-action-item-box .body-text {
  font-weight: normal;
  display: block;
  font-size: 12px;
}
.utb-msg-heading,
.utb-msg-new {
  line-height: 2em !important;
  font-size: 13px !important;
}
.utb-msg-heading,
.utb-msg-new,
.utb-msg-all a {
  font-weight: bold;
}
.utb-msg-heading {
  padding: 0.5em 1em;
  margin: 0;
}
.utb-msg-new {
  position: absolute;
  right: 0.5em;
  top: 7px;
}
.utb-msg-new a {
  color: #aaa9a9;
}
.utb-msg-new a.active {
  color: #c25304;
}
.utb-col-avatar {
  width: 40px;
  float: left;
  display: table-cell;
  vertical-align: top;
  height: 45px;
}
#utb-msg-list {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#utb-msg-list li.highlighted {
  background: #faecd7;
}
#utb-msg-list small {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  #utb-msg-list small {
    margin-left: 37px;
  }
}
#utb-msg-list li,
.utb-msg-all,
.utb-msg-no-new {
  padding: 0.7em 1em;
}
#utb-msg-list li,
.utb-msg-no-new {
  border-top: solid 1px #b2b2b2;
}
.utb-msg-no-new {
  font-weight: bold;
}
#utb-msg-list div + div {
  font-size: 12px !important;
  margin: 0.5em 0 0;
}
#utb-msg-list a {
  color: #337abb !important;
}
#utb-msg-list div:first-child a {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
#utb-msg-box a:hover {
  text-decoration: underline !important;
}
.utb-msg-ts {
  float: left;
}
.utb-msg-community {
  text-align: right;
}
.utb-msg-all {
  background: #dbdbdb;
  text-align: center;
}
.utb-msg-all span {
  font-size: .9em;
}
#utb-search-box {
  font-size: 12px !important;
  padding: 1em;
}
.nav > #utb-profile-dropdown > [data-toggle] {
  text-transform: none !important;
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  #universal-top-bar {
    background: transparent;
  }
  #universal-top-bar .nav:not(.pull-right) {
    border-left: 0;
  }
  #universal-top-bar .pull-right > li:last-child {
    border-right: 0;
  }
  #universal-top-bar .nav > li.dropdown.open > [data-toggle],
  #universal-top-bar .nav > li.dropdown.active > [data-toggle],
  #universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
  #universal-top-bar .nav > li:hover > .no-dropdown {
    color: #333 !important;
    background-color: transparent !important;
  }
  #universal-top-bar .dropdown-menu-shadow-clipper {
    display: none;
  }
  #utb-community-list,
  #utb-new-community,
  #utb-msg-list,
  .utb-msg-all {
    position: absolute;
    left: 0;
    right: 0;
  }
  #utb-community-list {
    top: 0;
    bottom: 37px;
    overflow: auto;
  }
  #utb-new-community {
    margin-top: 0;
    padding-top: 0;
    bottom: 0;
  }
  #utb-profile-dropdown > [data-toggle] {
    padding-right: 15px !important;
  }
  #utb-profile-dropdown > [data-toggle] > img {
    margin: 0;
  }
  #utb-msg-list {
    top: 35px;
    bottom: 52.085714296px;
    overflow: auto;
  }
  .utb-msg-all {
    bottom: 0;
  }
}
#utb-action-item-box {
  width: 400px;
}
#utb-action-item-box .utb-msg-heading {
  padding: 0.5em 1.5em;
}
#utb-action-item-box ul {
  border-top: solid 1px #b2b2b2;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  #utb-action-item-box ul {
    position: static;
  }
}
#utb-action-item-box ul li {
  border-top: 0;
  padding: 3px 10px;
}
#universal-announcement {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 30px;
  z-index: 9999;
  width: 400px;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.75);
}
#universal-announcement.ua-priority-high {
  background: #99daca !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-medium {
  background: #c3e9df !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-low {
  background: #e2f5ef !important;
  border: 1px solid #29b693;
}
#universal-announcement #universal-announcement-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000 !important;
}
.utb-avatar-col {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.utb-username {
  display: inline-block;
  line-height: 20px;
  margin-top: 3px;
}
.utb-username .username {
  font-size: 11px;
  color: #666666;
  display: block;
  line-height: normal;
  font-family: sans-serif;
}
.utb-username.utb-username-only {
  font-size: 16px;
}
.utb-menu-arrow-down {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 4px;
}
#utb-member-action-item .gly-spin {
  padding: 10px 15px;
}
.idea-v2-dropbtn {
  border: none;
  cursor: pointer;
}
.idea-v2-dropdown {
  position: relative;
  display: inline-block;
}
.idea-v2-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.idea-v2-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.idea-v2-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.idea-v2-dropdown:hover .idea-v2-dropdown-content {
  display: block;
}

