@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.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ef6e28;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bc4b0e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #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.42857143;
  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.42857143;
}
.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*/
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid;
  border-color: #cccccc;
  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: #ef6e28;
  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: #333333;
  background: #ffffff;
}
.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: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.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;
}
@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";
}
/******** 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";
}
/****** 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";
}
/****** 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-archive:before {
  content: "\e623";
}
.is-icon-anonymous:before {
  content: "\e624";
}
.is-icon-activity:before {
  content: "\e625";
}
.custom-font-off .glyphicon-flag: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-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-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);
}
.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;
  }
}
body {
  background: #ffffff;
  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:focus,
  textarea:focus,
  input[type="text"]:focus {
    font-size: 16px !important;
  }
}
.inline-block {
  display: inline-block;
}
.main-container {
  background: #ffffff;
  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: 8px 35px 8px 14px;
  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;
}
.alert-message > .close {
  position: relative;
  margin-right: -20px;
  top: -2px;
}
.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 #cccccc;
}
html:not(.ie9) .dropdown-menu:not(.datetimepicker) {
  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) {
  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.42857143;
}
.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.42857143;
  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 {
    margin: 0;
    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;
  }
}
.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;
}
.full-width {
  width: 100%;
}
.switch-group {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.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;
}
.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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-toggle:focus,
.btn-toggle.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-toggle:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  color: #333333;
  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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-image: none;
}
.btn-toggle.disabled,
.btn-toggle[disabled],
fieldset[disabled] .btn-toggle,
.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,
.btn-toggle.disabled:active,
.btn-toggle[disabled]:active,
fieldset[disabled] .btn-toggle:active,
.btn-toggle.disabled.active,
.btn-toggle[disabled].active,
fieldset[disabled] .btn-toggle.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-toggle .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-toggle:active,
.btn-toggle.active {
  color: #fff;
  background-color: #ef6e28 !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.42857143;
}
.form-group-for-help {
  margin-top: -10px;
}
.datetimepicker {
  border: solid 1px #ccc;
  border-radius: 0;
}
.datetimepicker,
.datetimepicker td,
.datetimepicker th,
.datetimepicker span {
  border-radius: 0 !important;
}
.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.42857143;
}
.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 0;
}
.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;
}
.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: 180px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
}
.btn {
  padding: 6px 40px;
  font-size: 16px;
  line-height: 1.42857143;
  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-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: #dddddd;
  border-color: #cbcbcb;
  color: #333333;
}
.alert-default hr {
  border-top-color: #bebebe;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
code {
  white-space: normal;
}
td > dl:last-child {
  margin-bottom: 0;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.progress-note {
  margin-top: -8.5px;
  margin-bottom: 17px;
}
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;
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.btn {
  box-shadow: none;
}
.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;
}
@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;
  }
  .main-container {
    padding-top: 0;
  }
}
.bordered-area {
  border: solid 1px #bbbbbb;
}
.bordered-with-shadowed-bottom {
  border: solid 1px #bbbbbb;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.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 > .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 #bbbbbb;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  }
  .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: 189px;
    border: solid 1px #bbbbbb;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
    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;
    box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.6);
    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: 141px;
  }
  .community-name,
  .official-main-nav {
    left: 137px;
    right: 19px;
  }
  .community-name {
    font-size: 30px;
    bottom: 51px;
  }
  .page-name {
    font-size: 18px;
  }
  .community-name,
  .page-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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;
  }
}
.header-actions > .btn {
  display: block;
  line-height: 1;
  height: 48px;
  padding: 14px 0 0;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.ie8 .header-actions > .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.header-search,
.header-countdown {
  height: 141px;
  color: #fff;
  background: #606060;
  text-align: center;
  border-bottom: solid 1px #fff;
}
.header-search > .h2,
.header-countdown > .h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-search {
  padding: 12px 20px 0;
}
.header-search > .h2 {
  font-size: 16px;
  line-height: 4em;
}
.header-countdown {
  padding-top: 15px;
}
.header-countdown > .h2 {
  font-size: 16px;
  font-weight: normal;
}
.countdown-timer {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 6px;
}
.countdown-timer > div {
  display: table-cell;
  font-size: 14px;
}
.countdown-timer > div > span {
  display: block;
  color: #4b4b4b;
  font-size: 34px;
  font-weight: bold;
  background: #fff;
  margin: 12px 12px 8px;
  line-height: 1;
  padding: 0.5em 0 0.3em;
}
@media (min-width: 992px) {
  .column-wrapper {
    margin-top: 3px;
    padding-top: 37px;
    background: #ebebeb;
  }
}
aside[role="complementary"] {
  border: solid 1px #bbbbbb;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  border-top: none;
}
.ie8 aside[role="complementary"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
aside[role="complementary"] > section,
aside[role="complementary"] > nav,
aside[role="complementary"] > .section {
  font-weight: bold;
  border-top: solid 1px #bbbbbb;
  padding: 20px 36px;
  position: relative;
}
.collapse-expand {
  color: #1B1B1B;
  font-size: 12px;
  font-family: 'Courier New', monospace;
  position: absolute;
}
.collapsed {
  display: none;
}
.aside-section-heading {
  color: #ef6e28;
  font-size: 16px;
  margin: 0;
  padding: 0.33em 0;
}
.aside-section-heading > .collapse-expand {
  top: 27px;
  right: 20px;
}
#intro-section-content {
  font-size: 14px;
}
#intro-section-content li {
  margin-top: 12px;
  line-height: 17px;
}
#stats-section-content li {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 8px;
}
.stats-ideas {
  font-size: 18px;
}
.campaigns-section-content > h5 {
  font-size: 1.3em;
  font-weight: normal;
  color: #666;
  margin-bottom: 0;
}
.link-list a {
  color: #1B1B1B;
}
.link-list > li {
  line-height: 2em;
}
.link-list > .current {
  margin-left: -6px;
  padding-left: 6px;
  background: #ef6e28;
}
.link-list > .current > a {
  color: #fff;
}
.campaign-end-date {
  display: block;
  margin-top: -0.5em;
  font-style: italic;
  font-weight: normal;
}
.with-campaign-tags > li > .collapse-expand {
  position: relative;
  top: -1px;
}
.campaign-tags {
  padding: 0 6px 6px 3em;
}
.campaign-tags > .current {
  border: solid 1px #fff;
}
.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 {
  display: inline-block;
}
.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: #ef6e28;
}
#tags-section-content {
  padding-top: 1em;
}
.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: 2em;
}
.tag-list .high {
  font-size: 1.8em;
}
.tag-list .medium-high {
  font-size: 1.6em;
}
.tag-list .medium {
  font-size: 1.4em;
}
.tag-list .medium-low {
  font-size: 1.2em;
}
.tag-list .low {
  font-size: 1.1em;
}
.tag-list .very-low {
  font-size: 1.0em;
}
.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: #ef6e28;
  border-color: #fff;
}
.ideas-nav-bar > li > .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.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: #efefef;
}
.ideas-nav-bar > li > .dropdown-menu > li.active > a {
  background: #ef6e28;
}
.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 {
  margin: 12px 8px;
}
@media (max-width: 991px) {
  [role="main"] {
    margin-top: 0;
  }
}
.welcome,
.campaign-description {
  border: solid 1px #bbbbbb;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  padding: 10px;
  font-size: 14px;
}
.ie8 .welcome,
.ie8 .campaign-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
@media (min-width: 992px) {
  .welcome,
  .campaign-description {
    padding: 20px 40px;
    margin: 0 40px 40px;
  }
}
.welcome > h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .welcome > h2 {
    font-size: 24px;
  }
}
.welcome > p:last-child {
  margin-bottom: 0;
}
.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.57142857px;
}
.paging > .pagination {
  margin: 0;
}
.site-footer {
  margin-top: 30px;
}
.site-footer > a {
  color: #333333;
  margin: 0 2px;
}
@media (max-width: 991px) {
  .idea-sorting,
  .nav-back,
  .leaderboard-month-filter {
    display: none !important;
  }
}
.stage-filter,
.idea-sorting,
.nav-back,
.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,
.nav-back,
.leaderboard-month-filter {
  float: right;
  font-weight: bold;
  right: 37px;
}
.nav-back {
  margin-top: -28.57142857px;
}
.stage-filter,
.leaderboard-month-filter {
  margin-top: -29.57142857px;
}
.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;
}
.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: #dae8f5 !important;
}
.stage-all.active > a,
.stage-all:hover > a,
.stage-all > a:focus,
.stage-all.idea-stage {
  background: #347abb !important;
}
.stage-all.active > a,
.stage-all:hover > a,
.stage-all > a:focus,
.stage-all.idea-stage,
.stage-all.active > a > span,
.stage-all:hover > a > span,
.stage-all > a:focus > span,
.stage-all.idea-stage > span {
  color: #ffffff !important;
}
.stage-0 > a {
  background: #f9e5d4 !important;
}
.stage-0.active > a,
.stage-0:hover > a,
.stage-0 > a:focus,
.stage-0.idea-stage {
  background: #dc7217 !important;
}
.stage-0.active > a,
.stage-0:hover > a,
.stage-0 > a:focus,
.stage-0.idea-stage,
.stage-0.active > a > span,
.stage-0:hover > a > span,
.stage-0 > a:focus > span,
.stage-0.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-0 > .stage-action > .btn-stage-action {
  background: #dc7217;
}
.stage-details-0 > .stage-action > .btn-stage-action:hover {
  background: #ae5a12;
}
.stage-details-0 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #f2b581;
}
.stage-details-0 .progress-desc {
  color: #dc7217;
}
.stage-details-0 > .stage-progress > .progress > .progress-bar {
  background: #dc7217;
}
.stage-details-0 .up-votes {
  border-color: #dc7217;
  color: #dc7217;
}
.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: #faecd7 !important;
}
.stage-1.active > a,
.stage-1:hover > a,
.stage-1 > a:focus,
.stage-1.idea-stage {
  background: #e7a136 !important;
}
.stage-1.active > a,
.stage-1:hover > a,
.stage-1 > a:focus,
.stage-1.idea-stage,
.stage-1.active > a > span,
.stage-1:hover > a > span,
.stage-1 > a:focus > span,
.stage-1.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-1 > .stage-action > .btn-stage-action {
  background: #e7a136;
}
.stage-details-1 > .stage-action > .btn-stage-action:hover {
  background: #d18819;
}
.stage-details-1 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #f5d6a8;
}
.stage-details-1 .progress-desc {
  color: #e7a136;
}
.stage-details-1 > .stage-progress > .progress > .progress-bar {
  background: #e7a136;
}
.stage-details-1 .up-votes {
  border-color: #e7a136;
  color: #e7a136;
}
.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: #eae8d9 !important;
}
.stage-2.active > a,
.stage-2:hover > a,
.stage-2 > a:focus,
.stage-2.idea-stage {
  background: #978e43 !important;
}
.stage-2.active > a,
.stage-2:hover > a,
.stage-2 > a:focus,
.stage-2.idea-stage,
.stage-2.active > a > span,
.stage-2:hover > a > span,
.stage-2 > a:focus > span,
.stage-2.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-2 > .stage-action > .btn-stage-action {
  background: #978e43;
}
.stage-details-2 > .stage-action > .btn-stage-action:hover {
  background: #746d33;
}
.stage-details-2 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #ccc68d;
}
.stage-details-2 .progress-desc {
  color: #978e43;
}
.stage-details-2 > .stage-progress > .progress > .progress-bar {
  background: #978e43;
}
.stage-details-2 .up-votes {
  border-color: #978e43;
  color: #978e43;
}
.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: #f3d9da !important;
}
.stage-3.active > a,
.stage-3:hover > a,
.stage-3 > a:focus,
.stage-3.idea-stage {
  background: #c13f47 !important;
}
.stage-3.active > a,
.stage-3:hover > a,
.stage-3 > a:focus,
.stage-3.idea-stage,
.stage-3.active > a > span,
.stage-3:hover > a > span,
.stage-3 > a:focus > span,
.stage-3.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-3 > .stage-action > .btn-stage-action {
  background: #c13f47;
}
.stage-details-3 > .stage-action > .btn-stage-action:hover {
  background: #9b3238;
}
.stage-details-3 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #e09fa3;
}
.stage-details-3 .progress-desc {
  color: #c13f47;
}
.stage-details-3 > .stage-progress > .progress > .progress-bar {
  background: #c13f47;
}
.stage-details-3 .up-votes {
  border-color: #c13f47;
  color: #c13f47;
}
.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: #fce2dc !important;
}
.stage-4.active > a,
.stage-4:hover > a,
.stage-4 > a:focus,
.stage-4.idea-stage {
  background: #f26c4f !important;
}
.stage-4.active > a,
.stage-4:hover > a,
.stage-4 > a:focus,
.stage-4.idea-stage,
.stage-4.active > a > span,
.stage-4:hover > a > span,
.stage-4 > a:focus > span,
.stage-4.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-4 > .stage-action > .btn-stage-action {
  background: #f26c4f;
}
.stage-details-4 > .stage-action > .btn-stage-action:hover {
  background: #ee4420;
}
.stage-details-4 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #fbcfc6;
}
.stage-details-4 .progress-desc {
  color: #f26c4f;
}
.stage-details-4 > .stage-progress > .progress > .progress-bar {
  background: #f26c4f;
}
.stage-details-4 .up-votes {
  border-color: #f26c4f;
  color: #f26c4f;
}
.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: #e5d5cc !important;
}
.stage-5.active > a,
.stage-5:hover > a,
.stage-5 > a:focus,
.stage-5.idea-stage {
  background: #7b2e00 !important;
}
.stage-5.active > a,
.stage-5:hover > a,
.stage-5 > a:focus,
.stage-5.idea-stage,
.stage-5.active > a > span,
.stage-5:hover > a > span,
.stage-5 > a:focus > span,
.stage-5.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-5 > .stage-action > .btn-stage-action {
  background: #7b2e00;
}
.stage-details-5 > .stage-action > .btn-stage-action:hover {
  background: #481b00;
}
.stage-details-5 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #fb5e00;
}
.stage-details-5 .progress-desc {
  color: #7b2e00;
}
.stage-details-5 > .stage-progress > .progress > .progress-bar {
  background: #7b2e00;
}
.stage-details-5 .up-votes {
  border-color: #7b2e00;
  color: #7b2e00;
}
.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: #d9d3d0 !important;
}
.stage-6.active > a,
.stage-6:hover > a,
.stage-6 > a:focus,
.stage-6.idea-stage {
  background: #91583c !important;
}
.stage-6.active > a,
.stage-6:hover > a,
.stage-6 > a:focus,
.stage-6.idea-stage,
.stage-6.active > a > span,
.stage-6:hover > a > span,
.stage-6 > a:focus > span,
.stage-6.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-6 > .stage-action > .btn-stage-action {
  background: #91583c;
}
.stage-details-6 > .stage-action > .btn-stage-action:hover {
  background: #6d422d;
}
.stage-details-6 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #cb9a81;
}
.stage-details-6 .progress-desc {
  color: #91583c;
}
.stage-details-6 > .stage-progress > .progress > .progress-bar {
  background: #91583c;
}
.stage-details-6 .up-votes {
  border-color: #91583c;
  color: #91583c;
}
.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: #c8d7da !important;
}
.stage-7.active > a,
.stage-7:hover > a,
.stage-7 > a:focus,
.stage-7.idea-stage {
  background: #367b89 !important;
}
.stage-7.active > a,
.stage-7:hover > a,
.stage-7 > a:focus,
.stage-7.idea-stage,
.stage-7.active > a > span,
.stage-7:hover > a > span,
.stage-7 > a:focus > span,
.stage-7.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-7 > .stage-action > .btn-stage-action {
  background: #367b89;
}
.stage-details-7 > .stage-action > .btn-stage-action:hover {
  background: #285a64;
}
.stage-details-7 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #76bbc9;
}
.stage-details-7 .progress-desc {
  color: #367b89;
}
.stage-details-7 > .stage-progress > .progress > .progress-bar {
  background: #367b89;
}
.stage-details-7 .up-votes {
  border-color: #367b89;
  color: #367b89;
}
.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: #c8ceda !important;
}
.stage-8.active > a,
.stage-8:hover > a,
.stage-8 > a:focus,
.stage-8.idea-stage {
  background: #3c5891 !important;
}
.stage-8.active > a,
.stage-8:hover > a,
.stage-8 > a:focus,
.stage-8.idea-stage,
.stage-8.active > a > span,
.stage-8:hover > a > span,
.stage-8 > a:focus > span,
.stage-8.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-8 > .stage-action > .btn-stage-action {
  background: #3c5891;
}
.stage-details-8 > .stage-action > .btn-stage-action:hover {
  background: #2d426d;
}
.stage-details-8 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #819acb;
}
.stage-details-8 .progress-desc {
  color: #3c5891;
}
.stage-details-8 > .stage-progress > .progress > .progress-bar {
  background: #3c5891;
}
.stage-details-8 .up-votes {
  border-color: #3c5891;
  color: #3c5891;
}
.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: #c8c6e5 !important;
}
.stage-9.active > a,
.stage-9:hover > a,
.stage-9 > a:focus,
.stage-9.idea-stage {
  background: #464189 !important;
}
.stage-9.active > a,
.stage-9:hover > a,
.stage-9 > a:focus,
.stage-9.idea-stage,
.stage-9.active > a > span,
.stage-9:hover > a > span,
.stage-9 > a:focus > span,
.stage-9.idea-stage > span {
  color: #ffffff !important;
}
.stage-details-9 > .stage-action > .btn-stage-action {
  background: #464189;
}
.stage-details-9 > .stage-action > .btn-stage-action:hover {
  background: #343166;
}
.stage-details-9 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #8985c5;
}
.stage-details-9 .progress-desc {
  color: #464189;
}
.stage-details-9 > .stage-progress > .progress > .progress-bar {
  background: #464189;
}
.stage-details-9 .up-votes {
  border-color: #464189;
  color: #464189;
}
.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: 16px;
  font-weight: bold;
  color: #555555;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.stage-list > li > a > span {
  display: block;
  font-size: 11px;
  color: #777777;
  line-height: 12px;
}
.stage-list .tooltip-inner {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  box-shadow: 0 0 8px #b8b8b8;
  font-weight: normal;
  text-align: left;
  max-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 -17px !important;
}
aside > section > .stage-list > .active {
  position: relative;
}
aside > section > .stage-list > .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;
  color: #ef6e28;
  margin: 8px;
  text-align: right;
}
@media (min-width: 992px) {
  .idea-list-tracking {
    position: absolute;
    right: 35px;
    line-height: 1;
    margin: -58px 0 0;
  }
}
.idea-list {
  border: solid 1px #bbbbbb;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.ie8 .idea-list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
@media (min-width: 992px) {
  .idea-list {
    margin: 0;
  }
}
.idea-list > .idea,
.idea-list > .paging {
  border-top: solid 1px #bbbbbb;
}
.idea-list > .idea:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .idea-list .hidden-sm-max + .idea {
    border-top: none;
  }
}
.idea-list > .paging,
.idea-list-in-section-content > .paging {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .idea-list > .paging,
  .idea-list-in-section-content > .paging {
    padding-left: 37px;
    padding-right: 37px;
  }
}
.idea-list-modes {
  background: #ebebeb;
  position: relative;
  z-index: 1;
  margin: -2px -4px 0;
  border-left: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}
.idea-list-modes > ul {
  overflow: hidden;
  margin: 0 -4px;
  padding: 0 4px;
  position: relative;
  top: 1px;
}
.idea-list-modes li {
  float: left;
  border: solid 1px #bbbbbb;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  border-left-style: none;
  border-bottom: none;
  background: #555;
}
.ie8 .idea-list-modes li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.idea-list-modes li:hover {
  background: #767676;
}
.idea-list-modes li:first-child {
  border-left-style: solid;
}
.idea-list-modes li > a {
  display: block;
  color: #dccfcf;
  font-weight: bold;
  font-size: 16px;
  padding: 0 22px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idea-list-modes li > a:hover {
  text-decoration: none;
}
.idea-list-modes li.active {
  background: #fff;
}
.idea-list-modes li.active > a {
  color: #333333;
}
@media (min-width: 992px) {
  .idea-list-modes > .nav-5-divided > li {
    width: 121px;
  }
  .idea-list-modes > .nav-5-divided > li:first-child {
    width: 125.84px;
  }
}
@media (min-width: 1200px) {
  .idea-list-modes > .nav-5-divided > li {
    width: 167px;
  }
  .idea-list-modes > .nav-5-divided > li:first-child {
    width: 172px;
  }
}
.directional {
  background-repeat: no-repeat;
  background-position: 95% 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 #bbbbbb;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  border-bottom: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 3em;
  padding: 0 1em;
  color: #555555;
}
.ie8 .idea-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.idea-nav > a {
  color: #555555;
  text-decoration: none;
}
.idea-nav > a > span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .idea-nav > a > .is-icon {
    font-size: 28px;
  }
}
.idea-nav > .prev {
  float: left;
}
.idea-nav > .next {
  float: right;
}
.idea-extras-tabbed > .nav-tabs {
  border-bottom-color: #bbbbbb;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
  font-size: 16px;
  padding: 0 22px;
  line-height: 37px;
  color: #fff;
  background: #a2a2a2;
  margin-right: 0;
  border-color: #bbbbbb !important;
  border-bottom-color: transparent !important;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"]:hover {
  background: #bbbbbb;
}
.idea-extras-tabbed > .nav-tabs > .active > [role="tab"] {
  background: #fff !important;
  color: #333333;
}
@media (max-width: 991px) {
  .idea,
  .no-ideas {
    padding: 10px;
  }
  .column-wrapper > .idea,
  .profile,
  .main-content-area {
    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,
  .main-content-area {
    padding: 28px 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,
.profile,
.main-content-area {
  position: relative;
}
.idea a,
.profile a,
.main-content-area a,
.idea .btn-link,
.profile .btn-link,
.main-content-area .btn-link {
  font-weight: bold;
}
@media (min-width: 992px) {
  .column-wrapper > .idea,
  .column-wrapper > .profile,
  .column-wrapper > .main-content-area {
    border: solid 1px #bbbbbb;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  }
  .ie8 .column-wrapper > .idea,
  .ie8 .column-wrapper > .profile,
  .ie8 .column-wrapper > .main-content-area {
    -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.4px;
}
.idea-tags {
  margin-top: 5.9px;
}
.idea-actions {
  margin: 15px 0 0.6px;
}
@media (min-width: 992px) {
  .idea-title {
    margin-top: 1.4em;
  }
  .costar-executive-summary,
  .idea-content {
    margin-top: 21.6px;
  }
  .idea-tags {
    margin-top: 13.1px;
  }
  .idea-actions {
    margin: 15px 0 -6.6px;
  }
}
.idea-title {
  font-size: 24px;
}
.idea-title > a {
  color: #43342C;
}
.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%;
}
.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: 0.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;
}
@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 #999999;
    float: right;
    min-width: 80px;
    color: #ef6e28;
    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 #999999;
    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 #999999;
    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: 281px;
  }
  .column-wrapper > .idea {
    min-height: 0;
  }
  .column-wrapper > .idea > .idea-main-details {
    min-height: 213.9px;
  }
  .column-wrapper > .idea > .idea-actions + .idea-main-details {
    min-height: 188.5px;
  }
  .idea > header,
  .idea > .idea-actions,
  .idea > .idea-main-details {
    margin-right: 157px;
  }
  .idea-campaign {
    top: 28px;
    padding-right: 231px;
  }
  .moderation-actions {
    position: absolute;
    top: 241px;
    right: 37px;
    color: #ef6e28;
    font-weight: bold;
  }
  .idea > .idea-stats {
    right: 37px;
    top: 281px;
  }
  .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 #bbbbbb;
    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 #bbbbbb;
  }
  .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 {
    font-size: 20px;
    margin-top: 0.7em;
  }
  .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 {
    color: #767676;
  }
  .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;
  }
  .voted-up > .stage-data {
    color: #ef6e28;
  }
  .voted-down > .stage-data {
    color: #4c91d7;
  }
  .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 #767676;
  }
  .vote-down {
    top: 124px;
    border-top: 22px solid #767676;
  }
}
@media (max-width: 991px) {
  .voted-down > .vote-actions > .vote-up {
    color: #767676;
  }
}
@media (min-width: 992px) {
  .voted-down > .vote-actions > .vote-up {
    border-bottom-color: #767676;
  }
}
@media (max-width: 991px) {
  .voted-up > .vote-actions > .vote-up,
  a.vote-up:hover {
    color: #ef6e28;
  }
}
@media (min-width: 992px) {
  .voted-up > .vote-actions > .vote-up,
  a.vote-up:hover {
    border-bottom-color: #ef6e28;
  }
}
@media (max-width: 991px) {
  .voted-up > .vote-actions > .vote-down {
    color: #767676;
  }
}
@media (min-width: 992px) {
  .voted-up > .vote-actions > .vote-down {
    border-top-color: #767676;
  }
}
@media (max-width: 991px) {
  .voted-down > .vote-actions > .vote-down,
  a.vote-down:hover {
    color: #4c91d7;
  }
}
@media (min-width: 992px) {
  .voted-down > .vote-actions > .vote-down,
  a.vote-down:hover {
    border-top-color: #4c91d7;
  }
}
.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 {
  color: #666;
  margin-top: 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-thumbnail {
  max-width: 150px;
  max-height: 150px;
  float: left;
  margin: 3px 1em 1em 0;
}
.search-filter {
  font-size: 11px;
  line-height: 1em;
  border: solid 1px #cccccc;
  padding: 5px 12px 5px 10px;
  position: relative;
  margin: 6px 0;
}
.search-filter > a {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333333;
}
.section-content > .search-explorer {
  margin: 20px -36px -20px;
  padding: 20px 36px;
  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 {
  font-size: 12px;
}
.section-content > .search-explorer > form > .h5 {
  margin-top: 1.5em;
}
.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 #cccccc;
  background: #fff;
  cursor: default;
}
.search-stage-list {
  display: none;
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 6px;
  border: solid 1px #cccccc;
  border-top: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.search-stage-filter:hover .search-stage-list {
  display: block;
}
.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;
  color: #fff;
  background: #ef6e28;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
a.tag:hover,
a.tag:focus {
  color: #fff;
  text-decoration: underline;
}
.moderator-tag {
  background: #5897de;
}
#idea-tab-comments,
#idea-tab-details > .tab-content,
#idea-attachments,
#reviewscale-comments {
  padding: 15px;
}
@media (min-width: 992px) {
  #idea-tab-comments,
  #idea-tab-details > .tab-content,
  #idea-attachments,
  #reviewscale-comments {
    padding: 28px 37px;
  }
}
.idea-details-pills {
  border-bottom: solid 1px #bbbbbb;
  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 #bbbbbb;
}
.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: #ef6e28 !important;
  border-bottom-color: #ef6e28;
}
.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: #bbbbbb;
  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 #bbbbbb;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.ie8 .idea-details-pills > .dropdown > .dropdown-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
}
.idea-tab-pane-heading {
  font-size: 16px;
}
.vote-activity-list > li,
.idea-tiny,
.event-list > li,
.follower-list > li,
.contributor-list > li,
.owners-list > li,
.attachment,
.costar-list li,
.team-member-list li,
.merge-cart-idea-list > li,
.custom-field-list li,
.funder-list li {
  border-top: solid 1px #bbbbbb;
  padding-top: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.vote-activity-list > li:first-child,
.idea-tiny: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,
.team-member-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;
  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;
}
.idea-tiny .idea-title {
  font-size: 14px;
  margin-top: 2em;
}
.idea-tiny .idea-campaign {
  top: 10px;
}
@media (min-width: 992px) {
  .idea-tiny .idea-stats {
    top: auto;
    right: 0;
    bottom: 20px;
    width: 80px;
  }
  .idea-tiny > header,
  .idea-tiny > .idea-meta {
    margin-right: 100px;
  }
  .idea-tiny .idea-campaign {
    padding-right: 100px;
  }
}
.event-list {
  font-weight: bold;
  font-size: 14px;
}
.event-list > li > time {
  float: right;
  font-size: 12px;
}
.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;
}
.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 #bbbbbb;
  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;
  border-top: none;
}
.comment > section > .comment-list > li {
  border-top: solid 1px #bbbbbb;
  margin-top: 20px;
}
.comment {
  padding-left: 80px;
  position: relative;
}
.comment-meta {
  font-weight: bold;
  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;
}
.comment-label {
  float: right;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  color: #fff;
  padding: .2em .3em;
  background: #ef6e28;
  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: #ef6e28;
  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 {
    float: left;
    margin-right: 10px;
  }
}
.comment-vote-up > strong:first-child {
  color: #ef6e28;
}
.comment-vote-down > strong:first-child {
  color: #4c91d7;
}
.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 {
  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 {
    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: 0.5em 0 0 80px !important;
  border: solid 1px #ddd;
}
.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 #bbbbbb;
}
.profile > section > h2 {
  font-size: 16px;
  position: relative;
}
.profile > section > h2 > .collapse-expand {
  font-size: 1em;
  top: 0;
  right: 0;
}
.profile-title {
  font-size: 24px;
}
.member-stats {
  display: table;
  text-align: center;
  font-weight: bold;
  border: solid 1px #bbbbbb;
  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 #bbbbbb;
  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 #bbbbbb;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  }
  .ie8 .profile-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#777777')";
  }
}
.profile-list > .profile {
  border-top: solid 1px #bbbbbb;
}
.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;
}
#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 #bbbbbb;
}
.idea-list-in-section-content > .idea-sorting + .idea,
.idea-list-in-section-content > .idea:first-child {
  border-top: none;
}
.login-area > .row > section > h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .login-area > .row > section > h2 {
    margin-bottom: 28px;
  }
}
.main-content-heading {
  font-size: 22px;
  margin-bottom: 1em;
}
.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;
  padding: 3px 3px;
  background: #f5f5f5;
  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: 14px;
  width: 100%;
}
.social-auth-widget-placeholder > ul > li:hover {
  background: #FFFFFF;
}
.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;
}
[data-social-auth-provider] > img {
  margin-right: 0.5em;
}
#recaptcha_image,
#recaptcha_challenge_image {
  width: 100% !important;
  height: auto !important;
}
.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;
}
/*************  Begin: ReviewScale  ************/
.reviewscale .questions {
  margin: 0 0 40px 0;
  float: right;
  background: #ebebeb;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px #eee;
  padding: 0;
}
.reviewscale .questions > ul {
  margin: 0;
}
.reviewscale .questions .question {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  padding: 20px;
}
.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 #cccccc;
  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 .review-paging {
  margin: 20px -15px;
}
.reviewscale .review-paging .np-link {
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.reviewscale .review-paging .slide-count {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.reviewscale li.attachment {
  display: block;
}
.reviewscale .idea-extras-tabbed {
  margin: 0;
}
.reviewscale .details-content {
  clear: both;
  margin-top: 30px;
}
.reviewscale .details-content h4 {
  margin: 5px 0;
}
.reviewscale .action-bar {
  clear: both;
  display: inherit;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: right;
}
.reviewscale .action-bar .btn {
  background-color: #ef6e28;
  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: #ef6e28;
}
.reviewscale .collapse-expand:hover {
  text-decoration: none;
}
.reviewscale-comments .comment-form {
  margin: 30px 0px -28px !important;
}
.sidebar-idea-list {
  padding: 20px 15px !important;
}
.sidebar-idea-list h3 {
  background: #eee;
  padding: 5px;
  margin: 0px -5px 10px -5px;
  font-weight: bold;
  font-size: 17px;
}
.sidebar-idea-list ul {
  margin: 0;
  padding: 0;
}
.sidebar-idea-list ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0 3px 0;
  list-style: none;
}
.sidebar-idea-list ul li label {
  font-weight: normal;
  margin-left: 3px;
}
.sidebar-idea-list ul li:last-child {
  border-bottom: 0;
}
.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: 0px;
  padding: 0px;
}
.vector-chart-holder .vector-chart ul li {
  height: 10px;
  margin: 0 0 2px 0;
  padding: 0px;
  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 {
  margin: 0px -37px -28px !important;
  border-bottom: 1px solid #eeeeee;
}
.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: 80px;
}
.vector-chart-summary-holder ul li div {
  font-weight: bold;
  background: #fff;
  padding: 3px 0;
  text-align: center;
  border: 1px #ddd solid;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.vector-chart-summary-holder .factor-weights {
  position: absolute;
  bottom: 32px;
  margin: 0 0 0 -70px;
}
/*************  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;
  box-shadow: 0 1px 1px #eee;
  margin-bottom: 10px;
  padding: 0;
}
.assessment .questions > ul {
  margin: 0;
}
.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 .question {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  padding: 20px;
}
.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 {
  padding: 0 5px 0;
  background: #eee;
  font-size: 12px;
  line-height: 20px;
}
.assessment .assessment-paging {
  margin: 20px -15px;
}
.assessment .assessment-paging .np-link {
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.assessment .assessment-paging .slide-count {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.assessment .action-bar {
  clear: both;
  display: inherit;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: right;
}
.assessment .action-bar .btn {
  background-color: #ef6e28;
  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: #ef6e28;
}
.assessment .collapse-expand:hover {
  text-decoration: none;
}
.assessment .idea-extras-tabbed {
  margin: 0;
}
.assessment .details-content {
  clear: both;
  margin-top: 30px;
}
.assessment .details-content h4 {
  margin: 5px 0;
}
.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;
}
/*************  End: Assessment  ************/
/*************  Begin: Pairwise  *************/
.pairwise-content {
  padding: 28px 25px;
}
.pairwise-content .pairwise .row {
  margin: 0;
}
.pairwise-content .pairwise .row .col-md-5 {
  width: 45.666667%;
  padding: 0;
}
.pairwise-content .pairwise .row .col-md-5 .idea {
  border: 1px solid #ddd;
  border-bottom: 0px;
  padding: 15px;
  margin: 0;
  height: 250px;
  overflow-y: auto;
}
.pairwise-content .pairwise .row .col-md-5 .idea img {
  max-width: 350px;
}
.pairwise-content .pairwise .row .col-md-5 .right {
  border-left: 3px solid #666;
}
.pairwise-content .pairwise .row .col-md-5 .left {
  border-right: 3px solid #666;
}
.pairwise-content .pairwise .pairwise-paging {
  margin: 5px -15px 20px;
  margin: 20px -15px;
}
.pairwise-content .pairwise .pairwise-paging .np-link {
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.pairwise-content .pairwise .pairwise-paging .slide-count {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.pairwise-content .pairwise .both-way-arrow {
  margin-top: 90px;
}
.pairwise-content .pairwise .idea-select {
  background: #cccccc;
  text-align: center;
  line-height: 30px;
}
.pairwise-content .pairwise .action-bar {
  clear: both;
  display: inherit;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: right;
}
.pairwise-content .pairwise .action-bar .btn {
  background-color: #ef6e28;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 17px;
}
.pairwise-content .pairwise .collapse-expand {
  position: inherit;
  font-size: 12px;
  font-family: inherit;
  color: #ef6e28;
}
.pairwise-content .pairwise .collapse-expand:hover {
  text-decoration: none;
}
.pairwise-content .pairwise .idea-extras-tabbed {
  margin: 0;
}
.pairwise-content .pairwise .details-content {
  clear: both;
  margin-top: 30px;
}
.pairwise-content .pairwise .details-content h4 {
  margin: 5px 0;
}
.sidebar-idea-list {
  padding: 20px 15px !important;
}
.sidebar-idea-list h3 {
  background: #eee;
  padding: 5px;
  margin: 0px -5px 10px -5px;
  font-weight: bold;
  font-size: 17px;
}
.sidebar-idea-list h3 .winner {
  background: #ef6e28;
  color: #fff;
}
.sidebar-idea-list ul.pairwise {
  margin: 0;
  padding: 0;
}
.sidebar-idea-list ul.pairwise li {
  padding: 5px 0 0px 15px;
  background: url("/images/comparison-list-pair.png") no-repeat 0 10px;
  list-style: none;
}
.sidebar-idea-list ul.pairwise li label {
  font-weight: normal;
  margin-left: 0px;
}
.sidebar-idea-list ul.pairwise li input[type=checkbox] {
  position: absolute;
  left: 10px;
  margin-top: 12px;
}
.action-summary {
  background: #fb913d;
  padding: 22px 20px 18px;
  margin-bottom: 38px;
  height: 168px;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.action-summary .pro-bar {
  padding-top: 10px;
}
.action-summary .pro-bar .pro-percent {
  color: #333;
  text-align: left;
  padding: 0 0 3px 0;
  font-size: 14px;
}
.action-summary .pro-bar .progress-br {
  overflow: hidden;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.action-summary .pro-bar .progress-br div {
  background: #333;
  height: 15px;
}
.action-summary .countdown-clock {
  margin-bottom: 100px;
}
.action-summary .countdown-clock h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 3px 0;
  padding: 0;
}
.action-summary .countdown-clock ul {
  padding: 0;
  margin-top: 10px;
}
.action-summary .countdown-clock ul li {
  list-style: none;
  float: left;
  margin: 5px 5px;
  text-align: center;
}
.action-summary .countdown-clock ul li span {
  display: block;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 7px 10px;
  border-radius: 5px;
}
.win-idea {
  color: #ef6e28;
  font-weight: bold;
}
/*************  End: Pairwise  ************/
/*************  Begin: Poll  *************/
.poll .item {
  padding: 0 1px;
}
.poll .poll-paging {
  margin: 30px -12px 0px;
  margin: 20px -15px;
}
.poll .poll-paging .np-link {
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.poll .poll-paging .slide-count {
  font-size: 16px;
  color: #999;
  text-align: center;
}
/*************  End: Poll  ************/
/*************  Begin: Co-star  *************/
.costar-tag-small {
  background: #579cdc;
  color: #ffffff;
  padding: 3px 7px 2px 7px;
}
.costar-tag-large {
  background: #579cdc;
  color: #ffffff;
  font-size: 25px;
  padding: 2px 5px 1px 5px;
}
.costar-tag-list {
  margin-top: 15px;
}
.costar-tag-list li {
  background: #579cdc;
  color: #ffffff;
  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 .costar-tag-large {
  position: absolute;
  margin-left: -45px;
}
/*************  End: Co-star  ************/
/*************  Begin: Tag It  ************/
.tag-editor,
ul.tagit {
  min-height: 23px;
}
ul.tagit {
  font-size: 12px;
  padding: 1px 5px;
  border: 1px solid #C6C6C6;
  overflow: auto;
  background: #fff;
  margin: 0 0 10px 0px;
}
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: inherit;
  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 #cccccc;
  border-radius: 0;
  margin-top: 4px;
  padding: 1px 7px;
}
/*************  Begin: Dynamic Search ***************/
#dynamic-search-results {
  background-color: #FFFFFF;
  border: 1px dotted #ccc;
  padding: 6px 8px;
  display: none;
  font-size: 12px;
  height: 94px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.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 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 .thumbnail {
  padding-bottom: 0;
}
.yammer-invitation-list .checkbox {
  margin: 0;
}
.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  *************/
.team-member-list li img {
  width: 60px;
  height: 60px;
  border: solid 1px #eeeeee;
  border-radius: 30px;
  float: left;
}
.team-member-list li .member-list-info {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  width: 680px;
}
.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;
  float: right;
  position: absolute;
  right: 37px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .team-member-list li .member-list-info .team-member-action {
    float: none;
    text-align: left;
    position: inherit;
    margin: 0;
  }
}
.team-member-list li .btn-assign {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
}
.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: #ffffff;
}
.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: #999999;
}
.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 .popover-element.label {
  font-size: 90%;
  border-radius: 0;
  padding: 6px 15px;
}
/*************  End: Team Build  ************/
/*************  Begin: Refine  *************/
.costar-list .costar-list-update {
  background: #ffffff;
  padding: 15px 15px 15px 60px;
}
.custom-field-list li {
  padding: 15px 0 15px 45px;
}
.custom-field-list li .costar-tag-large {
  position: absolute;
  margin-left: -45px;
}
.custom-field-list .costar-list-update {
  background: #ffffff;
  padding: 15px 15px 15px 60px;
}
.refine-customfiled ul {
  padding: 0;
}
.refine-customfiled ul li {
  margin: 0;
  padding: 5px 0 5px 25px;
  border-top: solid 1px #eee;
}
.refine-customfiled ul li span {
  color: #f26c4f;
  font-size: 16px;
  margin-right: 7px;
}
.refine-customfiled ul li.selected {
  padding-left: 0px;
  font-weight: bold;
  color: #f26c4f;
}
.custom-field-edit {
  display: block;
}
/*************  End: Refine  ************/
/*************  Begin: Estimate  *************/
.estimate-value-block {
  margin: 30px 0 0 0;
}
.estimate-value-block ul {
  border: solid 1px #bbbbbb;
  margin: 0 0 30px 0;
}
.estimate-value-block ul li {
  border-bottom: solid 1px #bbbbbb;
}
.estimate-value-block ul li .question-summary {
  font-size: 14px;
  padding: 20px 20px 14px 20px;
}
.estimate-value-block ul li .question-summary-value {
  background: #eeeeee;
  padding: 20px 10px 4px 20px;
  margin-bottom: 0;
}
.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;
}
.idea-estimate {
  margin: 30px 0 0 0;
  border-bottom: 2px solid #bbbbbb;
}
.idea-estimate ul {
  border: solid 1px #bbbbbb;
  margin: 0 0 30px 0;
}
.idea-estimate ul li {
  border-bottom: solid 1px #bbbbbb;
}
.idea-estimate ul li .question-summary {
  font-size: 14px;
  padding: 20px 20px 14px 20px;
}
.idea-estimate ul li .question-summary-value {
  background: #eeeeee;
  padding: 20px 10px 4px 20px;
  margin-bottom: 0;
}
.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 .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: 20px 20px 0 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 .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-cost.overall-report {
  margin-bottom: -1px;
}
.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:last-child {
  border-bottom: 0;
}
.idea-estimate h4 {
  color: #888888;
}
/*************  End: Estimate  ************/
/*************  Start: Fund  ************/
.idea-fund {
  margin: 30px 0 0 0;
  margin: 0;
}
.idea-fund ul {
  border: solid 1px #bbbbbb;
  margin: 0 0 30px 0;
}
.idea-fund ul li {
  border-bottom: solid 1px #bbbbbb;
}
.idea-fund ul li .question-summary {
  font-size: 14px;
  padding: 20px 20px 14px 20px;
}
.idea-fund ul li .question-summary-value {
  background: #eeeeee;
  padding: 20px 10px 4px 20px;
  margin-bottom: 0;
}
.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 h2 span {
  font-size: 14px;
  font-weight: normal;
}
.idea-fund .progress {
  margin-top: 10px;
}
.idea-fund ul li .question-summary {
  padding: 20px 20px 11px 20px;
}
.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: #EF7828;
}
.comment-vote-up a.comments-voted-down,
.comment-vote-down a.comments-voted-down {
  color: #4c91d7;
}
.comment-vote-up .comments-voted-up,
.comment-vote-down .comments-voted-up {
  color: #EF7828;
}
.comment-vote-up .comments-voted-down,
.comment-vote-down .comments-voted-down {
  color: #4c91d7;
}
.idea-list-modes-sub ul {
  padding: 18px 0 5px;
}
.idea-list-modes-sub ul li {
  display: inline-block;
  padding: 0 20px;
  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: #EF7828;
  border-bottom: 2px solid #ef6e28;
}
.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;
}
.screenr-iframe,
.vimeo-iframe,
.hapyak-iframe,
.brightcove-iframe {
  height: 292px;
  width: 480px;
}
.non-semantic-protector {
  position: relative;
  z-index: 1;
}
.ribbon {
  font-size: 14px !important;
  width: 70%;
  position: relative;
  background: #ef6e28;
  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 #f6893b;
  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: #c4590c transparent transparent transparent;
  bottom: -0.7em;
}
.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: #ef6e28;
  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 #f6893b;
  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: #c4590c transparent transparent transparent;
  bottom: -0.7em;
}
.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;
}
/* TODO: Billal convert this to less */
ul.social-sharing-yammer li {
  float: left;
  margin-right: 5px;
}
ul.social-sharing-yammer li img.yj-yam-spittle {
  max-width: 14px !important;
  padding-top: 3px;
}
ul.social-sharing-yammer li a span.yj-share-copy {
  font-size: 12px;
  font-weight: bold;
}
ul.social-sharing-yammer li a.yj-default-share-button {
  padding: 2px 10px !important;
}
.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;
}
/* Don't use odd numbers. or there will be small vertical alignment issue in IE9 and below */
body {
  padding-top: 38px !important;
}
#universal-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  z-index: 9999;
  background: #ffffff;
  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 > .container {
  padding: 0;
  background: #ffffff;
}
#universal-top-bar > .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: #333333 !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:focus,
#universal-top-bar .nav > li > a:hover {
  background-color: #f5f5f5 !important;
}
#universal-top-bar .nav > li.dropdown.open > .dropdown-toggle,
#universal-top-bar .nav > li.dropdown.active > .dropdown-toggle,
#universal-top-bar .nav > li.dropdown.open.active > .dropdown-toggle,
#universal-top-bar .nav > li:hover > .no-dropdown {
  color: #ef6e28 !important;
  background-color: #f5f5f5 !important;
}
#universal-top-bar [role="menu"] li > a {
  color: #333333 !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 [role="menu"] li > a.utb-highlight {
  color: #ef6e28 !important;
}
#universal-top-bar [role="menu"] li > a.utb-highlight:hover {
  color: #000000 !important;
}
#universal-top-bar .dropdown-menu {
  margin-top: 0;
  background: #f5f5f5;
}
#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: #333333 !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;
  }
}
#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-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-communities-dropdown > a:before {
  content: "\e000";
}
@media (min-width: 768px) {
  #utb-communities-dropdown > a:before {
    content: none !important;
  }
}
body.no-branding #utb-communities-dropdown > a:before {
  content: none;
}
#utb-communities-dropdown #utb-communities-dropdown-toggle-label {
  vertical-align: middle;
  display: inline-block;
  max-width: 100px;
  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 {
    max-width: 96px;
  }
}
@media (min-width: 1200px) {
  #utb-communities-dropdown {
    width: 131px;
  }
  #utb-communities-dropdown #utb-communities-dropdown-toggle-label {
    max-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;
}
.utb-with-numeric-indicator .badge {
  vertical-align: middle;
  position: absolute;
  left: 46%;
  bottom: 2px;
}
#utb-msg-loading {
  background: url(/unified/i/search-spinner.gif) no-repeat 50% 50%;
  height: 29px;
}
#utb-msg-box {
  font-size: 12px !important;
  width: 332px;
  padding: 0;
}
#utb-msg-box.loading {
  background-image: none;
}
#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 0 0 1em;
  margin: 0;
}
#utb-msg-new {
  position: absolute;
  right: 0.5em;
  top: 0;
}
#utb-msg-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#utb-msg-list li,
#utb-msg-all,
#utb-msg-no-new {
  padding: 0.5em 1em;
}
#utb-msg-list li,
#utb-msg-no-new {
  border-top: solid 1px #b2b2b2;
}
#utb-msg-no-new {
  text-align: center;
  font-weight: bold;
}
#utb-msg-list li:hover {
  background: #f39b60 !important;
}
#utb-msg-list div + div {
  font-size: 12px !important;
  margin: 0.5em 0 0;
}
#utb-msg-list a {
  color: #444 !important;
}
#utb-msg-list div:first-child a {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
#utb-msg-box a:hover,
#utb-msg-list li:hover a {
  text-decoration: underline !important;
}
.utb-msg-ts {
  float: left;
}
.utb-msg-community {
  text-align: right;
}
#utb-msg-all {
  background: #dcdcdc;
  text-align: center;
}
#utb-msg-all span {
  font-size: .9em;
}
#utb-search-box {
  font-size: 12px !important;
  padding: 1em;
}
.nav > #utb-profile-dropdown > .dropdown-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 > .dropdown-toggle,
  #universal-top-bar .nav > li.dropdown.active > .dropdown-toggle,
  #universal-top-bar .nav > li.dropdown.open.active > .dropdown-toggle,
  #universal-top-bar .nav > li:hover > .no-dropdown {
    color: #333333 !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 > .dropdown-toggle {
    padding-right: 15px !important;
  }
  #utb-profile-dropdown > .dropdown-toggle > img {
    margin: 0;
  }
  #utb-msg-list {
    top: 26px;
    bottom: 47.2857143px;
    overflow: auto;
  }
  #utb-msg-all {
    bottom: 0;
  }
}
#universal-announcement {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  z-index: 9999;
}
.ua-priority-high {
  color: #000 !important;
  background: yellow !important;
}
.ua-priority-medium {
  color: #fff !important;
  background: #006400 !important;
}
.ua-priority-medium a {
  color: #e5f49b !important;
}
.ua-priority-low {
  color: #000 !important;
  background: #efefef !important;
  border-top: solid 1px #ccc;
}
#universal-announcement-close {
  color: #000 !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
