* {
  -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-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #384EC1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #273686;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
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: 400;
  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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
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;
}
.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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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*/
}
@media (max-width: 767px) {
  .nav-justified > li + li {
    margin-left: 0;
  }
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -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: #384EC1;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  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 {
  filter: alpha(opacity=50);
  opacity: 0.5;
  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-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/*! =======================================================
                      VERSION  11.0.2
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}
.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.bs-tooltip-top .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow {
  left: -0.4rem;
}
.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}
.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}
.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}
.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}
.slider .hide {
  display: none;
}
.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}
.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}
.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}
.slider-handle {
  background-image: -moz-linear-gradient(top, #0480BE, #036fa5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
  background-image: -webkit-linear-gradient(top, #0480BE, #036fa5);
  background-image: -o-linear-gradient(top, #0480BE, #036fa5);
  background-image: linear-gradient(to bottom, #0480BE, #036fa5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480BE;
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
  opacity: 1;
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
  float: left;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  margin: 4px;
  text-align: left;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
/* Calendars */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left {
  margin: 4px 0 4px 4px;
}
.daterangepicker .calendar.right {
  margin: 4px 4px 4px 0;
}
.daterangepicker .calendar.left .calendar-table {
  padding-right: 12px;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker th.month {
  width: auto;
}
/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker .left .daterangepicker_input {
  padding-right: 12px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.switch-border-b-1 > .ideascale-switch {
  padding-bottom: 1.35rem;
  border-bottom: solid 1px #ddd;
}
.infotip {
  font-weight: 400 !important;
}
.infotip-container {
  border-radius: 4px;
}
.infotip-container .popover-title,
.infotip-container .popover-header,
.infotip-container .popover-content,
.infotip-container .popover-body {
  padding: 11px 14px !important;
}
.infotip-container .popover-title,
.infotip-container .popover-header {
  padding-bottom: 0 !important;
}
.infotip-container .popover-content h3 {
  font-size: 16px;
  margin-bottom: 11px;
}
.infotip-container .close {
  font-size: 22px;
  opacity: 0.5;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  margin-top: -5px;
  text-decoration: none !important;
}
.infotip-container .close:hover,
.infotip-container .close:focus {
  opacity: 0.9;
}
.modal .modal-header .modal-title,
.modal .modal-header h4 {
  font-size: 18px;
}
.modal .modal-header .close {
  font-size: 26px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 16px 24px;
  margin: -16px -24px -16px auto;
}
.modal .modal-header .close:focus,
.modal .modal-header .close:hover {
  opacity: 0.75;
}
.modal .action-bar {
  margin: 24px 0 8px;
}
/* Only for Bootstrap 3 */
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  padding-top: 10px;
}
.form-check input[type="checkbox"] + label,
.form-check input[type="radio"] + label {
  padding-top: 2px;
  font-size: 12px;
  padding-left: 2.5rem;
}
/* End Only for Bootstrap 3 */
@font-face {
  font-family: 'isicon';
  src: url('/unified/fonts/isicon.eot?j23mx6');
  src: url('/unified/fonts/isicon.eot?j23mx6#iefix') format('embedded-opentype'), url('/unified/fonts/isicon.ttf?j23mx6') format('truetype'), url('/unified/fonts/isicon.woff?j23mx6') format('woff'), url('/unified/fonts/isicon.svg?j23mx6#isicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.is-icon {
  display: inline-block;
  font-family: 'isicon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-icon-logo:before {
  content: "\e000";
}
.is-icon-arrow-up:before {
  content: "\e001";
}
.is-icon-arrow-down:before {
  content: "\e002";
}
.is-icon-arrow-left:before {
  content: "\e003";
}
.is-icon-arrow-right:before {
  content: "\e004";
}
.is-icon-light-bulb:before {
  content: "\e405";
}
.is-icon-checkbox:before {
  content: "\e606";
}
.is-icon-gear:before {
  content: "\e607";
}
.is-icon-star:before {
  content: "\e608";
}
.is-icon-bookmark:before {
  content: "\e610";
}
.is-icon-tag:before {
  content: "\e614";
}
.is-icon-tag-pair:before {
  content: "\e615";
}
/******** Idea List Modes ******/
.is-icon-mode-recent:before {
  content: "\e204";
}
.is-icon-mode-top:before {
  content: "\e200";
}
.is-icon-mode-hot:before {
  content: "\e201";
}
.is-icon-mode-most-funded:before {
  content: "\e109";
}
.is-icon-mode-author:before,
.is-icon-mode-owner:before {
  content: "\e203";
}
.is-icon-mode-random:before {
  content: "\e202";
}
.is-icon-warning:before {
  content: "\e609";
}
.is-icon-checkmark:before {
  content: "\e605";
}
/****** End of Idea List Modes ******/
/******** Idea Stages ******/
.is-icon-stage-all:before {
  content: "\e100";
}
.is-icon-stage-ideate:before {
  content: "\e101";
}
.is-icon-stage-buildteam:before {
  content: "\e103";
}
.is-icon-stage-refine:before {
  content: "\e106";
}
.is-icon-stage-estimate:before {
  content: "\e107";
}
.is-icon-stage-review:before {
  content: "\e108";
}
.is-icon-stage-fund:before {
  content: "\e109";
}
.is-icon-stage-track-result:before {
  content: "\e110";
}
.is-icon-stage-archive:before {
  content: "\e623";
}
.is-icon-star-empty:before {
  content: "\e83a";
}
.is-icon-star-full:before {
  content: "\e838";
}
.is-icon-star-half:before {
  content: "\e839";
}
/****** End of Idea Stages ******/
.is-icon-campaigns:before {
  content: "\e301";
}
.is-icon-shelf:before {
  content: "\e600";
}
.is-icon-facebook:before {
  content: "\f101";
}
.is-icon-twitter:before {
  content: "\f102";
}
.is-icon-linkedin:before {
  content: "\f103";
}
.is-icon-gplus:before {
  content: "\f104";
}
.is-icon-email:before {
  content: "\f100";
}
.is-icon-uncheckbox:before {
  content: "\e620";
}
.is-icon-notifications:before {
  content: "\e621";
}
.is-icon-clock:before {
  content: "\e622";
}
.is-icon-anonymous:before {
  content: "\e624";
}
.is-icon-activity:before {
  content: "\e625";
}
.custom-font-off .glyphicon-flag:before,
.custom-font-off .is-icon-notifications:before {
  content: "\2691";
}
.custom-font-off .glyphicon-home:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(/unified/i/custom-font-fallbacks/home.png) no-repeat;
}
.custom-font-off .glyphicon-info-sign:before,
.custom-font-off .glyphicon-question-sign:before,
.custom-font-off .is-icon-info1: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 .is-icon-info1: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,
.custom-font-off .is-icon-baseline-edit:before {
  content: "\1F4DD";
}
.ltie10.custom-font-off .glyphicon-edit:before,
.ltie10.custom-font-off .is-icon-baseline-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: "\2698";
}
.custom-font-off .is-icon-checkbox:before {
  content: "\2611";
}
.custom-font-off .is-icon-mode-recent:before,
.custom-font-off .is-icon-mode-top:before,
.custom-font-off .is-icon-mode-hot:before,
.custom-font-off .is-icon-mode-most-funded:before,
.custom-font-off .is-icon-mode-author:before,
.custom-font-off .is-icon-mode-owner:before,
.custom-font-off .is-icon-mode-random:before,
.custom-font-off .is-icon-stage-all:before,
.custom-font-off .is-icon-stage-ideate:before,
.custom-font-off .is-icon-stage-buildteam:before,
.custom-font-off .is-icon-stage-refine:before,
.custom-font-off .is-icon-stage-estimate:before,
.custom-font-off .is-icon-stage-review:before,
.custom-font-off .is-icon-stage-fund:before,
.custom-font-off .is-icon-stage-track-result:before,
.custom-font-off .is-icon-stage-archive:before,
.custom-font-off .is-icon-campaigns:before,
.custom-font-off .is-icon-grid-view:before,
.custom-font-off .is-icon-list-view:before,
.custom-font-off .is-icon-baseline-center_focus_strong: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-baseline-center_focus_strong:before,
.custom-font-off .is-icon-grid-view:before,
.custom-font-off .is-icon-list-view:before {
  width: 18px;
  height: 18px;
  background-size: contain;
}
.custom-font-off .is-icon-baseline-center_focus_strong:before {
  background-image: url(/unified/i/custom-font-fallbacks/baseline-center_focus_strong-gray.png);
}
.custom-font-off .active > .is-icon-baseline-center_focus_strong:before {
  background-image: url(/unified/i/custom-font-fallbacks/baseline-center_focus_strong.png);
}
.custom-font-off .is-icon-grid-view:before {
  background-image: url(/unified/i/custom-font-fallbacks/grid-view.png);
}
.custom-font-off .is-icon-list-view:before {
  background-image: url(/unified/i/custom-font-fallbacks/list-view.png);
}
.custom-font-off .is-icon-baseline-grade:before {
  content: "\2605";
  position: relative;
  top: -2px;
}
.custom-font-off .is-icon-baseline-gavel:before {
  content: "\1f528";
}
.custom-font-off .is-icon-baseline-mode_comment:before {
  content: "\1F4AC";
}
.custom-font-off .is-icon-baseline-delete:before {
  content: "\2573";
}
.custom-font-off .is-icon-baseline-notifications:before {
  content: "\2691";
}
.custom-font-off .is-icon-baseline-file-copy:before {
  content: "\1f4cb";
}
.custom-font-off .is-icon-share:before {
  content: "S";
}
.custom-font-off .is-icon-facebook:before,
.custom-font-off .is-icon-twitter:before,
.custom-font-off .is-icon-linkedin:before,
.custom-font-off .is-icon-gplus:before,
.custom-font-off .is-icon-email:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat 50% 50%;
}
.custom-font-off .is-icon-facebook:before {
  background-image: url(/unified/i/custom-font-fallbacks/facebook.png);
}
.custom-font-off .is-icon-twitter:before {
  background-image: url(/unified/i/custom-font-fallbacks/twitter.png);
}
.custom-font-off .is-icon-linkedin:before {
  background-image: url(/unified/i/custom-font-fallbacks/linkedin.png);
}
.custom-font-off .is-icon-gplus:before {
  background-image: url(/unified/i/custom-font-fallbacks/gplus.png);
}
.custom-font-off .is-icon-email:before {
  background-image: url(/unified/i/custom-font-fallbacks/email-circle.png);
}
.custom-font-off .is-icon-star-empty:before {
  content: "☆";
}
.custom-font-off .is-icon-star-full:before {
  content: "★";
}
.custom-font-off .is-icon-star-half:before {
  content: "★";
  position: absolute;
  overflow: hidden;
  width: 0.5em;
}
.custom-font-off .is-icon-star-half:after {
  content: "☆";
}
.custom-font-off .dash-icon-drop-down:before {
  background-image: url(/unified/i/custom-font-fallbacks/burger-icon.png);
  background-repeat: no-repeat;
}
.is-icon-baseline-archive:before {
  content: "\e900";
}
.is-icon-baseline-pageview:before {
  content: "\e902";
}
.is-icon-baseline-edit:before {
  content: "\e904";
}
.is-icon-baseline-hourglass_full:before {
  content: "\e905";
}
.is-icon-baseline-assignment:before {
  content: "\e906";
}
.is-icon-baseline-center_focus_strong:before {
  content: "\e907";
}
.is-icon-baseline-gavel:before {
  content: "\e908";
}
.is-icon-baseline-chat_bubble:before {
  content: "\e90a";
}
.is-icon-baseline-grade:before {
  content: "\e90b";
}
.is-icon-baseline-email:before {
  content: "\e90c";
}
.is-icon-baseline-build:before {
  content: "\e90d";
}
.is-icon-baseline-assessment:before {
  content: "\e90e";
}
.is-icon-baseline-compare_arrows:before {
  content: "\e90f";
}
.is-icon-baseline-arrow_right_alt:before {
  content: "\e910";
}
.is-icon-baseline-print:before {
  content: "\e911";
}
.is-icon-list-view:before {
  content: "\e913";
}
.is-icon-grid-view:before {
  content: "\e914";
}
.is-icon-google-plus-box:before {
  content: "\e901";
}
.is-icon-linkedin-box:before {
  content: "\e903";
}
.is-icon-twitter-box:before {
  content: "\e909";
}
.is-icon-facebook-box:before {
  content: "\e912";
}
.is-icon-baseline-mode_comment:before {
  content: "\e915";
}
.is-icon-baseline-remove_circle:before {
  content: "\e916";
}
.is-icon-baseline-g_translate:before {
  content: "\e917";
}
.is-icon-baseline-zoom_in:before {
  content: "\e918";
}
.is-icon-baseline-visibility:before {
  content: "\e919";
}
.is-icon-baseline-info:before {
  content: "\e91a";
}
.is-icon-baseline-power_settings_new:before {
  content: "\e91b";
}
.is-icon-baseline-help:before {
  content: "\e91c";
}
.is-icon-baseline-flash_on:before {
  content: "\e91d";
}
.is-icon-baseline-person:before {
  content: "\e91e";
}
.is-icon-baseline-group_add:before {
  content: "\e91f";
}
.is-icon-baseline-cake:before {
  content: "\e920";
}
.is-icon-baseline-notification_important:before {
  content: "\e921";
}
.is-icon-baseline-delete:before {
  content: "\e922";
}
.is-icon-baseline-home:before {
  content: "\e923";
}
.is-icon-outline-date_range:before {
  content: "\e929";
}
.is-icon-outline-today:before {
  content: "\e92a";
}
.is-icon-outline-thumb_up:before {
  content: "\e92b";
}
.is-icon-outline-keyboard_arrow_up:before {
  content: "\e92c";
}
.is-icon-outline-keyboard_arrow_down:before {
  content: "\e92d";
}
.is-icon-leaderboard:before {
  content: "\e924";
}
.is-icon-yammer:before {
  content: "\e925";
}
.is-icon-baseline-cloud-upload:before {
  content: "\e926";
}
.is-icon-outline-people_outline:before,
.is-icon-member-to-moderator:before {
  content: "\e927";
}
.is-icon-moderator-to-member:before {
  content: "\e928";
}
.is-icon-baseline-drafts:before {
  content: "\e931";
}
.is-icon-baseline-notifications:before {
  content: "\e932";
}
.is-icon-baseline-file-copy:before {
  content: "\e92e";
}
.is-icon-baseline-layers:before {
  content: "\e930";
}
.is-icon-megaphone:before {
  content: "\e92f";
}
.is-icon-baseline-drafts:before {
  content: "\e931";
}
.is-icon-storage:before {
  content: "\e952";
}
.is-icon-error:before {
  content: "\e953";
}
.is-icon-check-circle:before {
  content: "\e954";
}
.is-icon-warning1:before {
  content: "\e955";
}
.is-icon-info1:before {
  content: "\e956";
}
.is-icon-share:before {
  content: "\e958";
}
.is-icon-list-alt:before {
  content: "\e959";
}
.is-icon-refine:before {
  content: "\e961";
}
.is-icon-estimate:before {
  content: "\e962";
}
.is-icon-fund:before {
  content: "\e963";
}
.is-icon-security:before {
  content: "\e32a";
}
.is-icon-member-management:before {
  content: "\e7fb";
}
.is-icon-reports:before {
  content: "\e801";
}
.is-icon-customization:before {
  content: "\e869";
}
.is-icon-dashboard:before {
  content: "\e871";
}
.is-icon-moderation:before {
  content: "\e87a";
}
.is-icon-integration:before {
  content: "\e87b";
}
.is-icon-general-settings:before {
  content: "\e8b8";
}
.is-icon-translation:before {
  content: "\e8e2";
}
.is-icon-super-user:before {
  content: "\e964";
}
.is-icon-workflow:before {
  content: "\f0b0";
}
.is-icon-managemembers:before {
  content: "\e965";
}
.is-icon-superuser:before {
  content: "\e95f";
}
.is-icon-uberuser:before {
  content: "\e960";
}
.with-js .no-js-only,
.no-js .js-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .sr-only-xs-max {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
  .overview-tab fieldset,
  section.manage-members fieldset {
    display: inherit;
  }
}
body {
  background: #fff;
  padding-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Hack to prevent iOS from auto-zooming on form fields, because it doesn't auto-zoom out afterwards*/
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="date"],
  input[type="datetime"],
  .select2-container {
    font-size: 16px !important;
  }
}
.inline-block {
  display: inline-block;
}
.main-container {
  background: #fff;
  padding: 15px;
}
@media (min-width: 992px) {
  .main-container {
    padding: 40px 20px 20px;
  }
}
[role="main"] {
  min-height: 500px;
}
.page-anchor {
  display: block;
  width: 1px;
  /* Don't use 0px. It won't work consistently across browsers */
  height: 1px;
  background: red;
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: -90px;
}
footer {
  font-size: 11px;
  margin-top: 1em;
}
.alert-message {
  position: fixed;
  top: 50px;
  z-index: 9998;
  width: 100%;
  right: 0;
  left: 0;
}
.cookie-consent-modal,
.cookie-consent-modal .btn {
  font-size: 14px;
}
.cookie-consent-modal a {
  color: #384EC1;
}
.cookie-consent-modal > .modal-dialog {
  margin: 0.5rem !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  max-width: none !important;
  min-height: auto !important;
  width: auto !important;
  transform: none !important;
  max-height: 98% !important;
  overflow: auto !important;
  display: block !important;
}
.cookie-consent-modal > .modal-dialog > .modal-content {
  margin: 0 !important;
}
.cookie-consent-modal .modal-body {
  background: #f5f5f5;
}
.cookie-consent-modal .close {
  margin-right: -1rem;
}
.cookie-consent-modal .ideascale-switch {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .cookie-consent-modal .ideascale-switch {
    max-width: 200px;
  }
}
.cookie-consent-modal .ideascale-switch .ideascale-switch-switch {
  flex-basis: 48px;
}
.cookie-consent-modal .ideascale-switch .ideascale-switch-switch:before {
  width: 20px;
  overflow: hidden;
  right: 55%;
}
.cookie-consent-modal .ideascale-switch .ideascale-switch-switch:after {
  opacity: 0;
}
.ifcc-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  line-height: 1.8em;
}
.ifcc-overlay + iframe {
  display: block !important;
}
.ifcc-overlay > div {
  overflow: hidden;
}
.ifcc-overlay p {
  margin-bottom: 2px;
}
.ifcc-overlay .cookie-consent-edit {
  color: yellow !important;
  font-weight: normal !important;
}
.intercom-unblocker {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.intercom-unblocker > img {
  width: 76px;
  height: 76px;
}
@media (max-width: 767px) {
  .btn-block-xs-down {
    display: block;
    width: 100%;
  }
}
.dropdown-menu-shadow-clipper {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: -20px;
  overflow: hidden;
  z-index: -1;
}
.dropright .dropdown-toggle {
  position: relative;
}
.dropright .dropdown-toggle:after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  position: absolute;
  right: 15px;
  top: 12px;
}
.dropdown-menu-shadow {
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.utb-msg-container .dropdown-menu-shadow {
  border-radius: 0 0 4px 4px;
}
.dropdown-menu:not(.daterangepicker) {
  top: 50%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  display: block;
  position: absolute;
  filter: alpha(opacity=0);
  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;
}
.open > .dropdown-menu:not(.daterangepicker),
.dropdown-menu:not(.daterangepicker).open {
  top: 100%;
  height: auto;
  overflow: visible;
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .multi-level-dropdown-menu .dropdown-submenu .dropdown-menu {
      will-change: filter;
    }
  }
}
.dropdown-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu > ul > li > a {
  line-height: inherit;
}
.dropdown-submenu .dropdown-menu {
  margin-top: -30px;
  margin-left: 1px;
}
.dropright .dropdown-menu {
  left: 100%;
  right: auto;
}
.dropdown-menu .dropdown-submenu > a.active {
  background-color: #dadada;
  outline: 0;
}
/*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: 7px 20px;
  clear: both;
  line-height: 1.42857143;
  font-weight: 400;
}
.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: #dadada;
}
.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,
.slidable-dropdown.right-panel > .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .slidable-dropdown > .dropdown-menu {
    border-radius: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0;
    display: block !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: 85% !important;
    overflow: auto !important;
    visibility: visible !important;
    position: fixed !important;
    left: -85%;
    -webkit-transition: -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s !important;
    transition: transform 0.3s !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    z-index: 1000001;
    box-shadow: none !important;
  }
  .slidable-dropdown > .dropdown-menu .dropdown-submenu .dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  .slidable-dropdown .dropright .dropdown-menu {
    left: auto;
    right: auto;
  }
  .slidable-dropdown .dropright .dropdown-toggle::after {
    transform: rotate(90deg);
  }
  .slidable-dropdown .dropright .dropdown-toggle.active::after {
    transform: rotate(270deg);
  }
  .pull-right > .slidable-dropdown > .dropdown-menu,
  .slidable-dropdown.pull-right > .dropdown-menu,
  .slidable-dropdown.right-panel > .dropdown-menu {
    right: -85%;
  }
  .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .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);
  }
  .slidable-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 999999;
  }
  .select2-open .select2-container .select2-dropdown {
    z-index: 999999;
  }
  .select2-open .dropdown-menu .select2-container:not(.select2-container--open) {
    pointer-events: none;
  }
}
.as-table {
  display: table;
}
.as-row {
  display: table-row;
}
.as-cell {
  display: table-cell;
}
.as-table-for-fields {
  border-spacing: 6px;
  margin-top: -6px;
  margin-bottom: 9px;
  margin-left: -6px;
}
.as-table-for-fields > .as-row > .as-cell {
  vertical-align: middle;
}
.as-table-for-fields > .as-row > .as-cell > label {
  margin: 0 8px;
}
.as-table-for-fields > .as-row > .as-cell > .input-group {
  margin-bottom: 0;
  border-spacing: 0;
}
.percentage-input-group {
  width: 90px;
}
.full-width,
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.switch-group {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.switch-group:before,
.switch-group:after {
  display: table;
  content: " ";
}
.switch-group:after {
  clear: both;
}
.switch-group:before,
.switch-group:after {
  display: table;
  content: " ";
}
.switch-group:after {
  clear: both;
}
.switch-group > label {
  padding-left: 0;
}
.switch-group > div {
  padding-right: 0;
  text-align: right;
}
.switch-group > .help-block {
  clear: both;
  margin-bottom: 0;
}
.panel-body > .switch-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.fieldset-with-switch {
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  display: inherit;
}
.fieldset-with-switch > .switch-group {
  border-bottom: none;
  margin-bottom: 0;
}
.panel-body > .fieldset-with-switch:last-child {
  border-bottom: none;
  margin-bottom: -15px;
}
.with-top-field-separator {
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.form-group-sep {
  border-top: solid 1px #ddd;
  margin: 0 0 15px 0;
}
.expanded-click-area {
  cursor: pointer;
}
.expanded-click-area a:hover {
  text-decoration: none;
}
.expanded-click-area:hover {
  cursor: pointer;
}
/***************** Start of custom hidden-* utilities *********************/
@media (max-width: 767px) {
  .hidden-xs-custom {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-sm-max {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
  .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.row .btn {
  width: 100%;
}
.checkbox-btn-group .btn-tag {
  line-height: 1.5;
}
.checkbox-btn-group .btn-tag:first-of-type {
  margin-left: 0 !important;
}
.checkbox-btn-group .btn-tag .check-mark {
  margin-right: 7px !important;
}
.well:empty {
  display: none;
}
.label > a {
  color: inherit;
  cursor: pointer;
}
.label-normal {
  font-size: inherit;
}
.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;
}
.daterangepicker {
  border: solid 1px #ccc;
  border-radius: 0;
}
.daterangepicker,
.daterangepicker td,
.daterangepicker th,
.daterangepicker span {
  border-radius: 0 !important;
}
.daterangepicker .input-mini,
.daterangepicker > .calendar > .calendar-table {
  border-radius: 0;
}
.list-with-bullets,
.form-bullets {
  padding-left: 20px;
}
.form-bullets {
  margin-bottom: 15px;
}
.form-bullets a {
  color: #333333;
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
nav + .search-results {
  margin-top: 17px;
}
nav + .search-results:empty {
  display: none;
}
.nowrap,
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popover {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
}
.popover-content > ul {
  padding-left: 14px;
}
.required {
  color: #000;
}
body.sec-508 .required {
  color: #aa0000;
  font-size: 20px;
  line-height: 0;
  vertical-align: middle;
}
.loading {
  background-image: url(/images/loading.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 29px;
}
.list-with-actions li {
  line-height: 26px;
  border-bottom: solid 1px #808080;
  padding: 8px 15px;
}
.list-with-actions li:before,
.list-with-actions li:after {
  display: table;
  content: " ";
}
.list-with-actions li:after {
  clear: both;
}
.list-with-actions li:before,
.list-with-actions li:after {
  display: table;
  content: " ";
}
.list-with-actions li:after {
  clear: both;
}
.list-with-actions li > .btn-group {
  line-height: normal;
}
.list-with-actions li > .actions > .btn-group {
  height: 26px;
}
.list-with-actions li:first-child {
  border-top: solid 1px #808080;
}
.no-focus-outline:focus {
  outline: none;
}
.no-margin {
  margin: 0;
}
.select2-container > .select2-choice {
  height: 31px;
  line-height: 31px;
}
.select2-container > .select2-choice > abbr {
  top: 8px;
}
.container-fluid > .navbar-form {
  padding: 0;
  margin: 0;
  border: none;
}
.container-fluid > .navbar-form > .form-group {
  float: left;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  margin-right: 20px;
}
.container-fluid > .navbar-form > .form-group > .control-label {
  margin-right: 10px;
}
.container-fluid > .navbar-form > .select2-field > .select2-container {
  width: 175px;
}
legend.control-label {
  font-size: 12px;
  border: none;
  /* Begin: copy of label rules from forms.less */
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  /* End: copy of label rules from forms.less */
}
.paging > .displaying {
  line-height: 1em;
  margin-top: 9.57142857px;
}
.paging > .pagination {
  margin: 0;
}
.paging > .pagination > li:first-child > a,
.paging > .pagination > li:first-child > span,
.paging > .pagination > li:last-child > a,
.paging > .pagination > li:last-child > span {
  border-radius: 4px;
}
.paging .page-item .is-icon {
  transform: rotate(90deg);
  font-size: 12px;
}
.infinite-paging {
  text-align: center;
}
.infinite-paging .loader {
  padding: 10px 0 10px;
}
.infinite-paging .load-more-btn {
  padding: 10px;
  display: block;
  border: 1px dotted #ccc;
}
.infinite-paging .glyphicon-refresh {
  font-size: 20px;
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.stage-chevron:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.stage-chevron:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
.stage-chevron-common {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.modal-header > .close {
  float: right;
}
.modal-body > .alert {
  font-size: 14px;
}
.modal-body > .alert:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .is-lg-table-row-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .is-lg-table-row {
    display: table;
    width: 100%;
    margin: 0;
  }
  .is-lg-table-row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* Modal Vertical Alignment http://stackoverflow.com/questions/18053408/vertically-centering-bootstrap-modal-window */
.modal {
  top: 50px;
}
.vertical-center-modal-helper {
  margin-right: auto;
  margin-left: auto;
}
.vertical-center-modal {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .modal {
    top: 51px;
  }
  .modal.fade > .vertical-center-modal-helper > .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .modal.in > .vertical-center-modal-helper > .modal-dialog {
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .vertical-center-modal-helper {
    display: table;
    height: 100%;
    pointer-events: none;
  }
  .vertical-center-modal {
    display: table-cell;
    pointer-events: none;
    vertical-align: middle;
  }
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: 100%;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border-radius: 5px;
}
td > ul {
  padding-left: 14px;
}
/* End of Modal Vertical Alignment */
@media (max-width: 991px) {
  .float-sm-right {
    float: right;
  }
}
@media (min-width: 991px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.img-size-18p {
  width: 18px;
  height: 18px;
}
.link-theme {
  color: #1D5693;
}
.link-theme:hover {
  color: #384EC1;
}
.p-grid {
  padding: 15px;
}
.text-white {
  color: #fff !important;
}
.border-0 {
  border: 0 !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1.5em !important;
}
.mb-1 {
  margin-bottom: 1.5em !important;
}
.mb-n1 {
  margin-bottom: -1.5em !important;
}
.mt-2 {
  margin-top: 2.5em !important;
}
.mb-2 {
  margin-bottom: 2.5em !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-4 {
  margin-top: 3.5em !important;
}
.my-1 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.my-2 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}
.mr-1 {
  margin-right: 1.5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.font-size-btn {
  font-size: 16px !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.d-inline-block {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .box-content-area {
    border: 1px solid #bbb;
    padding: 35px;
  }
  .mt-md-35p {
    margin-top: 35px !important;
  }
  .mt-md-2 {
    margin-top: 2.5em !important;
  }
  .mb-md-2 {
    margin-bottom: 2.5em !important;
  }
  .mb-md-3 {
    margin-bottom: 3.5em !important;
  }
  .mt-md-4 {
    margin-top: 4.5em !important;
  }
  .mb-md-4 {
    margin-bottom: 4.5em !important;
  }
  .pb-md-4 {
    padding-bottom: 4.5em !important;
  }
  .pb-md-6 {
    padding-bottom: 6.5em !important;
  }
}
.backup-code-group .form-control {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000;
}
.backup-code-group .btn {
  font-size: 12px;
  box-shadow: none;
}
.backup-code-group .btn-default.btn-alt {
  background-color: #ccc;
  color: #fff;
  padding: 6px 15px;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
}
.backup-code-group .btn-default.btn-alt:hover,
.backup-code-group .btn-default.btn-alt:focus {
  background-color: #fff;
  color: #323232;
}
.btn-theme {
  color: #fff;
  background-color: #384EC1;
  border-color: #384EC1;
}
.btn-theme:hover,
.btn-theme:focus {
  color: #fff;
  background-color: #1D5693;
}
.btn-theme.btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.error-container h4 {
  margin-bottom: 0;
}
.error-container a {
  color: #a94442;
  display: block;
}
.alert-sm {
  padding: 10px;
  margin-bottom: 0;
}
.timezone-select {
  width: 100%;
}
.timezone-select.select2-container .select2-choice {
  border-radius: 3px;
}
.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
body.sec-508 .text-muted {
  color: #555;
}
body.sec-508 .select2-default {
  color: #384EC1 !important;
}
.text-normal,
.font-weight-normal {
  font-weight: 400 !important;
}
.text-bold,
.font-weight-bold {
  font-weight: 700 !important;
}
.font-size-inherit {
  font-size: inherit;
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.preloader-wrapper.medium {
  width: 50px;
  height: 50px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.small {
  width: 20px;
  height: 20px;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #777;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 2px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloader-wrapper-overlay {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader-placeholder {
  position: relative;
  min-height: 60px;
}
.preloader-placeholder .preloader-wrapper-overlay {
  display: block;
}
.preloader-placeholder .preloader-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.preloader-placeholder.loading-type {
  min-height: 122px;
  padding-top: 12px !important;
}
.skeleton-box-with-line {
  margin-bottom: 7px;
}
.skeleton-box-with-line.single .skeleton-line {
  position: relative;
  top: 12px;
}
.skeleton-box {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  vertical-align: top;
  border-radius: 4px;
}
.skeleton-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.skeleton-avatar.large {
  width: 60px;
  height: 60px;
}
.d-inline-block {
  display: inline-block;
}
.w-80p {
  width: 80px;
}
.h-40p {
  height: 40px;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-50 {
  width: 50%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.atwho-view-ul .at-not-found {
  text-align: left;
  padding: 10px;
}
.atwho-view-ul .at-not-found a {
  font-weight: 700;
  color: #0d3349;
  text-decoration: underline;
}
.atwho-view-ul .at-not-found:hover {
  background-color: #fff;
}
.atwho-view-ul .at-not-found.cur {
  background-color: #fff !important;
  color: #333 !important;
}
.select2-container .select2-selection {
  min-height: 31px;
}
.has-error .select2-container .select2-selection {
  border: 1px solid #FB5629;
  background-color: rgba(244, 67, 54, 0.02);
}
.select2-container .select2-selection.select2-selection--single {
  padding-top: 1px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px !important;
  line-height: 30px;
}
.select2-container .select2-selection__placeholder {
  font-weight: 400 !important;
}
.w-100 + .select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  z-index: 1061;
}
.w-100 + .select2-container {
  width: 100% !important;
}
.tag-editor-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  color: #333333;
}
.tag-editor-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.tag-editor-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 21px;
  padding: 2px 12px;
  line-height: 18px;
  color: #333333;
}
.select2-container--default .select2-selection--multiple {
  padding: 0 7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
  margin-right: 0;
  position: absolute;
  right: 10px;
}
.select2-search input {
  background: url(/ui-libs/select2/4.0.5/select2.png) no-repeat 100% -22px;
}
.select2-search input::-ms-clear {
  display: none;
}
.ui-autocomplete-input::-ms-clear {
  display: none;
}
.select2-results .select2-results__option,
.select2-results .select2-results__option .select2-results__group {
  padding: 6px 12px;
  margin: 0 !important;
}
.select2-results__option.loading-results,
.select2-results__option.select2-results__option--load-more {
  background-image: url(/ui-libs/select2/4.0.5/select2-spinner.gif);
  background-repeat: no-repeat;
  padding-left: 35px !important;
  background-position: 10px 50%;
}
.select2-container--open {
  padding: 0;
}
.select2-container--open li .private-icon {
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.select2-container--open li .private-icon svg {
  fill: #384EC1;
  width: 15px;
  height: 15px;
}
#comment-order-key {
  display: inline-block;
  padding-left: 6px;
  background-color: #ffffff;
}
select {
  display: block;
  padding-right: 25px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA6SURBVEhLYxgFo2AUjADQAMT/CWCQGooAPksoNhwGsFlCNcNhANkSqhsOAyCDaWb4KBgFo4AswMAAAA9IGO2BZz8fAAAAAElFTkSuQmCC') !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-height: 35px !important;
}
select::-ms-expand {
  display: none;
}
select:disabled::-ms-expand {
  background: #abb7bc;
}
.input-file-attachment {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.input-file-attachment + label {
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
.input-file-attachment:focus + label {
  text-decoration: underline;
}
.input-file-attachment + label:hover {
  text-decoration: none;
  color: #777777;
}
.input-file-attachment + label * {
  pointer-events: none;
  /* in case of FastClick lib use */
}
.input-file-attachment:focus + label,
.input-file-attachment.has-focus + label {
  outline: 0;
}
.input-file-attachment + label > span:first-child {
  padding: 6px 12px;
  width: 100px;
  min-height: 2em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.input-file-attachment + label .browse-file-name {
  background-color: #384EC1;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0.13em 0.68em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.input-file-attachment + label .browse-file-name:empty {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .input-file-attachment + label .browse-file-name {
    display: block;
  }
}
.login-back {
  margin-top: 7px;
}
.collapse-expand-head {
  cursor: pointer !important;
}
.panel-card .panel-heading {
  border-bottom-color: transparent;
}
.panel-card .panel-heading a {
  text-decoration: none;
  color: #333;
  margin-right: 10px;
}
.panel-card .panel-heading a.collapse-expand {
  line-height: 1;
}
.custom-radio {
  position: relative;
  padding-left: 35px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .check-mark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.custom-radio .check-mark:after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 11px;
}
.custom-radio:hover > input ~ .check-mark {
  background-color: #ccc;
}
.custom-radio > input:checked ~ .check-mark {
  background-color: #384EC1;
  border-color: transparent;
}
.custom-radio > input:checked ~ .check-mark:after {
  display: block;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}
a.tag {
  font-weight: 400 !important;
  color: #333 !important;
}
.markdown-editor .markdown-user-input {
  height: auto;
  min-height: 160px;
  max-height: 600px;
  padding: 15px;
  overflow-y: auto;
}
.markdown-editor .markdown-user-input:after {
  position: absolute;
  color: #777;
  font-style: normal;
  padding: 0;
  left: 15px;
  top: 15px;
  white-space: normal;
}
.markdown-editor .markdown-hidden-input {
  display: none;
}
.markdown-user-input ul {
  list-style-type: disc;
}
.has-error .markdown-user-input {
  background-color: rgba(244, 67, 54, 0.02);
  border-color: #FB5629;
}
.has-error .markdown-user-input:focus {
  outline-color: transparent;
}
.medium-editor-toolbar li > button {
  padding: 5px 0;
  height: 30px;
  margin: 5px 0;
  color: #fff;
}
.medium-editor-toolbar li > button.medium-editor-button-last {
  padding-right: 0;
  margin-right: 8px;
}
.medium-editor-toolbar li > button.medium-editor-button-first {
  padding-left: 0;
  margin-left: 8px;
}
.medium-editor-toolbar li > button.medium-editor-button-active {
  background-color: #fff;
  color: #333;
}
.medium-editor-toolbar li > button.medium-editor-action-unorderedlist,
.medium-editor-toolbar li > button.medium-editor-action-orderedlist,
.medium-editor-toolbar li > button.medium-editor-action-image {
  background-position: center center;
  background-repeat: no-repeat;
}
.medium-editor-toolbar li > button.medium-editor-action-unorderedlist > b,
.medium-editor-toolbar li > button.medium-editor-action-orderedlist > b,
.medium-editor-toolbar li > button.medium-editor-action-image > b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.medium-editor-toolbar li > button.medium-editor-action-unorderedlist {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAQAAAAB+tbP6AAAAAnRSTlMAAHaTzTgAAAAQSURBVHgBY0AGkv/BmBwxAO0eBpEC8VXSAAAAAElFTkSuQmCC);
}
.medium-editor-toolbar li > button.medium-editor-action-unorderedlist.medium-editor-button-active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAHUlEQVR4AWMYOeA/BCP4hDD1DBqeYDSwRwN7+AMAOhhBvyLPS8AAAAAASUVORK5CYII=);
}
.medium-editor-toolbar li > button.medium-editor-action-orderedlist {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAPklEQVR4AWMYvOA/FFDNMFQ+YUA/gwYeoDqXcsMWA3E1RWEEFKsH4vkUBzay5PAM7HqQQaSEEe0MQpEcFgAAjjU4FNSIl9QAAAAASUVORK5CYII=);
}
.medium-editor-toolbar li > button.medium-editor-action-orderedlist.medium-editor-button-active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAO0lEQVR4AWMY1OA/CFPNMHQ+IUxfgwY+sKkZ4IuBuJrSMKoH4vkUBzay5PAM7HqQQaSEEU0NQkgOCwAADYpL8ttXQZcAAAAASUVORK5CYII=);
}
.medium-editor-toolbar li > button.medium-editor-action-image {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAeUlEQVR4AWMYvOD///8qQDwdiPcTifuBWAKbQcuB+D2xBkHV9mMYBFOA392Y6ikxaNQgBJ8Fic0DxJuBWIBog2CGQDWawJMGBKwn1aBuqMbnQFz/HxXkEzQIinUIJMTdoBRNl8BeT0YWmY3NIBOQYcQaBI0AFYZBCwAhucg/FARpEAAAAABJRU5ErkJggg==');
}
.medium-editor-toolbar li > button.medium-editor-action-image.medium-editor-button-active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAcklEQVR4AWMY1EAFiKcD8X4icT8QS2AzaDkQvyfBoPdgw9ABXAFBgKmecoNGDWJBYvMA8WYgFiDVIBaoRhOkpPEfiNeTalA3VONzIK4HsxE4n1iDdAgkxN2gFE2XwF5PRhaZjc0gE5BhJBi0HJzRBy0AAGw9VaR/Dne+AAAAAElFTkSuQmCC');
}
.markdown-editor-help {
  position: absolute;
  right: 3px;
  bottom: 4px;
  z-index: 10;
  padding: 0 2px;
  border: 0;
  border-bottom: 2px solid #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.popover.popover-editor-help {
  min-width: 232px;
}
.markdown-render > ul {
  list-style-type: disc;
}
.markdown-render img,
.markdown-render iframe,
.markdown-render video,
.markdown-render audio {
  max-width: 100%;
}
.markdown-render iframe,
.markdown-render video,
.markdown-render audio {
  display: block;
}
.markdown-render video {
  max-height: 300px;
}
.position-relative {
  position: relative;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.editor-switching-container {
  position: absolute;
  right: 0;
  top: 0;
}
.editor-switching-container .draft-ideas {
  width: 260px;
}
.editor-switching-container .draft-ideas li {
  padding-bottom: 5px;
}
.editor-switching-container .custom-radio {
  padding: 0 0 0 30px !important;
  margin-top: 0;
}
.editor-switching-container .custom-radio > input[type='radio']:checked ~ .check-mark {
  border: transparent;
  background: transparent;
}
.editor-switching-container .custom-radio > input[type='radio']:checked ~ .check-mark:after {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  top: -2px;
  left: 6px;
  border: solid #384EC1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  margin: 0;
  background: transparent;
}
.mr-10 {
  margin-right: 10px !important;
}
.checkbox-btn-group .btn.btn-tag.checkbox-btn-sm {
  height: 32px;
  padding: 6px 20px !important;
  margin-left: 0;
  margin-right: 8px;
}
.btn-dark {
  color: #ffffff;
}
.btn-dark:hover {
  color: #ffffff;
}
.btn-cancel {
  background: transparent;
}
.btn-light {
  color: #384EC1;
  background-color: #E8F4FD;
  border-color: #E8F4FD;
}
.lazy-bg {
  background-image: none !important;
}
@keyframes highlight-effect {
  0% {
    background: #ffff99;
  }
  100% {
    background: none;
  }
}
.highlight-effect {
  animation: highlight-effect 1s;
}
.text-center {
  text-align: center;
}
.badge.badge-danger {
  background: #FB5629;
}
.add-link-icon {
  fill: #384EC1 !important;
  transform: rotate(90deg);
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 0 \0) and (min-resolution: 72dpi) {
  .add-link-icon {
    width: 1em !important;
    height: 1em !important;
  }
}
.is-svg-icon {
  display: inline-block;
  vertical-align: middle;
  stroke-width: 0;
  stroke: #333;
}
.is-svg-icon.is-icon-superuser {
  width: 0.99804688em;
}
.is-svg-icon.is-icon-share {
  width: 0.89453125em;
}
.is-svg-icon.is-icon-warning1 {
  width: 1.15820313em;
}
.is-svg-icon.is-icon-eyeball {
  width: 1.36328125em;
}
.sidenav-icon {
  width: 31px;
  height: 20px;
  fill: #333;
}
.topbar-icon {
  width: 31px;
  height: 20px;
  fill: #333;
}
.topbar-icon.active {
  fill: cornflowerblue !important;
}
.font-size-sm {
  font-size: 12px !important;
}
.font-size-normal {
  font-size: 14px !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.icon-color-primary {
  fill: #384EC1;
  color: #384EC1;
}
.d-inline-block {
  display: inline-block;
}
.btn-json-link {
  border: 0;
  background: transparent;
  padding: 0;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .paging {
    flex-direction: column;
  }
}
.paging > .displaying {
  line-height: 1em;
}
@media (max-width: 991px) {
  .paging > .displaying {
    align-self: flex-start;
    margin-bottom: 10px;
  }
}
.paging > .pagination {
  margin: 0;
}
.paging .page-item .is-icon {
  transform: rotate(90deg);
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
}
.btn-alongside-control {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.125;
  border-radius: 2px;
}
.btn-vague {
  color: #333333;
  background-color: #ddd;
  border-color: #ddd;
  box-shadow: none !important;
}
.btn-vague:focus,
.btn-vague.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #9d9d9d;
}
.btn-vague:hover {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-vague:active,
.btn-vague.active,
.open > .dropdown-toggle.btn-vague {
  color: #333333;
  background-color: #c4c4c4;
  background-image: none;
  border-color: #bebebe;
}
.btn-vague:active:hover,
.btn-vague.active:hover,
.open > .dropdown-toggle.btn-vague:hover,
.btn-vague:active:focus,
.btn-vague.active:focus,
.open > .dropdown-toggle.btn-vague:focus,
.btn-vague:active.focus,
.btn-vague.active.focus,
.open > .dropdown-toggle.btn-vague.focus {
  color: #333333;
  background-color: #b2b2b2;
  border-color: #9d9d9d;
}
.btn-vague.disabled:hover,
.btn-vague[disabled]:hover,
fieldset[disabled] .btn-vague:hover,
.btn-vague.disabled:focus,
.btn-vague[disabled]:focus,
fieldset[disabled] .btn-vague:focus,
.btn-vague.disabled.focus,
.btn-vague[disabled].focus,
fieldset[disabled] .btn-vague.focus {
  background-color: #ddd;
  border-color: #ddd;
}
.btn-vague .badge {
  color: #ddd;
  background-color: #333333;
}
.btn-link {
  box-shadow: none;
}
.btn-link-inline {
  padding: 0;
  border: 0;
  font-size: inherit;
}
.bg-white {
  background-color: #fff !important;
}
.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 {
  color: #333333;
  background-color: #ddd;
  border-color: #cbcbcb;
}
.alert-default hr {
  border-top-color: #bebebe;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
code {
  white-space: normal;
}
td > ul:last-child,
dl:last-child {
  margin-bottom: 0;
}
.panel-body > .panel-form-group,
.panel-body > .row {
  margin-bottom: 15px;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.panel-body > .btn-next {
  font-size: 14px;
}
.progress-note {
  margin-top: -8.5px;
  margin-bottom: 17px;
}
.member-list-item-content,
.member-list-item-content > small {
  font-size: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .member-list-popover {
    border-left: 1px solid #DDD;
    border-top: 1px solid #F5F5F5;
  }
}
.popover-member-list .close {
  font-size: 20px;
}
@media (min-width: 768px) {
  .popover-body .member-list,
  .popover-content .member-list {
    margin: 0 -0.85rem;
  }
}
.atwho-view ul li,
.atwho-view ul li small {
  font-size: 12px;
}
.icon-color-white {
  fill: #fff !important;
}
.icon-color-primary {
  fill: #384EC1 !important;
}
.collapse-expand-container .card-header .panel-title {
  margin-top: 2px;
}
.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown {
  padding: 0 !important;
}
.select2-container.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field {
  position: absolute;
  top: -39px;
  left: -2px;
  width: calc(100% - 20px);
  padding-left: 13px !important;
  box-shadow: none;
}
.select2-container.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field:empty {
  background: transparent;
}
.select2-dropdown.select2-dropdown--above {
  top: 0;
}
.select2-container--default .select2-dropdown--above:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field {
  top: auto !important;
  bottom: -31px;
}
.slider-widget {
  position: relative;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 4px 4px 0 0;
}
.slider-widget .slider-widget-container {
  margin: 0 auto;
  transition: 1s ease all;
}
.slider-widget .left-arrow,
.slider-widget .right-arrow {
  position: absolute;
  top: calc(50% - 20px);
}
.slider-widget .left-arrow {
  left: 0;
}
.slider-widget .right-arrow {
  right: 0;
}
.slider-widget .left-arrow.slide-complete,
.slider-widget .right-arrow.slide-complete {
  background: #ccc;
  pointer-events: none;
}
.slider-widget .btn.slider-widget-btn {
  padding: 5px 11px;
  border: 0;
  background: #fff;
  font-size: 16px;
  color: #333;
  outline: none;
}
.slider-widget .btn.slider-widget-btn:hover,
.slider-widget .btn.slider-widget-btn:focus {
  background: #fff;
  color: #333;
}
.slider-widget .btn.slide-complete {
  color: #bbb !important;
}
/* on comment*/
.comment-tab-navigation {
  border: 0;
  border-bottom: solid 1px #ddd;
  margin-top: 10px;
  padding-bottom: 8px;
  overflow: visible;
}
.comment-tab-navigation .idea-details-pills {
  border: none;
  padding: 0;
}
.comment-tab-navigation .idea-details-pills li a {
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 480px) {
  .comment-tab-navigation .idea-details-pills li {
    padding: 0 40px !important;
  }
}
@media (max-width: 320px) {
  .comment-tab-navigation .idea-details-pills li {
    padding: 0 30px !important;
  }
}
.comment-tab-navigation .slider-widget-container {
  margin: 0;
}
.comment-tab-navigation .slider-widget-container ul li {
  float: none;
  display: table-cell;
  padding: 0 31px;
}
.comment-tab-navigation.slide-items {
  overflow: hidden;
}
@media (max-width: 1214px) {
  .slider-widget ul li {
    display: table-cell;
    border-right: 0;
    border-left: 0;
  }
  .slider-widget ul li a {
    border-bottom: 0 !important;
  }
  .slider-widget .btn {
    padding: 6px 20px;
    margin: 6px 0;
  }
  .comment-tab-navigation {
    overflow: hidden;
  }
  .comment-tab-navigation.slide-item-one li {
    padding-left: 23px !important;
  }
}
@media (max-width: 767px) {
  .comment-tab-navigation.slide-item-one {
    margin: 0;
    padding-left: 0;
  }
  .comment-tab-navigation.slide-item-one li {
    padding-left: 15px !important;
  }
  .comment-tab-navigation.slide-item-one li a {
    text-align: left;
  }
  .slider-widget .btn {
    padding: 6px 6px;
  }
  .comment-tab-navigation .btn {
    padding: 6px 20px;
  }
  .comment-tab-navigation ul li {
    padding: 0 50px !important;
  }
}
.default-img-property {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.skip-link:focus {
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #384EC1 !important;
}
.well.required-fields {
  border-radius: 4px;
}
a {
  color: #333;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}
.progress-bar {
  overflow: initial;
}
.idea.idea-details .mejs__container {
  height: 341px;
}
.idea-list .ideas .idea .idea-main-details .mejs__container {
  height: 341px;
}
.ideas.grid-view .idea-main-details .mejs__container {
  height: 245px;
}
.user-instruction-container {
  margin-bottom: 5px;
  color: #6c757d !important;
}
.user-instruction-container.section-user-instruction-container p {
  word-break: break-word;
}
.user-instruction-container p {
  margin-bottom: 0;
  word-break: break-all;
}
.user-instruction-container p:first-child {
  display: inline;
}
.user-instruction-container ol,
.user-instruction-container ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.private-campaign {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.private-campaign svg {
  fill: #384EC1;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .col-main-content {
    width: calc(100% - 290px);
  }
  .col-main-content + .col-sidebar {
    width: 290px;
  }
}
.notification-avatar {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-avatar > img {
  width: 16px;
}
.idea-inactivity-email-notification .notification-avatar {
  background-color: #ddd;
}
.idea-notification .notification-avatar {
  background: #384EC1;
  border-color: #384EC1;
}
.vote-notification .notification-avatar {
  position: relative;
  padding-top: 6px;
  background: #E2D136;
  border-color: #E2D136;
  font-weight: 700;
  font-size: 9px;
}
.vote-notification .notification-avatar:after {
  position: absolute;
  top: 2px;
  left: 6px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
}
.member-notifications li.unseen {
  position: relative;
  padding-right: 3em !important;
}
.member-notifications li.unseen:after {
  content: "";
  position: absolute;
  right: 1.1em;
  top: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #384EC1;
  border-radius: 50%;
}
.member-notifications li .date {
  margin-left: 39px;
}
.member-notifications li p {
  display: inline;
}
.member-notifications li .campaign-avatar {
  border-radius: 4px;
}
#member-notification-list {
  margin-top: 20px;
}
#member-notification-list .idea-sorting {
  margin-bottom: 10px;
}
#member-notification-list .idea-sorting a {
  padding: 0 4px;
}
.text-normal {
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.btn {
  box-shadow: none;
}
.link-btn-default,
.link-btn-default-outline {
  padding: 0 8px;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 30px;
  background-color: #F5F5F5;
  display: inline-block;
  border-radius: 4px;
}
.link-btn-default.active,
.link-btn-default-outline.active {
  color: #384EC1;
}
.link-btn-default:hover,
.link-btn-default-outline:hover,
.link-btn-default:focus,
.link-btn-default-outline:focus {
  background-color: #384EC1;
  color: #fff;
}
.link-btn-default:hover .is-svg-icon,
.link-btn-default-outline:hover .is-svg-icon,
.link-btn-default:focus .is-svg-icon,
.link-btn-default-outline:focus .is-svg-icon {
  fill: #fff;
}
.link-btn-default .is-icon,
.link-btn-default-outline .is-icon,
.link-btn-default .glyphicon,
.link-btn-default-outline .glyphicon {
  font-size: 19px;
  position: relative;
  line-height: 0;
  top: 5px;
}
.link-btn-default .glyphicon,
.link-btn-default-outline .glyphicon {
  font-size: 20px;
  top: 7px;
}
.link-btn-default-outline {
  background-color: #FFF;
  border: 1px solid #DDD;
}
.sorting-dropdown > li > a {
  display: block;
  padding: 8px 15px;
  color: #4f4f4f;
  font-weight: 400;
}
.sorting-dropdown > li > a.active {
  background-color: rgba(0, 154, 255, 0.28);
  font-weight: 700;
}
.sorting-dropdown > li > a:hover,
.sorting-dropdown > li > a:focus {
  background-color: #384EC1;
  color: #fff;
}
.sorting-dropdown > li > a .is-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
  margin-right: 10px;
}
.btn-highlight {
  background: #384EC1;
}
.dropdown-header-major {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}
#main-content:focus,
#sidebar-wrapper:focus {
  outline: none;
}
.main-container {
  padding-top: 0;
}
@media (max-width: 767px) {
  .full-width-xs-max {
    padding-left: 0;
    padding-right: 0;
  }
  .official-header-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  #universal-top-bar {
    margin-bottom: 0;
  }
}
.bordered-area {
  border: solid 1px #ddd;
}
.bordered-with-shadowed-bottom {
  border: solid 1px #ddd;
  background: #fff;
}
.official-header {
  position: relative;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.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;
}
.logo-frame-disabled .official-header .logo {
  border: none;
  background: transparent;
}
.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;
}
.community-name.campaign-name {
  font-size: 13px;
}
.page-name {
  font-size: 13px;
  display: block;
  line-height: 1.2;
}
.page-name.campaign-name {
  font-size: 20px;
}
.official-main-nav {
  position: absolute;
  text-transform: uppercase;
}
.official-main-nav > .dropdown-menu > li > a {
  color: #151515;
  font-size: 14px;
}
.official-main-nav > .dropdown-menu > li > a:hover {
  background: #666;
}
.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;
  }
  .logo-frame-disabled .community-name {
    bottom: 20px;
  }
  .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;
    transform: rotate(90deg);
    margin-top: -22px;
    font-size: 24px;
    margin-right: -10px;
  }
  .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 #ddd;
    background: #fff;
  }
}
.logo-alignment-helper {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .official-header {
    height: 200px;
    background: #fff;
  }
  .official-header > .logo {
    left: 19px;
    bottom: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
  }
  .official-header img {
    width: 96px;
  }
  .official-header .is-icon-logo {
    font-size: 96px;
  }
  .custom-font-off .official-header .is-icon-logo:before {
    content: "";
    display: block;
    width: 96px;
    height: 96px;
    background: url(/unified/i/custom-font-fallbacks/logo-96.png) no-repeat;
  }
  .banner-helper {
    top: -1px;
    left: -1px;
    right: -1px;
    height: 150px;
  }
  .community-name,
  .official-main-nav {
    left: 137px;
    right: 19px;
  }
  .community-name {
    font-size: 30px;
    bottom: 53px;
  }
  .community-name.campaign-name {
    font-size: 18px;
  }
  .page-name {
    font-size: 18px;
  }
  .page-name.campaign-name {
    font-size: 30px;
  }
  .community-name,
  .page-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
  }
  .logo-alignment-helper {
    width: 96px;
    height: 96px;
  }
  .official-main-nav {
    bottom: 17px;
  }
  .official-main-nav > [data-toggle] {
    display: none;
  }
  .official-main-nav > .dropdown-menu {
    display: block;
    position: static !important;
    height: auto !important;
    visibility: visible !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    padding: 0;
    overflow: visible !important;
    box-shadow: none;
  }
  .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 {
    color: #384EC1;
    background: transparent;
  }
  .official-main-nav > .dropdown-menu > li > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}
.countdown-timer {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 10px;
}
.countdown-timer > div {
  display: table-cell;
  font-size: 12px;
}
.countdown-timer > div > span {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  background: #ccc;
  margin: 5px 8px 8px;
  line-height: 1;
  padding: 0.4em 0 0.4em;
}
.community-activity h4 {
  font-weight: normal;
}
.community-activity > div > span {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  background: #fff;
  margin: 10px 0 10px;
  line-height: 1;
  padding: 0.4em 0 0.4em;
  box-shadow: 0 2px 2px -1px rgba(50, 50, 50, 0.75);
}
@media (min-width: 992px) {
  .column-wrapper {
    padding-top: 37px;
  }
}
aside[role="complementary"] {
  border-top: none;
  margin: 0;
}
aside[role="complementary"] > .section {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
aside[role="complementary"] > section,
aside[role="complementary"] > nav,
aside[role="complementary"] > .section {
  font-weight: bold;
  margin: 0 0 25px 0;
  position: relative;
}
aside[role="complementary"] > section h3,
aside[role="complementary"] > nav h3,
aside[role="complementary"] > .section h3 {
  padding-right: 36px;
}
aside[role="complementary"] > section h3.funnel-title,
aside[role="complementary"] > nav h3.funnel-title,
aside[role="complementary"] > .section h3.funnel-title {
  margin-bottom: 25px;
}
aside[role="complementary"] > section h3 a,
aside[role="complementary"] > nav h3 a,
aside[role="complementary"] > .section h3 a {
  right: 10px;
}
aside[role="complementary"] > section ul,
aside[role="complementary"] > nav ul,
aside[role="complementary"] > .section ul {
  margin: 0;
}
aside[role="complementary"] .campaigns-section-content {
  margin: -11px -12px -12px;
}
aside[role="complementary"] .campaigns-section-content .link-list > li:hover,
aside[role="complementary"] .campaigns-section-content .link-list > li.current {
  background-color: rgba(0, 154, 255, 0.28);
}
aside[role="complementary"] .campaign-dropdown {
  margin: 12px 0;
}
.collapse-expand {
  color: #333;
  font-size: 12px;
  position: absolute;
}
.is-collapsed {
  display: none;
}
.aside-section-heading {
  font-size: 16px;
  margin: 0;
  padding-right: 22px;
}
.aside-section-heading > .collapse-expand {
  top: 5px;
  right: 0 !important;
}
#intro-section-content {
  font-size: 14px;
}
#intro-section-content li {
  margin-top: 12px;
  line-height: 17px;
}
.new-idea-button,
.new-question-button,
#ft-point-idea-submit {
  border: 2px solid #fff !important;
  margin: -10px;
  position: absolute;
  padding: 10px 40px !important;
  font-size: 20px !important;
  right: 42px;
  bottom: 35px;
}
.new-idea-button:hover,
.new-question-button:hover,
#ft-point-idea-submit:hover,
.new-idea-button:focus,
.new-question-button:focus,
#ft-point-idea-submit:focus {
  border: 2px solid #fff;
}
.new-idea-button.disabled,
.new-question-button.disabled,
#ft-point-idea-submit.disabled {
  opacity: 1;
  background: #ccc !important;
  color: #eeeeee;
  border-color: #eeeeee;
}
#ft-point-idea-submit {
  border: 0 !important;
}
@media (max-width: 992px) {
  #ft-point-idea-submit {
    visibility: hidden;
  }
}
#stats-section-content ul {
  margin-bottom: 15px;
}
#stats-section-content ul li {
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #767676;
  font-size: 17px;
}
#stats-section-content ul li .is-icon-light-bulb,
#stats-section-content ul li .glyphicon-comment,
#stats-section-content ul li .is-icon-checkbox,
#stats-section-content ul li .glyphicon-user {
  top: 4px;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
