* {
  -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;
}
.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 .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;
}
.dark-theme .modal .close {
  color: #999;
  text-shadow: 0 1px 0 #3A3A3A;
}
.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-dropdown > .slidable-backdrop {
    visibility: visible !important;
  }
  .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%;
}
.min-width {
  min-width: 0;
}
.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 */
}
.dark-theme legend.control-label {
  color: #dadada;
}
.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;
  margin-bottom: 0.5rem !important;
}
.mr-1 {
  margin-right: 1.5em !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.flex-row {
  display: flex;
  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;
}
.flex-column {
  flex-direction: column;
}
.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::-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;
}
body.lucido-legacy-page {
  background-color: #f0f0f0;
}
body.lucido-legacy-page .main-container {
  background-color: transparent;
}
body.lucido-legacy-page .column-wrapper > .main-content-area {
  border-radius: 4px;
}
.lucido-legacy-page .container.main-container {
  padding: 0;
}
@media (min-width: 1200px) {
  .lucido-legacy-page .container {
    width: 1140px;
  }
}
.lucido-legacy-page .align-items-center {
  align-items: center !important;
}
.lucido-legacy-page .justify-content-center {
  justify-content: center !important;
}
.lucido-legacy-page .d-inline-flex {
  display: inline-flex !important;
}
.lucido-legacy-page .position-absolute {
  position: absolute !important;
}
.lucido-legacy-page .bg-transparent {
  background: transparent !important;
}
.lucido-legacy-page .align-items-end {
  align-items: flex-end;
}
.lucido-legacy-page .mr-3 {
  margin-right: 1rem !important;
}
.lucido-legacy-page .pb-3 {
  padding-bottom: 1rem !important;
}
.lucido-legacy-page .rounded-bottom {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.lucido-legacy-page .page-title-black .page-heading,
.lucido-legacy-page .page-title-black .header-meta {
  color: #000;
}
.lucido-legacy-page .page-header {
  height: 150px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.lucido-legacy-page .page-header .page-heading {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.lucido-legacy-page .page-header.text-in-light {
  color: #fff;
}
.lucido-legacy-page .page-header.text-in-dark {
  color: #333;
}
.lucido-legacy-page .page-header.has-banner-gradient .container .banner-content:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -14px;
  right: -14px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 500%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lucido-legacy-page .page-header.has-banner-gradient .header-logo img {
  z-index: 99;
}
.lucido-legacy-page .page-header.has-banner-gradient .header-summary {
  z-index: 99;
}
.lucido-legacy-page .header-logo {
  width: 76px;
  height: 76px;
  border-radius: 4px;
  background-color: #fff;
}
.lucido-legacy-page .banner-image-as-bg {
  object-fit: cover;
  margin: 0 -15px;
  width: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) {
  .lucido-legacy-page .banner-image-as-bg {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .lucido-legacy-page .banner-image-as-bg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .lucido-legacy-page .banner-image-as-bg {
    width: 1140px;
  }
}
.h-auto {
  height: auto;
}
.new-rich-text-editor .new-rich-text-editor-hidden-input {
  display: none;
}
.dark-theme .input-group-addon {
  background-color: #636366;
  color: #dadada;
  border-color: #48484a;
}
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, .topbar-community-dropdown) .select2-search--dropdown {
  padding: 0 !important;
}
.select2-container.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown, .topbar-community-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, .topbar-community-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;
}
.chat-unblocker {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.chat-unblocker > img {
  width: 66px;
  height: 66px;
}
[role="main"] a {
  color: #384EC1;
}
[role="main"] a:hover {
  color: #384EC1;
  text-decoration: none;
}
@media (min-width: 992px) {
  [role="main"] {
    min-height: 750px;
  }
}
.text-theme {
  color: #384EC1;
}
h1 {
  font-size: 24px;
  color: #555;
  padding: 10px 0 20px 0;
}
@media (max-width: 767px) {
  h1 {
    padding: 10px 0;
    font-size: 18px;
  }
}
h2,
.h2 {
  font-size: 20px;
  color: #666;
  padding-bottom: 12px;
  line-height: 1.4em;
}
.form-control,
.form-control:focus {
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #f8f8f8;
  border: 2px solid #bcbcbc;
  height: 34px;
}
.form-control:focus {
  border-color: #66afe9;
  background: #f4faff;
}
.custom-field-wrap {
  max-height: 300px;
  overflow: auto;
}
.input-group {
  margin-bottom: 15px;
}
.input-group label {
  margin: 8px 0 0 5px;
}
.signup-invite-page .input-group input[type='text'] {
  border-left: 0;
}
.signup-invite-page .input-group-addon {
  border: 2px solid #bcbcbc;
}
.signup-invite-page .form-action .skip a {
  color: #384EC1;
}
.form-action {
  margin: 20px 0 20px 0;
}
.form-action [class^=col-] {
  padding-left: 0;
}
.form-action a {
  color: #FFFFFF;
}
.social-auth-widget-placeholder > ul {
  padding-left: 0;
  list-style: none;
}
.social-auth-widget-placeholder > ul > li.log-social-btn {
  border-radius: 4px;
  line-height: normal;
  border: 1px #dddddd solid;
  color: #333333;
  @include button-outline-variant(#333);
}
.social-auth-widget-placeholder > ul > li.log-social-btn a {
  padding: 0 12px 5px 12px;
  position: relative;
}
.social-auth-widget-placeholder > ul > li.log-social-btn a .social-auth-label {
  color: #333333;
}
.social-auth-widget-placeholder > ul > li.log-social-btn a svg.social-svg {
  position: absolute;
  left: 1%;
}
.social-auth-widget-placeholder > ul > li.log-social-btn:focus,
.social-auth-widget-placeholder > ul > li.log-social-btn:hover,
.social-auth-widget-placeholder > ul > li.log-social-btn:not(:disabled):not(.disabled):active,
.social-auth-widget-placeholder > ul > li.log-social-btn:not(:disabled):not(.disabled).active {
  color: #333333;
  background-color: #f5f5f5;
}
.dark-theme .social-auth-widget-placeholder .log-social-btn {
  border-color: #48484a;
  color: #48484a;
}
.dark-theme .social-auth-widget-placeholder .log-social-btn .social-auth-label {
  color: #dadada;
}
.dark-theme .social-auth-widget-placeholder .log-social-btn:focus,
.dark-theme .social-auth-widget-placeholder .log-social-btn:hover,
.dark-theme .social-auth-widget-placeholder .log-social-btn:not(:disabled):not(.disabled):active,
.dark-theme .social-auth-widget-placeholder .log-social-btn:not(:disabled):not(.disabled).active {
  color: #dadada;
  background-color: #48484a;
}
[data-social-auth-provider] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alert-info {
  background: #384EC1;
  border-color: #384EC1;
  margin: 0 auto 20px;
  float: none;
  text-align: center;
  color: #fff;
}
.alert-info a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .signup-welcome-page,
  .signup-invite-page,
  .register-page,
  .logout-page,
  .login-page {
    margin-top: 50px;
  }
}
.signup-welcome-page h4 {
  font-weight: 400;
  line-height: 24px;
}
.logout-page .img-responsive {
  margin: 0 auto;
}
.logout-page h1 {
  font-size: 36px;
  padding: 10px 0 10px 0px;
}
.logout-page p {
  font-size: 20px;
  color: #676767;
}
.logout-page .social-web-link-list a {
  font-size: 40px;
  color: #384EC1;
}
.logout-page .social-web-link-list a:hover {
  color: #384EC1;
}
.logout-page .social-web-link-list li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .logout-page,
  .blogarea {
    text-align: center;
  }
}
.blogarea {
  background: #e3e3e3;
  padding: 50px;
  font-size: 14px;
}
.blogarea h2 {
  font-size: 24px;
  padding: 0;
}
.blogarea .btn {
  background: #384EC1;
  border: none;
  padding: 14px 45px;
  color: #fff;
}
.blogarea .btn:hover {
  background: #384EC1;
  color: #ededeb;
}
.contact-support {
  margin-top: 100px;
}
.checkbox > label {
  font-weight: bold;
}
.b-text {
  color: #333333;
}
.persistent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.persistent-banner.alert {
  text-align: left;
  margin-bottom: 0;
  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;
}
.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;
}
body.signup-page-layout {
  padding-top: 0 !important;
}
#signup-nav #logo {
  font-size: 40px !important;
  text-transform: lowercase !important;
  text-decoration: none !important;
  padding-left: 70px;
  line-height: 60px;
  position: relative;
  margin-top: 16px;
  display: inline-block;
  color: #fff;
}
#signup-nav #logo .is-icon-logo {
  font-size: 60px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  #signup-nav #logo .is-icon-logo {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #signup-nav #logo {
    margin-top: 8px;
    font-size: 28px !important;
    padding-left: 46px;
    line-height: 40px;
  }
}
.signup-page-bg {
  background: #323232 url("../../images/signup/crowd.jpg") center top no-repeat;
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.signup-welcome-page-wrap {
  font-size: 14px;
  min-height: 600px;
}
.signup-welcome-page-wrap a {
  color: #384EC1;
}
.signup-welcome-page-wrap h1 {
  color: #fff;
  font-size: 28px;
  padding: 6px 0 10px 0;
}
.signup-welcome-page-wrap .welcome-modal-body {
  padding: 26px 32px 26px;
}
@media (min-width: 768px) {
  .signup-welcome-page-wrap .welcome-modal {
    margin: auto;
  }
}
.signup-welcome-page-wrap .welcome-modal .wizard-steps-indicator-ts-auth {
  display: table;
  margin: 1em auto 7px;
}
.signup-welcome-page-wrap .welcome-modal .wizard-steps-indicator-ts-auth li {
  width: 11px;
  height: 11px;
  border-color: #888;
}
.signup-welcome-page-wrap .welcome-modal .wizard-steps-indicator-ts-auth li + li {
  margin-left: 5px;
}
.signup-welcome-page-wrap .welcome-modal .modal-image {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .signup-welcome-page-wrap .welcome-modal .modal-image {
    max-width: 100%;
  }
}
.signup-welcome-page-wrap .welcome-modal .main-content-heading {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-top: 0.5em;
  text-align: center;
}
.signup-welcome-page-wrap .welcome-modal .main-content-heading .text-normal {
  font-weight: 300 !important;
}
.signup-welcome-page-wrap .welcome-modal .form-control {
  border-width: 1px;
  height: 30px;
  background: #fff;
}
.signup-welcome-page-wrap .welcome-modal .form-group > label,
.signup-welcome-page-wrap .welcome-modal legend.control-label {
  color: #000;
}
.signup-welcome-page-wrap .welcome-modal .has-error > label,
.signup-welcome-page-wrap .welcome-modal .has-error legend.control-label {
  color: #FB5629;
}
.signup-welcome-page-wrap .welcome-modal legend.control-label {
  font-size: 14px;
}
.signup-welcome-page-wrap .welcome-modal .checkbox-btn-group label.btn {
  box-shadow: none;
}
.signup-welcome-page-wrap .welcome-modal .signup-invite-page .form-control {
  border-width: 2px;
  height: 34px;
  background-color: #eee;
  border-radius: 0 !important;
}
.signup-welcome-page-wrap .welcome-modal .input-group-addon.right {
  border: none;
  background: #fff;
  font-weight: 700;
  text-align: left;
  min-width: 167px;
  padding-left: 6px;
  color: #000;
}
.signup-welcome-page-wrap .sending-msg {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.signup-welcome-page-wrap .sending-msg-desc {
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 5px;
  color: #000;
}
.highlights {
  padding-top: 60px;
}
.highlights .highlight {
  padding: 0 15px 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .highlights .highlight {
    text-align: center;
  }
}
.highlights .highlight .icon {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .highlights .highlight .icon {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .content-area-bordered {
    min-height: 330px;
    border: solid 1px #bbb;
    background: #fff;
    padding: 38px 37px;
  }
}
.pincode-input-container {
  display: inline-block;
}
.pincode-input-container .pincode-input-text,
.pincode-input-container .form-control.pincode-input-text {
  width: 35px;
  float: left;
}
.pincode-input-container .pincode-input-text.first,
.pincode-input-container .form-control.pincode-input-text.first,
.pincode-input-container .pincode-input-text.mid,
.pincode-input-container .form-control.pincode-input-text.mid {
  border-right: 0;
}
.pincode-input-container .pincode-input-text:focus + .pincode-input-text,
.pincode-input-container .form-control.pincode-input-text:focus + .pincode-input-text {
  border-left-color: #66afe9;
}
.auth2-pin-code-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.auth2-pin-code-wrapper > input {
  position: absolute;
  right: 0;
  width: 9999px;
  opacity: 0;
  padding: 0;
  background: red;
  height: 40px;
  font-size: 35px;
  border: none;
  outline: none;
}
.auth2-pin-code-boxes {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.auth2-pin-code-boxes > b {
  display: inline-block;
  /* just in case the browser does not support flexbox */
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: normal;
  border: solid 1px #ddd;
  color: #666;
  font-size: 30px;
  background: #f0f2f5;
}
.auth2-pin-code-boxes > b:not(:empty) {
  background: #fafafa;
  border-color: #777 !important;
}
.dark-theme .auth2-pin-code-boxes > b:not(:empty) {
  background-color: #333;
}
input:focus + .auth2-pin-code-boxes > b:empty {
  border-color: #777;
  box-shadow: inset 0 1px 5px 0 rgba(50, 50, 50, 0.3);
}
input:focus + .auth2-pin-code-boxes > b:empty ~ b {
  border-color: #ddd;
  box-shadow: none;
}
.dark-theme input:focus + .auth2-pin-code-boxes > b:empty ~ b {
  border-color: #48484a;
}
.back-to-top {
  text-align: right;
}
.show-features-page h1 {
  color: #333333;
  font-size: 30px;
  line-height: 1.1;
}
.show-features-page h2 {
  color: #333333;
  font-size: 24px;
  padding-bottom: 0;
  line-height: 1.1;
}
.show-features-page .page-controls {
  margin-top: 16px;
  margin-bottom: 30px;
}
@media (max-width: 359px) {
  .show-features-page .page-controls .control {
    display: block;
    margin-bottom: 6px;
  }
}
.show-features-page .page-controls .control {
  border: 1px solid #ddd;
  padding: 6px 12px;
}
.show-features-page .page-controls .control:hover {
  background-color: #eeeeee;
}
/* 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);
}
.txt-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-size-lg {
  font-size: 15px;
}
.fw-semi-bold {
  font-weight: 600;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem !important;
}
.dropdown-menu .custom-page-welcome {
  padding: 0.5rem 1.5rem;
}
.dropdown-menu .no-label-message {
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .topbar-custom-pages-menu .dropdown-menu {
    max-height: 350px;
    width: 260px;
    overflow: auto !important;
  }
}
.topbar-custom-pages-menu .dropdown-menu .unvisited-page {
  color: #384ec1 !important;
}
.dropdown-menu {
  font-size: 14px;
}
#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.lucido-topbar .nav > li > a,
#universal-top-bar.lucido-topbar .nav > li > .btn-dropdown-menu {
  padding: 0 10px !important;
}
#universal-top-bar .nav > li > a,
#universal-top-bar .nav > li > .btn-dropdown-menu {
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 10px !important;
  height: 50px;
  line-height: 48px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
#universal-top-bar .nav > li > a .is-svg-icon,
#universal-top-bar .nav > li > .btn-dropdown-menu .is-svg-icon {
  width: 25px;
  fill: #333;
}
#universal-top-bar .nav > li > a .is-svg-icon.lucido-topbar-icon,
#universal-top-bar .nav > li > .btn-dropdown-menu .is-svg-icon.lucido-topbar-icon {
  fill: #666;
}
#universal-top-bar .nav > li > a .is-svg-icon.lucido-topbar-icon.unclicked-icon,
#universal-top-bar .nav > li > .btn-dropdown-menu .is-svg-icon.lucido-topbar-icon.unclicked-icon {
  fill: #384ec1 !important;
}
#universal-top-bar .nav > li > a .is-svg-icon.baseline-notifications,
#universal-top-bar .nav > li > .btn-dropdown-menu .is-svg-icon.baseline-notifications {
  width: 18px;
}
#universal-top-bar .nav > li > a .is-svg-icon.arrow-icon,
#universal-top-bar .nav > li > .btn-dropdown-menu .is-svg-icon.arrow-icon {
  width: 18px;
  height: 18px;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-down,
#universal-top-bar .nav > li > .btn-dropdown-menu > .is-icon-arrow-down,
#universal-top-bar .nav > li > a > .is-icon-arrow-right,
#universal-top-bar .nav > li > .btn-dropdown-menu > .is-icon-arrow-right {
  font-size: 12px;
  margin-left: 8px;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-right,
#universal-top-bar .nav > li > .btn-dropdown-menu > .is-icon-arrow-right {
  margin-right: 8px;
}
@media (max-width: 991px) {
  #universal-top-bar .nav > li > a,
  #universal-top-bar .nav > li > .btn-dropdown-menu {
    padding: 0 8px;
    line-height: 50px;
  }
  #universal-top-bar .nav > li > a.utb-join,
  #universal-top-bar .nav > li > .btn-dropdown-menu.utb-join {
    display: block;
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#universal-top-bar .nav > li > a > .is-icon-notifications,
#universal-top-bar .nav > li > .btn-dropdown-menu > .is-icon-notifications {
  font-size: 20px;
}
#universal-top-bar .nav > li > a > .is-icon-checkbox,
#universal-top-bar .nav > li > .btn-dropdown-menu > .is-icon-checkbox {
  font-size: 23px;
}
#universal-top-bar .nav > li > a:focus,
#universal-top-bar .nav > li > a:hover,
#universal-top-bar .nav > li > .btn-dropdown-menu:focus,
#universal-top-bar .nav > li > .btn-dropdown-menu: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.unclicked-icon {
  fill: #384ec1 !important;
}
#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 .user-info.lucido {
  display: block !important;
}
#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;
}
@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;
}
#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: 42px;
}
.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;
  }
}
@media only screen and (min-width: 992px) {
  #utb-labels-box {
    width: 200px;
    overflow: auto;
    max-height: 350px;
  }
}
#utb-labels-box .label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: 56%;
  top: inherit;
  bottom: 26px;
  color: #fff;
  background-color: #BF2C04;
}
.utb-with-numeric-indicator .badge.lucido-badge {
  border-radius: 4px;
  padding: 0.25em 0.4em 0.3em;
  color: #fff !important;
  background-color: #BF2C04 !important;
  bottom: 26px;
  left: 63%;
  z-index: 1;
}
.utb-with-numeric-indicator .badge.dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  line-height: 16px;
  font-size: 12px;
  bottom: 30px;
  left: 60%;
}
.utb-with-numeric-indicator.profile-item .badge {
  position: inherit !important;
}
.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 .body-text.body,
#utb-notification-box .body-text.body,
#utb-action-item-box .body-text.body {
  font-size: 14px !important;
  margin-bottom: 1rem;
}
#utb-msg-box .message-content,
#utb-notification-box .message-content,
#utb-action-item-box .message-content {
  display: flex;
  flex-direction: column;
}
#utb-msg-box .message-content a,
#utb-notification-box .message-content a,
#utb-action-item-box .message-content a {
  color: #384EC1 !important;
  font-size: 14px !important;
  text-decoration: none;
}
#utb-msg-box .message-content a:hover,
#utb-notification-box .message-content a:hover,
#utb-action-item-box .message-content a:hover {
  color: #384EC1;
  text-decoration: none;
}
#utb-msg-box .message-content .message-sender-header,
#utb-notification-box .message-content .message-sender-header,
#utb-action-item-box .message-content .message-sender-header {
  display: flex;
  justify-content: space-between;
}
#utb-msg-box .message-content .sender-name,
#utb-notification-box .message-content .sender-name,
#utb-action-item-box .message-content .sender-name {
  font-weight: 700;
  text-transform: capitalize;
}
#utb-msg-box .message-content .subject,
#utb-notification-box .message-content .subject,
#utb-action-item-box .message-content .subject {
  margin-bottom: 0.25rem;
  width: 380px;
}
#utb-msg-box .message-content .subject a,
#utb-notification-box .message-content .subject a,
#utb-action-item-box .message-content .subject a {
  font-weight: normal !important;
}
#utb-msg-box .notification-alert,
#utb-notification-box .notification-alert,
#utb-action-item-box .notification-alert {
  margin: 5px 0 8px;
}
@media (max-width: 992px) {
  #utb-msg-box,
  #utb-action-item-box {
    width: 100% !important;
  }
}
.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-list small.date.lucido-time,
.utb-msg-list span.date.lucido-time {
  font-size: 90%;
}
.utb-msg-list .action-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.utb-msg-list .action-list-item .icon {
  padding: 0.5rem;
  border-radius: 50%;
  background: #f5f5f5;
}
.utb-msg-list .action-list-item .title {
  color: #333;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.utb-msg-list .action-list-item .description {
  margin: 0;
  padding: 0;
}
.utb-msg-list .action-list-item:hover {
  background: #f5f5f5;
}
.utb-msg-list .action-list-item:hover .icon {
  background: #fff !important;
}
.utb-msg-list .action-list-item:focus {
  background: #f5f5f5;
}
.utb-msg-list .action-list-item:focus .icon {
  background: #fff !important;
}
.utb-msg-list .message-list-item {
  display: flex;
  gap: 8px;
  border-radius: 4px;
  padding: 8px;
}
.utb-msg-list .message-list-item .sender-avatar {
  width: 40px;
}
.utb-msg-list .message-list-item .msg-subject {
  color: #333;
}
.utb-msg-list .message-list-item:hover {
  background: #f5f5f5;
}
.utb-msg-list .message-list-item:hover .icon {
  background: #fff !important;
}
.utb-msg-list .message-list-item:focus {
  background: #f5f5f5;
}
.utb-msg-list .message-list-item:focus .icon {
  background: #fff !important;
}
.utb-msg-list .actions {
  display: flex;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
}
.utb-msg-list .actions .btn-all {
  margin-right: 8px;
}
.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-msg-footer span.unread-count {
  font-size: 1rem;
}
.utb-msg-footer .message-footer-button-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: static !important;
}
@media (min-width: 992px) {
  .utb-msg-footer .message-footer-button-container .btn {
    width: 200px;
  }
}
.utb-msg-footer .message-footer-button-container button {
  padding: 0;
  border-radius: 4px;
  border: none;
}
.utb-msg-footer .message-footer-button-container button a {
  text-decoration: none !important;
  width: 200px;
  padding: 6px 16px !important;
  font-weight: 700;
  font-size: 1rem;
}
.utb-msg-footer .message-footer-button-container .view-button {
  margin-right: 0.5rem;
}
.utb-msg-footer .message-footer-button-container .view-button a {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333 !important;
}
.utb-msg-footer .message-footer-button-container .view-button a:hover,
.utb-msg-footer .message-footer-button-container .view-button a:focus,
.utb-msg-footer .message-footer-button-container .view-button a:active {
  background-color: #cfcfcf !important;
}
.utb-msg-footer .message-footer-button-container .compose-button a {
  background-color: #e4e7f7;
  border-color: #e4e7f7;
  color: #384ec1 !important;
}
.utb-msg-footer .message-footer-button-container .compose-button a:hover,
.utb-msg-footer .message-footer-button-container .compose-button a:focus,
.utb-msg-footer .message-footer-button-container .compose-button a:active {
  background-color: #a9b3e6 !important;
}
#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;
  }
}
.topbar-actions #utb-member-action-item-achor {
  display: none !important;
}
.profile-menu-actions #topbar-action-items-toggle,
.profile-menu-actions #utb-action-item-box {
  display: none !important;
}
@media (max-width: 992px) {
  .topbar-dropdown.d-hide {
    visibility: hidden;
    width: 0;
    margin: 0 !important;
  }
}
@media (max-width: 1200px) {
  .topbar-dropdown.d-xl-hide {
    visibility: hidden;
    width: 0;
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .app-dropdown-menu.dropdown-menu:not(.menu-dropdown-select) {
    width: 320px !important;
  }
}
.app-dropdown-menu .app-dropdown-menu-container {
  grid-gap: 1rem !important;
  gap: 1rem !important;
  flex-wrap: wrap;
  padding: 14px !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item {
  white-space: normal;
  flex-basis: 47%;
  display: inline-grid;
  align-items: center;
  font-size: 14px;
  padding: 14px 21px !important;
  word-break: break-word;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-is-general-settings {
  fill: #679AC7 !important;
  width: 24px !important;
  height: 24px !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-is-reports {
  fill: #D444F1 !important;
  width: 20px !important;
  height: 20px !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-personal-settings {
  fill: #089E58 !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-dns {
  fill: #F7B27A !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-baseline-gavel {
  fill: #FA5579 !important;
}
.app-dropdown-menu .app-dropdown-menu-container .dropdown-item .icon-app-is-translation {
  fill: #DD2590 !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-msg-list.responsive-lucido-height {
    bottom: 0;
  }
  #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 {
  padding: 0 10px !important;
}
@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-username.utb-username-only.lucido-username {
  font-size: 1.4rem !important;
}
.utb-username + small {
  line-height: 20px;
}
.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;
}
.notification-digest-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4CAF50;
  text-align: center;
  line-height: 30px;
}
.notification-digest-badge svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.select2-container--default .campaign-name {
  font-size: 14px;
  display: inline-block;
  max-width: 276px;
  color: #333 !important;
}
.select2-container--default .select2-selection__placeholder,
.select2-container--default .select2-selection__rendered {
  color: black !important;
  height: 100%;
}
.select2-container--default .select2-selection__placeholder > div,
.select2-container--default .select2-selection__rendered > div {
  height: inherit;
  padding: 0 14px;
}
.select2-container--default .select2-selection__placeholder .campaign-name,
.select2-container--default .select2-selection__rendered .campaign-name {
  margin-left: 5px;
  padding-top: 1px;
}
@media (max-width: 768px) {
  .select2-container--default .select2-selection__placeholder .campaign-name,
  .select2-container--default .select2-selection__rendered .campaign-name {
    display: none !important;
  }
}
.select2-container--default .topbar-campaign-image {
  width: 20px;
  height: 20px;
}
.select2-container--default .topbar-campaign-dropdown,
.select2-container--default .topbar-custom-page-dropdown {
  min-width: 280px;
  z-index: 9999;
}
.select2-container--default .topbar-campaign-dropdown .custom-page-welcome,
.select2-container--default .topbar-custom-page-dropdown .custom-page-welcome {
  color: #333 !important;
}
.select2-container--default .topbar-campaign-dropdown .unvisited-page,
.select2-container--default .topbar-custom-page-dropdown .unvisited-page {
  color: #384ec1 !important;
}
.select2-container--default .topbar-campaign-dropdown hr,
.select2-container--default .topbar-custom-page-dropdown hr {
  margin: 0 -12px;
}
.select2-container--default .topbar-campaign-dropdown .select2-results,
.select2-container--default .topbar-custom-page-dropdown .select2-results {
  padding: 7px 0;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__group:not(:empty) + .select2-results__options--nested .select2-results__option,
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__group:not(:empty) + .select2-results__options--nested .select2-results__option {
  padding-left: 12px !important;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__options,
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__options {
  font-size: 1.4rem;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__options .campaign-icon,
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__options .campaign-icon {
  position: relative;
  top: -1px;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__options .select2-results__group,
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__options .select2-results__group {
  padding-left: 12px !important;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__options .select2-results__group .text-dark,
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__options .select2-results__group .text-dark {
  font-weight: bold;
  color: black;
  pointer-events: none;
}
.select2-container--default .topbar-campaign-dropdown .select2-results .select2-results__options {
  max-height: 420px !important;
}
.select2-container--default .topbar-custom-page-dropdown {
  box-shadow: 0 3px 10px #999;
}
.select2-container--default .topbar-custom-page-dropdown .custom-page {
  display: block !important;
}
.select2-container--default .topbar-custom-page-dropdown .select2-results .select2-results__options {
  max-height: 320px !important;
}
.select2-container--default .topbar-labels-dropdown {
  box-shadow: 0 3px 10px #999;
  width: 200px !important;
  min-width: 200px;
}
.select2-container--default .topbar-labels-dropdown .select2-results > .select2-results__options {
  max-height: calc(100vh - 50px);
}
.select2-container--default .topbar-labels-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: white !important;
}
.select2-container--default .topbar-labels-dropdown .select2-results {
  padding: 7px 0;
}
.select2-container--default .topbar-labels-dropdown .select2-results .select2-results__group + .select2-results__options--nested .select2-results__option {
  padding: 0 !important;
}
.select2-container--default .topbar-labels-dropdown .select2-results .select2-results__options .select2-results__group {
  padding-left: 0;
}
#topbar-search-input-container {
  max-width: 330px;
}
#topbar-search-input-container .lucido.search-btn {
  padding: 0 !important;
  background-color: #ffffff;
  margin-top: 3px;
}
@media (min-width: 1124px) {
  #topbar-search-input-container .lucido.search-btn {
    display: none;
  }
}
@media (max-width: 1124px) {
  #topbar-search-input-container .lucido.search-btn {
    display: block;
  }
}
@media (min-width: 1124px) {
  #topbar-search-input-container .input-group {
    display: flex;
  }
}
@media (max-width: 1124px) {
  #topbar-search-input-container .input-group {
    display: none;
  }
}
#topbar-search-input-container .input-group .search-btn {
  background-color: #c4c4c4;
}
#topbar-search-input-container .search-btn:active {
  color: #666;
}
.no-search .select2-search {
  display: none;
}
#topbar-custom-pages-dropdown + .select2-container,
#topbar-labels-dropdown + .select2-container,
#sidebar-custom-pages-dropdown + .select2-container,
#sidebar-labels-dropdown + .select2-container {
  display: inline;
}
#topbar-custom-pages-dropdown + .select2-container .select2-selection.select2-selection--single,
#topbar-labels-dropdown + .select2-container .select2-selection.select2-selection--single,
#sidebar-custom-pages-dropdown + .select2-container .select2-selection.select2-selection--single,
#sidebar-labels-dropdown + .select2-container .select2-selection.select2-selection--single {
  display: none !important;
}
.topbar-custom-page-dropdown,
.topbar-labels-dropdown {
  top: -2px !important;
  z-index: 9999 !important;
}
.topbar-submission-icon {
  fill: #FB5629 !important;
  width: 30px !important;
  height: 30px !important;
}
.topbar-submission-icon.is-disabled {
  opacity: 0.65;
  box-shadow: none;
}
.label-wrapper {
  width: 100%;
  padding: 2px 1.5rem !important;
}
.label-span {
  padding: 5px 10px;
  font-size: 14px;
}
.lucido .badge.dot {
  background-color: #BF2C04 !important;
}
@media (max-width: 992px) {
  .lucido#universal-top-bar > .utb-container > .nav > li {
    margin-right: 8px;
  }
}
.lucido .select2-dropdown .classification-label {
  align-self: flex-start;
}
.lucido #topbar-community-select2 {
  width: 150px !important;
}
.lucido #topbar-community-select2.classification-enabled {
  width: 400px !important;
}
@media (max-width: 768px) {
  .lucido #topbar-community-select2 {
    width: 58px !important;
  }
}
.lucido #topbar-community-select2.community-level-select + .select2-container .select2-selection {
  border: 0 !important;
}
.lucido #topbar-community-select2 + .select2-container {
  width: 150px !important;
}
@media (max-width: 768px) {
  .lucido #topbar-community-select2 + .select2-container {
    width: 58px !important;
  }
}
.lucido #topbar-community-select2 + .select2-container .select2-selection {
  font-size: 14px;
  min-height: 34px;
  background: transparent;
}
.lucido #topbar-community-select2 + .select2-container .select2-selection .select2-selection__arrow {
  background: url("/img/chevrons-up-down.png") no-repeat center;
  height: 34px;
  top: 0;
}
.lucido #topbar-community-select2 + .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.lucido #topbar-community-select2.classification-enabled + .select2-container {
  width: 400px !important;
}
@include media-breakpoint-down(sm) {
  width: 58px !important;
}
.lucido #topbar-campaign-select2 {
  width: 296px;
}
@media (max-width: 768px) {
  .lucido #topbar-campaign-select2 {
    width: 58px;
  }
}
.lucido #topbar-campaign-select2 + .select2-container {
  width: 296px !important;
}
@media (max-width: 768px) {
  .lucido #topbar-campaign-select2 + .select2-container {
    width: 58px !important;
  }
}
.lucido #topbar-campaign-select2 + .select2-container .select2-selection {
  min-height: 34px;
  background: transparent;
  border: 0 !important;
}
.lucido .campaign-and-search-wrapper {
  padding: 0 10px;
  margin-top: 7px;
}
.lucido .search-control,
.lucido .search-btn {
  height: 34px;
}
.lucido .search-control {
  font-size: 1.4rem !important;
}
.lucido .search-btn {
  color: #666;
}
.lucido .search-btn.rounded-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lucido .justify-content-between {
  justify-content: space-between;
}
.lucido .my-auto {
  margin-bottom: auto;
  margin-top: auto;
}
.lucido .ml-auto {
  margin-left: auto;
}
.lucido .rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lucido .border-right {
  border-right: 1px solid #dee2e6;
}
.lucido .border-right-0 {
  border-right: 0 !important;
}
.lucido .border-left {
  border-left: 1px solid #dee2e6;
}
.lucido .w-100 {
  width: 100%;
}
.lucido .d-block {
  display: block !important;
}
.lucido .d-none {
  display: none;
}
.lucido .bg-transparent {
  background: transparent !important;
}
@media (min-width: 992px) {
  .lucido .d-lg-flex {
    display: flex !important;
  }
  .lucido .d-lg-block {
    display: block !important;
  }
  .lucido .d-lg-none {
    display: none !important;
  }
}
.lucido .flex-column {
  flex-direction: column;
}
.topbar-campaign-dropdown .icon-space {
  margin-right: 5px;
}
.topbar-campaign-dropdown .py-1 {
  padding: 3px 0;
}
.topbar-campaign-dropdown .select2-search--dropdown .select2-search__field {
  padding: 4px;
}
@media (max-width: 768px) {
  .topbar-campaign-dropdown .select2-search--dropdown .select2-search__field {
    min-width: 58px !important;
    width: 58px !important;
  }
}
.lucido-dropdown-caret {
  margin-top: 5px;
  float: right;
  width: 16px !important;
}
.topbar-notification-tab {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.topbar-notification-tab .nav-link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3D3F42 !important;
}
.topbar-notification-tab .nav-link.active {
  font-weight: 500 !important;
  color: #384EC1 !important;
}
.topbar-notification-tab .unseen-count {
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 10px;
  color: #333;
  background: #f6f7f9;
}
.topbar-notification-tab .unseen-alerts {
  display: inline-flex;
  border-radius: 10px;
  margin-left: 4px;
  width: 8px;
  height: 8px;
  background: #BF2C04;
}
.topbar-notification-tab .active {
  color: #384EC1 !important;
  border-bottom: 1px solid #384EC1;
}
.topbar-notification-tab .active .unseen-count {
  color: #fff;
  background: #384EC1;
}
.topbar-notification-tab li {
  border-left: 0 !important;
  border-right: 0 !important;
}
