@import "../../../ui-libs/select2/3.4/select2.css";
@import "../../../ui-libs/d3/css/chart.css";
@import "../../../ui-libs/bootstrap/slider/bootstrap-slider.css";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #C25304;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #773302;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #3c3c3c;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.428571429;
}
.checkbox > label {
  max-width: none;/*it's set to 100% in forms.less, which could cause text to wrap on IE8 if the checkbox div is floated*/
}
@media (max-width: 767px) {
  .nav-justified > li + li {
    margin-left: 0;
  }
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 17px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #3c3c3c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #C25304;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
@font-face {
  font-family: 'is-lg-regular';
  src: url('/unified/fonts/is-lg-regular-webfont.eot');
  src: url('/unified/fonts/is-lg-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/unified/fonts/is-lg-regular-webfont.woff') format('woff'), url('/unified/fonts/is-lg-regular-webfont.ttf') format('truetype'), url('/unified/fonts/is-lg-regular-webfont.svg#is-lg-regularlg-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'isicon';
  src: url('/unified/fonts/isicon.eot?-hlq6dc');
}
@font-face {
  font-family: 'isicon';
  src: url('/unified/fonts/isicon.eot?#iefix-hlq6dc') format('embedded-opentype'), url('/unified/fonts/isicon.ttf?-hlq6dc') format('truetype'), url('/unified/fonts/isicon.woff?-hlq6dc') format('woff'), url('/unified/fonts/isicon.svg?-hlq6dc#isicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.is-icon {
  display: inline-block;
  font-family: 'isicon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-icon-logo:before {
  content: "\e000";
}
.is-icon-arrow-up:before {
  content: "\e001";
}
.is-icon-arrow-down:before {
  content: "\e002";
}
.is-icon-arrow-left:before {
  content: "\e003";
}
.is-icon-arrow-right:before {
  content: "\e004";
}
.is-icon-light-bulb:before {
  content: "\e405";
}
.is-icon-checkbox:before {
  content: "\e606";
}
/******** Idea List Modes ******/
.is-icon-mode-recent:before {
  content: "\e204";
}
.is-icon-mode-top:before {
  content: "\e200";
}
.is-icon-mode-hot:before {
  content: "\e201";
}
.is-icon-mode-most-funded:before {
  content: "\e109";
}
.is-icon-mode-author:before,
.is-icon-mode-owner:before {
  content: "\e203";
}
.is-icon-mode-random:before {
  content: "\e202";
}
.is-icon-warning:before {
  content: "\e609";
}
.is-icon-checkmark:before {
  content: "\e605";
}
/****** End of Idea List Modes ******/
/******** Idea Stages ******/
.is-icon-stage-all:before {
  content: "\e100";
}
.is-icon-stage-ideate:before {
  content: "\e101";
}
.is-icon-stage-buildteam:before {
  content: "\e103";
}
.is-icon-stage-refine:before {
  content: "\e106";
}
.is-icon-stage-estimate:before {
  content: "\e107";
}
.is-icon-stage-review:before {
  content: "\e108";
}
.is-icon-stage-fund:before {
  content: "\e109";
}
.is-icon-stage-track-result:before {
  content: "\e110";
}
.is-icon-stage-archive:before {
  content: "\e623";
}
.is-icon-star-empty:before {
  content: "\e83a";
}
.is-icon-star-full:before {
  content: "\e838";
}
.is-icon-star-half:before {
  content: "\e839";
}
/****** End of Idea Stages ******/
.is-icon-campaigns:before {
  content: "\e301";
}
.is-icon-shelf:before {
  content: "\e600";
}
.is-icon-facebook:before {
  content: "\f101";
}
.is-icon-twitter:before {
  content: "\f102";
}
.is-icon-linkedin:before {
  content: "\f103";
}
.is-icon-gplus:before {
  content: "\f104";
}
.is-icon-email:before {
  content: "\f100";
}
.is-icon-uncheckbox:before {
  content: "\e620";
}
.is-icon-notifications:before {
  content: "\e621";
}
.is-icon-clock:before {
  content: "\e622";
}
.is-icon-anonymous:before {
  content: "\e624";
}
.is-icon-activity:before {
  content: "\e625";
}
.custom-font-off .glyphicon-flag:before,
.custom-font-off .is-icon-notifications:before {
  content: "\2691";
}
.custom-font-off .glyphicon-home:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(/unified/i/custom-font-fallbacks/home.png) no-repeat;
}
.custom-font-off .glyphicon-info-sign:before,
.custom-font-off .glyphicon-question-sign:before {
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.25em;
  width: 1.25em;
  border-radius: 1.25em;
  font-weight: bold;
}
.custom-font-off .glyphicon-info-sign:before {
  content: "i";
}
.custom-font-off .glyphicon-question-sign:before {
  content: "?";
}
.custom-font-off .glyphicon-arrow-right:before {
  content: ">>";
  white-space: nowrap;
}
.custom-font-off .glyphicon-arrow-left:before {
  content: "<<";
  white-space: nowrap;
}
.custom-font-off .glyphicon-filter:before,
.custom-font-off .glyphicon-resize-small:before {
  content: "";
}
.custom-font-off .glyphicon-ok:before {
  content: "\2713";
}
.custom-font-off .glyphicon-remove:before {
  content: "\2715";
}
.custom-font-off .glyphicon-comment:before {
  content: "\270E";
}
.custom-font-off .glyphicon-play-circle:before {
  content: "\25B8";
  border: 1px solid;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  width: 1.1em;
  line-height: 1em;
  border-radius: 1.1em;
  font-weight: bold;
}
.custom-font-off .glyphicon-search:before {
  content: "\26B2";
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ltie10.custom-font-off .glyphicon-search:before {
  content: "O-";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  letter-spacing: -3px;
  font-family: Arial;
}
.custom-font-off .glyphicon-check:before {
  content: "\2611";
  font-size: 1.2em;
}
.custom-font-off .glyphicon-chevron-left:before,
.custom-font-off .glyphicon-chevron-right:before {
  font-family: monospace;
  font-weight: bold;
}
.custom-font-off .glyphicon-chevron-left:before {
  content: "<";
}
.custom-font-off .glyphicon-chevron-right:before {
  content: ">";
}
.custom-font-off .glyphicon-option-horizontal:before {
  content: "...";
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: -0.3em;
}
.custom-font-off .glyphicon-edit:before {
  content: "\1F4DD";
}
.ltie10.custom-font-off .glyphicon-edit:before {
  content: "\270E";
}
.custom-font-off .glyphicon-ok-circle:before {
  content: "\2713";
  border: 1px solid;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  width: 1.1em;
  line-height: 1em;
  border-radius: 1.1em;
  font-weight: bold;
}
.custom-font-off .glyphicon-ban-circle:before {
  content: "\2298";
  font-size: 1.6em;
  position: relative;
  top: 0.1em;
}
.custom-font-off .glyphicon-list-alt:before,
.custom-font-off .is-icon-shelf:before {
  content: "\2630";
}
.custom-font-off .glyphicon-list:before {
  content: "\2635";
}
.custom-font-off .glyphicon-move:before {
  content: "\2629";
}
.custom-font-off .glyphicon-cog:before {
  content: "\2600";
}
.custom-font-off .glyphicon-star-empty:before {
  content: "\2606";
}
.custom-font-off .glyphicon-arrow-up:before {
  content: "\2191";
}
.custom-font-off .is-icon-arrow-up:before {
  content: "\25b2";
}
.custom-font-off .is-icon-arrow-down:before {
  content: "\25bc";
}
.custom-font-off .is-icon-arrow-left:before {
  content: "\25C0";
}
.custom-font-off .is-icon-arrow-right:before {
  content: "\25B6";
}
.custom-font-off .is-icon-light-bulb:before {
  content: "\2640";
}
.custom-font-off .is-icon-checkbox:before {
  content: "\2611";
}
.custom-font-off .is-icon-mode-recent:before,
.custom-font-off .is-icon-mode-top:before,
.custom-font-off .is-icon-mode-hot:before,
.custom-font-off .is-icon-mode-most-funded:before,
.custom-font-off .is-icon-mode-author:before,
.custom-font-off .is-icon-mode-owner:before,
.custom-font-off .is-icon-mode-random:before,
.custom-font-off .is-icon-stage-all:before,
.custom-font-off .is-icon-stage-ideate:before,
.custom-font-off .is-icon-stage-buildteam:before,
.custom-font-off .is-icon-stage-refine:before,
.custom-font-off .is-icon-stage-estimate:before,
.custom-font-off .is-icon-stage-review:before,
.custom-font-off .is-icon-stage-fund:before,
.custom-font-off .is-icon-stage-track-result:before,
.custom-font-off .is-icon-stage-archive:before,
.custom-font-off .is-icon-campaigns:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.custom-font-off .is-icon-mode-recent:before {
  background-image: url(/unified/i/custom-font-fallbacks/recent.png);
}
.custom-font-off .is-icon-mode-top:before {
  background-image: url(/unified/i/custom-font-fallbacks/top.png);
}
.custom-font-off .is-icon-mode-hot:before {
  background-image: url(/unified/i/custom-font-fallbacks/hot.png);
}
.custom-font-off .is-icon-mode-most-funded:before,
.custom-font-off .is-icon-stage-fund:before {
  background-image: url(/unified/i/custom-font-fallbacks/most-funded.png);
}
.custom-font-off .is-icon-mode-author:before,
.custom-font-off .is-icon-mode-owner:before {
  background-image: url(/unified/i/custom-font-fallbacks/myideas.png);
}
.custom-font-off .is-icon-mode-random:before {
  background-image: url(/unified/i/custom-font-fallbacks/random.png);
}
.custom-font-off .is-icon-stage-all:before {
  background-image: url(/unified/i/custom-font-fallbacks/all-stages.png);
}
.custom-font-off .is-icon-stage-ideate:before {
  background-image: url(/unified/i/custom-font-fallbacks/ideate.png);
}
.custom-font-off .is-icon-stage-buildteam:before {
  background-image: url(/unified/i/custom-font-fallbacks/build-team.png);
}
.custom-font-off .is-icon-stage-refine:before {
  background-image: url(/unified/i/custom-font-fallbacks/refine.png);
}
.custom-font-off .is-icon-stage-estimate:before {
  background-image: url(/unified/i/custom-font-fallbacks/estimate.png);
}
.custom-font-off .is-icon-stage-review:before {
  background-image: url(/unified/i/custom-font-fallbacks/review.png);
}
.custom-font-off .is-icon-stage-track-result:before {
  background-image: url(/unified/i/custom-font-fallbacks/track-result.png);
}
.custom-font-off .is-icon-campaigns:before {
  background-image: url(/unified/i/custom-font-fallbacks/campaigns.png);
}
.custom-font-off .is-icon-facebook:before,
.custom-font-off .is-icon-twitter:before,
.custom-font-off .is-icon-linkedin:before,
.custom-font-off .is-icon-gplus:before,
.custom-font-off .is-icon-email:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat 50% 50%;
}
.custom-font-off .is-icon-facebook:before {
  background-image: url(/unified/i/custom-font-fallbacks/facebook.png);
}
.custom-font-off .is-icon-twitter:before {
  background-image: url(/unified/i/custom-font-fallbacks/twitter.png);
}
.custom-font-off .is-icon-linkedin:before {
  background-image: url(/unified/i/custom-font-fallbacks/linkedin.png);
}
.custom-font-off .is-icon-gplus:before {
  background-image: url(/unified/i/custom-font-fallbacks/gplus.png);
}
.custom-font-off .is-icon-email:before {
  background-image: url(/unified/i/custom-font-fallbacks/email-circle.png);
}
.custom-font-off .is-icon-star-empty:before {
  content: "☆";
}
.custom-font-off .is-icon-star-full:before {
  content: "★";
}
.custom-font-off .is-icon-star-half:before {
  content: "★";
  position: absolute;
  overflow: hidden;
  width: 0.5em;
}
.custom-font-off .is-icon-star-half:after {
  content: "☆";
}
.with-js .no-js-only,
.no-js .js-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .sr-only-xs-max {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  background: #fff;
  padding-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Hack to prevent iOS from auto-zooming on form fields, because it doesn't auto-zoom out afterwards*/
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="date"],
  input[type="datetime"] {
    font-size: 16px !important;
  }
}
.inline-block {
  display: inline-block;
}
.main-container {
  background: #fff;
  padding: 15px;
}
@media (min-width: 992px) {
  .main-container {
    padding: 40px 20px 20px;
  }
}
[role="main"] {
  min-height: 500px;
}
@media (max-width: 991px) {
  [role="main"] {
    margin-top: 34px;
  }
}
.page-anchor {
  display: block;
  width: 1px;/* Don't use 0px. It won't work consistently across browsers */
  height: 1px;
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: relative;
  top: -78px;
}
footer {
  font-size: 11px;
  margin-top: 1em;
}
.alert-message {
  padding: 15px 30px 15px 15px;
  line-height: 1.6em;
  position: fixed;
  top: 38px;
  z-index: 9998;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 18px;
}
.alert-message > .close {
  position: relative;
  margin-right: -20px;
  top: -10px;
  font-size: 25px;
  opacity: 0.5;
  font-weight: normal;
  text-shadow: 0 0 0;
  background: transparent;
  color: #000;
}
.alert-message > .close:hover {
  background: transparent;
}
.alert-message:focus {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  outline: initial;
}
.dropdown-menu {
  border: none;
  box-shadow: none;
}
.dropdown-menu-shadow-clipper {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: -20px;
  overflow: hidden;
  z-index: -1;
}
.dropdown-menu-shadow {
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.ltie9 .dropdown-menu-shadow {
  top: -2px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  border: 1px solid #ccc;
}
html:not(.ie9) .dropdown-menu:not(.datetimepicker):not(.daterangepicker) {
  top: 50%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.15s ease-in, opacity 0.15s ease-in;
  -o-transition: top 0.15s ease-in, opacity 0.15s ease-in;
  transition: top 0.15s ease-in, opacity 0.15s ease-in;
}
html:not(.ie9) .open > .dropdown-menu:not(.datetimepicker):not(.daterangepicker) {
  top: 100%;
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.dropdown-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ltie9 .dropdown-menu > ul {
  width: 100%;
}
.ltie10 .dropdown-menu > ul > li {
  display: block;
}
/*We need this because bootstrap's default dropdown menu requires "dropdown" to be declared on the UL tag*/
.dropdown-menu-item-group > li > a,
.dropdown-menu-item-group .as-menu-item-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
}
.dropdown-menu-item-group > li > a:hover,
.dropdown-menu-item-group .as-menu-item-link:hover,
.dropdown-menu-item-group > li > a:focus,
.dropdown-menu-item-group .as-menu-item-link:focus {
  text-decoration: none;
  background-color: #f39b60;
}
.dropdown-menu-item-group > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu-item-group .as-menu-item-link {
  margin: 0;
  cursor: pointer;
}
.nav .dropdown-menu-item-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #777777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .dropdown-menu-item-header {
  margin-top: 9px;
}
.dropdown .dropdown-menu .dropdown-menu-item-header {
  padding-left: 20px;
  padding-right: 20px;
}
.pull-right > .slidable-dropdown > .dropdown-menu,
.slidable-dropdown.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .slidable-dropdown > .dropdown-menu {
    border-radius: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0;
    display: block !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: 85% !important;
    overflow: auto !important;
    visibility: visible !important;
    position: fixed !important;
    left: -85%;
    -webkit-transition: -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s !important;
    transition: transform 0.3s !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1000001;
  }
  .pull-right > .slidable-dropdown > .dropdown-menu,
  .slidable-dropdown.pull-right > .dropdown-menu {
    right: -85%;
  }
  .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .ie9 .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu,
  .ie8 .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-menu {
    left: 0 !important;
  }
  .shown-slidable-dropdown .slidable-dropdown.open > .dropdown-backdrop {
    z-index: 1000000;
  }
  .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .ie9 .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu,
  .ie8 .shown-slidable-dropdown.shown-slidable-dropdown-right .slidable-dropdown.open > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .slidable-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999999;
  }
}
.as-table {
  display: table;
}
.as-row {
  display: table-row;
}
.as-cell {
  display: table-cell;
}
.as-table-for-fields {
  border-spacing: 6px;
  margin-top: -6px;
  margin-bottom: 9px;
  margin-left: -6px;
}
.as-table-for-fields > .as-row > .as-cell {
  vertical-align: middle;
}
.as-table-for-fields > .as-row > .as-cell > label {
  margin: 0 8px;
}
.as-table-for-fields > .as-row > .as-cell > .input-group {
  margin-bottom: 0;
  border-spacing: 0;
}
.percentage-input-group {
  width: 90px;
}
.table-with-caption {
  border-style: solid;
  border-width: 1px;
}
.table-with-caption > caption {
  color: #fff;
  background: #808080;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 5px 16px;
}
.table-with-caption > caption + thead {
  background: #eee;
}
.table-with-caption > caption + thead > tr > th {
  border-bottom-color: transparent;
}
.table-well {
  padding: 8px;
  background: #fff;
  margin-bottom: 17px;
}
.table-well > .table {
  margin-bottom: 0;
}
.full-width {
  width: 100%;
}
.switch-group {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.switch-group:before,
.switch-group:after {
  content: " ";
  display: table;
}
.switch-group:after {
  clear: both;
}
.switch-group > label {
  padding-left: 0;
}
.switch-group > div {
  padding-right: 0;
  text-align: right;
}
.switch-group > .help-block {
  clear: both;
  margin-bottom: 0;
}
.panel-body > .switch-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.fieldset-with-switch {
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
}
.fieldset-with-switch > .switch-group {
  border-bottom: none;
  margin-bottom: 0;
}
.panel-body > .fieldset-with-switch:last-child {
  border-bottom: none;
  margin-bottom: -15px;
}
.with-top-field-separator {
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.form-group-sep {
  border-top: solid 1px #ddd;
  margin: 0 0 15px 0;
}
.expanded-click-area {
  cursor: pointer;
}
.expanded-click-area a:hover {
  text-decoration: none;
}
.expanded-click-area:hover {
  cursor: pointer;
}
/***************** Start of custom hidden-* utilities *********************/
@media (max-width: 767px) {
  .hidden-xs-custom {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-sm-max {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-min {
    display: none !important;
  }
}
/***************** End of custom hidden-* utilities *********************/
.vertical-centered td {
  vertical-align: middle !important;
}
.simple-text-list,
.form-bullets {
  line-height: 22px;
}
.checkbox-btn-group .btn {
  text-align: left;
  margin-bottom: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox-btn-group .btn > input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checkbox-btn-group.row .btn {
  width: 100%;
}
.btn-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-toggle:focus,
.btn-toggle.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-toggle:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-toggle:active:hover,
.btn-toggle.active:hover,
.open > .dropdown-toggle.btn-toggle:hover,
.btn-toggle:active:focus,
.btn-toggle.active:focus,
.open > .dropdown-toggle.btn-toggle:focus,
.btn-toggle:active.focus,
.btn-toggle.active.focus,
.open > .dropdown-toggle.btn-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-image: none;
}
.btn-toggle.disabled:hover,
.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-toggle:hover,
.btn-toggle.disabled:focus,
.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-toggle:focus,
.btn-toggle.disabled.focus,
.btn-toggle[disabled].focus,
fieldset[disabled] .btn-toggle.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-toggle .badge {
  color: #fff;
  background-color: #333;
}
.btn-toggle:active,
.btn-toggle.active {
  color: #fff !important;
  background-color: #C25304 !important;
  box-shadow: none;
}
.well:empty {
  display: none;
}
.label > a {
  color: inherit;
  cursor: pointer;
}
.label-normal {
  font-size: inherit;
}
.label-field-private {
  background-color: #2583cb;
}
.label-field-private[href]:hover,
.label-field-private[href]:focus {
  background-color: #1d67a0;
}
.label-field-moderator {
  background-color: #e97b00;
}
.label-field-moderator[href]:hover,
.label-field-moderator[href]:focus {
  background-color: #b66000;
}
.label-field-team {
  background-color: #38b349;
}
.label-field-team[href]:hover,
.label-field-team[href]:focus {
  background-color: #2c8c39;
}
.well > :last-child,
.tab-pane > :last-child {
  margin-bottom: 0;
}
.well > :last-child > :last-child,
.tab-pane > :last-child > :last-child {
  margin-bottom: 0;
}
.btn-link.btn-xs {
  padding: 0;
  border: none;
  line-height: 1.428571429;
}
.form-group-for-help {
  margin-top: -10px;
}
.datetimepicker,
.daterangepicker {
  border: solid 1px #ccc;
  border-radius: 0;
}
.datetimepicker,
.daterangepicker,
.datetimepicker td,
.daterangepicker td,
.datetimepicker th,
.daterangepicker th,
.datetimepicker span,
.daterangepicker span {
  border-radius: 0 !important;
}
.daterangepicker .input-mini,
.daterangepicker > .calendar > .calendar-table {
  border-radius: 0;
}
.list-with-bullets,
.form-bullets {
  padding-left: 20px;
}
.form-bullets {
  margin-bottom: 15px;
}
.form-bullets a {
  color: #333333;
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
nav + .search-results {
  margin-top: 17px;
}
nav + .search-results:empty {
  display: none;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.revealed-by-hash,
.no-js .hide-after-target-revealed {
  display: none;
}
.no-js .revealed-by-hash {
  display: block;
}
.table-bordered-except-cells {
  border: solid 1px #808080;
}
.popover {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
}
.popover-content > ul {
  padding-left: 14px;
}
.required {
  color: #ff0000;
}
/************ Begin: File Uploader ************/
.file-upload-added {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  line-height: 1.5em;
  margin: 4px 0;
  padding: 0 4px;
}
.file-upload-added > a {
  float: right;
  text-decoration: none;
}
.file-upload-widget {
  font-size: 13px;
  line-height: 2em;
}
.file-upload-widget > .inline-block {
  vertical-align: middle;
}
.fuw-btn {
  overflow: hidden;
  position: relative;
}
.fuw-btn.focus-in {
  text-decoration: underline;
}
.fuw-input {
  cursor: pointer;
  font-size: 100px;
  margin: 0;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
}
.fuw-result {
  background: none repeat scroll 0 0 #DDDDDD;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}
.fuw-progress {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.fuw-info {
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  padding-left: 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuw-done > .fuw-progress {
  display: none;
}
.fuw-done,
.file-upload-added {
  background: none repeat scroll 0 0 #9DCF64;
}
/************ End: File Uploader ************/
.loading {
  background-image: url(/unified/i/search-spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 29px;
}
.list-with-actions li {
  line-height: 26px;
  border-bottom: solid 1px #808080;
  padding: 8px 15px;
}
.list-with-actions li:before,
.list-with-actions li:after {
  content: " ";
  display: table;
}
.list-with-actions li:after {
  clear: both;
}
.list-with-actions li > .btn-group {
  line-height: normal;
}
.list-with-actions li > .actions > .btn-group {
  height: 26px;
}
.list-with-actions li:first-child {
  border-top: solid 1px #808080;
}
.no-focus-outline:focus {
  outline: none;
}
.no-margin {
  margin: 0;
}
.select2-container > .select2-choice {
  height: 31px;
  line-height: 31px;
}
.select2-container > .select2-choice > abbr {
  top: 8px;
}
.container-fluid > .navbar-form {
  padding: 0;
  margin: 0;
  border: none;
}
.container-fluid > .navbar-form > .form-group {
  float: left;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  margin-right: 20px;
}
.container-fluid > .navbar-form > .form-group > .control-label {
  margin-right: 10px;
}
.container-fluid > .navbar-form > .select2-field > .select2-container {
  width: 175px;
}
legend.control-label {
  font-size: 12px;
  border: none;
  /* Begin: copy of label rules from forms.less */
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;/* End: copy of label rules from forms.less */
}
.paging {
  text-align: right;
  line-height: 0;
  margin: 0;
  font-size: 12px;
  padding: 10px 0;
  overflow: hidden;
  clear: left;
}
.paging > .displaying {
  float: left;
  line-height: 1em;
  margin-top: 9.571428574px;
}
.paging > .pagination {
  margin: 0;
}
.infinite-paging {
  text-align: center;
}
.infinite-paging .loader {
  padding: 10px 0 10px;
}
.infinite-paging .load-more-btn {
  padding: 10px;
  display: block;
}
.infinite-paging .glyphicon-refresh {
  font-size: 20px;
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.stage-chevron:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.stage-chevron:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: auto;
  bottom: -7px;
}
.stage-chevron-common {
  content: '';
  width: 100%;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 111px solid transparent;
  border-right: 111px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.modal-body > .alert {
  font-size: 14px;
}
.modal-body > .alert:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .is-lg-table-row-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .is-lg-table-row {
    display: table;
    width: 100%;
    margin: 0;
  }
  .is-lg-table-row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* Modal Vertical Alignment http://stackoverflow.com/questions/18053408/vertically-centering-bootstrap-modal-window */
.modal {
  top: 38px;
}
@media (min-width: 768px) {
  .modal {
    top: 39px;
  }
  .modal.fade > .vertical-center-modal-helper > .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .modal.in > .vertical-center-modal-helper > .modal-dialog {
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .vertical-center-modal-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .vertical-center-modal {
    display: table-cell;
    pointer-events: none;
    vertical-align: middle;
  }
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
td > ul {
  padding-left: 14px;
}
/* End of Modal Vertical Alignment */
@media (max-width: 991px) {
  .float-sm-right {
    float: right;
  }
}
@media (min-width: 991px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (min-width: 992px) {
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}
.link-blue {
  color: #3d83e1;
}
.link-blue:hover {
  color: #1D5693;
}
.link-theme {
  color: #1D5693;
}
.link-theme:hover {
  color: #3d83e1;
}
.mt-1 {
  margin-top: 1.5em !important;
}
.mb-1 {
  margin-bottom: 1.5em !important;
}
.mt-2 {
  margin-top: 2.5em !important;
}
.mb-2 {
  margin-bottom: 2.5em !important;
}
@media (min-width: 768px) {
  .box-content-area {
    border: 1px solid #bbb;
    padding: 35px;
  }
  .mt-md-2 {
    margin-top: 2.5em !important;
  }
  .mb-md-2 {
    margin-bottom: 2.5em !important;
  }
  .mt-md-4 {
    margin-top: 4.5em !important;
  }
  .mb-md-4 {
    margin-bottom: 4.5em !important;
  }
  .pb-md-4 {
    padding-bottom: 4.5em !important;
  }
  .pb-md-6 {
    padding-bottom: 6.5em !important;
  }
}
.backup-code-group .form-control {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000;
}
.backup-code-group .btn {
  font-size: 12px;
  box-shadow: none;
}
.backup-code-group .btn-default.btn-alt {
  background-color: #ccc;
  color: #fff;
  padding: 6px 15px;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
}
.backup-code-group .btn-default.btn-alt:hover,
.backup-code-group .btn-default.btn-alt:focus {
  background-color: #fff;
  color: #323232;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
}
.btn {
  padding: 6px 40px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn-lg {
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-alongside-control {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.125;
  border-radius: 0;
}
.btn-vague {
  color: #333333;
  background-color: #ddd;
  border-color: #ddd;
  box-shadow: none !important;
}
.btn-vague:focus,
.btn-vague.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #9d9d9d;
}
.btn-vague:hover {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-vague:active,
.btn-vague.active,
.open > .dropdown-toggle.btn-vague {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-vague:active:hover,
.btn-vague.active:hover,
.open > .dropdown-toggle.btn-vague:hover,
.btn-vague:active:focus,
.btn-vague.active:focus,
.open > .dropdown-toggle.btn-vague:focus,
.btn-vague:active.focus,
.btn-vague.active.focus,
.open > .dropdown-toggle.btn-vague.focus {
  color: #333333;
  background-color: #b2b2b2;
  border-color: #9d9d9d;
}
.btn-vague:active,
.btn-vague.active,
.open > .dropdown-toggle.btn-vague {
  background-image: none;
}
.btn-vague.disabled:hover,
.btn-vague[disabled]:hover,
fieldset[disabled] .btn-vague:hover,
.btn-vague.disabled:focus,
.btn-vague[disabled]:focus,
fieldset[disabled] .btn-vague:focus,
.btn-vague.disabled.focus,
.btn-vague[disabled].focus,
fieldset[disabled] .btn-vague.focus {
  background-color: #ddd;
  border-color: #ddd;
}
.btn-vague .badge {
  color: #ddd;
  background-color: #333333;
}
.btn-link {
  box-shadow: none;
}
.btn-link-inline {
  padding: 0;
  border: 0;
  font-size: inherit;
}
.well {
  border: none;
  box-shadow: none;
}
.well > .breadcrumb {
  background: #fff;
}
.table > thead > tr > th {
  border-width: 1px;
}
.bootstrap-switch {
  font-weight: bold;
}
.bootstrap-switch.bootstrap-switch-mini > .bootstrap-switch-container > span {
  font-size: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
@media (min-width: 768px) {
  .form-inline > .form-group,
  .form-inline > .checkbox {
    margin-right: 1em;
  }
  .form-inline > .form-group > label {
    margin-right: 5px;
  }
}
.list-group-item-transparent {
  background: transparent;
}
.alert-default {
  background-color: #ddd;
  border-color: #cbcbcb;
  color: #333333;
}
.alert-default hr {
  border-top-color: #bebebe;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
code {
  white-space: normal;
}
td > ul:last-child,
dl:last-child {
  margin-bottom: 0;
}
.panel-body > .panel-form-group,
.panel-body > .row {
  margin-bottom: 15px;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.panel-body > .btn-next {
  font-size: 14px;
}
.progress-note {
  margin-top: -8.5px;
  margin-bottom: 17px;
}
[role="main"] a {
  color: #1D5693;
}
[role="main"] a:hover {
  color: #1377c7;
  text-decoration: none;
}
.text-theme {
  color: #1377c7;
}
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;
}
.language-list {
  margin-top: 20px;
}
.language-list .select-language-parent {
  position: relative;
  margin-left: -66px;
  width: 140px;
}
.language-list .select-language-parent:after {
  content: "";
  border: solid #838383;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  position: absolute;
  right: -12px;
  top: 10px;
}
.language-list .select-language-parent select.form-control {
  width: 160px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #838383;
  font-weight: 700;
  margin-top: -8px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.language-list .select-language-parent select.form-control:focus {
  outline: none;
}
.language-list .select-language-parent select.form-control::-ms-expand {
  display: none;
}
.input-group {
  margin-bottom: 15px;
}
.input-group label {
  margin: 8px 0 0 5px;
}
.btn {
  background: #1377c7;
  border-color: #1377c7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-primary:hover,
.btn-primary:focus {
  background: #0d6ab4;
  border-color: #0d6ab4;
}
.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: #0d6ab4;
}
#register-form {
  margin-bottom: 40px;
}
#register-form legend {
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
}
#register-form legend + .form-group {
  -webkit-margin-top-collapse: separate;
  margin-top: 20px;
}
#register-form [rel="tooltip"] {
  cursor: help;
}
#register-form .btn-group > .btn {
  box-shadow: none;
}
.form-action {
  margin: 20px 0 20px 0;
}
.form-action [class^=col-] {
  padding-left: 0;
}
.form-action a {
  color: #FFFFFF;
}
#security-icons {
  list-style: none;
  text-align: center;
}
#security-icons img {
  height: 42px;
  width: auto;
}
#security-icons > li {
  display: inline-block;
  padding: 5px;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .social-auth-widget-placeholder {
    padding-top: 22px;
  }
}
.social-auth-widget-placeholder > ul {
  padding-left: 0;
  list-style: none;
}
.social-auth-widget-placeholder > ul > li {
  display: inline-block;
  margin: 0 3% 3% 0;
  background: #1377c7;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 3px #f0f0f0;
  -webkit-box-shadow: 0 2px 3px #f0f0f0;
  box-shadow: 0 2px 3px #f0f0f0;
  font-size: 32px;
  line-height: normal;
}
.social-auth-widget-placeholder > ul > li:hover {
  background: #2687d5;
}
.social-auth-widget-placeholder > ul > li a {
  padding: 0 12px 5px 12px;
}
.social-auth-widget-placeholder > ul > li a:hover {
  text-decoration: none;
}
[data-social-auth-provider] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.retargeting-savings {
  display: none;
}
.laptop-screen {
  display: none;
}
.alert-info {
  background: #1377c7;
  border-color: #0d6ab4;
  margin: 0 auto 20px;
  float: none;
  text-align: center;
  color: #fff;
}
.alert-info a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .signup-page,
  .signup-welcome-page,
  .signup-invite-page,
  .register-page,
  .logout-page,
  .login-page {
    margin-top: 50px;
  }
  .retargeting-savings {
    display: block;
    float: right;
    margin: -10px -50px 0 -500px;
  }
  .retargeting-savings > img {
    width: 270px;
    border-left: solid 20px #fff;
  }
  .laptop-screen {
    display: block;
    margin-top: 10px;
  }
}
.signup-welcome-page h4 {
  font-weight: 400;
  line-height: 24px;
}
.truste-sm {
  margin-top: 10px;
}
.truste-sm img {
  width: 110px;
}
.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: #1D5693;
}
.logout-page .social-web-link-list a:hover {
  color: #1377c7;
}
.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: #1377c7;
  border: none;
  padding: 14px 45px;
  color: #fff;
}
.blogarea .btn:hover {
  background: #0d6ab4;
  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;
}
.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;
}
@media (min-width: 768px) {
  .welcome-modal-body {
    padding: 40px 80px 50px;
  }
  .welcome-modal {
    width: 642px;
  }
}
.welcome-modal .modal-content {
  border-radius: 3px;
}
.welcome-modal .main-content-heading {
  margin-top: .5em;
}
.welcome-modal .main-content-sub-heading {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.welcome-modal .form-control {
  border-radius: 3px !important;
}
.welcome-modal-logo {
  width: 60px;
  height: 60px;
  margin: -20px auto 20px;
}
.welcome-modal-logo > .logo-alignment-helper {
  width: 60px;
  height: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > .is-icon {
  font-size: 60px;
}
.welcome-modal-logo > .logo-alignment-helper > img {
  width: 60px;
  height: 60px;
}
.wizard-steps-indicator-ts-auth {
  display: table;
  margin: 1em auto 7px;
}
.wizard-steps-indicator-ts-auth li {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.wizard-steps-indicator-ts-auth li:first-child {
  margin-left: 0;
}
.wizard-steps-indicator-ts-auth li.active {
  background-color: #337abb;
  border: none;
}
.hide-second-item li:nth-child(2) {
  display: none;
}
.wizard-steps-indicator-text {
  margin-bottom: 2em;
  font-size: 15px;
}
.wizard-steps-indicator-text .active {
  color: #337abb;
}
.wizard-steps-indicator {
  margin: 1em 0 2em;
}
@media (min-width: 768px) {
  .wizard-steps-indicator > li + li > div {
    margin-left: 1em;
  }
}
.wizard-steps-indicator > li > div {
  color: #999;
  border-bottom: solid 3px #999;
  font-weight: bold;
  padding-left: 2px;
}
.wizard-steps-indicator > li > div > strong {
  font-size: 1.2em;
}
.wizard-steps-indicator > .active > div {
  color: #337abb;
  border-color: #337abb;
}
@media (max-width: 767px) {
  .welcome-modal-logo,
  .wizard-steps-indicator,
  .wizard-steps-indicator-text {
    display: none;
  }
}
.hint-toggle {
  color: #337abb;
  font-weight: normal !important;
}
.hint-toggle + .help-block {
  color: #337abb;
}
.btn-wizard {
  color: #fff;
  background-color: #347abb;
  border-color: #347abb;
}
.btn-wizard:focus,
.btn-wizard.focus {
  color: #fff;
  background-color: #296093;
  border-color: #183957;
}
.btn-wizard:hover {
  color: #fff;
  background-color: #296093;
  border-color: #275b8b;
}
.btn-wizard:active,
.btn-wizard.active,
.open > .dropdown-toggle.btn-wizard {
  color: #fff;
  background-color: #296093;
  border-color: #275b8b;
}
.btn-wizard:active:hover,
.btn-wizard.active:hover,
.open > .dropdown-toggle.btn-wizard:hover,
.btn-wizard:active:focus,
.btn-wizard.active:focus,
.open > .dropdown-toggle.btn-wizard:focus,
.btn-wizard:active.focus,
.btn-wizard.active.focus,
.open > .dropdown-toggle.btn-wizard.focus {
  color: #fff;
  background-color: #214e77;
  border-color: #183957;
}
.btn-wizard:active,
.btn-wizard.active,
.open > .dropdown-toggle.btn-wizard {
  background-image: none;
}
.btn-wizard.disabled:hover,
.btn-wizard[disabled]:hover,
fieldset[disabled] .btn-wizard:hover,
.btn-wizard.disabled:focus,
.btn-wizard[disabled]:focus,
fieldset[disabled] .btn-wizard:focus,
.btn-wizard.disabled.focus,
.btn-wizard[disabled].focus,
fieldset[disabled] .btn-wizard.focus {
  background-color: #347abb;
  border-color: #347abb;
}
.btn-wizard .badge {
  color: #347abb;
  background-color: #fff;
}
.tos-checkbox > label {
  font-weight: bold;
}
.tos-checkbox > label > a {
  text-decoration: underline;
  color: inherit;
}
body.signup-page-layout {
  padding-top: 0 !important;
}
#signup-nav #logo {
  font-family: 'is-lg-regular' !important;
  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: #1377c7;
}
.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: .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 label {
  color: #000;
  margin-bottom: 0;
}
.signup-welcome-page-wrap .welcome-modal .form-control {
  border-width: 1px;
  height: 30px;
  background: #fff;
}
.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 .signup-invite-page .btn-wizard.skip {
  background: none;
  border: none;
  color: #1377c7;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: none;
}
.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 .welcome-modal .btn-wizard {
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 3px;
  background-color: #1377c7;
}
.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;
}
.signup-welcome-page-wrap .email-verification-page {
  padding-left: 32px;
  padding-right: 32px;
}
.signup-welcome-page-wrap .email-verification-page p {
  line-height: 24px;
}
.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;
  }
}
body {
  padding-top: 38px !important;
}
#universal-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  z-index: 9999;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  min-height: 0;
  border: none;
  box-shadow: 0 1px 6px #999;
}
.ie8 #universal-top-bar {
  border-bottom: solid 1px #f5f5f5;
}
#universal-top-bar > .utb-container {
  padding: 0;
  background: #fff;
}
#universal-top-bar > .utb-container > .nav > li {
  float: left;
}
#universal-top-bar .pull-right:last-child {
  margin-right: -1px;
}
@media (min-width: 768px) {
  #universal-top-bar > .container {
    padding: 0 15px;
  }
  #universal-top-bar .pull-right {
    margin-right: -1px;
  }
}
@media (min-width: 992px) {
  #universal-top-bar > .container {
    padding: 0 20px;
  }
}
#universal-top-bar .nav {
  border-left: solid 1px #f5f5f5;
}
#universal-top-bar .nav > li {
  border-right: solid 1px #f5f5f5;
}
#universal-top-bar .nav > li > a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 15px;
  height: 38px;
  line-height: 36px;
  white-space: nowrap;
  font-family: 'is-lg-regular' !important;
  font-size: 22px !important;
  text-transform: lowercase !important;
}
.custom-font-off #universal-top-bar .nav > li > a {
  font-family: inherit !important;
  font-size: 16px !important;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-down,