#stats-section-content ul li .is-icon-light-bulb,
#stats-section-content ul li .is-icon-checkbox {
  left: -3px;
  margin-right: 3px;
}
#stats-section-content ul li .glyphicon-comment,
#stats-section-content ul li .glyphicon-user {
  font-size: 18px;
}
#stats-section-content ul .eyeball-icon {
  fill: #767676;
  width: 22px;
  height: 20px;
}
#stats-section-content .campaign-owner {
  padding: 15px 0 10px;
  border-top: 1px solid #eee;
}
#stats-section-content .campaign-owner strong {
  margin-bottom: 10px;
  display: block;
}
#stats-section-content .campaign-owner a {
  color: #333;
  line-height: 34px;
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: bold;
}
#stats-section-content .campaign-owner .sb-avatar {
  float: left;
}
#stats-section-content .campaign-owner span {
  display: block;
  font-size: 10px;
  color: #666;
}
#stats-section-content a.infotip {
  font-size: 15px;
  position: relative;
  top: 1px;
}
#stats-section-content .campaign-subtitle {
  font-weight: normal;
  margin-bottom: 15px;
}
.campaign-team-link {
  margin: 0;
}
.campaign-team-link a {
  color: #384EC1;
  font-weight: 400;
}
.campaign-team-link a:hover {
  text-decoration: underline;
}
.stats-ideas {
  font-size: 18px;
}
.campaigns-section-content > h5 {
  font-size: 1.1em;
  font-weight: normal;
  color: #666;
  margin-bottom: 0;
  text-transform: uppercase;
}
.campaigns-section-content > h5:nth-child(n+2) {
  margin-top: 10px;
}
.campaigns-section-content > .link-list {
  padding: 0 !important;
}
.campaigns-section-content > .link-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  padding: 10px 1px;
  margin: 5px 0;
}
.campaigns-section-content > .link-list li:last-child {
  border-bottom: 0;
}
.campaigns-section-content > .link-list li a img {
  margin-right: 8px;
}
.campaigns-section-content > .link-list li.list-with-image {
  padding: 1px;
}
.campaigns-section-content > .link-list li .sb-avatar {
  border-radius: 0;
}
#qna-topics-section-active .link-list li {
  padding: 8px 1px;
  margin: 0;
}
.campaign-end-date {
  display: block;
  margin-top: -0.5em;
  font-style: italic;
  font-weight: normal;
}
.link-list {
  margin-bottom: 0;
}
.link-list a {
  color: #333;
  font-weight: 400;
  display: block;
}
.link-list > li {
  position: relative;
  line-height: 2em;
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list .campaign-end-date {
  position: absolute;
  left: 66px;
  top: 36px;
  line-height: 1;
  max-width: 186px;
}
.link-list .campaign-tags {
  padding: 44px 1em 6px 5.5em;
  margin-top: -44px !important;
  background-color: #fafafa;
}
.link-list .campaign-tags .label-default {
  color: #fff !important;
  font-size: 11px;
}
.with-campaign-tags > li > .collapse-expand {
  right: 20px;
  float: right;
  position: absolute;
  margin-top: 10px;
}
.campaign-tags {
  padding: 0 6px 6px 1em;
  background: #ffffff;
  color: #333333;
}
.campaign-tags li {
  margin: 1px 0 !important;
}
.campaign-tags li a {
  color: #333 !important;
}
.campaign-tags > .current {
  border: solid 1px #fff;
  background: #666;
}
.campaign-tags > .current a {
  color: #fff !important;
  padding: 0 5px;
}
.yammer-links > li {
  padding: 6px 20px;
}
.yammer-links > li:empty {
  display: none;
}
.yammer-links #yj-share-button a {
  padding: 0 15px 0 !important;
  font-size: 15px !important;
  height: 26px;
  line-height: 26px;
}
.yammer-links #yj-share-button a:hover {
  background-color: #384EC1 !important;
  border-color: #384EC1;
}
.yammer-links #yj-share-button a > .yj-yam-spittle {
  width: 14px !important;
  height: 13px !important;
}
.tag-list {
  font-size: 10px;
}
.tag-list > li {
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: 1.8em;
}
.tag-list > .current {
  padding: 0 3px;
  margin: 0 3px 0 0;
}
.tag-list .very-high {
  font-size: 1.6em;
}
.tag-list .high {
  font-size: 1.5em;
}
.tag-list .medium-high {
  font-size: 1.4em;
}
.tag-list .medium {
  font-size: 1.3em;
}
.tag-list .medium-low {
  font-size: 1.2em;
}
.tag-list .low {
  font-size: 1.1em;
}
.tag-list .very-low {
  font-size: 1em;
}
.campaigns-section-content .all-ideas,
.campaigns-section-content .offtopic {
  padding: 8px 12px !important;
  line-height: 2em !important;
}
.campaigns-section-content .all-ideas a,
.campaigns-section-content .offtopic a {
  display: block;
  font-size: 14px;
  color: #333;
}
.campaigns-section-content .all-ideas {
  font-weight: 400;
}
.campaigns-section-content .all-ideas:hover,
.campaigns-section-content .all-ideas.current {
  background-color: rgba(0, 154, 255, 0.28);
}
.ideas-nav-bar-top .ideas-nav-bar {
  margin-bottom: 0;
}
.ideas-nav-bar {
  position: relative;
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
@media (max-width: 767px) {
  .ideas-nav-bar {
    padding-left: 10px;
  }
}
.ideas-nav-bar > li.open .item-arrow,
.ideas-nav-bar > li.open .item-content {
  color: #384EC1 !important;
  font-weight: bold;
}
.ideas-nav-bar > li.open ul {
  border-bottom: 1px solid #bbb;
}
.ideas-nav-bar > li {
  display: inline-block;
}
.ideas-nav-bar > li > a {
  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;
  border-left: solid 2px #fff;
  display: block;
}
.ideas-nav-bar > li > a.nav-browse-link {
  padding-top: 5px !important;
}
.ideas-nav-bar > li > a > 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 > a > strong > .is-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.ideas-nav-bar > li > a .item-header {
  margin-right: 6px;
  font-weight: 700;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}
.ideas-nav-bar > li > a .item-header + .item-content {
  font-weight: 400;
}
.ideas-nav-bar > li > a .item-content {
  text-transform: capitalize;
  font-size: 12px;
}
.ideas-nav-bar > li > a .item-content-campaign {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .ideas-nav-bar > li > a .item-content-campaign {
    max-width: 340px;
  }
}
@media (max-width: 480px) {
  .ideas-nav-bar > li > a .item-content-campaign {
    max-width: 200px;
  }
}
@media (max-width: 320px) {
  .ideas-nav-bar > li > a .item-content-campaign {
    max-width: 180px;
  }
}
.ideas-nav-bar > li > a .item-arrow {
  font-size: 11px;
}
.ideas-nav-bar > li.active > a {
  color: #384EC1;
}
.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: #333;
  border-color: #fff;
}
.ideas-nav-bar > li > .dropdown-menu > li {
  margin: 3px 6px;
}
.ideas-nav-bar > li > .dropdown-menu > li > a {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  background: #fff !important;
  color: #333 !important;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
}
.ideas-nav-bar > li > .dropdown-menu > li > a:hover {
  color: #333 !important;
  background: #F5F5F5 !important;
}
.ideas-nav-bar > li > .dropdown-menu > li > a span {
  color: #777 !important;
}
.ideas-nav-bar > li > .dropdown-menu > li.active > a {
  background: #F5F5F5 !important;
  color: #333;
}
.ideas-nav-bar > li > .dropdown-menu ul li {
  margin: 3px 6px;
  padding: 10px;
}
.ideas-nav-bar > li > .dropdown-menu ul li:hover {
  color: #333;
  background: #F5F5F5 !important;
}
.ideas-nav-bar > li > .dropdown-menu ul li > a {
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .ideas-nav-bar > li > .dropdown-menu ul li > a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.ideas-nav-bar > li > .dropdown-menu ul li.active {
  background: #F5F5F5 !important;
  color: #333;
}
.ideas-nav-bar > li > .dropdown-menu ul.group-items {
  border-bottom: 0;
}
.ideas-nav-bar > li > .dropdown-menu a.collapse-expand {
  background-color: transparent !important;
  padding: 0;
  left: 15px;
}
.ideas-nav-bar > li > .dropdown-menu a.collapse-expand:hover {
  background-color: transparent !important;
}
.ideas-nav-bar > li > .dropdown-menu > .dropdown-header {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
}
.ideas-nav-bar > li > .dropdown-menu > .dropdown-header span.group-name {
  padding-left: 20px;
}
.ideas-nav-bar > li > .dropdown-menu > .dropdown-header-top {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: solid 1px #ddd;
}
.ideas-nav-bar > li > .dropdown-menu > .divider {
  margin-top: 16px;
  background: #ccc;
}
@media (max-width: 767px) {
  .ideas-nav-bar li.has-campaign-tracking .item-arrow {
    position: relative;
    top: 0;
    left: 2px;
    line-height: 0;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  .ideas-nav-bar .campaign-brief-item {
    float: left;
    margin-top: -5px;
    margin-right: -2px;
    margin-left: 7px;
  }
  .ideas-nav-bar .campaign-brief-item a {
    background-color: #fff;
    padding: 0;
  }
  .ideas-nav-bar .campaign-brief-item a:hover {
    background-color: #fff;
    color: #384EC1;
  }
  .ideas-nav-bar .campaign-brief-item .subscribe-text {
    display: none;
  }
}
.ideas-nav-bar .section-content {
  padding: 5px 5px 0;
}
.ideas-nav-bar .has-campaign-tracking a .item-arrow {
  margin-left: 6px;
  margin-top: 2px;
}
.new-idea-bar {
  margin: 12px 15px;
}
.welcome,
.campaign-description,
.idea-list,
.terms-of-service {
  margin: 15px 0;
  border-radius: 4px;
}
@media (max-width: 991px) {
  [role="main"] {
    margin-top: 12px;
  }
}
.more-actions-icon {
  width: 1.6em;
  height: 1.6em;
  fill: #666;
}
.list-view .action-item-more,
.compact-view .action-item-more {
  position: absolute;
  top: 4px;
  right: 0 !important;
  height: 30px;
}
@media (min-width: 991px) {
  .list-view .action-item-more,
  .compact-view .action-item-more {
    position: static !important;
    margin-left: 3px;
  }
}
@media (min-width: 767px) {
  .more-actions {
    margin-left: 3px;
  }
  .more-actions-icon {
    position: relative;
    top: -1px;
  }
}
.idea-details-idea-actions {
  margin-top: 20px;
  margin-left: -3px;
}
.idea-details-idea-actions > ul > li > a {
  padding: 3px;
}
.idea-details-more-actions {
  margin-left: -7px;
}
@media (min-width: 991px) {
  .idea-action-items-wrapper {
    position: absolute;
    bottom: 18px;
  }
}
@media (min-width: 991px) {
  .grid-view .basic-action-items > ul > li {
    margin-right: 6px;
  }
  .grid-view .basic-action-items > ul > li > a .is-icon-baseline-gavel {
    font-size: 16px;
  }
}
.grid-view .idea-action-items {
  height: 1px;
}
.grid-view .idea-action-items.basic-action-items {
  position: absolute;
  bottom: 36px;
  right: 10px;
}
@media (max-width: 991px) {
  .ideas .idea-action-items {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.ideas.grid-view .idea-action-items:not(.basic-action-items) {
  position: absolute;
  top: 3px;
  right: 0;
}
.idea-action-items .is-icon {
  font-size: 16px;
  vertical-align: sub;
  color: #666;
}
.idea-action-items .is-icon-baseline-mode_comment {
  font-size: 15px;
}
.idea-action-items .is-icon-baseline-print {
  font-size: 17px;
}
.idea-action-items .is-icon-baseline-grade,
.idea-action-items .is-icon-facebook-box,
.idea-action-items .is-icon-twitter-box,
.idea-action-items .is-icon-google-plus-box,
.idea-action-items .is-icon-linkedin-box {
  font-size: 18px;
}
.idea-action-items > ul > li {
  float: left;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .idea-action-items > ul > li {
    margin-right: 3px;
  }
}
.idea-action-items > ul > li:last-child {
  margin-right: 0;
}
.idea-action-items > ul > li > a {
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .idea-action-items > ul > li > a {
    padding: 0 4px;
  }
}
.idea-action-items > ul > li > a:hover,
.idea-action-items > ul > li > a:focus,
.idea-action-items > ul > li > a.active {
  color: #384EC1;
  background: none;
}
.idea-action-items > ul > li > a:hover .is-icon,
.idea-action-items > ul > li > a:focus .is-icon,
.idea-action-items > ul > li > a.active .is-icon,
.idea-action-items > ul > li > a:hover svg,
.idea-action-items > ul > li > a:focus svg,
.idea-action-items > ul > li > a.active svg {
  color: #384EC1;
}
.idea-action-items > ul > li > a:hover .is-svg-icon,
.idea-action-items > ul > li > a:focus .is-svg-icon,
.idea-action-items > ul > li > a.active .is-svg-icon {
  fill: #384EC1;
}
.idea-action-items .dropdown-menu > li > a {
  padding: 7px 20px;
  background-color: transparent;
  color: #333333;
  font-weight: 400;
  line-height: 1.42857143;
}
.idea-action-items .dropdown-menu > li > a svg.svg-inline--fa.fa-envelope {
  font-size: 17px;
}
.idea-action-items .dropdown-menu > li > a .is-svg-icon {
  fill: #666;
}
.idea-action-items .dropdown-menu > li > a svg,
.idea-action-items .dropdown-menu > li > a .is-icon {
  color: #666;
  margin-right: 5px;
}
.idea-action-items .dropdown-menu > li > a .is-icon-baseline-grade,
.idea-action-items .dropdown-menu > li > a .is-icon-facebook-box,
.idea-action-items .dropdown-menu > li > a .is-icon-twitter-box,
.idea-action-items .dropdown-menu > li > a .is-icon-google-plus-box,
.idea-action-items .dropdown-menu > li > a .is-icon-linkedin-box {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.idea-action-items .dropdown-menu > li > a.active .is-icon {
  color: #384EC1;
}
.idea-action-items .dropdown-menu > li > a:hover,
.idea-action-items .dropdown-menu > li > a:focus,
.idea-action-items .dropdown-menu > li > a.active {
  background-color: #dadada;
}
.idea-action-items .dropdown-menu > li .dropdown-idea-number {
  display: block;
  padding: 7px 20px 7px 22px;
  background-color: transparent;
}
.idea-action-items .dropdown-menu.align-right {
  left: auto;
  right: 0;
}
.idea-action-items .dropdown-menu.moderation-menu {
  border: 0;
}
.idea-action-items .dropdown-menu.moderation-menu svg,
.idea-action-items .dropdown-menu.moderation-menu .glyphicon {
  fill: #666;
  color: #666;
}
.idea-action-items .dropdown-menu-item-group > li > a:hover,
.idea-action-items .dropdown-menu-item-group > li .as-menu-item-link:hover,
.idea-action-items .dropdown-menu-item-group > li > a:focus,
.idea-action-items .dropdown-menu-item-group > li .as-menu-item-link:focus {
  background-color: #dadada;
  z-index: 999;
}
@media (min-width: 992px) {
  .campaign-details-info .slider-widget {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .campaign-details-info {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 992px) {
  .slider-widget {
    width: auto;
    margin: 15px;
    border-radius: 4px;
  }
  .campaign {
    border: 0 !important;
  }
  .campaign > div {
    border: solid 1px #ddd;
    box-shadow: 0 2px 2px rgba(221, 221, 221, 0.25);
    border-radius: 4px;
    padding: 15px;
  }
  .campaign h3 {
    margin: 10px 0;
  }
  .campaign .back-to-top {
    display: none;
  }
  .campaign #campaign-team .col-md-9 {
    overflow: hidden;
  }
  .campaign #campaign-team h5 {
    border-bottom: none;
  }
  .campaign #campaign-team .team-member {
    text-align: left;
    width: 100%;
  }
  .campaign #campaign-team .team-member:last-child {
    margin-bottom: 20px;
  }
  .campaign #campaign-team .campaign-owner,
  .campaign #campaign-team .campaign-moderator {
    margin-bottom: 20px;
  }
  .campaign #campaign-team .campaign-owner > .avatar,
  .campaign #campaign-team .campaign-moderator > .avatar {
    float: left;
    margin-right: 6px;
  }
  .campaign #campaign-team .campaign-owner > .team-member-name,
  .campaign #campaign-team .campaign-moderator > .team-member-name {
    width: auto;
    margin-top: 20px;
  }
  #nav-campaign-terms-on-service h3 {
    margin-top: 30px;
  }
  #nav-campaign-terms-on-service .terms-on-service-header {
    border: none;
    padding: 0;
  }
  .campaign.lets-start {
    margin-top: 15px;
    border-bottom: none !important;
  }
  .campaign.lets-start h4 a {
    background-color: #384EC1;
    border-color: #384EC1;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
  }
  .campaign.lets-start h4 a:hover {
    background-color: #18598a;
    border-color: #18598a;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .campaign {
    padding: 10px 15px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .campaign #campaign-team .moderator-member .moderator-member {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .slider-widget {
    margin-bottom: 10px;
  }
}
.welcome,
.campaign-description,
.terms-of-service {
  border: solid 1px #ddd;
  background: #fff;
  padding: 10px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .welcome,
  .campaign-description,
  .terms-of-service {
    padding: 28px 37px;
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .campaign-description {
    padding: 28px 25px;
  }
}
.welcome > h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .welcome > h2 {
    font-size: 24px;
  }
}
.welcome > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .campaign-desc-content {
    margin-bottom: 64px;
  }
}
.campaign-description .stage-workflow > h3 {
  border-top: 1px solid #979797;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3em;
  margin: 0 2px;
}
.campaign-description .stage-workflow .stage-list > li {
  padding: 0 2px;
}
.campaign-description .stage-workflow .stage-list > li > a {
  height: 7px;
}
@media (max-width: 991px) {
  .campaign-details-page .campaign-description {
    border: 0;
    padding: 0;
  }
  .campaign-description .campaign-brief {
    display: none;
  }
  .campaign-description > .row > .col-md-6 + .col-md-6 {
    margin-top: 1em;
  }
  .affix-idea-nav-bar .new-idea-bar {
    display: none;
  }
}
.campaign-title {
  font-size: 18px;
  margin-bottom: 0;
}
.campaign-tagline {
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .ideas-nav-bar-wrapper .campaign-tagline {
    padding: 12px 20px;
  }
  .affix-idea-nav-bar .campaign-tagline {
    display: none;
  }
}
.campaign-statement {
  margin-top: 10px;
}
.campaign-statement a {
  color: #384EC1;
}
.campaign-statement a:hover,
.campaign-statement a:focus {
  text-decoration: underline;
}
.current-stage-name {
  display: block;
  text-align: center;
  line-height: 1em;
  color: #777;
  font-size: 10px;
  margin-top: 12px;
}
.campaign-brief .campaign-brief-item {
  margin-top: 5px;
  display: inline-block;
  margin-right: 20px;
}
.campaign-brief .campaign-brief-item:last-child {
  margin-right: 0;
}
.campaign-brief .campaign-brief-item .is-icon-star-empty,
.campaign-brief .campaign-brief-item .is-icon-baseline-grade {
  top: 3px;
}
.no-campaign-summary .campaign-brief-item {
  margin-top: 20px;
}
.site-footer {
  margin-top: 30px;
}
.site-footer > a {
  color: #333333;
  margin: 0 2px;
}
.site-footer .footer-mobile-toggle {
  display: none;
}
@media (max-width: 991px) {
  .idea-sorting,
  .leaderboard-month-filter {
    display: none !important;
  }
}
.stage-filter,
.idea-sorting {
  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 {
  z-index: 1;
}
.notification-filter a:not(.btn-secondary) {
  color: #666;
}
.notification-filter .link-btn-default {
  border-radius: 4px;
  float: right;
}
.notification-filter .link-btn-default.disabled {
  pointer-events: none;
}
.notification-filter .link-btn-default:hover,
.notification-filter .link-btn-default:focus {
  color: #fff;
}
.notification-filter .link-btn-default svg {
  fill: #666;
  margin-right: 3px;
}
@media (max-width: 480px) {
  .notification-filter .link-btn-default {
    float: none;
    margin-top: 5px;
  }
}
.stage-filter {
  float: right;
  font-weight: bold;
  right: 37px;
}
.nav-back {
  margin-top: -25.71428572px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .nav-back {
    margin: 7px 0;
  }
}
.nav-back .is-icon + .is-icon {
  margin-left: -8px;
}
.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: 2px;
  left: 0;
  margin-right: 6px;
}
.stage-filter-inner .stage-name {
  display: inline-block;
  max-width: 71px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stage-filter-inner > .active {
  background: #e0e0e0;
  font-weight: bold;
}
.stage-filter-inner > a {
  background-image: url(/images/status-filter-down.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.stage-filter-inner > a,
#stage-filter-list {
  border: solid 1px #c2c2c2;
}
.stage-unspecified {
  border: solid 1px #333;
  width: 8px;
  height: 8px;
}
#stage-filter-list {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: 9999;
  padding: 8px 0;
  display: none;
}
#stage-filter-list a {
  font-weight: normal;
}
#stage-filter-list a:hover {
  background: #e0e0e0;
}
.stage-filter-inner:hover > a,
#stage-filter-list {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.stage-filter-inner:hover > #stage-filter-list {
  display: block;
}
div.tooltip {
  background: transparent;
}
div.tooltip .tooltip-inner {
  padding: 5px 10px;
  border-radius: 3px;
}
.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: 2px;
  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: #abb7bc !important;
}
.stage-all.active > a,
.stage-all:hover > a,
.stage-all > a:focus,
.stage-all.idea-stage {
  background: #333 !important;
}
.stage-0 > a {
  background: #abb7bc !important;
}
.stage-0.active > a,
.stage-0:hover > a,
.stage-0 > a:focus,
.stage-0.idea-stage {
  background: #333 !important;
}
.stage-details-0 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-0 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-0 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-0 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-0 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-0 .progress-desc {
  color: #333;
}
.stage-details-0 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-0 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-1.active > a,
.stage-1:hover > a,
.stage-1 > a:focus,
.stage-1.idea-stage {
  background: #333 !important;
}
.stage-details-1 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-1 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-1 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-1 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-1 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-1 .progress-desc {
  color: #333;
}
.stage-details-1 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-1 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-2.active > a,
.stage-2:hover > a,
.stage-2 > a:focus,
.stage-2.idea-stage {
  background: #333 !important;
}
.stage-details-2 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-2 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-2 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-2 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-2 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-2 .progress-desc {
  color: #333;
}
.stage-details-2 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-2 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-3.active > a,
.stage-3:hover > a,
.stage-3 > a:focus,
.stage-3.idea-stage {
  background: #333 !important;
}
.stage-details-3 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-3 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-3 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-3 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-3 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-3 .progress-desc {
  color: #333;
}
.stage-details-3 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-3 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-4.active > a,
.stage-4:hover > a,
.stage-4 > a:focus,
.stage-4.idea-stage {
  background: #333 !important;
}
.stage-details-4 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-4 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-4 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-4 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-4 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-4 .progress-desc {
  color: #333;
}
.stage-details-4 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-4 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-5.active > a,
.stage-5:hover > a,
.stage-5 > a:focus,
.stage-5.idea-stage {
  background: #333 !important;
}
.stage-details-5 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-5 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-5 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-5 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-5 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-5 .progress-desc {
  color: #333;
}
.stage-details-5 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-5 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-6.active > a,
.stage-6:hover > a,
.stage-6 > a:focus,
.stage-6.idea-stage {
  background: #333 !important;
}
.stage-details-6 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-6 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-6 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-6 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-6 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-6 .progress-desc {
  color: #333;
}
.stage-details-6 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-6 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-7.active > a,
.stage-7:hover > a,
.stage-7 > a:focus,
.stage-7.idea-stage {
  background: #333 !important;
}
.stage-details-7 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-7 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-7 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-7 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-7 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-7 .progress-desc {
  color: #333;
}
.stage-details-7 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-7 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-8.active > a,
.stage-8:hover > a,
.stage-8 > a:focus,
.stage-8.idea-stage {
  background: #333 !important;
}
.stage-details-8 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-8 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-8 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-8 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-8 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-8 .progress-desc {
  color: #333;
}
.stage-details-8 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-8 .up-votes {
  border-color: #333;
  color: #333;
}
.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: #abb7bc !important;
}
.stage-9.active > a,
.stage-9:hover > a,
.stage-9 > a:focus,
.stage-9.idea-stage {
  background: #333 !important;
}
.stage-details-9 > .stage-action > .btn-stage-action {
  color: #4f4f4f;
}
.stage-details-9 > .stage-action > .btn-stage-action:hover {
  color: #384EC1;
  text-decoration: none;
}
.stage-details-9 > .stage-action > .btn-stage-action.btn-stage-action-view {
  background: #F5F5F5;
}
.stage-details-9 > .stage-action > .btn-stage-action.btn-stage-action-view:hover {
  color: #4f4f4f;
}
.stage-details-9 > .stage-action > .stage-data > .progress > .progress-bar {
  background: #737373;
}
.stage-details-9 .progress-desc {
  color: #333;
}
.stage-details-9 > .stage-progress > .progress > .progress-bar {
  background: #333;
}
.stage-details-9 .up-votes {
  border-color: #333;
  color: #333;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.stage-list > li:last-child {
  margin-bottom: 18px;
}
.stage-list .tooltip-inner {
  padding: 10px 15px !important;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  box-shadow: 0 0 8px #b8b8b8;
  font-weight: normal;
  text-align: left;
  width: 250px;
}
.stage-list .tooltip.left .tooltip-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #666;
  right: -2px;
  margin-top: -7px;
}
.stage-list .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.stage-list div.tooltip {
  background: transparent;
}
aside > section > .sidebar-component .stage-list li {
  margin: 7px 0;
  position: relative;
}
aside > section > .sidebar-component .stage-list li a {
  font-size: 14px;
  background-color: transparent !important;
  display: table;
  width: 100%;
  padding: 0;
  color: #fff;
}
aside > section > .sidebar-component .stage-list li a div {
  background-color: #E4E7F7;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  color: #384EC1;
}
aside > section > .sidebar-component .stage-list li a .stage-name {
  width: 82%;
  max-width: 190px;
  height: 48px;
  padding: 9px 2px 0;
  word-wrap: break-word;
}
aside > section > .sidebar-component .stage-list li a .stage-name:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
aside > section > .sidebar-component .stage-list li a .stage-name:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
aside > section > .sidebar-component .stage-list li a .stage-name:after {
  width: 80%;
  border-top: 8px solid #E4E7F7;
  top: auto;
  bottom: -7px;
}
aside > section > .sidebar-component .stage-list li a .stage-name:before {
  width: 80%;
}
aside > section > .sidebar-component .stage-list li a .stage-idea-count {
  width: 16%;
  max-width: 36px;
  padding: 6px 2px 2px;
  word-wrap: break-word;
  line-height: 1;
  font-size: 13px;
}
aside > section > .sidebar-component .stage-list li a div.separator {
  border-radius: 0;
  width: 2%;
  background-color: #fff !important;
}
aside > section > .sidebar-component .stage-list li a:hover div,
aside > section > .sidebar-component .stage-list li a:focus div {
  background-color: #384EC1;
  color: #FFFFFF;
}
aside > section > .sidebar-component .stage-list li a:hover .stage-name:after,
aside > section > .sidebar-component .stage-list li a:focus .stage-name:after {
  border-top-color: #384EC1;
}
aside > section > .sidebar-component .stage-list li.active a {
  background-color: transparent !important;
}
aside > section > .sidebar-component .stage-list li.active a div {
  color: #fff;
  background-color: #384EC1;
}
aside > section > .sidebar-component .stage-list li.active a .stage-name:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
aside > section > .sidebar-component .stage-list li.active a .stage-name:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 93px solid transparent;
  border-right: 93px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
aside > section > .sidebar-component .stage-list li.active a .stage-name:before {
  width: 80%;
}
aside > section > .sidebar-component .stage-list li.active a .stage-name:after {
  width: 80%;
  border-top: 8px solid #384EC1;
}
aside > section > .sidebar-component .stage-list li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 8px 0 8px 8px;
  border-left-color: #E4E7F7;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -12px;
}
aside > section > .sidebar-component .archive-stage-list {
  margin-bottom: 15px;
  margin-top: 30px;
}
aside > section > .sidebar-component .archive-stage-list li a div {
  background-color: #BDBDBD;
  color: #fff;
}
aside > section > .sidebar-component .archive-stage-list li a .stage-name:after {
  border-top-color: #BDBDBD;
}
.idea-list-tracking {
  display: inline-block;
}
.idea-list-tracking + a {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .idea-list-tracking + a {
    padding: 0;
    font-weight: 700 !important;
    line-height: normal;
    color: #333;
    background: none;
  }
  .idea-list-tracking + a:hover,
  .idea-list-tracking + a:active,
  .idea-list-tracking + a:focus {
    color: #333;
    background: none;
  }
}
.idea-tag-list {
  border: solid 1px #ddd;
}
.idea-tag-list > article {
  padding: 15px;
}
@media (min-width: 992px) {
  .idea-tag-list > article {
    padding: 28px 37px;
  }
}
.idea-tag-list > article .tags {
  margin-left: -18px;
}
.idea-tag-list > article .tags > .tag:first-child {
  margin-left: 18px;
}
.idea-tag-list .tag-badge {
  display: inline-block;
  padding: 0.243em 0.286em 0.214em;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: baseline;
}
@-moz-document url-prefix() {
  .idea-tag-list .tag-badge {
    padding-top: 0.3em;
  }
}
.tag-tracking-icon {
  position: relative;
  top: -2px;
}
.active .tag-tracking-icon {
  fill: #384EC1;
}
.go-to-admin {
  margin: 12px 0 0;
}
.go-to-admin a {
  color: #384EC1;
  font-weight: 400;
}
.go-to-admin a:hover {
  text-decoration: underline;
}
.campaigns-section-content + .go-to-admin {
  margin-top: 24px;
}
.idea-list,
.profile-list,
.campaign {
  border: solid 1px #ddd;
  background: #fff;
}
@media (min-width: 992px) {
  .idea-list,
  .profile-list,
  .campaign {
    margin: 0;
  }
}
.idea-list > .idea,
.profile-list > .idea,
.campaign > .idea,
.idea-list > .paging,
.profile-list > .paging,
.campaign > .paging,
.idea-list > .ideas > .idea,
.profile-list > .ideas > .idea,
.campaign > .ideas > .idea {
  border-top: solid 1px #ddd;
}
@media (min-width: 992px) {
  .idea-list > .idea:first-child,
  .profile-list > .idea:first-child,
  .campaign > .idea:first-child,
  .idea-list > .ideas > .idea:first-child,
  .profile-list > .ideas > .idea:first-child,
  .campaign > .ideas > .idea:first-child {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .idea-list .hidden-sm-max + .idea,
  .profile-list .hidden-sm-max + .idea,
  .campaign .hidden-sm-max + .idea {
    border-top: none;
  }
}
.idea-list > .paging,
.idea-list-in-section-content > .paging,
.profile-list > .paging {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .idea-list > .paging,
  .idea-list-in-section-content > .paging,
  .profile-list > .paging {
    padding-left: 37px;
    padding-right: 37px;
  }
}
.idea-list-in-section-content .grid-view {
  margin: 36px 10px;
}
.idea-list-in-section-content .grid-view .idea {
  width: 262px;
}
@media (max-width: 991px) {
  .idea-list-in-section-content .grid-view .idea {
    width: 100%;
  }
}
.idea-list-in-section-content .idea-sorting {
  right: 37px !important;
  margin-top: 32px !important;
  text-align: right;
}
@media (max-width: 991px) {
  .idea-list-in-section-content .ideas:not(.grid-view) {
    padding: 10px 15px;
  }
}
.idea-list {
  border: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .idea-list .ideas {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
}
.idea-list .grid-view.ideas {
  border: 0;
  box-shadow: none;
}
.ideas:not(.grid-view) > a:first-child + .idea {
  border-top: 0;
}
.stage-archive a {
  background: #F0F0F0;
  color: #979797;
}
.stage-archive.active > a {
  background: #BDBDBD !important;
}
.idea-list-modes {
  background: #fff;
  position: relative;
  padding-left: 20px;
  padding-right: 73px;
  margin-left: -20px;
}
.idea-list-modes > ul {
  margin: 0;
  margin-left: -20px;
}
.idea-list-modes > ul > li {
  display: inline-block;
}
.idea-list-modes > ul > li > a {
  display: block;
  padding: 0 20px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #767676;
  line-height: 1;
}
.idea-list-modes > ul > .active > a {
  color: #333;
}
[dir="rtl"] .idea-list-modes > ul > .active:first-child {
  margin-right: 20px;
}
.idea-list-modes > .idea-view-mode {
  position: absolute;
  width: 120px;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 18px;
}
.idea-list-modes > .idea-view-mode a {
  color: #999;
}
.idea-list-modes > .idea-view-mode a.active {
  color: #4f4f4f;
}
.feature-compact-view {
  position: absolute;
  top: 0;
  right: 57px;
  line-height: 0;
  z-index: -1;
}
.directional {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.directional.up {
  background-image: url(/images/tabs/up.png);
}
.directional.down {
  background-image: url(/images/tabs/down.png);
}
.active > .directional.up {
  background-image: url(/images/tabs/up-current.png);
}
.active > .directional.down {
  background-image: url(/images/tabs/down-current.png);
}
.idea-nav {
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 3em;
  padding: 0 1em;
  color: #555;
}
@media (max-width: 991px) {
  .idea-nav {
    margin: 0 -0.6em;
    padding: 0;
    border: 0;
  }
}
.idea-nav > a {
  color: #555;
  text-decoration: none;
}
.idea-nav > a > span {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .idea-nav > a > .is-icon {
    font-size: 28px;
  }
}
.idea-nav > .prev {
  float: left;
}
.idea-nav > .next {
  float: right;
}
@media (max-width: 991px) {
  .idea-extras-tabbed {
    margin: 15px -15px -15px;
  }
}
.idea-extras-tabbed > .nav-tabs {
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
  border-left: none !important;
  font-size: 16px;
  padding: 0 22px;
  line-height: 37px;
  color: #333;
  margin-right: 0;
  border: 0;
  border-right: 1px solid #ddd;
}
.idea-extras-tabbed > .nav-tabs > li > [role="tab"]:hover,
.idea-extras-tabbed > .nav-tabs > li > [role="tab"]:focus {
  background-color: #fff;
}
@media (max-width: 991px) {
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
    font-size: 12px;
    padding: 0 10px;
  }
}
.idea-extras-tabbed > .nav-tabs > li:last-child > [role="tab"] {
  border-right: 0;
}
.idea-extras-tabbed > .nav-tabs > .active > [role="tab"] {
  border-top: 0;
  background: #fff;
  color: #333;
}
@media (max-width: 991px) {
  .idea,
  .no-ideas,
  .no-tags {
    padding: 10px;
  }
  .grid-view .idea,
  .grid-view .no-ideas,
  .grid-view .no-tags {
    width: 100%;
  }
  .profile,
  .main-content-area,
  .campaign {
    padding: 15px;
  }
  .column-wrapper > .idea {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .idea,
  .no-ideas,
  .profile,
  .campaign,
  .no-tags {
    padding: 28px 37px;
  }
  .grid-view .no-ideas {
    border: solid 1px #ddd;
  }
  .main-content-area {
    padding: 38px 37px;
  }
  .idea-extras-tabbed {
    margin: 28px -37px -28px;
  }
  .idea-extras-tabbed > .nav-tabs > li > [role="tab"] {
    padding-left: 37px;
    padding-right: 37px;
  }
}
.idea a,
.profile a,
.main-content-area a,
.campaign a,
.pairwise-idea-details a,
.idea .btn-link,
.profile .btn-link,
.main-content-area .btn-link,
.campaign .btn-link,
.pairwise-idea-details .btn-link {
  font-weight: bold;
}
.idea,
.profile,
.main-content-area,
.campaign {
  position: relative;
}
@media (min-width: 992px) {
  .column-wrapper > .idea,
  .column-wrapper > .profile,
  .column-wrapper > .main-content-area,
  .column-wrapper > .campaign {
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 0 0 4px 4px;
  }
}
.main-content-area {
  min-height: 400px;
}
.main-content-area .close-form {
  position: absolute;
  top: 7px;
  right: 4px;
  background: transparent;
  border: 0;
}
@media (max-width: 991px) {
  .main-content-area .close-form {
    position: relative;
    top: -13px;
    right: -16px;
  }
}
.main-content-area .close-form svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.main-content-area .idea-form-content .checkbox-btn-group {
  margin-top: 10px;
}
.main-content-area .idea-form-content .checkbox-btn-group .group-item {
  margin: 10px 0;
}
.no-ideas > .alert {
  margin-bottom: 0;
}
.costar-executive-summary {
  margin-top: 14.4px;
}
.idea-tags {
  margin-top: 5.9px;
  clear: both;
}
@media (min-width: 992px) {
  .costar-executive-summary {
    margin-top: 21.6px;
  }
  .idea-tags {
    margin-top: 13.1px;
    clear: both;
  }
}
.idea-title {
  font-size: 24px;
}
.grid-view .idea-title .label,
.compact-view .idea-title .label {
  top: -1px;
}
.campaign-ideas .idea-title {
  margin-top: -5px;
  padding-right: 10px;
}
.grid-view .idea-title {
  font-size: 16px;
  line-height: 1.44;
}
@media (max-width: 992px) {
  .idea-title {
    font-size: 16px;
    line-height: 1.44;
  }
}
.idea-campaign {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.idea-campaign a {
  color: #666;
  font-weight: 400;
}
.grid-view .idea-campaign {
  margin-top: -3px;
  padding-right: 44px;
}
@media (max-width: 991px) {
  .idea-campaign {
    margin-top: -3px;
    padding-right: 44px;
  }
}
.campaign-ideas .idea-header .idea-campaign {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.stage-action {
  text-align: center;
  border-radius: 4px;
}
.stage-data > strong,
.stage-data > span {
  display: block;
}
.stage-data > .progress {
  height: 19px;
  border: solid 1px #ddd;
  background: #fff;
  box-shadow: none;
}
.btn-stage-action {
  display: block;
  min-width: 110px;
  max-width: 136px;
  height: 30px;
  padding: 6px 6px 8px 3px;
  background: #F5F5F5;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-stage-action.disabled {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.btn-stage-action .is-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}
.up-down-votes,
.stage-progress,
.stage-workflow {
  margin-top: 11px;
}
.stage-progress {
  line-height: 1;
}
.stage-progress > .progress {
  margin: 5px 0 0;
  background: #e9e9e9;
}
.stage-progress > .progress,
.stage-progress > .progress > .progress-bar {
  box-shadow: none;
  height: 5px;
  line-height: 5px;
}
.progress-desc {
  font-size: 10px;
  font-weight: bold;
}
.progress-unknown {
  color: #777 !important;
}
.stage-workflow {
  margin-left: -1px;
  margin-right: -1px;
}
.stage-workflow > .stage-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stage-workflow > .stage-list > li {
  display: table-cell;
  position: relative;
  line-height: 0;
  /*This is to make the cells same small height (5px) as the links inside */
  padding: 0 1px;
}
.stage-workflow > .stage-list > li > a {
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  padding: 0;
}
.stage-workflow > .stage-list .tooltip {
  word-wrap: break-word;
}
.stage-details > .stage-workflow > .stage-list > li > a:hover {
  background-color: #333 !important;
}
.stage-details > .stage-workflow > .stage-list > .active > a {
  background-color: #abb7bc;
}
.current-stage {
  color: #666;
  font-size: 9.6px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  margin-top: 11px;
  word-wrap: break-word;
}
body.sec-508 .current-stage {
  font-size: 11px;
}
@media (max-width: 991px) {
  .stage-progress,
  .stage-workflow {
    display: none;
  }
  .stage-details > h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 12px;
  }
  .stage-details:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.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;
  word-wrap: normal;
}
.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: "-";
}
@media (min-width: 992px) {
  .idea {
    min-height: 307.6px;
  }
  .idea > .idea-stats {
    right: 37px;
    top: 278.6px;
  }
  .column-wrapper > .idea,
  .tab-pane > .idea {
    min-height: 0;
  }
  .column-wrapper > .idea > .idea-main-details,
  .tab-pane > .idea > .idea-main-details {
    min-height: 125px;
  }
  .column-wrapper > .idea > .idea-stats,
  .tab-pane > .idea > .idea-stats {
    top: 281.6px;
  }
  .grid-view .idea {
    width: 270px;
    padding: 10px;
    float: left;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    min-height: auto;
  }
  .idea > header,
  .idea > .idea-main-details {
    margin-right: 157px;
  }
  .grid-view .idea > header,
  .grid-view .idea > .idea-main-details {
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  .ideas .idea > .idea-main-details {
    margin-bottom: 45px;
  }
  .idea > .idea-main-details {
    margin-bottom: 25px;
  }
  .moderation-actions {
    position: absolute;
    top: 267.6px;
    right: 37px;
    color: #384EC1;
    font-weight: bold;
    line-height: 1;
  }
  .moderation-actions a {
    color: #384EC1;
  }
  .moderation-actions a:hover {
    color: #384EC1;
  }
  .moderation-actions .dropdown-menu-item-group li a:hover,
  .moderation-actions .dropdown-menu-item-group .as-menu-item-link:hover {
    color: #333;
    background: #abb7bc;
  }
  .stage-details {
    width: 120px;
    position: absolute;
    top: 28px;
    right: 37px;
  }
  .grid-view .stage-details {
    position: relative;
    right: 0;
  }
  .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: capitalize;
  }
  .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 #ddd;
    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: capitalize;
    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;
    margin-top: 3px;
  }
  .stage-data > .progress,
  .stage-data > .progress > .progress-bar {
    box-shadow: none;
  }
  .stage-data > .progress > .progress-bar {
    height: 17px;
    line-height: 17px;
  }
  .stage-data > .five-stars {
    margin-top: 1.45em;
    letter-spacing: -7px;
  }
  .stage-awaiting {
    padding-top: 1.5em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    word-wrap: break-word;
  }
  .stage-data > .progress,
  .btn-stage-action {
    margin-left: -1px;
    margin-right: -1px;
  }
  .btn-stage-action {
    position: absolute;
    bottom: 7.5px;
    left: 5px;
    right: 5px;
  }
  .btn-stage-action.btn-draft-edit {
    bottom: 44px;
    background: #999999 !important;
    color: #fff !important;
    border-color: #999999 !important;
  }
  .btn-stage-action.btn-draft-delete {
    background: #fff !important;
    border: 1px solid #979797 !important;
    color: #999999 !important;
  }
  .grid-view .btn-stage-action.btn-draft-delete {
    float: right;
  }
  .stage-action-draft-heading {
    color: #999999;
    font-size: 11px !important;
  }
  .stage-action-pairwise {
    display: table;
    width: 100%;
    padding: 0;
  }
  .stage-action-pairwise > .stage-data,
  .stage-action-pairwise > .stage-awaiting {
    display: table-cell;
    vertical-align: middle;
  }
  .stage-action-pairwise > .stage-data > strong {
    font-size: 40px;
  }
  .stage-action-pairwise > .stage-data > span {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 1px;
    padding-bottom: 0.5em;
    line-height: 1.1em;
  }
  .stage-action-pairwise > .stage-awaiting {
    padding: 0 12px;
  }
}
.stage-action-ideate {
  position: relative;
  padding-top: 48px;
}
@media (max-width: 991px) {
  .stage-action-ideate {
    padding-top: 7px;
  }
}
.stage-action-ideate > .stage-data > strong {
  font-size: 34px;
}
.stage-action-ideate > .stage-data > span {
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
}
.vote-up,
.vote-down {
  display: block;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  text-indent: -9999px;
  overflow: hidden;
  width: 0;
  position: absolute;
  left: 37px;
}
.vote-up {
  bottom: 124px;
  border-bottom: 22px solid #abb7bc;
}
.vote-down {
  top: 124px;
  border-top: 22px solid #abb7bc;
}
a.vote-up:hover {
  border-bottom-color: #384EC1;
}
.voted-up > .vote-actions > .vote-up {
  border-bottom-color: #384EC1;
}
a.vote-down:hover {
  border-top-color: #384EC1;
}
.voted-down > .vote-actions > .vote-down {
  border-top-color: #384EC1;
}
.remove-pseudo-content:after,
.remove-pseudo-content:before {
  content: none !important;
}
.idea-content {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
}
.idea-content:before,
.idea-content:after {
  display: table;
  content: " ";
}
.idea-content:after {
  clear: both;
}
.idea-content:before,
.idea-content:after {
  display: table;
  content: " ";
}
.idea-content:after {
  clear: both;
}
.idea-content ul,
.idea-content ol {
  list-style-position: inside;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .idea-content img,
  .idea-meta img,
  .idea-content iframe,
  .idea-meta iframe,
  .idea-content object,
  .idea-meta object,
  .idea-content .mejs__container,
  .idea-meta .mejs__container,
  .idea-content .youtube-video,
  .idea-meta .youtube-video {
    max-width: 100%;
  }
}
.costar-executive-summary {
  font-weight: bold;
  font-size: 16px;
}
.list-inline-compact > li {
  padding-right: 0;
}
.idea-meta,
.user-meta {
  word-wrap: break-word;
  margin-bottom: 1em;
}
.idea-meta.idea-meta-author,
.user-meta.idea-meta-author {
  margin-bottom: 1em;
}
.idea-description-history-container .idea-description-history.is-collapsed + hr {
  display: none;
}
.linked-ideas a,
.similar-idea-link a {
  font-weight: 400;
  color: #384EC1;
}
.linked-ideas a:hover,
.similar-idea-link a:hover,
.linked-ideas a:focus,
.similar-idea-link a:focus {
  text-decoration: underline;
  color: #18598a;
}
.linked-ideas {
  margin-top: 1em;
}
.linked-ideas:empty {
  display: none;
}
@media (max-width: 991px) {
  .idea-main-details > .costar-tag-list,
  .idea-main-details .social-web-link-list {
    float: left;
    clear: left;
  }
  .idea-meta-part + .idea-meta-part {
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  .idea-meta-part {
    display: inline-block;
  }
  .idea-meta-part:before {
    content: "|";
    color: #999;
  }
  .idea-meta-part:first-child:before {
    content: none;
  }
}
.idea-attachments-thumbnails {
  clear: both;
  margin-top: 1em;
  border-top: solid 1px #ddd;
  padding-top: 1em;
}
.idea-attachments-thumbnails > header > h3 {
  color: #666;
  display: inline;
  font-size: inherit;
}
.idea-attachments-thumbnails > .popover {
  max-width: 100%;
  max-height: 100%;
}
.attachment-preview-list {
  padding: 0;
}
.attachment-preview-list > li {
  list-style: none;
  display: inline-block;
  margin-top: 8px;
  margin-right: 25px;
}
.thumbnail-frame {
  border: solid 1px #eee;
  box-shadow: 1px 1px 1px #999;
  width: 52px;
  height: 34px;
  display: block;
  background: url(/images/doc-thumbnail.png) no-repeat 50% 50%;
  position: relative;
}
.thumbnail-frame:focus {
  outline: none;
}
.thumbnail-frame[style] {
  background-size: contain;
}
.thumbnail-frame[style]:hover:before {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  font-family: 'Glyphicons Halflings';
  content: "\e015";
  position: absolute;
  left: 0;
  right: 0;
  width: 52px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(/images/mask-pixel.png);
}
.thumbnail-frame + b {
  color: #666;
  text-indent: 2px;
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 52px;
  font-weight: normal;
}
.idea-content-thumbnail-holder {
  max-width: 200px;
  max-height: 200px;
  margin: 3px 1em 1em 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.grid-view .idea-content-thumbnail-holder {
  max-width: 100%;
  float: none;
  margin: 0 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
}
@media (max-width: 991px) {
  .idea-content-thumbnail-holder {
    max-width: 100%;
    float: none;
    margin: 0 0 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
  }
}
.idea-content-thumbnail-holder .idea-thumbnail {
  margin: 0 !important;
  flex-shrink: 0;
}
.idea-content-thumbnail-holder .preview-icon {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.idea-content-thumbnail-holder .preview-icon:after {
  font-size: 18px;
  font-family: 'isicon';
  content: "\e918";
  position: relative;
  line-height: 1;
}
.idea-content-thumbnail-holder + .markdown-render > ul,
.idea-content-thumbnail-holder + .markdown-render > ol {
  float: left;
}
.idea-content-thumbnail-holder + .markdown-render > ul + *,
.idea-content-thumbnail-holder + .markdown-render > ol + * {
  clear: left;
}
.idea .popover,
.ideas .popover {
  max-width: 100%;
  max-height: 100%;
}
.idea .popover .carousel-control,
.ideas .popover .carousel-control {
  display: block;
  width: 5%;
  opacity: 0.8;
}
.idea .popover .carousel-control:hover,
.ideas .popover .carousel-control:hover {
  opacity: 1;
}
.idea .popover .carousel-control.left,
.ideas .popover .carousel-control.left,
.idea .popover .carousel-control.right,
.ideas .popover .carousel-control.right {
  background: none;
}
.idea-thumbnail {
  max-width: 200px;
  max-height: 200px;
  float: left;
  margin: 3px 1em 1em 0;
}
.grid-view .idea-thumbnail {
  max-width: 100%;
  margin: 0 0 13px 0;
  float: none;
  vertical-align: middle;
}
.idea-thumbnail-holder {
  max-width: 200px;
  max-height: 200px;
  margin: 3px 1em 1em 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.grid-view .idea-thumbnail-holder {
  max-width: 100%;
  margin: 0 0 13px 0;
  float: none;
}
.idea-thumbnail-holder .idea-thumbnail {
  margin: 0;
}
.idea-thumbnail-holder:hover:before {
  content: " ";
  position: absolute;
  background: url(/images/mask-pixel.png);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.idea-thumbnail-holder:hover:after {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  font-family: 'Glyphicons Halflings';
  content: "\e015";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 15px;
}
.search-section .search-control {
  height: 30px;
}
.search-section ::placeholder {
  color: #555;
  font-size: 11px;
}
.search-section input:focus::placeholder {
  opacity: 0.6;
}
.search-section #search-query:-ms-input-placeholder {
  color: #555 !important;
}
.search-section .btn-primary {
  background-color: #ccc;
  border-color: #ccc;
}
.search-section .search-help-block {
  padding-top: 5px;
  color: #767676;
}
.search-section .search-help-block a {
  color: #767676 !important;
}
.search-section .search-help-block a:hover {
  text-decoration: underline;
}
.search-filter {
  font-size: 12px;
  line-height: 1em;
  border: solid 1px #ccc;
  padding: 5px 12px 5px 10px;
  position: relative;
  margin: 10px 0 6px;
  font-weight: normal;
}
.search-filter > a {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333333;
}
.campaign-countdown > .countdown-timer {
  padding: 0;
  margin: 0 0 10px;
}
.campaign-countdown > .countdown-timer + .text-center {
  margin-left: -8px;
}
.section-content > .search-explorer {
  margin: 20px calc(20px - 20px) calc(20px - 20px);
  padding: 20px 20px;
  border: solid 1px #ddd;
}
.section-content > .search-explorer > .h4,
.section-content > .search-explorer .input-sm {
  font-size: 12px;
}
.section-content > .search-explorer > .h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section-content > .search-explorer .input-sm {
  line-height: 12px;
  font-weight: normal;
}
.section-content > .search-explorer .current-search-stages {
  line-height: normal;
  font-weight: normal;
}
.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;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: default;
}
.search-stage-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: 28px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 6px 1px;
  border: solid 1px #ccc;
  border-top: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  max-height: 300px;
  overflow-y: auto;
}
.search-stage-list > li > ul.list-unstyled {
  margin: 5px 0 7px 7px;
}
.search-stage-list > li > ul.list-unstyled li label,
.search-stage-list > li > ul.list-unstyled input[type='checkbox'] {
  font-weight: 400;
  cursor: pointer;
}
.search-stage-list > li > ul.list-unstyled li input + label {
  width: 90%;
  vertical-align: top;
  word-wrap: break-word;
}
.search-stage-list .group-item {
  padding-left: 10px;
}
.search-stage-list .group-header {
  padding-left: 8px;
}
.search-stage-filter:hover .search-stage-list {
  display: block;
}
.search-explorer .daterangepicker {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  float: none;
}
.search-explorer .daterangepicker > .calendar {
  margin: 2px;
  float: none;
  max-width: none;
}
.search-explorer .daterangepicker > .calendar > .calendar-table {
  border: 1px solid #ddd;
}
.search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed th,
.search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed td {
  min-width: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed th,
  .search-explorer .daterangepicker > .calendar > .calendar-table .table-condensed td {
    min-width: 32px;
  }
}
.search-explorer .daterangepicker > .ranges {
  float: none;
}
.search-explorer .daterangepicker .daterangepicker_input {
  padding: 0;
}
.section-content > .search-explorer .daterangepicker {
  margin: 10px -15px;
}
.dropdown-menu > .search-explorer .daterangepicker {
  margin: 10px 0 !important;
}
.search-explorer .date-range-picker-input-container {
  max-width: 132px;
}
.idea-stats {
  font-weight: bold;
  text-align: right;
}
@media (min-width: 991px) {
  .idea-stats {
    position: absolute;
  }
}
.idea-rank {
  font-size: 1.5em;
}
.tab-content {
  word-wrap: break-word;
}
#idea-tab-details > .tab-content,
#idea-tab-comments > .tab-content,
#idea-tab-attachments > .tab-content,
#idea-attachments,
#reviewscale-comments {
  padding: 15px;
}
@media (min-width: 992px) {
  #idea-tab-details > .tab-content,
  #idea-tab-comments > .tab-content,
  #idea-tab-attachments > .tab-content,
  #idea-attachments,
  #reviewscale-comments {
    padding: 28px 37px;
  }
}
#idea-tab-comments > .tab-content > .tab-pane > section {
  margin-bottom: 37px;
}
.idea-details-pills {
  border-bottom: solid 1px #ddd;
  padding: 20px 5px;
}
.idea-details-pills > li {
  padding: 0 10px;
}
.idea-details-pills > .dropdown {
  width: 140px;
  max-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: 1200px) {
  .idea-details-pills {
    padding: 20px 7px;
  }
  .idea-details-pills > li {
    padding: 0 30px;
  }
  .idea-details-pills > .dropdown {
    width: 140px;
    max-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: #767676;
}
@media (min-width: 630px) {
  .idea-details-pills > li {
    height: 10px;
    overflow: visible;
    border-left: solid 1px #ddd;
  }
}
@media (max-width: 630px) {
  .idea-details-pills > li {
    float: none;
    margin-bottom: 15px;
  }
}
.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: #767676;
}
.idea-details-pills > li > [data-toggle]:hover {
  color: #919191;
}
.idea-details-pills > .active > [data-toggle] {
  color: #384EC1 !important;
  border-bottom-color: #384EC1;
}
@media (min-width: 630px) {
  .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: #ddd;
    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 #ddd;
  background: #fff;
}
.idea-details-pills > .dropdown > .dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.btn-link {
  color: #333;
}
.idea-tab-pane-heading {
  font-size: 16px;
}
.vote-activity-list > li,
.event-list > li,
.follower-list > li,
.contributor-list > li,
.attachment,
.costar-list li,
.team-member-list li,
.merge-cart-idea-list > li,
.custom-field-list > li,
.funder-list li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.vote-activity-list > li:first-child,
.event-list > li:first-child,
.follower-list > li:first-child,
.contributor-list > li:first-child,
.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;
}
.vote-activity-list > li:last-child,
.event-list > li:last-child,
.follower-list > li:last-child,
.contributor-list > li:last-child,
.attachment:last-child,
.costar-list li:last-child,
.team-member-list li:last-child,
.merge-cart-idea-list > li:last-child,
.custom-field-list > li:last-child,
.funder-list li:last-child {
  border-bottom: 0;
}
.voter {
  float: left;
}
.vote {
  float: right;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}
.vote > time {
  display: block;
  font-size: 12px;
}
.idea-tiny {
  position: relative;
  border-top: solid 1px #ddd;
  padding-top: 12px;
  overflow: hidden;
}
.idea-tiny:first-child {
  border-top: none;
  margin-top: -12px;
}
.idea-tiny:last-child {
  margin-bottom: 10px;
}
.idea-tiny .idea-title {
  font-size: 14px;
}
@media (min-width: 992px) {
  .idea-tiny .idea-stats {
    top: auto;
    right: 0;
    bottom: 30px;
    width: 80px;
  }
  .idea-tiny > header,
  .idea-tiny > .idea-meta {
    margin-right: 100px;
  }
  .idea-tiny .idea-campaign {
    padding-right: 100px;
  }
}
.event-list {
  margin-top: 15px;
  font-size: 14px;
}
.event-list a {
  color: #384EC1;
}
.event-list li {
  margin: 15px 0;
}
.event-list > li > time {
  float: right;
  font-size: 12px;
}
.event-list .date {
  display: block;
  font-weight: normal;
  margin-top: 2px;
  color: #666;
}
.follower-list,
.contributor-list,
.team-member-list {
  font-size: 14px;
  font-weight: bold;
}
.follower-list > li > span,
.contributor-list > li > span,
.team-member-list > li > span {
  float: right;
  line-height: 40px;
}
#owner-list {
  background-color: #eee;
  padding: 25px 25px 15px;
}
#owner-list > ol > li {
  padding-top: 6px;
  margin-top: 6px;
}
#owner-list > ol > li > label {
  font-weight: normal;
}
#owner-list > ol > li > label > img {
  margin-right: 10px;
}
.actor-with-avatar-sm + .attachment-content {
  margin-left: 40px;
}
.attachment-content > p > img {
  max-width: 100%;
}
.attachment-actions {
  float: right;
}
.comment-list > li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  overflow: visible;
  /* Don't make this hidden, otherwise page-anchor won't work on IE */
}
.comment-list > li:first-child {
  margin-top: 0;
}
.comment-list > li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .comment-list > li {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.comment-list > li.pinned {
  border-bottom: 0;
  margin-top: 0;
  background: rgba(0, 154, 255, 0.12);
}
@media (min-width: 992px) {
  .comment-list > li.pinned {
    margin-left: -37px;
    margin-right: -37px;
    padding-left: 37px;
    padding-right: 37px;
  }
}
.comment-list > li.pinned > .comment {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.comment-list > li.pinned:first-child > .comment {
  border-top: 0;
}
.comment-list > li.pinned + li:not(.pinned) {
  border-top: 0;
}
.comment > section > .comment-list > li:first-child {
  padding-top: 20px;
}
.comment-attachments .attachment:first-child {
  margin-top: 15px;
}
.load-more-link-btn {
  padding: 7px;
  border: 1px dotted #ccc;
  text-align: center;
  display: block;
}
.load-more-link-btn .glyphicon-menu-up {
  top: 3px;
}
.pinned-by {
  color: #777;
}
.pinned-by svg {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.comment {
  padding-left: 80px;
  min-height: 60px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .comment {
    padding-left: 40px;
  }
}
.comment .load-more-link-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #idea-tab-attachments .attachment .avatar,
  .comment .avatar {
    width: 30px;
    height: 30px;
  }
}
.comment-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  max-width: 100%;
}
.comment-meta > img {
  position: absolute;
  left: 0;
}
@media (max-width: 480px) {
  .comment-meta .fn.nickname {
    white-space: initial;
  }
}
.comment-meta .comment-fragment-labels-section {
  white-space: normal;
  margin-top: 10px;
}
.comment-content {
  margin-top: 10px;
}
.awaiting-approval-comment > .comment-content {
  color: #8A1F11;
}
.comment-skeleton {
  padding: 37px;
  position: relative;
}
.comment-skeleton .skeleton-avatar {
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .comment-skeleton .skeleton-avatar {
    width: 30px;
    height: 30px;
  }
}
.activity-skeleton > .activity-section {
  margin: 0 !important;
}
.at-mention {
  color: #384EC1;
}
.comment-label {
  float: right;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: 0.2em 0.3em;
  background: #333;
  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: 0.2em 0.3em;
  background: #333;
  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 {
  display: table;
  content: " ";
}
.comment-actions:after {
  clear: both;
}
.comment-actions:before,
.comment-actions:after {
  display: table;
  content: " ";
}
.comment-actions:after {
  clear: both;
}
.comment-actions {
  text-align: right;
}
.comment-actions .comment-action:first-child {
  margin-left: 0;
}
.comment-actions > .label-dropdown {
  float: left;
  line-height: 1.25;
}
.comment-action {
  display: inline-block;
  padding-right: 5px;
}
.comment-reply,
.comment-moderation,
.comment-attach,
.comment-edit {
  float: left;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .comment-reply,
  .comment-moderation,
  .comment-attach,
  .comment-edit {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .comment-action {
    padding-right: 10px;
    border-right: 1px solid #dddddd;
  }
  .comment-action:last-of-type,
  .comment-action.comment-vote-up,
  .comment-action.comment-vote-down {
    border-right: none;
  }
  .comment-reply,
  .comment-moderation,
  .comment-attach,
  .comment-edit {
    margin-right: 0;
  }
  .comment-reply a,
  .comment-moderation a,
  .comment-attach a,
  .comment-edit a {
    color: #666;
    font-weight: normal;
  }
  .comment-moderation,
  .comment-attach,
  .comment-edit {
    margin-left: 10px;
  }
}
.comment-vote-up > strong:first-child {
  color: #333;
}
.comment-vote-down > strong:first-child {
  color: #333;
}
.comment-form,
.attachment-form {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 30px -15px -15px !important;
  padding: 15px 15px 15px 95px;
}
.comment-form > img,
.attachment-form > img {
  left: 15px;
}
li > .comment-form,
li > .attachment-form,
li > article > .comment-form,
li > article > .attachment-form {
  padding: 7.5px 0 !important;
}
@media (min-width: 992px) {
  .comment-form,
  .attachment-form {
    margin: 30px -37px -28px !important;
    padding: 28px 37px 28px 117px;
  }
  .comment-form > img,
  .attachment-form > img {
    left: 37px;
  }
  li > .comment-form,
  li > .attachment-form,
  li > article > .comment-form,
  li > article > .attachment-form {
    padding: 14px 0 !important;
  }
}
@media (max-width: 991px) {
  .comment-form,
  .attachment-form {
    padding-left: 15px;
  }
}
.comment-form > img,
.attachment-form > img {
  position: absolute;
}
@media (max-width: 991px) {
  .comment-form > img,
  .attachment-form > img {
    display: none;
  }
}
.comment-form .checkbox,
.attachment-form .checkbox,
.comment-form .comment-language-field,
.attachment-form .comment-language-field {
  float: left;
  clear: left;
}
.comment-form .form-group + .checkbox,
.attachment-form .form-group + .checkbox {
  margin-top: 0;
}
.comment-form .comment-language-field,
.attachment-form .comment-language-field {
  min-width: 150px;
}
li > .comment-form,
li > .attachment-form {
  margin: 0.5em 0 0 80px !important;
  border: 0;
}
@media (min-width: 992px) {
  li > article > .comment-form,
  li > article > .attachment-form {
    margin: 0.5em 0 0 -80px !important;
  }
}
@media (max-width: 991px) {
  li > article > .comment-form,
  li > article > .attachment-form {
    margin: 0.5em 0 0 -40px !important;
  }
}
.comment-action-label {
  padding: 0 8px;
}
.comment-form {
  overflow: visible;
}
.comment-form .label-dropdown#comment-label-dropdown-main-content {
  margin-top: 7px;
  margin-left: 5px;
}
.comment-form-action {
  margin-top: 10px;
  display: flex;
}
.comment-form-action .btn {
  width: auto;
}
.comment-votes-desc {
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
}
.clickable-img-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.profile > header {
  position: relative;
  padding-left: 122px;
}
.profile > header > .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.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: 195px;
  }
}
.profile > section {
  border-top: solid 1px #ddd;
}
.profile > section > h2 {
  font-size: 16px;
  position: relative;
}
.profile > section > h2 > .collapse-expand {
  font-size: 1em;
  top: 0;
  right: 0;
}
.profile > section > h2 > .collapse-expand:hover {
  text-decoration: none;
}
.profile > section > h2 span {
  display: inline-block;
}
.profile-title {
  font-size: 24px;
  word-wrap: break-word;
}
.profile-title span {
  font-size: 14px;
  color: #bbbbbb;
  display: block;
  margin-top: 7px;
}
.member-stats {
  display: table;
  text-align: center;
  font-weight: bold;
  border: solid 1px #ddd;
  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: 175px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .member-stats {
    display: block;
  }
}
.member-stats-details,
.member-stats-points {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.member-stats-details {
  border-right: solid 1px #ddd;
  width: 66%;
}
@media (max-width: 480px) {
  .member-stats-details {
    width: 70%;
  }
}
.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;
}
@media (max-width: 480px) {
  .member-stats-points {
    padding: 7px;
    display: inline;
  }
}
.points-summary {
  display: none;
}
.profile-leaderboard-link {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  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;
  filter: alpha(opacity=90);
  opacity: 0.9;
  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 #ddd;
    background: #fff;
  }
}
.profile-list > .profile {
  border-top: solid 1px #ddd;
}
.profile-list > .profile > header > .profile-title > a {
  color: #333333;
}
.profile-list > .profile:first-child {
  border-top: none;
}
.profile-list > .profile > section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.profile-list .collapse-expand {
  position: absolute;
  right: -28px;
  top: -15px;
}
@media (max-width: 991px) {
  .profile-list .collapse-expand {
    right: -5px;
    top: 0;
  }
}
#memberships-section-content > .list-unstyled {
  font-size: 16px;
  line-height: 2em;
}
.idea-list-in-section-content {
  margin: 0 -15px -15px;
}
@media (min-width: 992px) {
  .idea-list-in-section-content {
    margin: 0 -37px -28px;
  }
  .idea-list-in-section-content > .ideas > .idea,
  .idea-list-in-section-content > .ideas > .paging {
    border-top: dotted 1px #ddd;
  }
  .idea-list-in-section-content > .ideas > .idea:first-child,
  .idea-list-in-section-content > .ideas > .paging:first-child {
    border-top: 0;
  }
}
.main-content-heading {
  font-size: 22px;
  margin-bottom: 1em;
}
.main-content-heading span {
  font-size: 18px;
}
.email-verification-page .main-content-heading {
  font-size: 18px;
}
.has-draft-list .main-content-heading {
  padding-right: 56px;
}
.inline-help,
.help {
  color: #333333;
}
.social-auth-widget-placeholder > ul {
  padding-left: 0;
  list-style: none;
}
.social-auth-widget-placeholder > ul > li {
  display: inline-block;
  margin: 0 3% 3% 0;
  background: #1377c7;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 3px #f0f0f0;
  -webkit-box-shadow: 0 2px 3px #f0f0f0;
  box-shadow: 0 2px 3px #f0f0f0;
  font-size: 32px;
  line-height: normal;
}
.social-auth-widget-placeholder > ul > li:hover {
  background: #2687d5;
}
.social-auth-widget-placeholder > ul > li a {
  padding: 0 12px 5px 12px;
}
.social-auth-widget-placeholder > ul > li a:hover {
  text-decoration: none;
}
[data-social-auth-provider] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tos h1,
.register-tos-content h1,
.contact h1 {
  font-size: 1.4em;
}
.tos h2,
.register-tos-content h2,
.contact h2 {
  font-size: 1.3em;
}
.tos h3,
.register-tos-content h3,
.contact h3 {
  font-size: 1.2em;
}
.tos h4,
.register-tos-content h4,
.contact h4 {
  font-size: 1.1em;
}
.tos h5,
.register-tos-content h5,
.contact h5 {
  font-size: 1em;
}
.tos h1,
.register-tos-content h1,
.contact h1,
.tos h2,
.register-tos-content h2,
.contact h2,
.tos h3,
.register-tos-content h3,
.contact h3,
.tos h4,
.register-tos-content h4,
.contact h4,
.tos h5,
.register-tos-content h5,
.contact h5 {
  margin: 1.2em 0 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: idea submission form content  ************/
.idea-form-content .panel {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: none;
}
/*************  Begin: ReviewScale  ************/
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot.review-h,
.dot.review-yes {
  background-color: #384EC1;
}
.dot.review-l {
  background-color: #666;
}
.dot.review-m {
  background-color: #FF9800;
}
.dot.review-na,
.dot.review-no {
  background-color: #333;
}
.text-review-h {
  color: #384EC1;
}
.text-review-m {
  color: #FF9800;
}
.text-review-l {
  color: #666;
}
.text-review-na {
  color: #333;
}
.panel-key .dot.review-h,
.panel-key .dot.review-m,
.panel-key .dot.review-l,
.panel-key .dot.review-na,
.panel-key .dot.review-yes,
.panel-key .dot.review-no {
  margin-right: 4px;
}
.reviewscale-heading {
  font-size: 20px !important;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.reviewscale > .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.reviewscale .questions > li {
  margin-bottom: 15px;
}
.reviewscale .slider-tick {
  display: none;
}
.reviewscale .slider.slider-horizontal {
  width: 90%;
}
.reviewscale .slider.slider-horizontal .slider-track {
  height: 5px;
  margin-top: -4px;
  background-image: none;
  background-color: #ddd;
  box-shadow: none;
}
.reviewscale .slider.slider-horizontal .slider-handle,
.reviewscale .slider.slider-horizontal .slider-tick {
  width: 16px;
  height: 16px;
}
.reviewscale .slider-handle,
.reviewscale .slider-selection {
  background-image: none;
}
.reviewscale .slider-handle {
  background-color: #999;
}
.reviewscale [data-range-value="1"] .slider-handle,
.reviewscale [data-range-value="1"] .slider-selection {
  background-color: #384EC1;
}
.reviewscale [data-range-value="3"] .slider-handle,
.reviewscale [data-range-value="3"] .slider-selection {
  background-color: #666;
}
.reviewscale [data-range-value="2"] .slider-handle,
.reviewscale [data-range-value="2"] .slider-selection {
  background-color: #FF9800;
}
.reviewscale .slider-tick-label-container .slider-tick-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
}
.reviewscale .slider-tick-label-container .slider-tick-label:nth-child(1) {
  color: #999;
}
.reviewscale .slider-tick-label-container .slider-tick-label:nth-child(2) {
  color: #666;
}
.reviewscale .slider-tick-label-container .slider-tick-label:nth-child(3) {
  color: #FF9800;
}
.reviewscale .slider-tick-label-container .slider-tick-label:nth-child(4) {
  color: #384EC1;
}
.reviewscale-range {
  padding-left: 5%;
}
.reviewscale-range.reviewed [data-range-value="4"] .slider-handle {
  background-color: #333;
}
.reviewscale-range.reviewed .slider-tick-label-container .slider-tick-label:nth-child(1) {
  color: #333;
}
.reviewscale .review-factors {
  margin: 5px 0 5px 0;
  padding: 2px 0 10px;
}
.reviewscale .review-factors li {
  background: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 4px 9px;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0 2px 0 0;
  border-radius: 4px;
}
.reviewscale .review-factors .on,
.reviewscale .review-factors .on.rated,
.reviewscale .review-factors .on:hover {
  border: 1px solid #f27235;
  color: #f27235;
  min-width: 30px;
  text-align: center;
}
.reviewscale .review-factors .on.rated,
.reviewscale .review-factors .on:hover {
  background: #f27235;
  color: #fff;
}
.reviewscale .review-factors .off,
.reviewscale .review-factors .off.rated,
.reviewscale .review-factors .off:hover {
  border: 1px solid #333;
  color: #ccc;
  min-width: 30px;
  text-align: center;
}
.reviewscale .review-factors .off.rated,
.reviewscale .review-factors .off:hover {
  background: #333;
  color: #fff;
}
.reviewscale .review-paging .np-link {
  background-color: #333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.reviewscale .review-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.reviewscale li.attachment {
  display: block;
}
.reviewscale .idea-extras-tabbed {
  margin: 0;
}
.reviewscale .details-content {
  clear: both;
  margin-top: 20px;
}
.reviewscale .details-content h4 {
  margin: 5px 0;
}
.reviewscale .action-bar {
  text-align: right;
}
.reviewscale .collapse-expand {
  position: inherit;
  font-size: 12px;
  font-family: inherit;
  color: #333;
}
.reviewscale .collapse-expand:hover {
  text-decoration: none;
}
.reviewscale .review-completed {
  position: absolute;
  margin-left: 8px;
  margin-top: -2px;
}
.reviewscale .edit-note {
  margin-left: 5px;
}
.reviewscale-comments .comment-form {
  margin: 30px 0px -28px !important;
}
.quit-reviewscale {
  float: right;
  color: #384EC1;
}
@media (min-width: 768px) {
  .quit-reviewscale {
    margin-top: -2.5em;
  }
}
.factor-desc {
  margin: 0.5em 0;
  color: #888;
}
.factor-desc > .glyphicon {
  top: 2px;
}
.sidebar-idea-list h3 {
  background: #eee;
  padding: 5px;
  margin: 0px -5px 10px -5px;
  font-weight: bold;
  font-size: 17px;
}
.sidebar-idea-list > [data-toggle="collapse"] {
  display: block;
  margin-top: 0.5em;
  color: #384EC1;
  font-weight: 600;
}
.sidebar-idea-list ul {
  margin: 0;
  padding: 0;
}
.sidebar-idea-list ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0 0 0;
  list-style: none;
}
.sidebar-idea-list ul li label {
  font-weight: normal;
  margin-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.sidebar-idea-list ul li:last-child {
  border-bottom: 0;
}
.sidebar-idea-list > .reviewscale {
  max-height: 414px;
  overflow: hidden;
}
.sidebar-idea-list > .reviewscale:hover {
  overflow: auto;
}
.sidebar-idea-list > .reviewscale > li {
  padding: 0 0 0 1px;
  margin: 0;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-idea-list > .reviewscale > li > label {
  display: inline;
  cursor: pointer;
}
.sidebar-idea-list > .reviewscale > li > input[type="checkbox"] {
  margin: 0 3px 0 0;
}
[data-toggle="collapse"] .icon-assessment-up,
[data-toggle="collapse"] .icon-assessment-down {
  position: relative;
  top: -2px;
}
[data-toggle="collapse"] .icon-assessment-up {
  display: none;
}
[aria-expanded="true"] .icon-assessment-up {
  display: inline;
}
[aria-expanded="true"] .icon-assessment-down {
  display: none;
}
.action-summary {
  text-align: center;
  font-size: 15px;
}
.action-summary .pro-bar .pro-percent {
  line-height: 1;
  float: right;
}
.action-summary .pro-bar .progress-br {
  margin-right: 3em;
  overflow: hidden;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.action-summary .pro-bar .progress-br div {
  background: #384EC1;
  height: 15px;
}
.survey-countdown {
  margin-bottom: 1em;
}
.survey-countdown > h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.win-idea {
  color: #333;
  font-weight: bold;
}
.attachment-list > li {
  margin-top: 10px;
  padding: 0 15px;
  font-weight: bold;
  color: #9b9b9b;
}
.attachment-list > li > img {
  margin-right: 10px;
}
.attachment-list > li > a {
  color: #384EC1;
}
.idea-details-digest,
.reviewscale .idea-meta,
.reviewscale .idea-meta > p {
  margin: 1em 0;
}
.idea-details-digest {
  font-weight: bold;
  color: #333;
}
.idea-details-digest > a {
  color: #384EC1;
}
.rs-idea-main-details strong {
  color: #333;
}
.assessment-sidebar {
  margin-left: 0 !important;
}
.sidebar-idea-list {
  padding: 0 !important;
}
.sidebar-idea-list .assessment-completed-items,
.sidebar-idea-list .assessment-incompleted-items {
  color: #000 !important;
}
.sidebar-idea-list .assessment-incompleted-items {
  margin-top: 1.5em;
}
.action-summary {
  height: 200px;
  border: solid 1px #ddd;
  background: #fff;
  background: #fb913d;
  color: #fff;
  padding: 18px 20px;
  -webkit-box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 2px -1px rgba(50, 50, 50, 0.75);
}
.vector-chart-holder .summary-v-chart {
  width: 100px;
  text-align: center;
  float: left;
}
.vector-chart-holder .summary-v-chart h4 {
  margin-bottom: 13px;
}
.vector-chart-holder .summary-v-chart div {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.vector-chart-holder .vector-chart .review-slider {
  width: 70px;
  float: left;
  margin-right: 5px;
}
.vector-chart-holder .vector-chart ul {
  margin: 0;
  padding: 0;
}
.vector-chart-holder .vector-chart ul li {
  height: 10px;
  margin: 0 0 2px 0;
  padding: 0;
  list-style: none;
}
.vector-chart-holder .vector-chart .cost-group ul li {
  background: #b83f42;
}
.vector-chart-holder .vector-chart .value-group ul li {
  background: #304481;
}
.vector-chart-holder .vector-chart .review-slider ul .fill {
  background: #c7cbcd;
}
.vector-chart-holder .row-n-margin {
  margin-left: 0;
  margin-right: 0;
  width: 800px;
  float: left;
}
.vector-chart-holder .row-n-margin .col-sm-6 {
  margin-top: 15px;
  position: initial;
  text-transform: lowercase;
}
.vector-chart-holder .row-n-margin .col-sm-6 span {
  text-transform: uppercase;
  font-weight: bold;
}
.vector-chart-holder .row-n-margin .idea {
  font-size: 16px;
}
.vector-chart-holder .row-n-margin .summary {
  text-align: right;
}
.vector-chart-holder .vector-chart-title {
  margin: 30px 0 5px 100px;
}
.vector-chart-summary-holder {
  border-bottom: 1px solid #eeeeee;
}
.vector-chart-summary-holder.review-scale-view-notes {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.vector-chart-summary-holder.review-scale-view-notes .review-scale-view-notes-items ul li {
  height: 100%;
  max-height: 100%;
}
.vector-chart-summary-holder.review-scale-view-notes .review-scale-view-notes-items ul li p {
  margin-bottom: 20px;
  text-align: left;
}
.vector-chart-summary-holder.review-scale-view-notes .review-scale-view-notes-items ul li p a {
  display: block;
}
.vector-chart-summary-holder.review-scale-view-notes .review-scale-view-notes-items ul li p:before {
  content: "\2022";
  float: left;
  margin-right: 3px;
}
.vector-chart-summary-holder ul {
  margin-left: 1px;
}
.vector-chart-summary-holder ul li {
  width: 70px;
  float: left;
  margin-right: 5px;
  text-align: center;
  position: relative;
  height: 110px;
}
.vector-chart-summary-holder ul li .factor-score,
.vector-chart-summary-holder ul li .factor-weight {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.vector-chart-summary-holder ul li .factor-score {
  padding: 3px 0;
  height: 29px;
  background: #fff;
  border: 1px #ddd solid;
  margin-bottom: 10px;
  font-size: 16px;
}
.vector-chart-summary-holder ul li .factor-weight {
  bottom: 0;
  font-size: 14px;
  margin-top: 20px;
  position: absolute;
}
.vector-chart-summary-holder .factor-label-container {
  margin-top: 6px;
  width: 100px;
  float: left;
  font-weight: bold;
}
.vector-chart-summary-holder .factor-weight-label {
  margin-top: 69px;
}
.factor-individual-score {
  width: 276px;
}
/*************  End: ReviewScale  ************/
/*************  Begin: Assessment  ************/
.assessment-list ul li,
.reviewscale-list ul li,
.pairwise-list ul li {
  line-height: 20px;
}
.assessment-list ul li span,
.reviewscale-list ul li span,
.pairwise-list ul li span {
  font-size: 20px;
  line-height: normal;
}
.assessment-list ul li a,
.reviewscale-list ul li a,
.pairwise-list ul li a {
  font-size: 14px;
  font-weight: normal;
}
.rating ul {
  margin: 5px 0;
  padding: 0;
}
.rating ul li {
  width: 20px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.rating ul li .is-svg-icon {
  fill: #384EC1;
}
.rating ul li svg.icon-star-full {
  display: none;
}
.rating ul .rated svg.icon-star-full,
.rating ul li:hover svg.icon-star-full,
.rating ul li.half-rated:hover svg.icon-star-full {
  display: inline-block;
}
.rating ul .rated svg.icon-star-empty,
.rating ul li:hover svg.icon-star-empty,
.rating ul li.half-rated:hover svg.icon-star-empty {
  display: none;
}
.assessment .questions > ul {
  margin: 0;
}
.assessment .questions .question {
  padding: 13px 0 10px;
}
.assessment .questions .question ul {
  margin: 5px 0;
  padding: 0;
}
.assessment .questions .question ul li {
  width: 20px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.assessment .questions .question ul li .is-svg-icon {
  fill: #384EC1;
}
.assessment .questions .question ul li svg.icon-star-full {
  display: none;
}
.assessment .questions .question ul .rated svg.icon-star-full,
.assessment .questions .question ul li:hover svg.icon-star-full,
.assessment .questions .question ul li.half-rated:hover svg.icon-star-full {
  display: inline-block;
}
.assessment .questions .question ul .rated svg.icon-star-empty,
.assessment .questions .question ul li:hover svg.icon-star-empty,
.assessment .questions .question ul li.half-rated:hover svg.icon-star-empty {
  display: none;
}
.assessment .questions .question:first-child {
  padding-top: 0;
}
.assessment .questions .question:last-child {
  padding-bottom: 0;
}
.assessment .questions .comment-link {
  font-size: 12px;
}
.assessment .questions .question-completed {
  position: absolute;
  margin-top: -30px;
  margin-left: 125px;
  color: #384EC1;
}
.assessment .questions .comment-required-notes,
.assessment .questions .rank-required-notes {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #eee;
  font-size: 11px;
}
.assessment .questions .comment-required-notes .is-icon-warning,
.assessment .questions .rank-required-notes .is-icon-warning {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.assessment .question {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 20px;
}
.assessment .question .assessment-comment-area {
  font-size: 12px;
  margin-top: 12px;
}
.assessment .question .link-a,
.assessment .question .comment-text {
  font-size: 12px;
  font-weight: normal;
}
.assessment .question .link-a {
  position: relative;
  top: -2px;
}
.assessment .question:last-child {
  border-bottom: 0;
}
.assessment .custom-checkbox {
  margin-top: 7px;
  font-weight: 400;
}
.assessment .add-comment .comment-area {
  display: none;
}
.assessment .add-comment .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
}
.assessment .add-comment a {
  font-size: 12px;
}
.assessment .comment-container {
  line-height: 20px;
}
.assessment .assessment-paging {
  margin-bottom: 20px;
}
.assessment .assessment-paging .np-link {
  background-color: #333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.assessment .assessment-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.assessment .action-bar {
  text-align: right;
}
.assessment .collapse-expand {
  position: inherit;
  font-size: 12px;
  font-family: inherit;
  color: #333;
}
.assessment .collapse-expand:hover {
  text-decoration: none;
}
.assessment .idea-extras-tabbed {
  margin: 0;
}
.assessment .details-content {
  clear: both;
  margin-top: 20px;
}
.assessment .details-content h4 {
  margin: 5px 0;
}
.assessment .padding-bottom-20 {
  padding-bottom: 20px;
}
.assessment .idea-meta {
  color: #888;
}
.assessment-report ul {
  border: solid 1px #999;
}
.assessment-report ul > li {
  border-bottom: solid 1px #999;
  padding: 10px 10px;
}
.assessment-report ul > li ol li {
  padding: 10px 0;
}
.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: 5px 0;
  padding: 0;
}
.assessment-rated ul li {
  width: 20px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.assessment-rated ul li .is-svg-icon {
  fill: #384EC1;
}
.assessment-rated ul li svg.icon-star-full {
  display: none;
}
.assessment-rated ul .rated svg.icon-star-full,
.assessment-rated ul li:hover svg.icon-star-full,
.assessment-rated ul li.half-rated:hover svg.icon-star-full {
  display: inline-block;
}
.assessment-rated ul .rated svg.icon-star-empty,
.assessment-rated ul li:hover svg.icon-star-empty,
.assessment-rated ul li.half-rated:hover svg.icon-star-empty {
  display: none;
}
.assessment-rated ul {
  margin: -5px 0 0 0;
  border: 0;
}
.assessment-rated ul li {
  border: 0;
}
.assessment-rated ul li:hover {
  background-position: -57px 0;
}
/*************  End: Assessment  ************/
/*************  Begin: Poll  *************/
.poll .item {
  padding: 0 1px;
}
.poll .poll-paging {
  margin: 30px -12px 0px;
}
.poll .poll-paging .np-link {
  background-color: #333;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.poll .poll-paging .slide-count {
  font-size: 14px;
  color: #999;
  text-align: center;
}
/*************  End: Poll  ************/
/*************  Begin: Co-star  *************/
.costar-tag-small {
  background: #579cdc;
  color: #fff;
  padding: 3px 7px 2px 7px;
}
.label-tag-lg {
  background: #579cdc;
  color: #fff;
  font-size: 25px;
  padding: 2px 8px;
  display: inline-block;
}
.costar-tag-list {
  margin-top: 15px;
}
.costar-tag-list li {
  background: #579cdc;
  color: #fff;
  padding: 3px 7px 2px 7px;
  display: inline-block;
}
.costar-tag-list li a {
  color: #ffffff;
}
.costar-list > li {
  padding: 15px 0 15px 45px;
}
.costar-list > li .label-tag-lg {
  position: absolute;
  margin-left: -45px;
}
/*************  End: Co-star  ************/
/*************  Begin: Tag It  ************/
.tag-editor,
ul.tagit {
  min-height: 23px;
}
ul.tagit {
  font-size: 12px;
  padding: 4px 13px;
  border: 1px solid #C6C6C6;
  overflow: auto;
  background: #fff;
  margin: 0 0 10px 0px;
  border-radius: 0 !important;
}
ul.tagit,
ul.tagit li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  line-height: 1em;
}
ul.tagit li.tagit-choice {
  background-color: #DEE7F8;
  border: 1px solid #CAD8F3;
  padding: 2px 4px 3px;
  cursor: default;
}
ul.tagit li.tagit-choice:hover {
  background-color: #bbcef1;
  border-color: #6d95e0;
}
ul.tagit li.tagit-new {
  padding: 2px 4px 1px 0;
}
ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
  color: #777777;
  background: transparent !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
  padding: 2px 0 2px 3px;
  text-decoration: none;
  float: none;
  line-height: inherit;
  opacity: 1;
  text-shadow: none;
}
ul.tagit input[type="text"] {
  -webkit-box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  height: auto !important;
  width: 200px !important;
  font-size: 12px !important;
  background-color: #FFFFFF;
  color: #333333;
  vertical-align: middle;
}
input[type="text"].backing-field {
  display: none;
}
/*************  End: Tag It  ************/
.member-choice a {
  display: block;
}
.member-choice img {
  vertical-align: middle;
  margin-right: 0.5em;
}
.submit-another-field {
  display: inline;
}
@media (max-width: 480px) {
  .submit-another-field {
    display: block;
    margin-bottom: 5px;
  }
}
#idea-form .btn-draft {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 40px;
}
#idea-form .form-action {
  margin-top: 10px;
}
#idea-form abbr[title],
#idea-form abbr[data-original-title] {
  cursor: pointer;
  border-bottom: 0;
}
#idea-form .label {
  top: -1px;
}
/*************  Begin: Dynamic Search ***************/
#dynamic-search-results,
#dynamic-search-tag-results {
  background-color: #FFFFFF;
  border: 1px dotted #ccc;
  display: none;
  font-size: 12px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 8px;
}
.processing {
  background-image: url(/images/loading.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.processing div {
  opacity: 0.3;
}
#dynamic-search-results h6,
#dynamic-search-tag-results h6 {
  color: #008000;
  font-size: 12px;
}
#dynamic-search-results h6,
#dynamic-search-results a,
#dynamic-search-results p,
#dynamic-search-tag-results h6,
#dynamic-search-tag-results a,
#dynamic-search-tag-results p {
  margin: 0;
  padding: 4px;
}
#dynamic-search-results-content,
#dynamic-search-tag-results-content {
  height: 90px;
  margin: 6px -8px -6px;
  padding: 0 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
#dynamic-search-results-content > .list-unstyled,
#dynamic-search-tag-results-content > .list-unstyled {
  margin-bottom: 0;
}
#dynamic-search-results li,
#dynamic-search-tag-results li {
  border-top: 1px solid #EEEEEE;
}
#dynamic-search-results a,
#dynamic-search-tag-results a {
  display: block;
  text-decoration: none;
}
#dynamic-search-results a:hover,
#dynamic-search-tag-results a:hover {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #145B82;
}
#dynamic-search-results a:focus,
#dynamic-search-tag-results a:focus {
  background: none repeat scroll 0 0 #FFFFBB;
  outline: 0 none;
}
#dynamic-search-results p,
#dynamic-search-tag-results p {
  color: #333333;
}
.change-alert {
  background-color: #FFFFBB;
}
/*************  End: Dynamic Search ***************/
.yammer-invitation-list > div > .thumbnail {
  padding-bottom: 0;
}
.yammer-invitation-list > div > .thumbnail > .caption > .checkbox {
  margin: 0;
}
.yammer-invitation-list > div > .thumbnail > .caption > .checkbox > label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#idea-detail-attachment {
  margin-bottom: 1em;
}
.tab-alert-msg {
  margin-top: 10px;
}
.external-survey {
  width: 1200px;
  height: 600px;
}
/*************  Begin: Team Build  *************/
.idea-team-link {
  cursor: pointer;
  font-size: 12px;
}
.username-inline {
  color: #666;
  font-weight: 400;
}
.team-member-list li:first-child {
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.team-member-list li img {
  float: left;
  margin-right: 10px;
}
.team-member-list li .member-list-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  width: 680px;
}
@media (min-width: 1200px) {
  .team-member-list li .member-list-info {
    width: 720px;
  }
}
.team-member-list li .member-list-info label {
  margin-bottom: 0;
}
.team-member-list li .member-list-info a {
  font-weight: normal;
}
.team-member-list li .member-list-info p {
  margin: 0;
}
.team-member-list li .member-list-info span {
  font-size: 12px;
  font-weight: normal;
}
.team-member-list li .member-list-info .team-member-action {
  text-align: right;
}
@media (max-width: 767px) {
  .team-member-list li .member-list-info .team-member-action {
    float: none;
    text-align: right;
    position: inherit;
    margin: 0;
  }
}
.team-member-list li .member-list-info .team-member-action a {
  color: #384EC1;
  font-weight: bold;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .team-member-list li .member-list-info .team-member-action a {
    margin-left: 0;
    display: block;
  }
}
.team-member-list li .btn-assign {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
}
@media (min-width: 768px) {
  .popover.idea-member-popover {
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    width: -webkit-max-content;
  }
}
.popover.team-member-assign,
.popover.add-team-position {
  max-width: 476px;
}
.popover.team-member-assign .form-inline .select2-container,
.popover.add-team-position .form-inline .select2-container {
  width: 200px !important;
}
.popover.team-member-assign .team-member-assign-form .form-group,
.popover.add-team-position .team-member-assign-form .form-group {
  margin-right: 2px;
}
#idea-team-details.panel-body {
  padding: 0 0 20px;
}
#idea-team-details.panel-body .team-member-list li {
  padding-left: 15px;
  padding-right: 15px;
}
#idea-team-details.panel-body .team-member-list .team-member-list-empty {
  padding: 5px 0 0;
  font-weight: normal;
}
#idea-team-details .popover-element.label {
  font-size: 90%;
  border-radius: 0;
  padding: 6px 15px;
}
.popover #idea-team-details .h4 {
  margin-top: 7px;
}
.popover #idea-team-details .team-member-label {
  margin-top: 3px;
}
.popover #idea-team-popup .close {
  top: -27px;
}
.team-member-list-empty {
  padding: 7px 9px;
}
/*************  End: Team Build  ************/
/*************  Begin: Refine  *************/
.refine-intro {
  margin-top: 0;
  margin-bottom: 18px;
}
.costar-list .costar-list-update {
  background: #fff;
  padding: 15px 15px 15px 60px;
}
.custom-field-list > li {
  padding: 15px 0 15px 45px;
}
.custom-field-list > li .label-tag-lg {
  position: absolute;
  margin-left: -45px;
}
.custom-field-list .costar-list-update {
  background: #fff;
  padding: 15px 15px 15px 60px;
}
.custom-field-list .btn {
  padding: 6px 25px;
}
.custom-field-list .help-block {
  margin-top: 10px;
  float: left;
}
.custom-field-list .custom-field > label {
  margin: 5px 0 15px;
}
.refine-answer-container > ul {
  padding: 0;
}
.refine-answer-container > ul > li {
  margin: 0;
  padding: 5px 0 5px 25px;
  border-bottom: solid 1px #eee;
}
.refine-answer-container > ul > li:last-child {
  border-bottom: 0;
}
.refine-answer-container > ul > li span {
  font-size: 16px;
  margin-right: 7px;
}
.refine-answer-container > ul > li a {
  color: #384EC1;
}
.refine-answer-container > ul > li.selected {
  padding-left: 0;
  font-weight: bold;
  font-style: italic;
}
.refine-answer-container .refine-action-links,
.refine-answer-container .refine-edit-links {
  margin-top: 10px;
}
.refine-answer-container .refine-edit-links {
  float: left;
}
.refine-answer-container .cancel-btn {
  margin: 0 10px;
}
.idea-meta-author .collapse-expand,
.refine-action-links .collapse-expand {
  color: #333;
  font-family: inherit;
  margin-left: 7px;
}
.custom-field-list,
.idea-description-history {
  padding: 0 !important;
  margin-top: 10px;
}
.custom-field-list .history-item,
.idea-description-history .history-item {
  background: #eee;
  padding: 25px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  border-top: 0;
}
.custom-field-list .history-item p,
.idea-description-history .history-item p {
  margin: 10px 0;
}
.custom-field-list .history-item:last-child,
.idea-description-history .history-item:last-child {
  border-bottom: 0;
}
.custom-field-list .history-item {
  margin-left: 65px;
}
.custom-field-list .history-item .date-time {
  color: #737373;
}
.history-items > li {
  margin-bottom: 20px;
}
/*************  End: Refine  ************/
/*************  Begin: Estimate  *************/
.vertical-text-center {
  vertical-align: middle;
  display: table-cell;
}
.estimate-value-block {
  margin: 0;
}
.estimate-value-block ul {
  border: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.estimate-value-block ul li {
  border-bottom: solid 1px #dddddd;
}
.estimate-value-block ul li .question-summary {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .estimate-value-block ul li .question-summary {
    height: 50px;
  }
}
.estimate-value-block ul li .question-summary-outer {
  background: #ffffff;
  margin-bottom: 0;
}
.estimate-value-block ul li .question-summary-outer .question-summary-value {
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .estimate-value-block ul li .question-summary-outer .question-summary-value {
    height: 75px;
  }
}
.estimate-value-block ul li .question-summary-outer .question-summary-value span {
  display: block;
}
.estimate-value-block ul li .row {
  margin: 0;
}
.estimate-value-block ul li h2 {
  margin-bottom: 5px;
  color: #666;
}
.estimate-value-block ul li .progress {
  margin-bottom: 5px;
  height: 12px;
}
.estimate-value-block .input-group-addon {
  background: #fff;
}
.idea-estimate {
  margin: 0;
  border-bottom: 2px solid #ddd;
}
.idea-estimate ul {
  border: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.idea-estimate ul li {
  border-bottom: solid 1px #dddddd;
}
.idea-estimate ul li .question-summary {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-estimate ul li .question-summary {
    height: 50px;
  }
}
.idea-estimate ul li .question-summary-outer {
  background: #ffffff;
  margin-bottom: 0;
}
.idea-estimate ul li .question-summary-outer .question-summary-value {
  vertical-align: middle;
  display: table-cell;
  height: 92px;
}
@media (max-width: 767px) {
  .idea-estimate ul li .question-summary-outer .question-summary-value {
    height: 75px;
  }
}
.idea-estimate ul li .question-summary-outer .question-summary-value span {
  display: block;
}
.idea-estimate ul li .row {
  margin: 0;
}
.idea-estimate ul li h2 {
  margin-bottom: 5px;
  color: #666;
}
.idea-estimate ul li .progress {
  margin-bottom: 5px;
  height: 12px;
}
.idea-estimate .input-group-addon {
  background: #fff;
}
.idea-estimate .action-bar {
  padding-bottom: 20px;
}
.idea-estimate .estimate-cost li:last-child,
.idea-estimate .estimate-value li:last-child {
  border-bottom: 0;
}
.idea-estimate .estimate-cost li .estimate-question-value,
.idea-estimate .estimate-value li .estimate-question-value {
  font-size: 15px;
}
.idea-estimate .estimate-cost li .estimate-value,
.idea-estimate .estimate-value li .estimate-value,
.idea-estimate .estimate-cost li .estimate-progress,
.idea-estimate .estimate-value li .estimate-progress {
  padding: 41px 20px 34px 10px;
}
@media (max-width: 767px) {
  .idea-estimate .estimate-cost li .estimate-value,
  .idea-estimate .estimate-value li .estimate-value,
  .idea-estimate .estimate-cost li .estimate-progress,
  .idea-estimate .estimate-value li .estimate-progress {
    padding: 10px 20px 20px 10px;
  }
}
.idea-estimate .estimate-cost li .estimate-value .progress-bar,
.idea-estimate .estimate-value li .estimate-value .progress-bar,
.idea-estimate .estimate-cost li .estimate-progress .progress-bar,
.idea-estimate .estimate-value li .estimate-progress .progress-bar {
  -webkit-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease;
}
.idea-estimate .estimate-cost li .row,
.idea-estimate .estimate-value li .row {
  margin: 0;
}
.idea-estimate .estimate-cost li .estimate-input-value,
.idea-estimate .estimate-value li .estimate-input-value {
  margin-bottom: 0;
}
.idea-estimate .estimate-cost li .estimate-input-value label,
.idea-estimate .estimate-value li .estimate-input-value label {
  text-transform: uppercase;
}
.idea-estimate .estimate-cost li .cost-value,
.idea-estimate .estimate-value li .cost-value {
  font-size: 16px;
}
.idea-estimate .estimate-cost-title,
.idea-estimate .estimate-value-title {
  font-size: 15px !important;
}
.idea-estimate .estimate-cost .high {
  color: #a6422d;
}
.idea-estimate .estimate-cost .medium {
  color: #f27235;
}
.idea-estimate .estimate-cost .low {
  color: #ed9c53;
}
.idea-estimate .estimate-cost .progress-bar.high {
  background: #a6422d;
}
.idea-estimate .estimate-cost .progress-bar.medium {
  background: #f27235;
}
.idea-estimate .estimate-cost .progress-bar.low {
  background: #ed9c53;
}
.idea-estimate .estimate-value .high {
  color: #003471;
}
.idea-estimate .estimate-value .medium {
  color: #0076a3;
}
.idea-estimate .estimate-value .low {
  color: #00bff3;
}
.idea-estimate .estimate-value .progress-bar.high {
  background: #003471;
}
.idea-estimate .estimate-value .progress-bar.medium {
  background: #0076a3;
}
.idea-estimate .estimate-value .progress-bar.low {
  background: #00bff3;
}
.idea-estimate .estimate-value.overall-report {
  margin-bottom: -1px;
}
.idea-estimate:last-child {
  border-bottom: 0;
}
.idea-estimate h4 {
  color: #aaaaaa;
  font-size: 14px;
}
/*************  End: Estimate  ************/
/*************  Start: Fund  ************/
#idea-funding .idea-tags .funder-list li .member-list-info .team-member-action {
  margin-top: -33px;
}
#idea-funding .fund-summary-value #estimate-finish {
  margin-left: 10px;
}
.idea-fund {
  margin: 12px 0 40px 0;
}
.idea-fund h2 span {
  font-size: 14px;
  font-weight: normal;
}
.idea-fund .progress {
  margin-top: 12px;
  margin-bottom: 26px;
}
.idea-fund .fund-summary-value h3 {
  margin-bottom: 14px;
}
.idea-fund .fund-summary-value form {
  margin-bottom: 8px;
}
.idea-fund .fund-summary-value h2 a {
  font-weight: normal;
  font-size: 16px;
}
.funder-list > li:first-child {
  border-top: 0;
}
.funder-list .team-member-action {
  font-size: 18px;
}
/*************  End: Fund  ************/
.i10n-section {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.i10n-panel {
  margin-top: 8.5px;
}
.moderation-menu {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .moderation-menu {
    max-width: 230px;
  }
}
.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:not(.dropdown-submenu) {
  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;
}
@media (max-width: 991px) {
  .comment-vote-up {
    margin-right: 0;
  }
}
.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: #384EC1;
}
.comment-vote-up a.comments-voted-down,
.comment-vote-down a.comments-voted-down {
  color: #333;
}
.comment-vote-up .comments-voted-up,
.comment-vote-down .comments-voted-up {
  color: #384EC1;
}
.comment-vote-up .comments-voted-down,
.comment-vote-down .comments-voted-down {
  color: #333;
}
.idea-list-modes-sub ul li {
  display: inline-block;
  padding: 0 15px;
  margin: 13px 0 5px;
  border-right: 2px solid #eee;
}
.idea-list-modes-sub ul li a {
  font-weight: bold;
  padding: 0 0 5px 0;
  color: #767676;
}
.idea-list-modes-sub ul li a:hover {
  text-decoration: none;
}
.idea-list-modes-sub ul li.active a {
  color: #333;
  border-bottom: 2px solid #333;
}
.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;
  margin-bottom: 20px;
}
.sort-by .is-icon-outline-keyboard_arrow_down {
  font-size: 11px;
  top: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.sort-by .link-btn-default-outline {
  padding-right: 0;
  border: 0;
  font-weight: 400;
}
.tab-selector {
  padding: 30px 0 0;
}
.idea-comment-details {
  padding: 0 !important;
}
.screenr-iframe,
.vimeo-iframe,
.hapyak-iframe,
.brightcove-iframe {
  height: 292px;
  width: 480px;
}
.non-semantic-protector {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.ribbon {
  font-size: 14px !important;
  width: 70%;
  position: relative;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 0.5em 2em;
  margin: 0.5em auto 3em;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.7em;
  border: 1.2em solid #000000;
  z-index: -1;
}
.ribbon:before {
  left: -2.5em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2.5em;
  border-left-width: 2em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  bottom: -0.68em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 0.7em 0 0 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: #333;
  color: #fff;
  text-align: center;
  padding: 0.5em 2em;
  margin: 0.5em auto 3em;
  background: #b2b2b2;
}
.ribbon-gray:before,
.ribbon-gray:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.7em;
  border: 1.2em solid #000000;
  z-index: -1;
}
.ribbon-gray:before {
  left: -2.5em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon-gray:after {
  right: -2.5em;
  border-left-width: 2em;
  border-right-color: transparent;
}
.ribbon-gray .ribbon-content:before,
.ribbon-gray .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  bottom: -0.68em;
}
.ribbon-gray .ribbon-content:before {
  left: 0;
  border-width: 0.7em 0 0 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;
}
.idea-feed-tag {
  background: #f67979;
  border: 1px solid #e76b6b;
  border-top: none;
  padding: 3px 8px 1px;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
}
.idea-feed-info {
  margin: 10px 0 15px;
}
.leaderboard-month-filter {
  margin-bottom: 11px;
  margin-right: -1em;
}
.leaderboard-month-filter .select2-container {
  width: 150px !important;
}
@media (max-width: 1199px) {
  .leaderboard-month-filter .select2-container {
    width: 126px !important;
  }
}
.sb-avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#leaders-section-content > ul > li {
  line-height: normal;
  padding: 8px 0 15px;
  position: relative;
}
#leaders-section-content > ul > li .sb-avatar {
  float: left;
}
#leaders-section-content > ul > li .leader-user-name {
  font-weight: normal;
  display: block;
  width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#leaders-section-content > ul > li .leader-position {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 12px;
}
.admin-idea-submit-behalf {
  width: 100%;
}
.btn-gapps-login {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.btn-gapps-login > img {
  margin-right: 5px;
}
.alert-success a {
  text-decoration: underline;
  font-weight: bold;
}
@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
@media print {
  #universal-top-bar {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
.description-form {
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0;
}
.refine-action-filed > li {
  margin-bottom: 25px;
}
.refine-action-filed > li:last-child {
  margin-bottom: 0;
}
form#idea-form .form-action .btn-primary {
  margin-left: 4px;
}
form#idea-form .form-action .btn-nest .dropdown-toggle {
  margin-left: 1px;
}
form#idea-form .form-action .btn-nest .dropdown-menu {
  min-width: 1px;
  right: 0 !important;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