#universal-top-bar .nav > li > a > .is-icon-arrow-right {
  font-size: 12px;
  margin-left: 8px;
}
#universal-top-bar .nav > li > a > .is-icon-arrow-right {
  margin-right: 8px;
}
@media (max-width: 767px) {
  #universal-top-bar .nav > li > a {
    padding: 0 8px;
  }
  #universal-top-bar .nav > li > a.utb-join {
    display: block;
    white-space: nowrap;
    width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#universal-top-bar .nav > li > a > .is-icon-notifications {
  font-size: 20px;
}
#universal-top-bar .nav > li > a > .is-icon-checkbox {
  font-size: 23px;
}
#universal-top-bar .nav > li > a:focus,
#universal-top-bar .nav > li > a:hover {
  background-color: #f5f5f5 !important;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle] {
  outline: 0;
}
#universal-top-bar .nav > li.dropdown.open > [data-toggle],
#universal-top-bar .nav > li.dropdown.active > [data-toggle],
#universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
#universal-top-bar .nav > li:hover > .no-dropdown {
  color: #C25304 !important;
  background-color: #f5f5f5 !important;
}
#universal-top-bar .dropdown-menu-item-group > .dropdown-menu-item-header {
  color: #777777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#universal-top-bar .dropdown-menu-item-group > li > a {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#universal-top-bar .dropdown-menu-item-group > li > a:hover,