form#idea-form .form-action .btn-nest .dropdown-menu .btn-default {
  font-weight: 400;
  border: 0;
}
#draft-list {
  position: relative;
  right: 0;
  top: -44px;
}
.draft-ideas {
  width: 450px;
  border: 1px solid #ccc;
  padding: 15px;
}
@media (min-width: 768px) {
  .draft-ideas {
    box-shadow: 0 0 10px #ccc;
  }
}
.draft-ideas li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.draft-ideas li h4 {
  margin-bottom: 3px;
}
.draft-ideas li h4 a {
  display: block;
}
.draft-ideas li .date {
  color: #666;
}
.draft-ideas li a.draft-idea-deleted {
  color: #666;
  padding: 5px;
}
.draft-ideas li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.username-update-panel .panel-heading {
  width: 110px;
  background: #DDDDDD;
}
.username-update-panel .panel-heading h4 {
  color: #1377c7;
  margin: 0;
  font-size: 15px;
}
.username-update-panel .panel-body {
  padding: 25px 15px;
}
.username-update-panel .panel-footer {
  padding: 15px;
}
.username-update-panel .panel-footer h4 {
  margin: 0;
}
.welcome-modal .main-content-heading {
  margin-top: 0.5em;
}
.welcome-modal .main-content-sub-heading {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.welcome-modal .form-control {
  border-radius: 3px !important;
}
.welcome-modal-logo {
  width: 60px;
  height: 60px;
  margin: -20px auto 20px;
}
.welcome-modal-logo > .logo-alignment-helper {
  width: 60px;
  height: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > .is-icon {
  font-size: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > img {
  width: 60px;
  height: 60px;
}
.wizard-steps-indicator-ts-auth {
  display: table;
  margin: 1em auto 7px;
}
.wizard-steps-indicator-ts-auth li {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.wizard-steps-indicator-ts-auth li:first-child {
  margin-left: 0;
}
.wizard-steps-indicator-ts-auth li.active {
  background-color: #384EC1;
  border: none;
}
.hide-second-item li:nth-child(2) {
  display: none;
}
.wizard-steps-indicator-text {
  margin-bottom: 2em;
  font-size: 15px;
}
.wizard-steps-indicator-text .active {
  color: #384EC1;
}
.wizard-steps-indicator {
  margin: 1em 0 2em;
}
@media (min-width: 768px) {
  .wizard-steps-indicator > li + li > div {
    margin-left: 1em;
  }
}
.wizard-steps-indicator > li > div {
  color: #999;
  border-bottom: solid 3px #999;
  font-weight: bold;
  padding-left: 2px;
}
.wizard-steps-indicator > li > div > strong {
  font-size: 1.2em;
}
.wizard-steps-indicator > .active > div {
  color: #384EC1;
  border-color: #384EC1;
}
@media (max-width: 767px) {
  .welcome-modal-logo,
  .wizard-steps-indicator,
  .wizard-steps-indicator-text {
    display: none;
  }
}
.hint-toggle {
  color: #384EC1;
  font-weight: normal !important;
}
.hint-toggle + .help-block {
  color: #384EC1;
}
.tos-checkbox > label {
  font-weight: bold;
}
.tos-checkbox > label > a {
  text-decoration: underline;
  color: inherit;
}
.btn-gray {
  background: #999 !important;
}
.badges-disabled {
  background: url('/images/badge-migration.jpg');
  text-align: center;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .badges-disabled {
    padding: 60px 0;
  }
}
.table > tbody > tr > td {
  border-top: 1px solid #eee;
}
.popover-footer {
  margin: 10px 0 10px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.popover-body {
  padding: 15px 15px 0;
}
.category-popover {
  padding: 0;
  min-width: 300px;
}
.category-popover .popover-content {
  padding: 0;
}
.category-popover .popover-content .glyphicon-comment {
  top: 3px;
  margin-right: 5px;
}
.category-popover .popover-content .is-icon-light-bulb {
  top: 3px;
  font-size: 20px;
  position: relative;
}
.chevron {
  padding-top: 12px;
  display: block;
  color: #ffffff;
  background: #abb7bc !important;
  width: 180px;
  text-transform: uppercase;
}
.chevron::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid #abb7bc;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  position: absolute;
  left: 15px;
  bottom: -25px;
}
.campaign {
  border-bottom: 0 !important;
}
.campaign h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .campaign h3 {
    margin-bottom: 15px;
  }
}
.campaign h4 {
  margin: 0;
}
.campaign #campaign-stage-flow {
  font-size: 14px;
}
.campaign #campaign-stage-flow > .row {
  margin-bottom: 30px;
}
.campaign #campaign-stage-flow .stage-item {
  padding-top: 12px;
  display: block;
  color: #ffffff;
  background: #abb7bc !important;
  width: 180px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}
.campaign #campaign-stage-flow .stage-item::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid #abb7bc;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  position: absolute;
  left: 15px;
  bottom: -25px;
}
.campaign #nav-campaign-team {
  border-top: 0;
}
#campaign-team .campaign-owner,
#campaign-team .campaign-moderator {
  padding-top: 15px;
}
@media (max-width: 992px) {
  #campaign-team .campaign-sponsor {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #campaign-team > .row > .col-md-3 {
    border-right: 1px solid #333;
  }
}
#campaign-team h5 {
  margin: 0;
}
@media (max-width: 991px) {
  #campaign-team h5 {
    line-height: 2em;
    color: #999;
  }
}
@media (min-width: 992px) {
  #campaign-team h5 {
    text-align: center;
  }
}
.campaign-moderator .avatar,
.campaign-owner .avatar {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .campaign-moderator .avatar,
  .campaign-owner .avatar {
    float: left;
    margin-right: 10px;
  }
}
.campaign-moderator .team-member-name,
.campaign-owner .team-member-name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
@media (max-width: 992px) {
  .campaign-moderator .team-member-name,
  .campaign-owner .team-member-name {
    width: auto;
    margin-top: 25px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .moderator-member .moderator-member-info {
    width: 100%;
    text-align: left;
  }
}
.lets-start {
  border-bottom: 1px solid #bbbbbb !important;
  border-radius: 0 0 4px 4px;
}
.campaign-nav.idea-nav {
  border: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .campaign-nav {
    margin: 0 7px;
  }
}
.campaign-nav ul {
  margin: 0;
}
.campaign-nav ul li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  line-height: 13px;
  border-left: 2px solid #999;
}
.campaign-nav ul li:first-child {
  border-left: 0;
}
@media (max-width: 1199px) {
  .campaign-nav ul li {
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    border-left: none;
  }
}
.back-to-top {
  text-align: right;
}
.text-info {
  color: #333;
}
.terms-of-service-accept {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 16px;
  padding: 10px 40px;
}
.pagination > li > a,
.pagination > li span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li span:hover,
.pagination > li > a:focus,
.pagination > li span:focus {
  color: #333;
}
.utb-msg-new a {
  color: #333;
}
.utb-msg-new a.active {
  color: #333;
}
@media (max-width: 1199px) {
  .idea-description-revision-history {
    position: inherit;
    display: block;
    margin: 10px 0 0 0 !important;
  }
}
.invite-friend h4 {
  font-weight: normal;
  margin: 15px 0;
}
.invite-friend .input-group-addon.glyphicon {
  top: 0;
}
@media (max-width: 767px) {
  .invite-friend .input-group-addon.glyphicon {
    display: none;
  }
}
.invite-friend .input-group-addon.glyphicon + .form-control {
  height: 33px;
}
.invite-friend .input-group-addon.email-domain {
  padding: 0;
  height: 32px;
}
#tosAccept {
  margin-right: 2px;
}
#terms-of-service .btn-highlight {
  margin-top: -5px;
}
@media (max-width: 767px) {
  #terms-of-service .btn-highlight {
    margin-top: 0;
    float: none !important;
  }
}
#terms-of-service .terms-of-service-article {
  margin-top: -10px;
}
.similar-ideas h4.section-title {
  margin-top: -8px;
  margin-bottom: 20px;
  text-align: right;
}
.similar-ideas h4.section-title > a {
  color: #384EC1;
  font-size: inherit;
  font-family: inherit;
  position: static;
  text-transform: lowercase;
  display: inline-block;
}
.similar-ideas h4.section-title > a:first-letter {
  text-transform: uppercase;
}
.panel-group-custom {
  border: none;
  margin-bottom: 12px;
}
.panel-group-custom > .panel-heading,
.panel-group-custom > .panel-body {
  padding: 15px;
  border-left: 7px solid #384EC1;
}
.panel-group-custom > .panel-body {
  border-left: 7px solid #bfdbfb;
}
.idea-header .idea-meta .author-info {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.idea-header .idea-meta .author-info.text-truncate {
  max-width: 50%;
}
.idea-header .idea-meta .author-info:focus {
  outline: 0;
  outline-offset: 0;
}
.idea-header .idea-meta .author-info time {
  font-weight: normal;
  color: #666;
  position: relative;
  font-size: 12px;
  top: -2px;
}
.idea-header .idea-meta .author-info .contributor-name {
  margin-left: -3px;
  display: inline-block;
  vertical-align: middle;
}
.ideas.grid-view .idea-header .idea-meta .author-info.with-contributor .author-info,
.ideas.grid-view .idea-header .idea-meta .author-info.with-contributor .contributor-name,
.ideas.grid-view .idea-header .idea-meta .author-info.with-contributor .more-contributors {
  display: none;
}
.ideas.grid-view .idea-header .idea-meta .author-info.with-contributor time {
  top: -1px;
}
@media (max-width: 767px) {
  .idea-header .idea-meta .author-info.with-contributor .author-info,
  .idea-header .idea-meta .author-info.with-contributor .contributor-name,
  .idea-header .idea-meta .author-info.with-contributor .more-contributors {
    display: none;
  }
  .idea-header .idea-meta .author-info.with-contributor time {
    top: -1px;
  }
}
.idea-header .idea-title {
  color: #333333;
}
.author-details > .author-popover-element {
  outline: 0;
}
.author-details > .author-popover-element[aria-describedby] + .popover-element {
  pointer-events: none;
}
.author-details > .author-popover-element > img {
  border: 2px solid #fff;
  box-sizing: unset;
}
.author-details > .author-popover-element > img:first-child {
  margin-left: -2px;
}
.author-details > .author-popover-element > img:nth-child(n+2) {
  margin-left: -12px;
}
.remaining-contributors {
  box-sizing: unset;
  margin-left: -12px;
  display: inline-block;
  border: 2px solid #fff;
  line-height: 30px;
  background-color: #DDD;
  font-weight: 700;
  color: #666;
  text-align: center;
}
.idea-meta-sub {
  color: #555;
}
.skeleton-line-inline {
  display: inline-block;
}
.skeleton-line-inline {
  height: 16px;
}
.fragment-border {
  position: relative;
  top: -15px;
  border-top: solid 1px #bbbbbb;
}
.activity-section {
  margin: 0 -37px -28px !important;
  background: #f8f8f8;
  padding: 16px 12px;
}
@media (max-width: 991px) {
  .activity-section {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.activity-section .custom-field-edit {
  color: #384EC1;
}
.activity-section .vector-chart-summary-holder {
  background-color: transparent;
  border: none;
}
.activity-section #idea-team-details.panel-body {
  padding-top: 0;
}
.activity-section .idea-activity-heading {
  padding: 17px 18px;
  display: block;
  border-left: 7px solid #d3d3d3;
  position: relative;
  font-family: inherit;
  font-weight: inherit !important;
}
.activity-section .idea-activity-heading:hover {
  color: #333;
  border-left-color: #384EC1;
}
.activity-section .idea-activity-heading:focus {
  color: #333;
}
.activity-section .idea-activity-heading.inactive:hover {
  border-left-color: transparent;
}
.activity-section .idea-activity-heading .close {
  opacity: 0.5;
}
.activity-section .idea-activity-heading .close .icon-activity-up {
  display: none;
}
.activity-section .idea-activity-heading .close:hover,
.activity-section .idea-activity-heading .close.focus {
  opacity: 1;
}
.activity-section .idea-activity-heading h3 {
  margin: 0;
  color: #384EC1;
}
.activity-section .idea-activity-heading h3 .label-primary {
  background: #384EC1;
}
.activity-section .idea-activity-heading.inactive {
  border-left-color: transparent;
}
.activity-section .idea-activity-heading.inactive h3 {
  color: #333333;
}
.activity-section .idea-activity-heading.active,
.activity-section .idea-activity-heading[aria-expanded="true"] {
  border-left-color: #384EC1;
}
.activity-section .idea-activity-heading.active .close .icon-activity-up,
.activity-section .idea-activity-heading[aria-expanded="true"] .close .icon-activity-up {
  display: inline;
}
.activity-section .idea-activity-heading.active .close .icon-activity-down,
.activity-section .idea-activity-heading[aria-expanded="true"] .close .icon-activity-down {
  display: none;
}
.activity-section .idea-activity-heading.active h3,
.activity-section .idea-activity-heading[aria-expanded="true"] h3 {
  color: #043555 !important;
}
.activity-section .idea-activity-heading p {
  margin-bottom: 0;
  margin-top: 20px;
}
.activity-section h3 {
  font-size: 16px;
}
.activity-section .voting-container .non-semantic-protector {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .activity-section .voting-container .net-vote-count {
    display: inline-block;
    margin-top: 7px;
  }
}
.required-text,
.optional-text {
  margin-left: 5px;
  font-size: 11px;
  color: #0d7a0c;
  font-weight: bold;
}
.required-text .right-tick,
.optional-text .right-tick {
  font-size: 16px;
  line-height: 1rem;
}
.optional-text {
  color: #666;
}
.pairwise-guide,
.idea-list-unavailable {
  text-align: center;
  font-size: 16px;
}
.pairwise-box {
  border: solid 1px #ddd;
  border-radius: 6px;
  box-shadow: 1px 3px 6px 1px rgba(204, 204, 204, 0.5);
  background-color: #fff;
  margin-bottom: 30px;
}
.pairwise-guide {
  padding: 80px 120px;
  position: relative;
}
.pairwise-guide > .is-icon {
  color: #1AC956;
  font-size: 70px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pairwise-guide {
    padding: 40px 60px;
  }
}
@media (max-width: 991px) {
  .pairwise-guide {
    padding: 20px 30px;
  }
}
.pairwise-close {
  color: #999;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  line-height: 1;
}
.pairwise-close:hover,
.pairwise-close:focus {
  text-decoration: none;
}
.btn-guide {
  color: #fff;
  background-color: #384EC1;
  border-color: #384EC1;
  margin-top: 1em;
}
.btn-guide:focus,
.btn-guide.focus {
  color: #fff;
  background-color: #2d3e99;
  border-color: #1b265e;
}
.btn-guide:hover {
  color: #fff;
  background-color: #2d3e99;
  border-color: #2a3b92;
}
.btn-guide:active,
.btn-guide.active,
.open > .dropdown-toggle.btn-guide {
  color: #fff;
  background-color: #2d3e99;
  background-image: none;
  border-color: #2a3b92;
}
.btn-guide:active:hover,
.btn-guide.active:hover,
.open > .dropdown-toggle.btn-guide:hover,
.btn-guide:active:focus,
.btn-guide.active:focus,
.open > .dropdown-toggle.btn-guide:focus,
.btn-guide:active.focus,
.btn-guide.active.focus,
.open > .dropdown-toggle.btn-guide.focus {
  color: #fff;
  background-color: #25337e;
  border-color: #1b265e;
}
.btn-guide.disabled:hover,
.btn-guide[disabled]:hover,
fieldset[disabled] .btn-guide:hover,
.btn-guide.disabled:focus,
.btn-guide[disabled]:focus,
fieldset[disabled] .btn-guide:focus,
.btn-guide.disabled.focus,
.btn-guide[disabled].focus,
fieldset[disabled] .btn-guide.focus {
  background-color: #384EC1;
  border-color: #384EC1;
}
.btn-guide .badge {
  color: #384EC1;
  background-color: #fff;
}
.idea-list-unavailable {
  padding: 120px 200px;
}
@media (max-width: 1199px) {
  .idea-list-unavailable {
    padding: 60px 100px;
  }
}
@media (max-width: 991px) {
  .idea-list-unavailable {
    padding: 30px 50px;
  }
}
#pairwise-container > header > h2,
.pairwise-comparisons {
  padding-left: 100px;
}
#pairwise-container > header > h2 {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.pairwise-comparisons {
  position: relative;
}
.comparison-cta {
  line-height: 38px;
  text-align: right;
}
.comparison-cta > .btn {
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-radius: 4px;
  vertical-align: baseline;
  margin: 0 3px 0 30px;
  padding: 7px 30px 10px;
}
.comparison-cta > .btn-pause {
  color: #fff;
  background-color: #adadad;
  border-color: #adadad;
}
.comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause.focus {
  color: #fff;
  background-color: #949494;
  border-color: #6d6d6d;
}
.comparison-cta > .btn-pause:hover {
  color: #fff;
  background-color: #949494;
  border-color: #8e8e8e;
}
.comparison-cta > .btn-pause:active,
.comparison-cta > .btn-pause.active,
.open > .dropdown-toggle.comparison-cta > .btn-pause {
  color: #fff;
  background-color: #949494;
  background-image: none;
  border-color: #8e8e8e;
}
.comparison-cta > .btn-pause:active:hover,
.comparison-cta > .btn-pause.active:hover,
.open > .dropdown-toggle.comparison-cta > .btn-pause:hover,
.comparison-cta > .btn-pause:active:focus,
.comparison-cta > .btn-pause.active:focus,
.open > .dropdown-toggle.comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause:active.focus,
.comparison-cta > .btn-pause.active.focus,
.open > .dropdown-toggle.comparison-cta > .btn-pause.focus {
  color: #fff;
  background-color: #828282;
  border-color: #6d6d6d;
}
.comparison-cta > .btn-pause.disabled:hover,
.comparison-cta > .btn-pause[disabled]:hover,
fieldset[disabled] .comparison-cta > .btn-pause:hover,
.comparison-cta > .btn-pause.disabled:focus,
.comparison-cta > .btn-pause[disabled]:focus,
fieldset[disabled] .comparison-cta > .btn-pause:focus,
.comparison-cta > .btn-pause.disabled.focus,
.comparison-cta > .btn-pause[disabled].focus,
fieldset[disabled] .comparison-cta > .btn-pause.focus {
  background-color: #adadad;
  border-color: #adadad;
}
.comparison-cta > .btn-pause .badge {
  color: #adadad;
  background-color: #fff;
}
.comparison-cta > .btn-finish {
  color: #fff;
  background-color: #384EC1;
  border-color: #384EC1;
}
.comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish.focus {
  color: #fff;
  background-color: #2d3e99;
  border-color: #1b265e;
}
.comparison-cta > .btn-finish:hover {
  color: #fff;
  background-color: #2d3e99;
  border-color: #2a3b92;
}
.comparison-cta > .btn-finish:active,
.comparison-cta > .btn-finish.active,
.open > .dropdown-toggle.comparison-cta > .btn-finish {
  color: #fff;
  background-color: #2d3e99;
  background-image: none;
  border-color: #2a3b92;
}
.comparison-cta > .btn-finish:active:hover,
.comparison-cta > .btn-finish.active:hover,
.open > .dropdown-toggle.comparison-cta > .btn-finish:hover,
.comparison-cta > .btn-finish:active:focus,
.comparison-cta > .btn-finish.active:focus,
.open > .dropdown-toggle.comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish:active.focus,
.comparison-cta > .btn-finish.active.focus,
.open > .dropdown-toggle.comparison-cta > .btn-finish.focus {
  color: #fff;
  background-color: #25337e;
  border-color: #1b265e;
}
.comparison-cta > .btn-finish.disabled:hover,
.comparison-cta > .btn-finish[disabled]:hover,
fieldset[disabled] .comparison-cta > .btn-finish:hover,
.comparison-cta > .btn-finish.disabled:focus,
.comparison-cta > .btn-finish[disabled]:focus,
fieldset[disabled] .comparison-cta > .btn-finish:focus,
.comparison-cta > .btn-finish.disabled.focus,
.comparison-cta > .btn-finish[disabled].focus,
fieldset[disabled] .comparison-cta > .btn-finish.focus {
  background-color: #384EC1;
  border-color: #384EC1;
}
.comparison-cta > .btn-finish .badge {
  color: #384EC1;
  background-color: #fff;
}
.pairwise-comparison-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: auto;
  z-index: 1;
  border-right: solid 1px #ddd;
  background: #F2F2F2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.more-revealed > .pairwise-comparison-list {
  border-bottom-left-radius: 0;
}
.pairwise-comparison-list > li {
  border-top: solid 1px #ccc;
}
.pairwise-comparison-list > li:first-child {
  border-top: none;
}
.pairwise-comparison-list > li > a {
  display: block;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}