#universal-top-bar .dropdown-menu-item-group > li > a:focus {
  background-color: #f39b60;
}
#universal-top-bar .dropdown-menu-item-group > li > a.utb-highlight {
  color: #C25304 !important;
}
#universal-top-bar .dropdown-menu-item-group > li > a.utb-highlight:hover {
  color: #000 !important;
}
#universal-top-bar .dropdown-menu {
  margin-top: 0;
  color: #333;
  background: #f5f5f5;
}
#universal-top-bar .dropdown-menu a {
  color: #333;
}
#universal-top-bar #utb-persistent > a {
  background-color: #006EF0 !important;
  margin: 3px;
  line-height: 30px;
  color: #fff !important;
  border: none;
  text-transform: capitalize !important;
  height: 31px;
  font-size: 15px !important;
  font-family: sans-serif !important;
  padding: 0 20px;
}
#universal-top-bar #utb-persistent > a:hover {
  background-color: #333333 !important;
}
#universal-top-bar #utb-persistent > a.disabled {
  opacity: 1;
  background: #ccc !important;
  color: #eeeeee;
  border-color: #eeeeee;
}
#utb-logo {
  float: left;
  font-family: 'is-lg-regular' !important;
  font-size: 22px !important;
  text-transform: lowercase !important;
  text-decoration: none !important;
  height: 38px;/* This helps preventing the topbar from being stretched during page load */
  line-height: 38px;
  color: #333 !important;
  margin: 0 0 0 -1px;
  padding: 0 0 0 10px;
  border-left: solid 1px #f5f5f5;
}
.custom-font-off #utb-logo {
  font-family: inherit !important;
  font-size: 16px !important;
}
#utb-logo > .is-icon-logo {
  font-size: 35px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.custom-font-off #utb-logo > .is-icon-logo:before {
  content: "";
  background: url(/unified/i/custom-font-fallbacks/logo-30.png) no-repeat 50% 50%;
  display: inline-block;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 4px;
}
#utb-logo > img {
  display: inline;
}
@media (min-width: 768px) {
  #utb-logo {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  #utb-logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .utb-logo-default {
    display: none;
  }
  .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    display: inline-block;
    font-family: 'isicon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    vertical-align: middle;
  }
  .custom-font-off .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    content: "";
    background: url(/unified/i/custom-font-fallbacks/logo-30.png) no-repeat 50% 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 4px;
  }
  .utb-logo-default + .nav > #utb-communities-dropdown > a:before {
    content: "\e000";
  }
}
#utb-communities-dropdown #utb-communities-dropdown-toggle-label {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #utb-communities-dropdown {
    width: 146px;
  }
  #utb-communities-dropdown #utb-communities-dropdown-toggle-label {
    width: 96px;
  }
}
@media (min-width: 1200px) {
  #utb-communities-dropdown {
    width: 131px;
  }
  #utb-communities-dropdown #utb-communities-dropdown-toggle-label {
    width: 81px;
  }
}
@media (min-width: 992px) {
  #utb-communities-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  #utb-communities-menu,
  #utb-user-menu {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  #utb-communities-menu,
  #utb-user-menu {
    width: 260px;
  }
}
#utb-new-community {
  border-top: solid 1px #b2b2b2;
  margin-top: 9px;
  padding-top: 4px;
}
#utb-community-list .locked > a {
  padding-right: 20px;
  background-image: url(/unified/i/lock.png) !important;
  background-repeat: no-repeat !important;
  background-position: 99% 50% !important;
}
@media (min-width: 767px) {
  .utb-responsive-height {
    max-height: 200px;
    overflow: auto;
  }
}
@media (min-width: 767px) and (min-height: 350px) {
  .utb-responsive-height {
    max-height: 250px;
  }
}
@media (min-width: 767px) and (min-height: 610px) {
  .utb-responsive-height {
    max-height: 510px;
  }
}
@media (min-width: 767px) and (min-height: 800px) {
  .utb-responsive-height {
    max-height: 700px;
  }
}
.utb-btn-icon {
  position: static;
  vertical-align: middle;
  font-size: 16px;
}
.custom-font-off .utb-btn-icon {
  font-size: 1.8em;
}
.utb-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 14px;
}
.top-bar-sudo-admin {
  top: -7px;
  display: inline-block;
  position: inherit;
}
.top-bar-sudo-admin .is-icon-arrow-right {
  position: relative;
  top: 2px;
}
.utb-with-numeric-indicator .badge {
  vertical-align: middle;
  position: absolute;
  left: 46%;
  bottom: 2px;
  color: #fff;
  background-color: #337abb;
}
.utb-msg-loading {
  background: url(/unified/i/search-spinner.gif) no-repeat 50% 50%;
  height: 29px;
}
#utb-msg-box,
#utb-notification-box,
#utb-action-item-box {
  font-size: 12px !important;
  width: 480px;
  padding: 0;
}
#utb-msg-box.loading,
#utb-notification-box.loading,
#utb-action-item-box.loading {
  background-image: none;
}
#utb-msg-box .body-text,
#utb-notification-box .body-text,
#utb-action-item-box .body-text {
  font-weight: normal;
  display: block;
  font-size: 12px;
}
.utb-msg-heading,
.utb-msg-new {
  line-height: 2em !important;
  font-size: 13px !important;
}
.utb-msg-heading,
.utb-msg-new,
.utb-msg-all a {
  font-weight: bold;
}
.utb-msg-heading {
  padding: 0.5em 1em;
  margin: 0;
}
.utb-msg-new {
  position: absolute;
  right: 0.5em;
  top: 7px;
}
.utb-msg-new a {
  color: #aaa9a9;
}
.utb-msg-new a.active {
  color: #c25304;
}
.utb-col-avatar {
  width: 40px;
  float: left;
  display: table-cell;
  vertical-align: top;
  height: 45px;
}
#utb-msg-list {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#utb-msg-list li.highlighted {
  background: #faecd7;
}
#utb-msg-list small {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  #utb-msg-list small {
    margin-left: 37px;
  }
}
#utb-msg-list li,
.utb-msg-all,
.utb-msg-no-new {
  padding: 0.7em 1em;
}
#utb-msg-list li,
.utb-msg-no-new {
  border-top: solid 1px #b2b2b2;
}
.utb-msg-no-new {
  font-weight: bold;
}
#utb-msg-list div + div {
  font-size: 12px !important;
  margin: 0.5em 0 0;
}
#utb-msg-list a {
  color: #337abb !important;
}
#utb-msg-list div:first-child a {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
#utb-msg-box a:hover {
  text-decoration: underline !important;
}
.utb-msg-ts {
  float: left;
}
.utb-msg-community {
  text-align: right;
}
.utb-msg-all {
  background: #dbdbdb;
  text-align: center;
}
.utb-msg-all span {
  font-size: .9em;
}
#utb-search-box {
  font-size: 12px !important;
  padding: 1em;
}
.nav > #utb-profile-dropdown > [data-toggle] {
  text-transform: none !important;
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  #universal-top-bar {
    background: transparent;
  }
  #universal-top-bar .nav:not(.pull-right) {
    border-left: 0;
  }
  #universal-top-bar .pull-right > li:last-child {
    border-right: 0;
  }
  #universal-top-bar .nav > li.dropdown.open > [data-toggle],
  #universal-top-bar .nav > li.dropdown.active > [data-toggle],
  #universal-top-bar .nav > li.dropdown.open.active > [data-toggle],
  #universal-top-bar .nav > li:hover > .no-dropdown {
    color: #333 !important;
    background-color: transparent !important;
  }
  #universal-top-bar .dropdown-menu-shadow-clipper {
    display: none;
  }
  #utb-community-list,
  #utb-new-community,
  #utb-msg-list,
  .utb-msg-all {
    position: absolute;
    left: 0;
    right: 0;
  }
  #utb-community-list {
    top: 0;
    bottom: 37px;
    overflow: auto;
  }
  #utb-new-community {
    margin-top: 0;
    padding-top: 0;
    bottom: 0;
  }
  #utb-profile-dropdown > [data-toggle] {
    padding-right: 15px !important;
  }
  #utb-profile-dropdown > [data-toggle] > img {
    margin: 0;
  }
  #utb-msg-list {
    top: 35px;
    bottom: 52.085714296px;
    overflow: auto;
  }
  .utb-msg-all {
    bottom: 0;
  }
}
#utb-action-item-box {
  width: 400px;
}
#utb-action-item-box .utb-msg-heading {
  padding: 0.5em 1.5em;
}
#utb-action-item-box ul {
  border-top: solid 1px #b2b2b2;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  #utb-action-item-box ul {
    position: static;
  }
}
#utb-action-item-box ul li {
  border-top: 0;
  padding: 3px 10px;
}
#universal-announcement {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 30px;
  z-index: 9999;
  width: 400px;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.75);
}
#universal-announcement.ua-priority-high {
  background: #99daca !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-medium {
  background: #c3e9df !important;
  border: 1px solid #29b693;
}
#universal-announcement.ua-priority-low {
  background: #e2f5ef !important;
  border: 1px solid #29b693;
}
#universal-announcement #universal-announcement-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000 !important;
}
.utb-avatar-col {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.utb-username {
  display: inline-block;
  line-height: 20px;
  margin-top: 3px;
}
.utb-username .username {
  font-size: 11px;
  color: #666666;
  display: block;
  line-height: normal;
  font-family: sans-serif;
}
.utb-username.utb-username-only {
  font-size: 16px;
}
.utb-menu-arrow-down {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 4px;
}
#utb-member-action-item .gly-spin {
  padding: 10px 15px;
}