.pairwise-comparison-list > li > a:hover {
  color: #333333;
}
.pairwise-comparison-list > li > .comparison-pending {
  background: #ccc;
  color: #fff !important;
}
.pairwise-comparison-list > li > .current {
  background: #1AC956;
  color: #fff !important;
  cursor: default;
}
@media (max-width: 991px) {
  #pairwise-container > header > h2 {
    margin-top: 20px;
  }
  #pairwise-container > header > h2,
  .pairwise-comparisons {
    padding-left: 0;
  }
  .comparison-cta {
    padding: 10px;
    line-height: 1.5em;
  }
  .comparison-cta > div > .btn {
    margin-top: 10px;
  }
  .pairwise-comparison-list {
    position: static;
    width: auto;
    border-radius: 0 !important;
    border-top: solid 1px #ddd;
    border-right: none;
  }
  .pairwise-comparison-list > li {
    float: left;
    border-top: none;
  }
  .pairwise-comparison-list > li > a {
    padding: 0 20px;
  }
}
.pairwise-comparison {
  height: 455px;
  border-top: solid 1px #ddd;
  position: relative;
  z-index: 1;
  /* make it sit above pairwise-comparison-list, so the box-shadow of ideas's hover outline won't be covered */
}
.pairwise-comparison:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.pairwise-idea {
  padding: 20px;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.pairwise-idea > .cover {
  padding-bottom: 60%;
  background-color: #ccc;
  background-size: cover;
  margin: -20px -20px 12px;
  position: relative;
}
.pairwise-idea:hover > .cover {
  margin: -19px -19px 12px;
}
.pairwise-idea > .summary {
  max-height: 303.33333333px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pairwise-idea > .summary:after {
  top: 303.33333333px;
}
.pairwise-idea > .summary > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.pairwise-idea > .summary > p:last-child {
  margin: 0;
}
.pairwise-idea > .summary:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -4em;
  height: 4em;
  background: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
}
.pairwise-idea > .cover + .summary {
  max-height: 182px;
}
.pairwise-idea > .cover + .summary:after {
  top: 182px;
}
.pairwise-idea > a {
  color: #132393;
  text-decoration: underline;
  font-weight: bold;
  font-family: inherit;
  /* to override .collapse-expand */
  cursor: pointer;
  position: relative;
  /* make the links sit above the hover outline */
  display: inline-block;
  padding: 20px;
  margin: -20px;
}
.pairwise-idea > a:hover {
  color: #1AC956;
}
.pairwise-idea > label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0;
  line-height: 1;
  font-size: 40px;
  color: #ccc;
  border: solid 2px #ccc;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  cursor: pointer;
}
.pairwise-idea > label > .is-icon {
  display: block;
}
@media (max-width: 991px) {
  .pairwise-idea > label {
    font-size: 28px;
  }
}
.pairwise-idea:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pairwise-idea:hover:before {
  border: solid 1px #1AC956;
  box-shadow: 0 0 0 1px #1AC956;
}
.pairwise-idea:hover > label {
  background: #adadad;
  color: #fff;
}
.pairwise-idea.with-more:hover:before {
  border-bottom: none;
}
.pairwise-idea.with-more:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -1px;
}
.pairwise-idea.selected > label {
  background: #1AC956;
  color: #fff;
}
.pairwise-idea.selected:before {
  content: none;
}
.pairwise-idea-details {
  border-top: solid 1px #ddd;
  padding-top: 16px;
  padding-bottom: 28px;
  padding-left: 37px;
  padding-right: 37px;
}
.pairwise-idea-details > .nav-pills {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22.4px;
}
.pairwise-idea-details > .nav-pills > li {
  margin-right: 30px;
}
.pairwise-idea-details > .nav-pills > li > a {
  background: transparent !important;
  color: #999;
  padding: 0;
}
.pairwise-idea-details > .nav-pills > li > a:hover {
  color: #333333;
}
.pairwise-idea-details > .nav-pills > .active > a {
  color: #333333 !important;
  border-bottom: solid 1px #333333;
}
.pairwise-idea-details > .tab-content > .tab-pane > .idea {
  margin: -28px -37px;
}
@media (max-width: 991px) {
  .pairwise-idea-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pairwise-idea-details > .tab-content > .tab-pane > .idea {
    margin: -15px -15px;
  }
  .pairwise-idea-details > .nav-pills {
    font-size: 13px;
  }
  .pairwise-idea-details > .nav-pills > li {
    margin-right: 10px;
  }
}
#pairwise-idea-comments .comment-moderation {
  display: none;
}
#pairwise-container .popover {
  max-width: 50%;
}
#nav-campaign-terms-on-service .aside-section-heading > .collapse-expand {
  top: 32px;
  right: 35px !important;
}
@media (max-width: 991px) {
  #nav-campaign-terms-on-service .aside-section-heading > .collapse-expand {
    top: 45px;
    right: 20px !important;
  }
}
.categories-section-expired .aside-section-heading {
  margin: 0;
}
.categories-section-expired .link-list {
  margin-top: 10px;
}
.sso-login-section .sso-account {
  margin-bottom: 30px;
}
.idea-title.details-page {
  color: #333 !important;
}
.select2-container .select2-choice {
  border-color: #C6C6C6;
  background-image: none;
  border-radius: 0;
  font-weight: normal;
}
.link {
  color: #384EC1;
}
.persistent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.persistent-banner.alert {
  text-align: left;
  font-size: 16px;
  padding: 25px;
}
@media (max-width: 767px) {
  .persistent-banner.alert {
    font-size: 14px;
  }
}
.persistent-banner.alert .btn {
  min-width: 140px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #222;
  color: #fff;
}
.persistent-banner.alert .btn.close {
  opacity: 1;
  border: 1px solid #222;
  text-shadow: none;
}
.persistent-banner.alert .btn.close:hover {
  border-color: #ccc;
}
.persistent-banner.alert-info {
  background: #1377c7;
  border-color: #0d6ab4;
  margin: 0;
  color: #fff;
}
.persistent-banner a {
  text-decoration: underline;
  font-weight: 400;
}
.persistent-banner a,
.persistent-banner a:hover {
  color: #fff;
}
.card .card-heading {
  font-size: 16px;
  background: #f0f2f5;
  padding: 12px;
  margin: 0;
}
.card .card-heading .collapse-expand .is-svg-icon {
  width: 1em;
  height: 1em;
}
.card .card-body {
  padding: 12px;
}
.card .card-body .action-of-the-day-lists {
  list-style: none;
  padding: 0;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list {
  font-weight: normal;
  font-size: 14px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  color: #d8d8d8;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list a {
  color: #384EC1;
  cursor: pointer;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list .action-of-the-day-point {
  color: #333333;
  font-size: 12px;
  font-style: italic;
  padding-left: 22px;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action:before {
  color: #7ed321;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action a {
  color: #666666;
  text-decoration: line-through;
}
.card .card-body .action-of-the-day-lists .action-of-the-day-list.complete-action .action-of-the-day-point {
  color: #666666;
}
.feature-kudos {
  outline: none;
  position: relative;
  top: -7px;
  left: -20px;
  margin-left: -6px;
}
.card .feature-kudos {
  margin-left: -9px;
  left: 123px;
  top: -13px;
}
.feature-tour-popover {
  z-index: 1040;
  width: 310px;
  max-height: none !important;
}
.feature-tour-popover .btn-cancel {
  color: #F5F5F5;
  padding: 0;
}
.feature-tour-popover .btn-cancel:hover,
.feature-tour-popover .btn-cancel:focus {
  color: #fff;
}
.feature-tour-popover .feature-tour-nav-wrapper:not(:empty),
.feature-tour-popover .feature-tour-dismiss-btn-wrapper,
.feature-tour-popover .feature-tour-finish-btn-wrapper {
  margin-top: 12px;
}
.feature-tour-popover .feature-tour-prev-btn {
  float: left;
}
.feature-tour-popover .feature-tour-next-btn {
  float: right;
}
.action-of-the-day-popover,
.actionitem-popover,
.action-of-the-day-popover {
  background: #333333;
  font-size: 14px;
  border-radius: 2px;
  color: #ffffff;
  max-width: 310px !important;
}
.action-of-the-day-popover.left > .arrow:after,
.actionitem-popover.left > .arrow:after,
.action-of-the-day-popover.left > .arrow:after {
  border-left-color: #333333;
}
.action-of-the-day-popover.right > .arrow:after,
.actionitem-popover.right > .arrow:after,
.action-of-the-day-popover.right > .arrow:after {
  border-right-color: #333333;
}
.action-of-the-day-popover.top > .arrow:after,
.actionitem-popover.top > .arrow:after,
.action-of-the-day-popover.top > .arrow:after {
  border-top-color: #333333;
}
.action-of-the-day-popover.bottom > .arrow:after,
.actionitem-popover.bottom > .arrow:after,
.action-of-the-day-popover.bottom > .arrow:after {
  border-bottom-color: #333333;
}
.action-of-the-day-popover .close,
.actionitem-popover .close,
.action-of-the-day-popover .close {
  color: #ffffff;
  font-weight: 100;
  font-size: 24px;
  margin-top: -5px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.action-of-the-day-popover .popover-header,
.actionitem-popover .popover-header,
.action-of-the-day-popover .popover-header {
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.action-of-the-day-popover .popover-header:focus,
.actionitem-popover .popover-header:focus,
.action-of-the-day-popover .popover-header:focus {
  outline: none;
}
.action-of-the-day-popover .popover-body,
.actionitem-popover .popover-body,
.action-of-the-day-popover .popover-body {
  padding: 0 0 10px;
}
.action-of-the-day-popover .popover-body p,
.actionitem-popover .popover-body p,
.action-of-the-day-popover .popover-body p {
  padding-top: 12px;
}
.action-of-the-day-popover .popover-footer,
.actionitem-popover .popover-footer,
.action-of-the-day-popover .popover-footer {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.action-of-the-day-popover .popover-footer .btn,
.actionitem-popover .popover-footer .btn,
.action-of-the-day-popover .popover-footer .btn {
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 2px;
  font-size: 14px;
}
.action-of-the-day-popover .popover-footer .btn.btn-highlight,
.actionitem-popover .popover-footer .btn.btn-highlight,
.action-of-the-day-popover .popover-footer .btn.btn-highlight {
  color: #ffffff;
}
.action-of-the-day-popover .popover-footer .btn.btn-highlight:hover,
.actionitem-popover .popover-footer .btn.btn-highlight:hover,
.action-of-the-day-popover .popover-footer .btn.btn-highlight:hover {
  color: #a3cdff;
}
.action-of-the-day-popover .popover-footer .btn.exit-tour,
.actionitem-popover .popover-footer .btn.exit-tour,
.action-of-the-day-popover .popover-footer .btn.exit-tour {
  color: #ffffff !important;
  margin-top: 0;
  font-weight: normal;
  padding: 6px 15px !important;
}
.action-of-the-day-popover .popover-footer .dont-show-msg,
.actionitem-popover .popover-footer .dont-show-msg,
.action-of-the-day-popover .popover-footer .dont-show-msg {
  cursor: pointer;
  color: #BBBBBB;
  text-decoration: underline;
}
.action-of-the-day-popover.ft-welcome-popover-wrapper,
.actionitem-popover.ft-welcome-popover-wrapper,
.action-of-the-day-popover.ft-welcome-popover-wrapper {
  left: 40% !important;
  top: 30% !important;
}
.action-of-the-day-popover.ft-welcome-popover-wrapper .arrow,
.actionitem-popover.ft-welcome-popover-wrapper .arrow,
.action-of-the-day-popover.ft-welcome-popover-wrapper .arrow {
  display: none !important;
}
.action-of-the-day-popover.ft-campaign-popover-wrapper,
.actionitem-popover.ft-campaign-popover-wrapper,
.action-of-the-day-popover.ft-campaign-popover-wrapper {
  margin: 0 0 0 15px !important;
}
.action-of-the-day-popover.ft-search-popover-wrapper,
.actionitem-popover.ft-search-popover-wrapper,
.action-of-the-day-popover.ft-search-popover-wrapper {
  margin: 30px 0 0 15px !important;
}
.action-of-the-day-popover.ft-search-popover-wrapper,
.actionitem-popover.ft-search-popover-wrapper,
.action-of-the-day-popover.ft-search-popover-wrapper {
  margin: -10px 0 0 100px !important;
}
.action-of-the-day-popover.ft-vote-popover-wrapper,
.actionitem-popover.ft-vote-popover-wrapper,
.action-of-the-day-popover.ft-vote-popover-wrapper {
  margin: -10px 0 0 55px !important;
}
.action-of-the-day-popover.ft-submit-idea-popover-wrapper,
.actionitem-popover.ft-submit-idea-popover-wrapper,
.action-of-the-day-popover.ft-submit-idea-popover-wrapper {
  margin: 10px 0 0 -110px !important;
}
.action-of-the-day-popover.ft-comment-popover-wrapper,
.actionitem-popover.ft-comment-popover-wrapper,
.action-of-the-day-popover.ft-comment-popover-wrapper {
  margin: -10px 0 0 50px !important;
}
.community-login-link {
  position: relative;
}
.community-login-popover {
  width: 248px;
  position: absolute;
  top: 50px !important;
  left: -210px;
}
.custom-sso .community-login-popover {
  left: -178px;
}
@media (max-width: 767px) {
  .community-login-popover {
    left: -222px;
  }
  .custom-sso .community-login-popover {
    left: -201px;
  }
}
.community-login-popover .dismiss-popover {
  color: #fff;
  text-decoration: underline;
}
.community-login-popover > .arrow {
  left: 85% !important;
}
@media (max-width: 767px) {
  .community-login-popover > .arrow {
    left: 90% !important;
  }
}
.community-modal .modal-body {
  padding-bottom: 30px;
  padding-top: 30px;
}
.community-modal .modal-body h4 {
  margin-bottom: 25px;
}
.community-logo-hidden .official-header .logo {
  display: none !important;
}
.community-logo-hidden .community-name,
.community-logo-hidden .official-main-nav {
  left: 15px !important;
}
.about-activity {
  color: #666;
  font-size: 15px;
  margin-top: -14px;
  margin-bottom: 18px;
  display: table;
}
.about-activity .glyphicon-info-sign {
  font-size: 20px;
  top: 4px;
}
@media (max-width: 767px) {
  .idea-details .idea-tags .select2-search--inline .select2-search__field {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .idea-details .idea-header .idea-campaign {
    padding-top: 17px;
  }
}
@media (max-width: 991px) {
  .idea-details .idea-header .idea-meta {
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-right: 44px;
  }
}
.idea-details .idea-main-details .idea-content {
  margin-bottom: 14px;
}
.idea-details .idea-main-details .idea-tags {
  margin-top: 17px;
  margin-bottom: 15px;
}
.idea-details .idea-main-details .idea-tags .list-inline-compact {
  display: inline;
  margin-right: 5px;
}
.idea-details .idea-main-details .idea-tags .list-inline-compact + div {
  display: inline;
}
.idea-details .idea-main-details .idea-meta {
  margin-top: 14px;
}
.idea-details .idea-main-details .idea-meta p {
  margin-top: 3px;
}
.idea-details .idea-main-details .idea-meta.idea-meta-author {
  margin-bottom: 22px;
}
.idea-details .idea-main-details .idea-meta.idea-owner-assign {
  margin-top: 21px;
  margin-bottom: 18px;
}
.idea-details .idea-main-details .idea-meta .label {
  top: -1px;
}
.idea-details .activity-section .voter > img {
  margin-right: 15px;
}
body.two-step-auth {
  padding-top: 0 !important;
}
.wdt-emoji-picker {
  right: auto;
  right: 2px;
}
.wdt-emoji-picker:focus {
  border: 1px dotted #333;
}
.wdt-emoji-popup .selected.green {
  background-color: #b7e887;
}
.wdt-emoji-popup .selected.blue {
  background-color: #b5e0fe;
}
.wdt-emoji-popup .selected.yellow {
  background-color: #f9ef67;
}
.wdt-emoji-popup .selected.pink {
  background-color: #f3c1fd;
}
.wdt-emoji-popup .selected.gray {
  background-color: rgba(175, 175, 175, 0.32);
}
.emoji-enabled {
  padding-right: 24px !important;
}
.wdt-emoji-tab {
  outline: none;
}
.wdt-emoji-picker {
  outline: none;
}
#wdt-emoji-search,
#wdt-emoji-search:focus {
  height: 32px;
  padding: 7px;
}
.main-container span.emoji-outer {
  width: 18px !important;
  height: 18px !important;
}
body.sec-508 .main-container .wdt-emoji-picker span.emoji-outer.emoji-sizer:before {
  content: '😄';
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-family: apple color emoji, segoe ui emoji, notocoloremoji, android emoji, emojisymbols, emojione mozilla, segoe ui symbol;
  font-size: 12px;
}
body.sec-508 .main-container .wdt-emoji-picker .emoji-inner {
  position: relative;
}
.b-text {
  color: #333333;
}
.t-margin-15 {
  margin-top: 15px;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 2px;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
}
.fixed-footer:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #ffffff;
}
@media (max-width: 767px) {
  .fixed-footer {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #eee !important;
  }
  .fixed-footer .footer-mobile-toggle {
    display: block;
    width: 32px;
    height: 32px;
    background: #ddd;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-top: -30px;
    margin-left: 15px;
  }
  .fixed-footer .footer-mobile-toggle:before,
  .fixed-footer .footer-mobile-toggle:after {
    content: "";
    display: block;
    width: 72%;
    margin: auto;
    position: relative;
    top: 12px;
    border: 1px solid #999;
  }
  .fixed-footer .footer-mobile-toggle:before {
    top: 19px;
  }
  .fixed-footer .footer-content {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 7px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-footer {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-footer {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .fixed-footer {
    width: 1150px;
  }
}
@media (min-width: 992px) {
  .assessment-intro,
  .assessment-thanks {
    width: 60%;
  }
}
.assessment-intro .btn-guide,
.assessment-thanks .btn-guide {
  border: none;
  border-radius: 0.3em;
  text-transform: none;
}
.assessment-intro .btn-guide:hover,
.assessment-thanks .btn-guide:hover {
  opacity: 0.7;
}
.assessment-intro h4,
.assessment-thanks h4 {
  line-height: 20px;
}
.assessment-intro .thanks-msg-part1,
.assessment-thanks .thanks-msg-part1 {
  margin-bottom: 50px;
}
.assessment-intro .thanks-msg-part2,
.assessment-thanks .thanks-msg-part2 {
  font-weight: normal;
  margin-bottom: 30px;
}
.smooth-scroll {
  cursor: pointer;
}
.show-assessment .logo,
.show-assessment .community-name,
.show-assessment .page-name,
.show-assessment .official-main-nav,
.show-assessment .new-idea-button {
  display: none !important;
}
.content-vertical-centered {
  display: table;
  width: 100%;
}
.content-vertical-centered .vertical-centered-child {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0;
  }
  .padding-right-0 {
    padding-right: 0;
  }
}
.smooth-scroll {
  cursor: pointer;
}
.input-disabled {
  -webkit-pointer-events: none;
  pointer-events: none;
  cursor: default;
}
.input-disabled .file-upload-widget,
.input-disabled .tagit {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
}
.input-disabled .file-upload-widget input[type="text"],
.input-disabled .tagit input[type="text"] {
  background-color: #f4f4f4;
}
.full-width-widget-header {
  background-color: #f8f8f8;
  padding: 12px 20px 12px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  position: relative;
}
.full-width-widget-header a {
  right: 15px;
}
.full-width-widget-header a > svg {
  width: 0.9em;
  height: 0.9em;
  fill: #333;
}
.rounded-0 {
  border-radius: 0;
}
.campaign-content {
  padding: 5px 20px;
}
.campaign-content a.campaign-name.private-campaign-text-truncate {
  align-items: center;
  display: flex;
}
.campaign-content .private-campaign-text-truncate .campaign-name {
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 991px) {
  .ideas > .idea,
  .idea-list > .ideas > .idea {
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
  }
  .ideas > .idea .submitted-by,
  .idea-list > .ideas > .idea .submitted-by,
  .ideas > .idea .username-inline,
  .idea-list > .ideas > .idea .username-inline {
    display: none;
  }
  .stage-action-block {
    color: #4f4f4f;
    margin-top: 15px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) {
    padding: 7px 0 0 0;
    height: auto;
    text-align: left;
    border: 0;
    margin-bottom: -5px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data {
    display: block;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data .h3 {
    font-size: 12px;
    position: static;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data .five-stars {
    margin-top: 5px;
    line-height: 20px;
    letter-spacing: -3px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data > strong {
    display: inline-block;
    margin-right: 2px;
    font-size: 24px;
    font-weight: 700;
    position: static;
    vertical-align: bottom;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data > span {
    display: inline-block;
    font-weight: 400;
    position: relative;
    margin-top: 0;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data > .progress {
    margin-bottom: 3px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .stage-data > .progress > .progress-bar {
    height: 17px;
    line-height: 17px;
    background: #384EC1;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) .btn-stage-action {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate) > .stage-awaiting {
    padding: 0;
    margin-top: 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate).stage-action-draft .btn-stage-action {
    padding: 6px;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate).stage-action-pairwise .stage-data .h3 {
    margin-bottom: 10px;
    text-align: left;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate).stage-action-reviewscale .stage-data strong {
    vertical-align: baseline;
  }
  .stage-action-block .stage-action:not(.stage-action-ideate).stage-action-archive .stage-awaiting {
    position: relative;
    top: -3px;
  }
  .stage-action-ideate {
    width: 124px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 0;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
  }
  .stage-action-ideate + .stage-progress {
    display: none;
  }
  .stage-action-ideate .stage-data strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  .stage-action-ideate .stage-data strong + span:not(.net-votes-hidden) {
    display: none;
  }
  .stage-action-ideate .stage-data span.net-votes-hidden {
    font-size: 12px;
    color: #999;
    margin: -2px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
    display: inline-block;
  }
  .stage-action-ideate .vote-actions .vote-up {
    bottom: 8px;
    left: 11px;
    border-bottom-width: 13px;
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .stage-action-ideate .vote-actions .vote-down {
    left: auto;
    right: 11px;
    top: 8px;
    border-top-width: 13px;
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .stage-action-ideate .voting-disabled-notice {
    visibility: hidden;
  }
  .stage-action-ideate .stage-awaiting {
    margin-top: 0;
    padding: 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
  }
  .stage-action-ideate.vote-link {
    margin-top: 38px;
  }
  .stage-action-ideate.vote-link .vote-invitation {
    position: absolute;
    left: 0;
    top: -30px;
    color: #384EC1;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
  }
  .stage-action-ideate.vote-link .vote-invitation:hover {
    color: #384EC1;
  }
  .stage-data > strong {
    overflow: hidden;
    line-height: 1;
  }
  .stage-data > span:not(.hidden-md-min) {
    font-size: 12px;
  }
  .stage-data > .progress {
    max-width: 195px;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .stage-action-ideate.vote-link .vote-invitation {
    top: -36px;
  }
}
.grid-view .submitted-by,
.compact-view .submitted-by,
.grid-view .username-inline,
.compact-view .username-inline {
  display: none;
}
@media (min-width: 992px) {
  .grid-view .idea .idea-main-details img,
  .compact-view .idea .idea-main-details img,
  .grid-view .idea .idea-main-details iframe,
  .compact-view .idea .idea-main-details iframe {
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
  .grid-view .idea .mejs__container,
  .compact-view .idea .mejs__container {
    max-width: 100%;
  }
  .grid-view .idea .idea-content,
  .compact-view .idea .idea-content {
    line-height: 1.58;
    font-size: 12px;
  }
  .grid-view .idea object,
  .compact-view .idea object {
    display: block;
    max-width: 100%;
    max-height: 344px;
    background-color: #F5F5F5;
  }
  .grid-view .idea object embed,
  .compact-view .idea object embed {
    max-width: 100%;
    max-height: 100%;
  }
  .grid-view .idea > .idea-stats,
  .compact-view .idea > .idea-stats {
    position: static;
    text-align: left;
    margin-bottom: 1em;
  }
}
.grid-view .stage-action-block:before,
.compact-view .stage-action-block:before,
.grid-view .stage-action-block:after,
.compact-view .stage-action-block:after {
  display: table;
  content: " ";
}
.grid-view .stage-action-block:after,
.compact-view .stage-action-block:after {
  clear: both;
}
.grid-view .stage-action-block:before,
.compact-view .stage-action-block:before,
.grid-view .stage-action-block:after,
.compact-view .stage-action-block:after {
  display: table;
  content: " ";
}
.grid-view .stage-action-block:after,
.compact-view .stage-action-block:after {
  clear: both;
}
.grid-view .stage-action-block .stage-details,
.compact-view .stage-action-block .stage-details {
  color: #4f4f4f;
  position: static;
  width: auto;
}
.grid-view .stage-action-block .stage-details > h3:not(.sr-only),
.compact-view .stage-action-block .stage-details > h3:not(.sr-only) {
  position: static;
  text-align: left;
  margin-top: 5px;
}
.grid-view .stage-action-block .stage-details .stage-action-draft-heading,
.compact-view .stage-action-block .stage-details .stage-action-draft-heading {
  display: none;
}
.grid-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-edit,
.compact-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-edit {
  float: right;
  color: #ffffff !important;
  background-color: #999999 !important;
}
.grid-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-delete,
.compact-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-delete {
  float: none;
  color: #999999 !important;
}
.grid-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-delete .is-icon,
.compact-view .stage-action-block .stage-details .stage-action-draft-heading + .stage-action-draft .btn-draft-delete .is-icon {
  top: 4px;
  left: -2px;
}
.grid-view .stage-action-block .stage-action,
.compact-view .stage-action-block .stage-action {
  padding: 7px 0 0 0;
  height: auto;
  text-align: left;
  border: 0;
  margin-bottom: -5px;
}
.grid-view .stage-action-block .stage-action .stage-data,
.compact-view .stage-action-block .stage-action .stage-data {
  display: block;
}
.grid-view .stage-action-block .stage-action .stage-data .h3,
.compact-view .stage-action-block .stage-action .stage-data .h3 {
  font-size: 12px;
  position: static;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.grid-view .stage-action-block .stage-action .stage-data .five-stars,
.compact-view .stage-action-block .stage-action .stage-data .five-stars {
  margin-top: 5px;
  line-height: 20px;
  letter-spacing: -3px;
}
.grid-view .stage-action-block .stage-action .stage-data > strong,
.compact-view .stage-action-block .stage-action .stage-data > strong {
  display: inline-block;
  margin-right: 2px;
  font-size: 24px;
  font-weight: 700;
  position: static;
  vertical-align: bottom;
}
.grid-view .stage-action-block .stage-action .stage-data > span,
.compact-view .stage-action-block .stage-action .stage-data > span {
  display: inline-block;
  font-weight: 400;
  position: relative;
  margin-top: 0;
}
.grid-view .stage-action-block .stage-action .stage-data > .progress,
.compact-view .stage-action-block .stage-action .stage-data > .progress {
  margin-bottom: 3px;
}
.grid-view .stage-action-block .stage-action .stage-data > .progress > .progress-bar,
.compact-view .stage-action-block .stage-action .stage-data > .progress > .progress-bar {
  height: 17px;
  line-height: 17px;
  background: #384EC1;
}
.grid-view .stage-action-block .stage-action .btn-stage-action,
.compact-view .stage-action-block .stage-action .btn-stage-action {
  position: static;
  display: inline-block;
  margin-top: 10px;
}
.grid-view .stage-action-block .stage-action > .stage-awaiting,
.compact-view .stage-action-block .stage-action > .stage-awaiting {
  padding: 0;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.grid-view .stage-action-block .stage-action.stage-action-draft .btn-stage-action,
.compact-view .stage-action-block .stage-action.stage-action-draft .btn-stage-action {
  padding: 6px;
}
.grid-view .stage-action-block .stage-action.stage-action-pairwise .stage-data .h3,
.compact-view .stage-action-block .stage-action.stage-action-pairwise .stage-data .h3 {
  margin-bottom: 10px;
  text-align: left;
}
.grid-view .stage-action-block .stage-action.stage-action-reviewscale .stage-data strong,
.compact-view .stage-action-block .stage-action.stage-action-reviewscale .stage-data strong {
  vertical-align: baseline;
}
.grid-view .stage-action-block .stage-action.stage-action-archive .stage-awaiting,
.compact-view .stage-action-block .stage-action.stage-action-archive .stage-awaiting {
  position: relative;
  top: -3px;
}
.grid-view .stage-action-block .stage-action-ideate,
.compact-view .stage-action-block .stage-action-ideate {
  width: 124px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
}
.grid-view .stage-action-block .stage-action-ideate + .stage-progress,
.compact-view .stage-action-block .stage-action-ideate + .stage-progress {
  display: none;
}
.grid-view .stage-action-block .stage-action-ideate .stage-data strong,
.compact-view .stage-action-block .stage-action-ideate .stage-data strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.grid-view .stage-action-block .stage-action-ideate .stage-data strong + span:not(.net-votes-hidden),
.compact-view .stage-action-block .stage-action-ideate .stage-data strong + span:not(.net-votes-hidden) {
  display: none;
}
.grid-view .stage-action-block .stage-action-ideate .stage-data span.net-votes-hidden,
.compact-view .stage-action-block .stage-action-ideate .stage-data span.net-votes-hidden {
  font-size: 12px;
  color: #999;
  margin: -2px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60px;
  display: inline-block;
}
.grid-view .stage-action-block .stage-action-ideate .vote-actions .vote-up,
.compact-view .stage-action-block .stage-action-ideate .vote-actions .vote-up {
  bottom: 8px;
  left: 11px;
  border-bottom-width: 13px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.grid-view .stage-action-block .stage-action-ideate .vote-actions .vote-down,
.compact-view .stage-action-block .stage-action-ideate .vote-actions .vote-down {
  left: auto;
  right: 11px;
  top: 8px;
  border-top-width: 13px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.grid-view .stage-action-block .stage-action-ideate .voting-disabled-notice,
.compact-view .stage-action-block .stage-action-ideate .voting-disabled-notice {
  visibility: hidden;
}
.grid-view .stage-action-block .stage-action-ideate .stage-awaiting,
.compact-view .stage-action-block .stage-action-ideate .stage-awaiting {
  margin-top: 0;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.grid-view .stage-action-block .stage-action-ideate.vote-link,
.compact-view .stage-action-block .stage-action-ideate.vote-link {
  margin-top: 38px;
}
.grid-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation,
.compact-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation {
  position: absolute;
  left: 0;
  top: -30px;
  color: #384EC1;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .grid-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation,
  .compact-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation {
    top: -36px;
  }
}
.grid-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation:hover,
.compact-view .stage-action-block .stage-action-ideate.vote-link .vote-invitation:hover {
  color: #384EC1;
}
.grid-view .stage-action-block .stage-workflow,
.compact-view .stage-action-block .stage-workflow {
  display: none;
}
@media (min-width: 992px) {
  .compact-view .idea-campaign {
    margin-bottom: 0;
  }
  .compact-view.campaign-ideas .idea-title {
    margin-top: 5px;
  }
  .compact-view .idea {
    min-height: 74px;
    padding: 10px 15px;
  }
  .compact-view .idea > .idea-header {
    margin-left: 145px;
    margin-right: 160px;
  }
  .compact-view .idea > .idea-header .avatar,
  .compact-view .idea > .idea-header .kudos {
    display: none;
  }
  .compact-view .idea .idea-meta.idea-meta-author {
    margin-bottom: 0;
  }
  .compact-view .idea .idea-title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .compact-view .idea .author-info {
    margin-left: 0;
    display: inline-block;
    max-width: 100%;
  }
  .compact-view .idea .author-info.text-truncate {
    overflow: inherit;
    white-space: normal;
    max-width: 100%;
  }
  .compact-view .idea .author-info strong,
  .compact-view .idea .author-info .contributor-name a {
    font-weight: 400;
  }
  .compact-view .idea .author-info time {
    position: static;
  }
  .compact-view .idea .author-info time:before {
    content: " \00B7";
    margin-right: 3px;
    font-weight: 700;
  }
  .compact-view .idea .author-info > div {
    display: inline-block;
  }
  .compact-view .idea .with-contributor time,
  .compact-view .idea .with-contributor .more-contributors {
    vertical-align: middle;
  }
  .compact-view .idea .idea-main-details {
    display: none;
  }
  .compact-view .stage-action-block .stage-details {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    height: 32px;
    margin: auto;
  }
  .compact-view .stage-action-block .stage-details > h3 {
    position: absolute !important;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .compact-view .stage-action-block .stage-details .stage-action:not(.stage-action-ideate) {
    padding: 0;
    margin-bottom: 0;
  }
  .compact-view .stage-action-block .stage-details .stage-action:not(.stage-action-ideate) .stage-data,
  .compact-view .stage-action-block .stage-details .stage-action:not(.stage-action-ideate) .stage-awaiting {
    display: none;
  }
  .compact-view .stage-action-block .stage-details .stage-action-ideate {
    margin-top: 0;
  }
  .compact-view .stage-action-block .stage-details .stage-action-ideate.vote-link {
    margin-top: 7px;
  }
  .compact-view .stage-action-block .stage-details .stage-action-ideate .vote-invitation {
    top: -28px;
  }
  .compact-view .stage-action-block .stage-details .btn-stage-action:not(.stage-action-draft) {
    margin-top: 0;
    width: 130px;
  }
  .compact-view .stage-action-block .stage-details .btn-draft-edit {
    float: none !important;
    display: block;
    margin-top: 0;
  }
  .compact-view .stage-action-block .stage-details .btn-stage-action.btn-draft-delete {
    margin-top: 3px;
  }
  .compact-view .draft-idea .stage-action-block .stage-details {
    height: 64px;
  }
  .compact-view .compact-view-idea-action-items {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 24px;
    margin: auto;
  }
  .compact-view .d-lg-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .moderate-idea .dropdown-menu-shadow-clipper {
    display: none;
  }
}
.tab-content-waiting {
  padding: 15px;
}
.campaign-loader {
  padding: 15px;
}
/* campaign slider*/
.home-slider {
  padding: 0;
  /* for eliminate old community's .welcome padding */
  margin: -10px;
  /* .welcome padding space */
  /* turn off default carousel controls from bootstrap */
}
@media (min-width: 992px) {
  .home-slider {
    margin: -28px -37px;
  }
}
.home-slider .ip-carousel-caption-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.home-slider .ip-carousel-caption-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-slider .carousel-control {
  width: 4%;
}
.home-slider .carousel-control.left,
.home-slider .carousel-control.right {
  background-image: none;
}
.home-slider .ip-carousel-caption {
  position: absolute;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  padding: 60px 45px 45px;
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .home-slider .ip-carousel-caption {
    padding-top: 30px;
  }
}
.home-slider .ip-carousel-caption p {
  font-size: 14px;
  text-shadow: none;
  z-index: 10;
}
.home-slider .ip-carousel-caption p.slider-description {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .home-slider .ip-carousel-caption p {
    font-size: 13px;
  }
}
.home-slider .ip-carousel-caption h1 {
  font-weight: 900;
  font-size: 25px;
  z-index: 10;
}
@media (max-width: 768px) {
  .home-slider .ip-carousel-caption h1 {
    font-size: 18px;
  }
}
.home-slider .ip-carousel-caption h4 {
  font-size: 14px;
  z-index: 10;
}
@media (max-width: 768px) {
  .home-slider .ip-carousel-caption h4 {
    font-size: 11px;
  }
}
.home-slider .ip-carousel-caption .btn {
  font-weight: 900;
  margin-left: 0;
  z-index: 10;
}
.home-slider .ip-carousel .item {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-color: #384EC1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .ip-carousel .item {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .home-slider .ip-carousel .item {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .home-slider .ip-carousel .item {
    height: 500px;
  }
}
.home-slider .carousel-control .glyphicon-chevron-left {
  left: 20px;
}
.home-slider .carousel-control .glyphicon-chevron-right {
  right: 20px;
}
/* END campaign slider*/
.form-group.custom-field .attachment-list {
  background-color: #F5F5F5;
}
.form-group.custom-field .attachment-list > li {
  padding: 4px 0;
  margin: 3px 15px;
  border-bottom: 1px solid #ddd;
}
.form-group.custom-field .attachment-list > li:before,
.form-group.custom-field .attachment-list > li:after {
  display: table;
  content: " ";
}
.form-group.custom-field .attachment-list > li:after {
  clear: both;
}
.form-group.custom-field .attachment-list > li:before,
.form-group.custom-field .attachment-list > li:after {
  display: table;
  content: " ";
}
.form-group.custom-field .attachment-list > li:after {
  clear: both;
}
.form-group.custom-field .attachment-list > li:last-child {
  border-bottom: 0;
}
.use-existing-file {
  margin-top: 5px;
  display: inline-block;
}
.attachments-container {
  border: 1px solid #ddd;
  border-top: 0;
}
.attachments-container:empty {
  display: none;
}
.attachments-container ul {
  margin-bottom: 0;
}
.attachments-container ul > li {
  padding: 7px;
  border-bottom: 1px solid #ddd;
}
.attachments-container ul > li:before,
.attachments-container ul > li:after {
  display: table;
  content: " ";
}
.attachments-container ul > li:after {
  clear: both;
}
.attachments-container ul > li:before,
.attachments-container ul > li:after {
  display: table;
  content: " ";
}
.attachments-container ul > li:after {
  clear: both;
}
.attachments-container ul > li:first-child span {
  font-size: 12px;
}
.attachments-container ul > li > .cancel {
  text-decoration: underline;
  color: #333;
  font-weight: 400;
}
.idea-meta .attachments {
  padding-left: 20px;
}
.idea-meta .attachments a {
  color: #384EC1;
  font-weight: normal;
}
.stage-timeline {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .stage-timeline h4 {
    margin-bottom: 0;
  }
}
.stage-timeline-steps {
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .stage-timeline-steps {
    margin-top: 18px;
  }
}
.stage-timeline-steps .step-name {
  font-size: 12px;
}
.stage-timeline-steps .step-info {
  font-size: 10px;
}
.url-attachments {
  word-wrap: break-word;
}
.url-attachments a:hover,
.url-attachments a:focus {
  text-decoration: underline;
}
.url-attachment-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.url-attachment-header a {
  color: #384EC1;
}
.url-attachment-header .url-collapse-link {
  margin-left: 4px;
  color: #7F7F7F;
  position: relative;
  top: 1px;
}
.url-attachment-body {
  font-size: 14px;
  padding: 0 15px;
  border-left: 3px solid #c4c4c4;
}
.url-attachment-body p {
  color: #666;
}
.url-attachment-body .img-responsive {
  max-height: 200px;
}
.url-attachment-site-name {
  font-weight: 700;
  margin-bottom: 7px;
}
.url-attachment-site-name img {
  vertical-align: top;
}
.url-attachment-title {
  display: block;
  color: #384EC1;
}
.idea a.url-attachment-title {
  font-weight: 400;
}
.date-range-picker-input-container {
  max-width: 132px;
}
@media (min-width: 992px) {
  .no-tags {
    border: solid 1px #bbb;
    border-radius: 4px;
  }
}
.no-tags .alert {
  margin-bottom: 0;
}
.has-editor-switching-option .wdt-emoji-picker {
  top: 32px !important;
}
.kudos-tooltip.top {
  padding: 0;
  min-width: 45px;
}
.kudos-tooltip .tooltip-inner {
  max-width: 230px;
  padding: 15px 12px !important;
  text-align: left;
  line-height: 18px;
}
.has-kudos-count .kudos-tooltip .tooltip-inner {
  width: 26px;
  height: 26px;
  padding: 0 !important;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
.kudos-tooltip .tooltip-inner img {
  width: 18px;
  height: 18px;
}
.kudos-link {
  display: inline-block;
  height: 24px;
  padding: 2px 7px 3px;
  font-size: 13px;
  color: #666;
  background-color: #fff;
  border-radius: 21px;
  cursor: pointer;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.idea-meta-author .kudos-link {
  margin-left: -13px;
}
.kudos-link:not(.disabled):hover,
.kudos-link.active,
.kudos-link:focus {
  color: #384EC1;
  outline: none;
}
.kudos-link.disabled {
  cursor: default;
  color: #666;
}
.kudos-link img {
  vertical-align: top;
}
.label-dropdown-menu .idea-stage {
  margin-right: 4px;
}
@media (min-width: 992px) {
  .label-dropdown-menu {
    max-height: 300px;
    overflow-y: auto !important;
  }
}
.grid-label-dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto !important;
}
.label-dropdown .is-svg-icon {
  width: 1.3em;
  height: 1.3em;
}
.comment-action + .label-dropdown .is-svg-icon {
  width: 1.1em;
  height: 1.1em;
}
.label-dropdown.dropdown-submenu .is-svg-icon {
  margin-left: 2px;
}
.label-dropdown.dropdown-submenu .dropdown-menu.open {
  overflow-y: auto;
}
@media (min-width: 991px) {
  .label-dropdown.dropdown-submenu .dropdown-menu.open {
    max-height: 300px;
  }
}
.label-dropdown#label-dropdown-main-content {
  position: relative;
  top: 7px;
}
.label-dropdown.slidable-dropdown .dropdown-menu {
  top: 20px;
}
@media (max-width: 991px) {
  .label-dropdown.slidable-dropdown .dropdown-menu {
    top: 0;
  }
}
.label-dropdown .dropdown-menu .dropdown-menu-item-group {
  padding: 0 1.5rem;
}
.label-dropdown .dropdown-menu .dropdown-menu-item-group .dropdown-item {
  padding: 4px 13px 4px 0;
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0;
  border-radius: 4px;
  top: initial;
  color: #333333;
}
.label-dropdown .dropdown-menu .dropdown-menu-item-group .dropdown-item .idea-stage {
  top: 1px;
}
.label-dropdown .dropdown-menu .dropdown-menu-item-group .dropdown-item:hover,
.label-dropdown .dropdown-menu .dropdown-menu-item-group .dropdown-item:focus {
  background-color: transparent;
  color: #333333;
}
.form-action .label-dropdown {
  float: left;
}
.label-dropdown.selected .is-svg-icon {
  fill: #384EC1;
}
#idea-activity .label {
  top: -1px;
}
.grid-label-dropdown .dropdown-toggle .caret {
  margin-left: 7px;
  margin-top: -5px;
}
.grid-label-dropdown .dropdown-menu .dropdown-item.label {
  display: block;
  margin: 4px 0;
}
@-moz-document url-prefix() {
  .kudos-status {
    line-height: 17px !important;
  }
}
.campaign-sticky-content {
  min-height: 38px;
  border-bottom: 1px solid #bbb;
  visibility: hidden;
  font-size: 18px;
}
.campaign-sticky-content .subscribe-text {
  display: none;
}
.campaign-sticky-content.affix {
  top: 50px;
  visibility: visible;
}
/**************** for link ideas ***************/
#link-ideas-main-content {
  margin-top: 15px;
}
.link-ideas-search-container {
  border: 1px solid #BDBDBD;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.link-ideas-search-container:focus-within {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.link-ideas-search-container .idea-links-search-btn {
  top: 1px;
  margin-right: 0 !important;
  background-color: #ccc;
  padding: 4px 10px;
}
.link-ideas-search-container .idea-links-search-btn:active,
.link-ideas-search-container .idea-links-search-btn:focus {
  box-shadow: none !important;
  outline: 2px auto -webkit-focus-ring-color;
}
.link-ideas-search-container .input-group-btn {
  background: #ccc;
}
.link-ideas-search-container .idea-links-search-query {
  border: none !important;
  box-shadow: none !important;
  padding-left: 7px;
}
.link-ideas-search-container .idea-links-search-query:focus {
  box-shadow: none !important;
}
.linkable-idea-search-result {
  border: 1px solid #BDBDBD;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.linkable-idea-search-result .form {
  padding: 20px;
}
.linkable-idea-search-result .form .form-group:last-child {
  margin-bottom: 0 !important;
}
.linkable-idea-search-result .idea-title-link {
  font-size: 14px;
  color: #384EC1;
  font-weight: 400;
}
@media (max-width: 991px) {
  .linkable-idea-search-result .idea-title-link {
    display: block;
  }
}
.linkable-idea-search-result span.linked-by {
  display: none;
}
.ideas-not-found-msg {
  padding: 8px;
}
.btn-unlink {
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  right: 5px;
  font-weight: 400 !important;
  color: #4f4f4f;
  opacity: 0.5;
}
.btn-unlink:hover {
  cursor: pointer;
  opacity: 1;
}
.linked-idea-title {
  color: #384EC1;
  font-size: 14px;
  font-weight: 400 !important;
}
.linked-by {
  margin-left: 10px;
  color: #696A6E;
  font-size: 12px;
}
a.linked-idea-title:visited {
  color: #384EC1;
}
.custom-panel-gray {
  border-radius: 4px;
  border: 0;
}
.custom-panel-gray .collapse-expand {
  position: relative !important;
  height: 12px;
  margin-right: 0 !important;
}
.custom-panel-gray .panel-heading {
  display: flex;
  justify-content: space-between;
  cursor: default;
  align-items: center;
  padding: 10px 18px;
  border-radius: 4px 4px 0 0;
}
.custom-panel-gray .panel-heading .icon-link {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.custom-panel-gray .panel-heading .header-title-container {
  display: flex;
  align-items: center;
}
.custom-panel-gray .panel-body {
  padding: 0 18px;
  border-radius: 0 0 4px 4px;
}
.custom-panel-gray .panel-body::before {
  content: '';
  position: relative;
  width: 100%;
}
.custom-panel-gray .header-title {
  font-size: 14px;
  font-weight: bold;
}
.link-ideas {
  max-height: 150px;
  overflow-y: auto;
}
.link-ideas select.form-control {
  border-radius: 3px !important;
}
#linked-ideas-content.panel-body::before {
  margin-bottom: 15px;
}
#linked-ideas-content.panel-body div.form-group:last-child {
  padding-bottom: 12px;
}
#linked-ideas-content .linked-idea-row-container {
  display: flex;
}
#linked-ideas-content .linked-idea-row-container .linked-idea-title-container {
  margin-right: 30px;
}
#load-next-link-ideas {
  display: none;
}
#idea-fund-form .btn.btn-sm {
  padding: 2px 11px;
}
#idea-fund-form .form-group {
  margin-right: 0;
}
#idea-fund-form .form-group input {
  width: 160px;
}
.campaign-details-info #campaign-brief p,
.campaign-details-info #nav-campaign-terms-on-service p {
  line-height: 1.42857143;
  font-size: 14px;
}
/* kudos sidebar style */
#kudosticker .kudos-sidebar {
  margin: -12px;
}
#kudosticker .kudos-sidebar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
#kudosticker .kudos-sidebar ul li {
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}
#kudosticker .kudos-sidebar ul li p {
  display: inline;
  color: #696A6E;
  font-size: 12px;
  font-weight: normal;
}
#kudosticker .kudos-sidebar ul li p span {
  font-weight: bold;
}
#kudosticker .kudos-sidebar ul.kudos-list {
  padding: 0 12px 0 12px;
  width: 100%;
}
#kudosticker .kudos-sidebar ul.kudos-list li {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  color: #696A6E;
  font-size: 12px;
  height: 49px;
}
#kudosticker .kudos-sidebar ul.kudos-list li img.avatar {
  margin-right: 7px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
#kudosticker .kudos-sidebar ul.kudos-list div span a {
  font-weight: bold;
  color: #696A6E;
}
#kudosticker .kudos-sidebar ul.kudos-list div span a:hover {
  color: #696A6E;
}
#kudosticker .kudos-sidebar ul.kudos-list .kudos-status {
  line-height: 16px;
}
#kudosticker .kudos-sidebar ul.kudos-list .kudos-status img {
  width: 18px;
  height: 18px;
}
#kudosticker .kudos-sidebar ul.special-item {
  margin-bottom: 0;
  padding: 8px;
}
#kudosticker .kudos-sidebar ul.special-item .special-button .kudos-special-button {
  display: flex;
  width: 44px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #0D3C61;
  font-size: 10px;
  padding: 5px;
  color: #0D3C61;
}
#kudosticker .kudos-sidebar ul.special-item .special-button .kudos-special-button i {
  font-size: 9px;
  line-height: 17px;
  margin-left: 1px;
}
#kudosticker .kudos-sidebar ul.special-item .special-button .kudos-special-button:focus {
  outline: none;
}
#kudosticker .kudos-sidebar ul.special-item li {
  padding-bottom: 14px;
  display: flex;
  align-items: center;
}
#kudosticker .kudos-sidebar ul.special-item li:last-child {
  padding-bottom: 5px;
}
#kudosticker .kudos-sidebar ul.special-item li div.special-icon {
  margin-right: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kudosticker .kudos-sidebar ul.special-item li div.special-icon i {
  font-size: 15px;
  line-height: 34px;
}
#kudosticker .kudos-sidebar ul.special-item li .special-button {
  margin-left: auto;
}
#kudosticker .kudos-sidebar ul.special-item li .special-button img {
  margin-left: 2px;
}
#kudosticker .kudos-sidebar .card-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: -5px;
}
#kudosticker .kudos-sidebar .card-bottom .empty-block {
  background-color: #f3f3f3;
  border-top: 1px solid #ddd;
  flex: 1;
  height: 20px;
  position: relative;
}
#kudosticker .kudos-sidebar .card-bottom .empty-block:after {
  content: "";
  background: #ddd;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 4px;
  top: -19px;
  transform: rotate(31deg);
}
#kudosticker .kudos-sidebar .card-bottom .kudos-counts {
  background-color: #f3f3f3;
  border-top: 1px solid #ddd;
  position: relative;
}
#kudosticker .kudos-sidebar .card-bottom .kudos-counts:before {
  content: "";
  background: #f3f3f3;
  width: 8px;
  height: 70%;
  position: absolute;
  left: -6px;
  top: 0;
  transform: rotate(31deg);
}
#kudosticker .kudos-sidebar .card-bottom ul {
  margin-top: 4px;
  margin-bottom: 4px;
}
#kudosticker .kudos-sidebar .card-bottom ul li {
  font-weight: normal;
  font-size: 9px;
  padding: 0;
  position: relative;
  display: inline-block;
  color: #696A6E;
  margin-right: 4px;
}
#kudosticker .kudos-sidebar .card-bottom ul li .number {
  font-weight: bold;
  font-size: 10px;
}
#kudosticker .kudos-sidebar .card-bottom ul li:after {
  content: "";
  background: #dadada;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -6px;
  top: 1px;
  transform: rotate(24deg);
}
#kudosticker .kudos-sidebar .card-bottom ul li:last-child:after {
  display: none;
}
[data-element-id="kudosticker"] .popover {
  width: 400px;
}
[data-element-id="kudosticker"] a:hover,
[data-element-id="kudosticker"] .btn:hover,
[data-element-id="kudosticker"] a:active,
[data-element-id="kudosticker"] .btn:active {
  outline: none;
  box-shadow: none;
}
[data-element-id="kudosticker"] .infotip {
  position: relative;
  top: 2px;
  right: 0 !important;
}
.popover.kudos-tooltip {
  max-width: 400px;
}
.popover.kudos-tooltip .popover-title {
  max-width: 377px;
  line-height: 16px;
}
.popover.kudos-tooltip .kudos-member-assign-form .form-group {
  margin-right: 5px;
}
.popover.kudos-tooltip .kudos-member-assign-form .select2-container {
  width: 250px !important;
}
@media (max-width: 1408px) {
  .popover.kudos-tooltip .kudos-member-assign-form .select2-container {
    width: 300px !important;
    margin-bottom: 10px;
  }
}
#topbar-affix-placeholder {
  display: none;
}
#topbar-affix-placeholder.campaign-title,
#topbar-affix-placeholder.campaign-title > a {
  font-size: 16px !important;
}
#topbar-affix-placeholder.campaign-title > a {
  max-width: 300px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1090px) {
  #topbar-affix-placeholder.campaign-title > a {
    max-width: 194px;
  }
}
@media (max-width: 1040px) {
  #topbar-affix-placeholder.campaign-title > a {
    max-width: 174px;
  }
}
#topbar-affix-placeholder .campaign-brief-item {
  padding: 0 5px;
  float: left;
  line-height: 3;
}
#topbar-affix-placeholder .campaign-brief-item + a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: left;
}
#topbar-affix-placeholder .campaign-brief-item .link-btn-default {
  padding: 0;
  background-color: transparent;
  line-height: 16px;
}
#topbar-affix-placeholder .campaign-brief-item .link-btn-default .is-icon {
  top: 3px;
  font-size: 21px;
}
#topbar-affix-placeholder .campaign-brief-item .link-btn-default .subscribe-text {
  display: none;
}
#topbar-affix-placeholder .campaign-brief-item .link-btn-default:hover {
  color: #384EC1;
}
#topbar-affix-placeholder.show {
  display: block;
}
.affix-below-topbar {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  min-height: 78px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.affix-below-topbar.show {
  display: block;
}
@media (max-height: 580px) {
  .idea-details-persistent-banner {
    display: none !important;
  }
}
.idea-details-persistent-banner .idea-header {
  margin-top: 15px;
  padding-bottom: 10px;
  margin-right: 142px;
}
@media (min-width: 992px) {
  .idea-details-persistent-banner .idea-header {
    margin-right: 173px;
    padding-left: 37px;
  }
}
.idea-details-persistent-banner .idea-header .idea-title {
  font-size: 16px;
}
.idea-details-persistent-banner .idea-header .idea-title .label {
  top: -1px;
}
.idea-details-persistent-banner .idea-header strong,
.idea-details-persistent-banner .idea-header time {
  color: #666;
  font-weight: 400;
}
.idea-details-persistent-banner .idea-header time:before {
  content: " \00B7";
  margin-right: 3px;
  font-weight: 700;
}
.idea-details-persistent-banner .stage-details {
  position: absolute;
  top: 19px;
  width: auto;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .idea-details-persistent-banner .stage-details {
    top: -4px;
    right: 0;
  }
}
.idea-details-persistent-banner .stage-details h3 {
  display: none;
}
.idea-details-persistent-banner .stage-action:not(.stage-action-ideate) {
  height: auto;
  padding: 0;
  border-color: transparent;
}
.idea-details-persistent-banner .stage-action:not(.stage-action-ideate) .stage-data,
.idea-details-persistent-banner .stage-action:not(.stage-action-ideate) .stage-awaiting {
  display: none;
}
.idea-details-persistent-banner .stage-action:not(.stage-action-ideate) .btn-stage-action {
  max-width: 136px;
  display: block !important;
  text-align: center;
  position: static;
  display: inline-block;
}
.idea-details-persistent-banner .stage-progress,
.idea-details-persistent-banner .stage-workflow {
  display: none;
}
.idea-details-persistent-banner .stage-action-archive .stage-awaiting {
  display: none;
}
.idea-details-persistent-banner .stage-action-ideate {
  width: 124px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  margin-top: 4px;
  padding-top: 7px;
}
.idea-details-persistent-banner .stage-action-ideate + .stage-progress {
  display: none;
}
.idea-details-persistent-banner .stage-action-ideate .stage-data strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.idea-details-persistent-banner .stage-action-ideate .stage-data strong + span:not(.net-votes-hidden) {
  display: none;
}
.idea-details-persistent-banner .stage-action-ideate .stage-data span.net-votes-hidden {
  font-size: 12px;
  color: #999;
  margin: -2px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60px;
  display: inline-block;
}
.idea-details-persistent-banner .stage-action-ideate .vote-actions .vote-up {
  bottom: 8px;
  left: 11px;
  border-bottom-width: 13px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.idea-details-persistent-banner .stage-action-ideate .vote-actions .vote-down {
  left: auto;
  right: 11px;
  top: 8px;
  border-top-width: 13px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.idea-details-persistent-banner .stage-action-ideate .voting-disabled-notice {
  visibility: hidden;
}
.idea-details-persistent-banner .stage-action-ideate .stage-awaiting {
  margin-top: 0;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.idea-details-persistent-banner .stage-action-ideate.vote-link {
  margin-top: 38px;
}
.idea-details-persistent-banner .stage-action-ideate.vote-link .vote-invitation {
  position: absolute;
  left: 0;
  top: -30px;
  color: #384EC1;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .idea-details-persistent-banner .stage-action-ideate.vote-link .vote-invitation {
    top: -36px;
  }
}
.idea-details-persistent-banner .stage-action-ideate.vote-link .vote-invitation:hover {
  color: #384EC1;
}
.idea-details-persistent-banner .stage-action-ideate .stage-data {
  padding-top: 0;
}
@media (max-width: 991px) {
  .idea-details-persistent-banner .stage-action-ideate .stage-awaiting {
    display: none;
  }
}
.submission-via-email {
  font-size: 14px;
}
.submission-via-email .input-group {
  border: 1px solid #E8F4FD;
  border-radius: 4px;
}
.submission-via-email .input-group > .form-control {
  background: #fff;
  color: #384EC1;
}
.submission-via-email .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.submission-via-email .btn .is-svg-icon {
  width: 1.5em;
  height: 1.25em;
  fill: #333;
}
.scrollmagic-pin-spacer {
  z-index: 999;
}
.ideas-nav-open .scrollmagic-pin-spacer {
  z-index: 9999;
}
.affix-idea-nav-bar {
  top: 50px !important;
}
.submit-another-label {
  font-size: 14px;
}
.is-svg-icon.annotation-icon {
  width: 11px;
  height: 12px;
  position: relative;
}
.is-svg-icon.annotation-icon.annotate {
  fill: #999999;
}
.is-svg-icon.annotation-icon.annotated {
  fill: #384EC1;
  top: 2px;
}
.is-svg-icon.annotation-icon.annotate-new-comment {
  color: #333333;
  margin-right: 3px;
  top: -2px;
}
.is-svg-icon.annotation-icon.annotation-header {
  color: #4f4f4f;
  margin-right: 7px;
}
.is-svg-icon.drag-indicator {
  width: 8px;
  height: 12px;
  cursor: move;
  cursor: -webkit-grabbing;
  fill-opacity: 0.5;
}
.is-svg-icon.drag-indicator:hover {
  fill-opacity: 1;
}
.is-svg-icon.icon-close {
  height: 12px;
  width: 12px;
  fill-opacity: 0.5;
}
.is-svg-icon.icon-close:hover {
  fill-opacity: 1;
}
.is-svg-icon.is-icon-pencil {
  width: 1.2em;
  height: 1.2em;
  fill: #666;
}
.is-svg-icon.is-icon-pencil-menu {
  margin-right: 4px;
}
#annotated-list-container .annotate-item-container {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 12px 0;
}
#annotated-list-container .annotate-item-container:not(:first-child) {
  border-top: 1px solid #dddddd;
}
#annotated-list-container .annotate-item-container .annotate-item {
  width: 100%;
}
#annotated-list-container .annotate-item-container .annotate-item .more-link:hover {
  cursor: pointer;
}
#annotated-list-container .annotate-item-container .annotate-item .comment-author-container {
  margin-top: 0.92em;
}
#annotated-list-container .annotate-item-container .annotate-item .comment-author-container + .unfurl-url-content {
  margin-top: 10px;
}
#annotated-list-container .annotate-item-container .annotate-item .comment-annotated-by-content {
  margin-bottom: 0 !important;
  color: #666666;
}
#annotated-list-container .annotate-item-container .annotate-item .comment-annotated-by-content .author-link {
  color: #666666 !important;
}
#annotated-list-container .annotate-item-container .annotate-item .comment-annotated-by-content .author-link:hover {
  opacity: 0.8;
}
#annotated-list-container .annotate-item-container .action-container {
  display: flex;
  justify-content: space-between;
  width: 38px;
  height: 15px;
  align-items: center;
}
#annotated-list-container .annotate-item-container .idea-title-container {
  margin-right: 30px;
}
#annotated-list-container .load-more-container {
  padding-bottom: 18px;
}
.sortable-chosen {
  background-color: #f5f5f5;
}
.custom-checkbox {
  line-height: 20px;
}
.linked-idea-search-input-container .expand-collapse-linked-idea-btn-container {
  display: flex;
  justify-content: space-between;
}
.linked-idea-search-input-container .expand-collapse-linked-idea-btn-container .linked-idea-search {
  color: #384EC1;
  margin-bottom: 8px;
}
.linked-idea-search-input-container .link-ideas-search-container {
  border-bottom: none !important;
}
.linked-idea-search-input-container .collapse-search-text .search-icon {
  fill: #384EC1;
  width: 14px;
  height: 14px;
}
.linked-idea-search-input-container + #search-and-select-ideas {
  border: 1px solid #BDBDBD;
  min-height: 150px;
}
.linked-idea-search-input-container + #search-and-select-ideas .link-idea {
  margin-left: 0;
  margin-right: 0;
}
.linked-idea-search-input-container + #search-and-select-ideas .link-idea:first-child {
  margin-top: 12px;
}
.linked-idea-search-input-container + #search-and-select-ideas .link-idea span.linked-by {
  display: none;
}
.linked-idea-search-input-container + #search-and-select-ideas .link-ideas {
  min-height: 150px;
}
.disable-div {
  pointer-events: none;
  opacity: 0.7;
}
.member-subscription-list .h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
.member-subscription-list .panel {
  margin-bottom: 25px;
}
.member-subscription-list .subscribe-idea-title:hover,
.member-subscription-list .subscribe-idea-title:focus {
  color: #333;
  text-decoration: underline;
}
.member-subscription-list .load-more-container {
  margin-top: 7px;
}
.member-subscription-list .campaigns-section-content {
  padding: 0;
}
.member-subscription-list .campaigns-section-content .is-svg-icon {
  vertical-align: middle;
}
.member-subscription-list .campaigns-section-content .is-svg-icon.icon-collapse {
  width: 1em;
  height: 1em;
}
.member-subscription-list .campaigns-section-content .link-list > li:not(.load-more-content):hover,
.member-subscription-list .campaigns-section-content .link-list > li:not(.load-more-content):focus {
  background-color: rgba(0, 154, 255, 0.28);
}
.member-subscription-list .campaigns-section-content .load-more-content {
  padding: 5px 15px;
  margin-bottom: 10px;
}
.load-more-content > a,
.load-more-container > a {
  color: #384EC1;
  font-weight: 400;
}
.load-more-content > a:hover,
.load-more-container > a:hover,
.load-more-content > a:focus,
.load-more-container > a:focus {
  text-decoration: underline;
}
.subscriptions-container > ul > li {
  padding: 5px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.subscriptions-container > ul > li .tag {
  margin-bottom: 3px;
}
.subscriptions-container .archive-campaign-icon {
  width: 20px;
  margin-left: 5px;
}
#campaign-idea-viewed-count .popover-content ul {
  padding-left: 12px;
}
#campaign-idea-viewed-count .popover-content ul li {
  color: white;
  font-size: 14px;
  text-transform: inherit;
  display: list-item;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .grid-label-dropdown .dropdown-toggle .label:first-child {
      top: -1px;
    }
    .ideas.grid-view .idea {
      border-top: 1px solid #F5F5F5 !important;
    }
    .ideas .idea:first-child {
      border-top: 1px solid #F5F5F5 !important;
    }
  }
}
.popover .member-list-header {
  display: none;
  padding: 0.5em 0.75em 0.85em;
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .popover.member-list-popover,
  .member-list-popover .popover {
    top: -1px !important;
    left: -1px !important;
    margin: 0;
    z-index: 9999;
  }
  .popover.member-list-popover > .arrow,
  .member-list-popover .popover > .arrow {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .popover.member-list-popover > .arrow:after,
  .member-list-popover .popover > .arrow:after,
  .popover.member-list-popover > .arrow:before,
  .member-list-popover .popover > .arrow:before {
    content: none;
  }
  .popover.member-list-popover .popover-content,
  .member-list-popover .popover .popover-content,
  .popover.member-list-popover .popover-body,
  .member-list-popover .popover .popover-body {
    width: 85%;
    height: 100%;
    padding: 0.5rem 0.75rem;
    background: #fff;
    margin-top: -1px;
    margin-bottom: 0;
    position: fixed;
  }
  .popover.member-list-popover .popover-member-container,
  .member-list-popover .popover .popover-member-container {
    height: 100%;
  }
  .popover.member-list-popover .popover-member-container .member-list,
  .member-list-popover .popover .popover-member-container .member-list {
    max-height: 100%;
  }
  .popover .member-list-header {
    display: block;
  }
}
.member-list.owner-list > li > a {
  border-radius: 4px !important;
}
.section-content .select2 .selection {
  font-weight: 400;
}
.btn-moderator-tag .tag-label {
  max-width: 140px;
}
.rating-definition > li {
  margin-bottom: 10px;
}
.rating-definition > li > dfn {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}
.rating-definition > li > dfn + span {
  display: inline-block;
}
.assessment-rating-dfn .rating-definition > li > dfn {
  width: 94px;
  letter-spacing: -3px;
}
.assessment-rating-dfn .rating-definition > li > dfn.label-na {
  letter-spacing: 0;
}
.assessment-rating-dfn .rating-definition > li > dfn + span {
  width: calc(100% - 115px);
}
.reviewscale-rating-dfn .rating-definition > li > dfn {
  width: 50px;
}
.reviewscale-rating-dfn .rating-definition > li > dfn + span {
  width: calc(100% - 70px);
}
.rating-definition > li .is-svg-icon {
  position: relative;
  top: -2px;
}
.stats-section-header .subscribe-text {
  display: none;
}
.stats-section-header .link-btn-default .is-icon {
  font-size: 18px;
  top: 2px;
}
.stats-section-header .campaign-brief-item a.link-btn-default {
  padding: 0 3px;
  background-color: inherit;
  line-height: 0;
}
.stats-section-header .campaign-brief-item a.link-btn-default:hover {
  color: #384EC1;
  background-color: inherit;
}
@media (max-width: 359px) {
  html {
    width: 500px !important;
    overflow-x: scroll !important;
  }
}
.custom-radio {
  position: relative;
  cursor: pointer;
  padding: 1em;
  margin-top: -10px;
  /* negate the top margin defined for .checkbox and .radio from bootstrap */
}
.custom-radio::selection {
  background: transparent;
}
.custom-radio input + span {
  content: "";
  width: 1.71em;
  height: 1.71em;
  float: left;
  margin: -0.1em 0.8em 0 0;
  padding: 0;
  background: #fff;
  border: solid 2px #979797;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.custom-radio input + span::after {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 0.2s;
}
.custom-radio input:active + span {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.custom-radio input:focus + span {
  box-shadow: 0 0 0 3px lightblue;
}
.custom-radio input:checked + span {
  background-color: #00adef;
  border-color: #00adef;
}
.custom-radio input:checked + span::after {
  color: #fff;
  transform: scale(1);
}
.custom-radio:hover input:checked + span {
  background-color: #0088bc;
  border-color: #0088bc;
}
.custom-radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.custom-radio + .help-block {
  margin-top: -10px;
}
.custom-radio input + span {
  border-radius: 100%;
}
.custom-radio input + span::after {
  border-radius: 100%;
  margin: 0.45em;
  width: 0.64em;
  height: 0.64em;
}
.custom-radio input:checked + span::after {
  background: black;
}
/* Don't use odd numbers. or there will be small vertical alignment issue in IE9 and below */
body {
  padding-top: 50px !important;
}
body.max-width .utb-container {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#universal-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  font-size: 12px;
  line-height: 1.42857143;
  z-index: 9999;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  box-shadow: 0 1px 6px #999;
}
.ie8 #universal-top-bar {
  border-bottom: solid 1px #f5f5f5;
}
#universal-top-bar .is-icon-baseline-email {
  font-size: 20px;
}
#universal-top-bar .is-icon-baseline-home {
  font-size: 21px;
}
#universal-top-bar > .utb-container {
  padding: 0;
  background-color: #fff;
  min-height: 50px;
}
#universal-top-bar > .utb-container > .nav > li {
  float: left;
}
#universal-top-bar > .user-profile-header.utb-container {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#universal-top-bar .pull-right:last-child {
  margin-right: -1px;
}
#universal-top-bar .search-bar form {
  position: relative;
}
#universal-top-bar .search-bar form input {
  border-radius: 5px !important;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 18px 30px;
  box-shadow: none;
  font-size: 15px;
}
#universal-top-bar .search-bar form input ::placeholder {
  color: #333;
}
@media (max-width: 480px) {
  #universal-top-bar .search-bar form input {
    padding: 18px 21px 18px 26px;
    font-size: 13px !important;
  }
}
@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 .search-bar {
    display: none;
  }
  #universal-top-bar > .container {
    padding: 0 20px;
  }
}
#universal-top-bar .nav > li {
  border-right: 1px solid #f5f5f5;
}
#universal-top-bar .nav > li img[src$="loading.svg"] {
  margin: 15px;
}
#universal-top-bar .nav > li:first-child {
  border-left: 1px solid #f5f5f5;
}
#universal-top-bar .nav > li:last-child {
  border-right: 0;
}
@media (max-width: 480px) {
  #universal-top-bar .nav li.join-community {
    border-right: 0 !important;
  }
}
@media (max-width: 480px) {
  #universal-top-bar .nav .community-register-link a,
  #universal-top-bar .nav .community-login-link a {
    font-size: 11px;
  }
}
#universal-top-bar .nav > li > a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
#universal-top-bar .nav > li > a .is-svg-icon {
  width: 25px;
  fill: #333;
}
#universal-top-bar .nav > li > a .is-svg-icon.baseline-notifications {
  width: 18px;
}
#universal-top-bar .nav > li > a .is-svg-icon.arrow-icon {
  width: 18px;
  height: 18px;
}
#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: 991px) {
  #universal-top-bar .nav > li > a {
    padding: 0 8px;
    line-height: 50px;
  }
  #universal-top-bar .nav > li > a.utb-join {
    display: block;
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#universal-top-bar .nav > li > a > .is-icon-notifications {
  font-size: 20px;
}
#universal-top-bar .nav > li > a > .is-icon-checkbox {
  font-size: 23px;
}
#universal-top-bar .nav > li > a:focus,
#universal-top-bar .nav > li > a:hover {
  background-color: #f5f5f5 !important;
  outline: none;
  color: #384EC1 !important;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle] {
  outline: 0;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle],
#universal-top-bar .nav > li.dropdown.active > [data-toggle],
#universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
#universal-top-bar .nav > li:hover > .no-dropdown {
  color: #333;
  background-color: #f5f5f5 !important;
}
#universal-top-bar .dropdown-menu-item-group > .dropdown-menu-item-header {
  color: #7a7a7a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
#universal-top-bar .dropdown-menu-item-group > li > a {
  fill: #333 !important;
  text-decoration: none !important;
  font-weight: normal;
  font-size: 16px;
  padding: 3px 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#universal-top-bar .dropdown-menu-item-group > li > a.invite-friend span {
  margin-left: -3px;
}
#universal-top-bar .dropdown-menu-item-group > li > a.managemembers span {
  margin-left: -2px;
}
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon {
  fill: #757575;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.moderator-to-member-icon,
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.baseline-cake-icon,
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.help-icon,
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.baseline-person-icon,
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.is-dashboard-icon {
  vertical-align: sub;
}
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.group-add-icon {
  width: 24px;
  height: 24px;
}
#universal-top-bar .dropdown-menu-item-group > li > a .is-svg-icon.managemembers-icon {
  width: 23px;
  height: 23px;
}
#universal-top-bar .dropdown-menu-item-group > li > a:hover,
#universal-top-bar .dropdown-menu-item-group > li > a:focus {
  background-color: #DADADA;
}
#universal-top-bar .dropdown-menu-item-group > li > a[target]:not([target="_self"]) {
  padding-right: 25px;
}
#universal-top-bar .dropdown-menu-item-group > li > a[target]:not([target="_self"]):hover {
  background-image: url(/unified/i/index.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
#universal-top-bar .dropdown-menu-item-group .user-info {
  display: none;
}
#universal-top-bar .dropdown-menu-item-group .divider {
  width: 95%;
  margin: 10px auto;
}
#universal-top-bar .dropdown-menu {
  margin-top: 0;
  color: #333;
  background: #fff;
}
#universal-top-bar .dropdown-menu a:not(.btn) {
  color: #333;
}
#universal-top-bar .dropdown-menu.utb-msg-container a.btn:not(.btn-secondary) {
  color: #666;
}
#universal-top-bar #utb-persistent {
  border-right: 1px solid #f5f5f5;
}
#universal-top-bar #utb-persistent > a {
  margin: 9px 8px;
  line-height: 30px;
  color: #fff !important;
  border: none;
  text-transform: capitalize !important;
  height: 31px;
  font-size: 14px !important;
  font-family: sans-serif !important;
  padding: 0 20px;
}
#universal-top-bar #utb-persistent > a.disabled {
  opacity: 1;
  background: #ccc !important;
  color: #eeeeee;
  border-color: #eeeeee;
}
@media (max-width: 992px) {
  #universal-top-bar #utb-persistent > a.disabled {
    padding: 0 10px;
    font-size: 11px !important;
    margin: 9px 10px;
  }
}
#universal-top-bar a#new-idea-button:hover {
  background-color: #18598a !important;
}
@media (max-width: 480px) {
  #universal-top-bar a#new-idea-button {
    font-size: 12px !important;
    padding: 1px 10px;
  }
  #universal-top-bar a#new-idea-button .new-idea-button-text {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 360px) {
  #universal-top-bar a#new-idea-button {
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px !important;
    padding: 1px 4px;
  }
}
#universal-top-bar .alert {
  margin-top: 7px;
}
#universal-top-bar .public-community-topbar-items {
  border-left: 1px solid #f5f5f5;
}
#universal-top-bar .public-community-topbar-items > li:first-child {
  border-left: 0;
}
#universal-top-bar .public-community-topbar-items #topbar-affix-placeholder {
  padding-right: 0;
}
@media (max-width: 992px) {
  #universal-top-bar .public-community-topbar-items .search-bar {
    display: inline-block !important;
  }
  #universal-top-bar .public-community-topbar-items .search-bar #utb-logo {
    width: 100%;
  }
  #universal-top-bar .public-community-topbar-items #utb-search-box .search-btn {
    top: 52px;
    left: 3px;
  }
  #universal-top-bar .public-community-topbar-items #utb-search-box #utb-search-keywords {
    padding-left: 30px;
  }
}
#universal-top-bar .public-community-topbar-items .search-bar {
  display: none;
}
#universal-top-bar .topbar-submission-button #utb-persistent {
  border-left: 0;
  border-right: 0;
}
#universal-top-bar #topbar-affix-placeholder {
  padding-right: 15px;
  padding-left: 10px;
}
#universal-top-bar #topbar-affix-placeholder:hover {
  background-color: #f5f5f5 !important;
  color: #384EC1 !important;
  outline: none;
}
#utb-logo {
  float: left;
  font-size: 26px !important;
  text-decoration: none !important;
  height: 50px;
  /* This helps preventing the topbar from being stretched during page load */
  line-height: 50px;
  color: #333 !important;
  margin: 0 10px 0 -1px;
  padding: 0 0 0 15px;
  border-left: solid 1px #f5f5f5;
}
#utb-logo > img {
  display: inline;
  max-height: 50px;
}
@media (min-width: 992px) {
  #utb-logo {
    width: 165px;
  }
  #utb-logo > img {
    max-width: 140px;
  }
}
.profile-dropdown-logo {
  display: block;
  margin: 10px 20px 15px;
}
.profile-dropdown-logo > img {
  display: inline;
  max-height: 50px;
  max-width: 100%;
}
.pace,
.pace > .pace-progress {
  top: 50px;
}
.pace .pace-progress-inner,
.pace > .pace-progress .pace-progress-inner {
  box-shadow: none;
}
.pace .pace-progress {
  background: #FB5629;
}
.pace > .pace-activity {
  top: 60px;
  right: 8px;
  background: url("/images/loading.svg") no-repeat;
  border: 0;
  width: 20px;
  height: 20px;
  background-size: 20px;
  animation-duration: 1s;
}
#utb-user-menu .is-icon {
  font-size: 21px;
  position: relative;
  top: 4px;
  line-height: 0;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.54);
}
#utb-user-menu .is-icon.is-icon-baseline-person {
  top: 2px;
}
#utb-user-menu .is-icon.is-icon-baseline-group_add {
  font-size: 23px;
  margin-left: -2px;
}
#utb-user-menu .is-icon.is-icon-yammer {
  font-size: 20px;
}
#utb-user-menu .is-icon.is-icon-baseline-cake {
  top: 1px;
}
#utb-user-menu .is-icon.active {
  color: #384EC1;
}
@media (min-width: 992px) {
  #utb-user-menu {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  #utb-user-menu {
    width: 260px;
  }
}
#utb-new-community {
  border-top: solid 1px #ddd;
  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: 650px;
  }
}
.utb-btn-icon {
  position: static;
  vertical-align: middle;
  font-size: 16px;
}
.custom-font-off .utb-btn-icon {
  font-size: 1.8em;
}
@media (max-width: 480px) {
  .utb-btn-icon {
    font-size: 12px;
  }
}
.utb-avatar {
  display: inline-block;
  margin-right: 5px;
}
.top-bar-sudo-admin {
  top: -7px;
  display: inline-block;
  position: inherit;
}
.top-bar-sudo-admin .is-icon-arrow-right {
  position: relative;
  top: 0;
  font-size: 16px !important;
}
.utb-with-numeric-indicator .badge {
  vertical-align: middle;
  position: absolute;
  left: 46%;
  bottom: 8px;
  color: #fff;
  background-color: #384EC1;
}
.utb-with-numeric-indicator .badge.dot {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 12px;
}
.utb-msg-loading {
  background: url(/images/loading.svg) no-repeat 50% 50%;
  height: 29px;
}
#utb-msg-box,
#utb-notification-box,
#utb-action-item-box {
  font-size: 12px !important;
  width: 480px;
  padding: 0;
}
#utb-msg-box.loading,
#utb-notification-box.loading,
#utb-action-item-box.loading {
  background-image: none;
}
#utb-msg-box .body-text,
#utb-notification-box .body-text,
#utb-action-item-box .body-text {
  font-weight: normal;
  font-size: 12px;
}
#utb-msg-box .notification-alert,
#utb-notification-box .notification-alert,
#utb-action-item-box .notification-alert {
  margin: 5px 0 8px;
}
.utb-msg-heading,
.utb-msg-new {
  line-height: 2em !important;
  font-size: 13px !important;
}
.utb-msg-heading > h5,
.utb-msg-new > h5 {
  margin-top: 10px;
  font-size: 16px !important;
}
.utb-msg-heading,
.utb-msg-new {
  font-weight: bold;
}
.utb-msg-heading {
  padding: 0.5em 15px;
  margin: 0;
}
.utb-msg-filter {
  margin-top: 15px;
}
.utb-col-avatar {
  width: 40px;
  float: left;
}
.utb-col-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-left: 39px;
}
.utb-msg-list {
  margin: 0;
  padding: 0;
}
.utb-msg-list a {
  font-weight: bold;
}
.utb-msg-list li.highlighted {
  background: #faecd7;
}
.utb-msg-list small {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .utb-msg-list small {
    margin-left: 37px;
  }
}
.utb-msg-list p {
  display: inline;
}
.utb-msg-list small.date,
.utb-msg-list span.date {
  margin-left: 39px;
  color: #666;
}
.utb-msg-footer,
.utb-msg-no-new {
  padding: 1em 15px;
}
.utb-msg-list li {
  padding: 6px 15px;
}
.utb-msg-new {
  padding: 0 15px;
}
.utb-msg-no-new {
  font-weight: bold;
}
.utb-msg-list a {
  color: #384EC1 !important;
}
.utb-msg-list div:first-child a {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
#utb-msg-box a:hover {
  text-decoration: underline;
}
.utb-msg-ts {
  float: left;
}
.utb-msg-community {
  text-align: right;
}
@media (max-width: 359px) {
  .utb-msg-footer {
    display: flex;
    flex-flow: column wrap;
  }
}
.utb-msg-footer a {
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .utb-msg-footer a {
    width: 215px;
  }
}
.utb-msg-footer a .badge {
  position: absolute;
  top: -8px;
  right: -7px;
}
.utb-msg-footer a.link-btn-default {
  padding: 1px 6px 2px;
}
.utb-msg-footer a.link-btn-default:hover,
.utb-msg-footer a.link-btn-default:focus {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .utb-msg-footer a.btn,
  .utb-msg-footer a.link-btn-default {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.utb-msg-footer span {
  font-size: 0.9em;
}
#utb-search-box {
  font-size: 12px !important;
  padding: 6px 20px;
}
#utb-search-box .search-btn {
  position: absolute;
  top: 7px;
  left: 1px;
  font-size: 14px;
  background: transparent;
  border: 0;
}
@media (max-width: 320px) {
  #utb-search-box {
    padding: 6px 10px;
  }
}
@media (max-width: 991px) {
  #utb-search-box select.input-sm {
    line-height: 20px;
    font-size: 12px !important;
  }
  #utb-search-box select.input-sm optgroup {
    font-size: 12px;
  }
  #utb-search-box select,
  #utb-search-box textarea,
  #utb-search-box input[type="text"],
  #utb-search-box input[type="password"],
  #utb-search-box input[type="search"],
  #utb-search-box input[type="date"],
  #utb-search-box input[type="datetime"],
  #utb-search-box .select2-container {
    font-size: 12px !important;
  }
}
.nav > #utb-profile-dropdown > [data-toggle] {
  text-transform: none !important;
}
body.reporting-body #universal-top-bar #new-idea-button {
  display: none !important;
}
@media (max-width: 991px) {
  #universal-top-bar #utb-profile-dropdown .utb-avatar-menu {
    padding-right: 0 !important;
  }
  #universal-top-bar #utb-profile-dropdown .user-info {
    display: block;
    margin-bottom: 6px;
  }
  #universal-top-bar #utb-profile-dropdown .user-info a:hover,
  #universal-top-bar #utb-profile-dropdown .user-info a:focus {
    background-color: transparent;
    color: #333 !important;
  }
  #universal-top-bar #utb-profile-dropdown .user-info .utb-username {
    font-weight: 700;
  }
  #universal-top-bar #utb-profile-dropdown > [data-toggle] {
    padding-right: 0 !important;
  }
  #universal-top-bar #new-idea-button {
    margin-top: 8px;
    padding: 6px 20px;
    margin-left: 6px;
  }
  #universal-top-bar .topbar-submission-button {
    float: left !important;
    margin-left: 5px;
  }
  #universal-top-bar .topbar-submission-button #utb-persistent {
    display: block !important;
    opacity: 1 !important;
    border-right: 0;
    border-left: 0;
  }
  #universal-top-bar .topbar-submission-button #utb-persistent a {
    display: block !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .shown-slidable-dropdown .dropdown-menu-shadow-clipper {
    display: none;
  }
  #universal-top-bar {
    background: transparent;
  }
  #universal-top-bar .nav:not(.pull-right) {
    border-left: 0;
  }
  #universal-top-bar .pull-right > li:last-child {
    border-right: 0;
  }
  #universal-top-bar .nav > li.dropdown.open > [data-toggle],
  #universal-top-bar .nav > li.dropdown.active > [data-toggle],
  #universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
  #universal-top-bar .nav > li:hover > .no-dropdown {
    color: #333 !important;
    background-color: transparent !important;
  }
  #utb-community-list,
  #utb-new-community,
  .utb-msg-list,
  .utb-msg-footer {
    position: absolute;
    left: 0;
    right: 0;
  }
  #utb-community-list {
    top: 0;
    bottom: 45px;
    overflow: auto;
  }
  #utb-new-community {
    margin-top: 0;
    padding-top: 0;
    bottom: 0;
  }
  #utb-profile-dropdown > [data-toggle] {
    padding-right: 0 !important;
  }
  #utb-profile-dropdown > [data-toggle] > img {
    margin: 0;
  }
  .utb-msg-list {
    top: 45px;
    bottom: 52.0857143px;
    overflow: auto;
  }
  #utb-notification-box .utb-msg-list,
  .utb-msg-new + .utb-msg-list {
    top: 90px;
  }
  .utb-msg-footer {
    bottom: 0;
  }
}
#utb-action-item-box .utb-msg-heading {
  padding: 0.5em 1.5em;
}
#utb-action-item-box ul {
  border-top: solid 1px #ddd;
  padding: 10px 10px;
}
@media (max-width: 991px) {
  #utb-action-item-box ul {
    position: static;
  }
}
#utb-action-item-box ul li {
  border-top: 0;
  padding: 3px 10px;
}
#universal-announcement {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 30px;
  z-index: 9999;
  width: 400px;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.75);
}
#universal-announcement.ua-priority-high {
  background: #99daca !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-medium {
  background: #c3e9df !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-low {
  background: #e2f5ef !important;
  border: 1px solid #29b693;
}
#universal-announcement #universal-announcement-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000 !important;
}
.utb-avatar-col {
  vertical-align: top;
  display: inline-block;
}
.utb-username {
  display: inline-block;
  line-height: 20px;
  margin-top: 8px;
}
.utb-username .username {
  font-size: 11px;
  color: #333;
  display: block;
  line-height: normal;
  font-family: sans-serif;
  font-weight: normal;
}
.utb-username.utb-username-only {
  font-size: 14px;
  font-weight: bold;
}
.utb-menu-arrow-down {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 4px;
}
#utb-member-action-item .refresh-icon {
  line-height: 50px;
}
#utb-member-action-item .refresh-icon .gly-spin {
  width: 40px;
  height: 18px;
}
.notification-tag-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFB933;
  text-align: center;
  line-height: 30px;
}
.notification-tag-badge svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.idea-v2-dropbtn {
  border: none;
  cursor: pointer;
}
.idea-v2-dropdown {
  position: relative;
  display: inline-block;
}
.idea-v2-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.idea-v2-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.idea-v2-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.idea-v2-dropdown:hover .idea-v2-dropdown-content {
  display: block;
}
