@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Third-Party
 * Libraries, plugins and themes, oh my!
 * If you need to change any of these move it into barometer/ and then edit it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.005;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.009;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 18px;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #aaa;
  background-color: #aaa;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  border: 1px solid #fff;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  font-weight: 300;
  width: 100%;
  bottom: 0px;
  z-index: 10;
  padding: 15px 0 15px 20px;
  color: #fff;
  background: #20498d;
  /* fallback for no rgba */
  background: hsla(217.43119266, 63.00578035%, 33.92156863%, 0.9);
  text-align: left;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker,
.dropdown-menu.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  z-index: 1096 !important;
  border-radius: 4px;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker:before,
.dropdown-menu.datepicker: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;
  top: -7px;
  left: 6px;
}
.datepicker:after,
.dropdown-menu.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div,
.dropdown-menu.datepicker > div {
  display: none;
}
.datepicker table,
.dropdown-menu.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.dropdown-menu.datepicker td,
.datepicker th,
.dropdown-menu.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: none;
}
.datepicker td.day:hover,
.dropdown-menu.datepicker td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td.day.disabled,
.dropdown-menu.datepicker td.day.disabled {
  color: #eee;
}
.datepicker td.old,
.dropdown-menu.datepicker td.old,
.datepicker td.new,
.dropdown-menu.datepicker td.new {
  color: #999;
}
.datepicker td.active,
.dropdown-menu.datepicker td.active,
.datepicker td.active:hover,
.dropdown-menu.datepicker td.active:hover {
  background: #292fb7 -webkit-gradient(linear, left top, left bottom, from(#295fb7), to(#292fb7));
  background: #292fb7 linear-gradient(#295fb7, #292fb7);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.dropdown-menu.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.dropdown-menu.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.dropdown-menu.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.dropdown-menu.datepicker td.active:hover:focus,
.datepicker td.active:active,
.dropdown-menu.datepicker td.active:active,
.datepicker td.active:hover:active,
.dropdown-menu.datepicker td.active:hover:active,
.datepicker td.active.active,
.dropdown-menu.datepicker td.active.active,
.datepicker td.active:hover.active,
.dropdown-menu.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.dropdown-menu.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.dropdown-menu.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.dropdown-menu.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.dropdown-menu.datepicker td.active:hover[disabled] {
  color: #fff;
  background-color: #292fb7;
  *background-color: #252aa2;
}
.datepicker td.active:active,
.dropdown-menu.datepicker td.active:active,
.datepicker td.active:hover:active,
.dropdown-menu.datepicker td.active:hover:active,
.datepicker td.active.active,
.dropdown-menu.datepicker td.active.active,
.datepicker td.active:hover.active,
.dropdown-menu.datepicker td.active:hover.active {
  background-color: #20258d \9;
}
.datepicker td span,
.dropdown-menu.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover,
.dropdown-menu.datepicker td span:hover {
  background: #eee;
}
.datepicker td span.active,
.dropdown-menu.datepicker td span.active {
  background: #292fb7 -webkit-gradient(linear, left top, left bottom, from(#295fb7), to(#292fb7));
  background: #292fb7 linear-gradient(#295fb7, #292fb7);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.dropdown-menu.datepicker td span.active:hover,
.datepicker td span.active:focus,
.dropdown-menu.datepicker td span.active:focus,
.datepicker td span.active:active,
.dropdown-menu.datepicker td span.active:active,
.datepicker td span.active.active,
.dropdown-menu.datepicker td span.active.active,
.datepicker td span.active.disabled,
.dropdown-menu.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.dropdown-menu.datepicker td span.active[disabled] {
  color: #fff;
  background-color: #292fb7;
  *background-color: #252aa2;
}
.datepicker td span.active:active,
.dropdown-menu.datepicker td span.active:active,
.datepicker td span.active.active,
.dropdown-menu.datepicker td span.active.active {
  background-color: #20258d \9;
}
.datepicker td span.old,
.dropdown-menu.datepicker td span.old {
  color: #999;
}
.datepicker th.switch,
.dropdown-menu.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.dropdown-menu.datepicker th.next,
.datepicker th.prev,
.dropdown-menu.datepicker th.prev {
  font-size: 24px;
  cursor: pointer;
}
.datepicker thead tr:first-child th,
.dropdown-menu.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.dropdown-menu.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.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 > 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 td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.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.past,
.datetimepicker table tr td.future {
  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: #fde19a -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background: #fde19a linear-gradient(#fdd49a, #fdf59a);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.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: #006dcc -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background: #006dcc linear-gradient(#0088cc, #0044cc);
  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);
  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 table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datetimepicker span.hour {
  height: 26px;
  line-height: 26px;
}
.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 span.minute {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.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: #006dcc -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background: #006dcc linear-gradient(#0088cc, #0044cc);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  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 table tr td span.past,
.datetimepicker table tr td span.future {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.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 {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/**
 *
 * Copyright 2013 LinkedIn Corp. All rights reserved.

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * 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.
 */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/**
 *
 * Copyright 2013 LinkedIn Corp. All rights reserved.

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
div.hopscotch-bubble .hopscotch-nav-button {
  /* borrowed from katy styles */
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.hopscotch-bubble .hopscotch-nav-button:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) false;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) false;
}
div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) true;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) true;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  /* HS specific*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #287bbc -webkit-gradient(linear, left top, left bottom, from(#287bbc), to(#23639a));
  background: #287bbc linear-gradient(#287bbc, #23639a);
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background: #2672ae -webkit-gradient(linear, left top, left bottom, from(#2672ae), to(#1e4f7e));
  background: #2672ae linear-gradient(#2672ae, #1e4f7e);
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e9e9e9));
  background: #f2f2f2 linear-gradient(#f2f2f2, #e9e9e9);
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background: #e8e8e8 -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), to(#a9a9a9));
  background: #e8e8e8 linear-gradient(#e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
}
div.hopscotch-bubble {
  background-color: #fff;
  border: 5px solid rgba(0, 0, 0, 0.5);
  /* transparent, if supported */
  color: #333;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  background-clip: padding-box;
}
div.hopscotch-bubble.animate {
  -webkit-transition-property: top, left;
  transition-property: top, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
div.hopscotch-bubble.invisible {
  opacity: 0;
}
div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}
div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}
div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica, Arial;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px;
}
div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  color: #000;
  background: transparent url('../../img/hopscotch-sprite.png') -192px -92px no-repeat;
  display: block;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  background: #7891ba;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  width: 30px;
  height: 30px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -20px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -37px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -20px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -37px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}
select[chosen-select] {
  visibility: hidden;
}
/* @group Base */
.chosen-container {
  min-width: 220px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 25px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 5px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 11px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../img/icons/icon-cross-subtle.png') no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background: url('../../img/icons/icon-cross.png') no-repeat;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.gantt {
  width: 100%;
  line-height: 1;
}
.gantt-labels {
  float: left;
  border-right: 1px solid #dddddd;
}
.gantt-labels-header {
  border-bottom: 1px solid #dddddd;
}
.gantt-labels-body {
  overflow: hidden;
}
.gantt-header {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.gantt-scrollable {
  overflow-y: hidden;
  overflow-x: scroll;
}
.gantt-header-height {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 2em;
}
.gantt-header-hour,
.gantt-header-day,
.gantt-header-week,
.gantt-header-month {
  white-space: nowrap;
}
.gantt-header-hour span,
.gantt-header-day span,
.gantt-header-week span,
.gantt-header-month span {
  position: absolute;
}
.gantt-header-month {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.gantt-header-row,
.gant-labels-row {
  cursor: pointer;
}
.gantt-labels-desc span,
.gantt-header-row span,
.gantt-labels-row span {
  padding-left: 12px;
  padding-right: 12px;
}
.gantt-labels-desc span,
.gantt-header-hour span,
.gantt-header-day span,
.gantt-header-week span,
.gantt-header-month span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: 2em;
  text-align: center;
  padding-top: 0.5em;
}
.gantt-header-row span,
.gantt-labels-row span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding-top: 0.5em;
}
.gantt-header-hour span,
.gantt-header-day span,
.gantt-header-week span,
.gantt-header-month span {
  overflow: hidden;
  border-right: 1px solid #dddddd;
}
.gantt-body {
  position: relative;
  width: 100%;
}
.gantt-body-background {
  position: absolute;
  width: 100%;
}
.gantt-body-foreground {
  position: absolute;
  height: 100%;
}
.gantt-grid-foreground-col,
.gantt-grid-foreground-col-weekend,
.gantt-grid-foreground-col-nonworkhour {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: 100%;
  border-right: 1px solid #dddddd;
}
.gantt-grid-foreground-col-weekend,
.gantt-grid-foreground-col-nonworkhour {
  background-color: rgba(200, 200, 200, 0.3);
}
.gantt-body-column {
  position: absolute;
}
.gantt-grid-background-row-alt {
  background-color: #EFEFEF;
}
.gantt-row {
  position: relative;
}
.gantt-row-height {
  height: 2em;
}
.gantt-task {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 80%;
  background-color: grey;
  border-radius: 2px;
}
.gantt-task:hover {
  z-index: 1;
}
.gantt-task:hover:before {
  left: 0;
  margin-left: -5px;
}
.gantt-task:hover:after {
  right: 0;
  margin-right: -5px;
}
.gantt-task:hover:before,
.gantt-task:hover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  z-index: 1;
  border: transparent solid 5px;
  border-bottom-color: #000;
}
.gantt-task-milestone {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0.6em !important;
  height: 80%;
  background-color: grey;
  border-radius: 0.3em;
}
.gantt-task-content {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.3em;
  overflow: hidden;
}
.gantt-task-content span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-task-info {
  position: fixed;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 9px 12px;
  opacity: 0;
  z-index: 999;
}
.gantt-task-info-content {
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}
.gantt-task-infoArrow:before,
.gantt-task-infoArrowR:before {
  position: absolute;
  top: 100%;
  width: 0px;
  height: 0px;
  border-top: 8px solid rgba(0, 0, 0, 0.1);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: '';
}
.gantt-task-infoArrow:before {
  left: 10px;
}
.gantt-task-infoArrowR:before {
  right: 10px;
}
.gantt-task-infoArrow:after,
.gantt-task-infoArrowR:after {
  position: absolute;
  top: 100%;
  width: 0px;
  height: 0px;
  border-top: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
}
.gantt-task-infoArrow:after {
  left: 11px;
}
.gantt-task-infoArrowR:after {
  right: 11px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Barometer
 * Our style source code.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  font-size: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  min-height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  padding: 0;
  background: #f5f5f5;
}
body:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  background: #20498d;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #20498d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #12294f;
  text-decoration: underline;
}
.ng-cloak {
  display: none;
}
#ng-expose {
  display: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hover-not-allowed:hover {
  cursor: not-allowed;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Less Mixins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
* No style rules here!  Just functions to be applied in styles elsewhere
* Some parts adapted from LESS Elements 0.6  http://lesselements.com
*/
/* Box diagram specific, but re-used elsewhere */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullWidth {
  width: 100%;
}
.entityActivityStream > img {
  margin-right: 44px;
  float: left;
}
.loadMoreWrapper {
  padding: 0px 25px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.loadMoreWrapper .pull-left {
  line-height: 36px;
}
.loadMoreWrapper .loadMore {
  background: #eee;
  color: #777;
  font-size: 15px;
  padding: 8px 16px;
  cursor: pointer;
  margin: 0 auto;
  width: 140px;
  border-radius: 8px;
  background-clip: padding-box;
}
.loadMoreWrapper .loadMore .icon-caret-show {
  margin-left: 4px;
}
.loadMoreWrapper .loadMore:hover {
  background: #f5f5f5;
}
.noNews {
  height: 310px;
  text-align: center;
}
.noNews > i {
  display: block;
  margin: 90px 0 20px 0;
  font-size: 96px;
  color: #ccc;
}
.noNews p {
  font-size: 18px;
  color: #ccc;
}
.activityHeader span,
.activityHeader i.icon-reload {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
#activityStream_table .pull-left  > a,
#activityStream_table .pull-left .entityIconLink [entity-link] a,
#activityStream_table .pull-left .entityIconLink [entity-link] span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}
#activityStream_table ul > li {
  cursor: pointer;
}
#activityStream_table ul li ul li:first-child {
  border-top: 1px solid #D1D1D1;
}
#activityStream_table ul li ul li {
  line-height: 34px;
  font-size: 13px;
  border-bottom: 1px solid #D1D1D1;
  margin-left: 49px;
}
#activityStream_table ul li ul li img {
  margin: 0 10px 1px 0;
}
#activityStream_table ul li ul li .dateString {
  text-align: right;
}
#activityStream_table ul li ul li.lastEvent {
  border-bottom: none;
}
#activityStream_table ul li img {
  height: 30px;
  width: 30px;
}
#activityStream_table .pull-left span {
  color: #919191;
}
#activityStream_table i.eventDetailEntityIcon {
  float: left;
}
#activityStream_table .section-title i {
  cursor: pointer;
}
#activityStream_table > ul > li:first-child {
  border-top: 1px solid #EBEBEB;
}
#activityStream_table > ul > li {
  min-height: 60px;
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}
#activityStream_table .badge.badge-info {
  background-color: #42659E;
  color: #fff;
  font-weight: normal;
}
#activityStream_table .scenario {
  color: #FF9800;
}
#activityStream_table [event-details] {
  display: inline-block;
  padding: 8px 0;
  line-height: 16px;
}
#activityStream_table .pull-left span,
#activityStream_table .pull-left span a {
  font-size: 12px;
  font-weight: bold;
}
.activityStream .pull-left > span {
  display: block;
}
.activityStream .pull-right i {
  font-size: 13px;
}
.activityStream > i {
  font-size: 24px;
  float: left;
  line-height: 40px;
  margin-right: 40px;
}
.activity-stream-json-event button {
  font-size: 9px;
  margin: 4px 0;
}
.activity-stream-json-event code {
  display: block;
  line-height: 1.5;
  padding: 6px;
  background-color: #EEE;
  border-radius: 4px;
}
.add-associated-entities-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.add-associated-entities-item:last-child {
  border-bottom: none;
}
.add-associated-entities-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.add-associated-entities-item input[type=checkbox]:focus {
  outline: none;
  border-color: #20498d;
}
.add-associated-entities-item input[type=checkbox]:checked {
  background: #20498d;
}
.add-associated-entities-item .expand {
  position: absolute;
  right: 0;
}
.add-associated-entities-item label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}
.add-associated-entities-item ul {
  margin-bottom: 0;
}
.add-associated-entities-item li {
  padding: 3px 0;
}
.add-widget .dropdown-menu {
  width: 400px;
  top: 100%;
  right: 0;
  left: auto;
  padding: 0 2px 2px 2px;
  margin: -15px 0 0 0;
  overflow: visible;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.add-widget .dropdown.open .dropdown-menu {
  opacity: 1;
}
.add-widget .search {
  width: 258px;
  padding-left: 9px;
}
.add-widget .search:focus,
.add-widget .search:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add-widget .search-results .arrow {
  left: 55px;
}
.add-widget .search-results .arrow:after {
  border-bottom-color: #f5f5f5;
}
/*
  barometerIT stylesheet for advanced query styles
*/
.adv-query {
  margin: 0 0 10px;
  display: inline;
  line-height: 14px;
}
.adv-query .operator {
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.adv-query .inline-operator {
  display: inline;
}
.adv-query .paren {
  padding: 0;
}
.adv-query .paren.no-render {
  border: none;
}
.adv-query .paren.no-render .paren-hitbox {
  background: transparent url('../../img/blank.gif');
}
.adv-query .paren.no-render .paren .paren-hitbox {
  background: transparent url('../../img/paren-bottom.png') left bottom no-repeat;
}
.adv-query .paren span.paren-wrapper {
  color: #ccc;
  font-size: 1.3em;
  font-weight: bold;
}
.adv-query .paren-hitbox {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 50px;
  height: 100%;
  bottom: -1px;
  background: transparent url('../../img/paren-bottom.png') no-repeat left bottom;
  border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
}
.adv-query .crit,
.adv-query .operator,
.adv-query .paren {
  display: inline;
}
.adv-query .crit {
  position: relative;
}
.adv-query .crit > .field,
.adv-query .crit > .value {
  float: none;
  width: auto;
  display: inline;
  font-weight: bold;
}
.adv-query .subquery,
.adv-query .subquery .crit,
.adv-query .subquery .field,
.adv-query .subquery .value {
  display: inline;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.adv-query .subquery .inline-operator {
  font-weight: normal;
}
.adv-query.edit-query {
  display: block;
  float: left;
  clear: none;
  width: 600px;
  min-height: 80px;
  padding: 3px;
  border: 1px solid #eee;
  background: #fff;
}
.adv-query.edit-query .crit,
.adv-query.edit-query .operator,
.adv-query.edit-query .paren {
  display: inline-block;
}
.adv-query.edit-query .paren span.paren-wrapper {
  display: none;
}
.adv-query.edit-query .paren .select2-choice span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #444;
}
.adv-query.edit-query .action-menu {
  margin-top: 0;
}
.adv-query.edit-query .action-menu.hover {
  display: block;
}
.adv-query.edit-query .crit {
  position: relative;
  display: inline;
  float: left;
  clear: both;
  padding: 4px 10px;
  margin: 0 0 0 20px;
  border: none;
  white-space: nowrap;
  min-width: 95px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.adv-query.edit-query .crit.hover,
.adv-query.edit-query .crit.editing {
  color: #fff;
  background: #20498d;
  cursor: pointer;
}
.adv-query.edit-query .crit.hover.restricted:before,
.adv-query.edit-query .crit.editing.restricted:before {
  color: #fff;
}
.adv-query.edit-query .operator {
  display: block;
  clear: both;
  width: 30px;
  left: 10px;
  margin: -4px 0 -4px -10px;
  position: relative;
  float: left;
}
.adv-query.edit-query .operator.hover {
  color: #fff;
  background: #20498d;
  cursor: pointer;
}
.adv-query.edit-query .paren {
  border: 0 none;
  position: relative;
  float: left;
  display: inline;
  clear: both;
  /* Could remove this to spread over to right more.... */
  margin: 8px 0 8px 20px;
  padding: 5px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: transparent url('../../img/paren-top-left.png') left top no-repeat;
}
.adv-query.edit-query .paren.hover,
.adv-query.edit-query .paren.editing,
.adv-query.edit-query .paren.selected {
  background: #20498d;
  color: #fff;
  cursor: pointer;
}
.adv-query.edit-query .paren.hover .paren,
.adv-query.edit-query .paren.editing .paren,
.adv-query.edit-query .paren.selected .paren {
  background: none;
  border: 1px solid #ddd;
}
.adv-query.edit-query .paren.hover .restricted:before,
.adv-query.edit-query .paren.editing .restricted:before,
.adv-query.edit-query .paren.selected .restricted:before {
  color: #fff;
}
.adv-query.edit-query .paren.hover .operator,
.adv-query.edit-query .paren.editing .operator,
.adv-query.edit-query .paren.selected .operator {
  color: #ddd;
}
.adv-query.edit-query .paren.hover .paren-hitbox,
.adv-query.edit-query .paren.editing .paren-hitbox,
.adv-query.edit-query .paren.selected .paren-hitbox {
  background: none;
}
.adv-query.edit-query .paren.no-render {
  background-image: none !important;
}
.adv-query.edit-query .subquery,
.adv-query.edit-query .subquery .crit,
.adv-query.edit-query .subquery .field,
.adv-query.edit-query .subquery .value {
  display: inline;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.adv-query .popover.right {
  display: block;
  max-width: 370px;
  width: 370px;
  left: 100%;
  top: -140px;
  color: #333;
}
.adv-query .popover.right .arrow {
  top: 150px;
}
.adv-query .popover.right.template {
  display: none;
}
.adv-query ol {
  margin-left: 0;
}
.adv-query .spanHtml {
  float: none;
  margin-left: 0;
}
/* Asterisk for "restricted" criteria */
.adv-query .restricted:before,
.restricted-label:before {
  content: '*';
  position: relative;
  top: 4px;
  font-size: 20px;
  color: #20498d;
}
.adv-query.edit-query .restricted:before {
  position: absolute;
  left: 2px;
  top: 5px;
}
.restricted-label:before {
  position: absolute;
  top: 2px;
  left: 7px;
}
.field-value .adv-query {
  display: block;
}
.field-value .restricted-label {
  position: relative;
  float: left;
  clear: both;
  margin-top: -13px;
  color: #999;
  font-size: 11px;
}
.field-value .restricted-label:before {
  position: relative;
  top: 5px;
  left: 0px;
}
.popover .restricted-label {
  position: relative;
  top: 3px;
  left: 10px;
  width: 300px;
  margin-top: 0px;
  font-size: 13px;
  line-height: 15px;
}
.preview-query {
  float: left;
  clear: both;
}
.alert,
.feedbackPanel > [class^='feedbackPanel'] {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: #f90;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  list-style-type: none;
}
.alert,
.alert h4,
.feedbackPanel > [class^='feedbackPanel'],
.feedbackPanel > [class^='feedbackPanel'] h4 {
  color: #fff;
}
.alert h4,
.feedbackPanel > [class^='feedbackPanel'] h4 {
  margin: 0;
}
.alert .close,
.feedbackPanel > [class^='feedbackPanel'] .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
ul.feedbackPanel {
  margin: 0;
}
.alert-success {
  background-color: #84c42e;
  border-color: #84c42e;
  color: #fff;
}
.alert-success h4 {
  color: #fff;
}
.alert-danger,
.alert-error,
.feedbackPanel > .feedbackPanelERROR,
.feedbackPanel > .feedbackPanelWARNING {
  background-color: #ec1f20;
  border-color: #ec1f20;
  color: #fff;
}
.alert-danger h4,
.alert-error h4,
.feedbackPanel > .feedbackPanelERROR h4 {
  color: #fff;
}
.alert-info,
.feedbackPanel > .feedbackPanelINFO {
  background-color: #d9edf7;
  border-color: #577981;
  color: #4e7b86;
}
.alert-info h4 .feedbackPanel > .feedbackPanelINFO h4 {
  color: #4e7b86;
}
.anywhere-bar {
  position: relative;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.anywhere-bar:before,
.anywhere-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.anywhere-bar:after {
  clear: both;
}
.box .anywhere-bar {
  margin: -20px -20px 20px;
}
.anywhere-bar .entity-title {
  margin: 0;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #20498d;
}
.anywhere-bar .description {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.anywhere-bar .dashboard-description {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  color: #999;
  padding-right: 30px;
}
.anywhere-bar .title-controls {
  position: absolute;
  right: 10px;
  top: 0;
}
.anywhere-bar .title {
  position: relative;
  margin: 0;
  color: #20498d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 60px;
}
.anywhere-bar .title > [class^='icon-'] {
  width: 36px;
  font-size: 26px;
}
.anywhere-bar .title .dashboard-selector {
  position: relative;
  overflow: visible;
}
.anywhere-bar .title .dashboard-selector .icon-caret-right {
  font-size: 22px;
  color: #999;
}
.anywhere-bar .title .dashboard-selector .caret {
  border-top: 7px solid #20498d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  vertical-align: middle;
}
.anywhere-bar .title .dashboard-selector .select2-container {
  position: absolute;
  right: 0;
  top: 100%;
}
.anywhere-bar .title .dashboard-selector .select2-container .select2-choice {
  display: none;
}
.anywhere-bar .title .dashboard-selector .select2-container .select2-focusser {
  position: absolute;
  bottom: 100%;
}
.anywhere-bar .title .dashboard-selector.show-select2 .select2-choice {
  display: inline-block;
}
.table.vertical-headers.assoc-editor input[type=checkbox],
.table.vertical-headers.assoc-editor input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.table.vertical-headers.assoc-editor th:first-child,
.table.vertical-headers.assoc-editor td:first-child {
  border-left: none;
}
.table.vertical-headers.assoc-editor th:first-child .th-outer,
.table.vertical-headers.assoc-editor td:first-child .th-outer {
  width: 300px;
}
.table.vertical-headers.assoc-editor th:first-child .th-inner,
.table.vertical-headers.assoc-editor td:first-child .th-inner {
  display: none;
}
.table.vertical-headers.assoc-editor th:first-child .tooltip,
.table.vertical-headers.assoc-editor td:first-child .tooltip {
  display: none !important;
}
.table.vertical-headers.assoc-editor .th-outer .associationName {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10px 0 10px;
  color: #20498d;
  font: normal 24px/29px 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.table.vertical-headers.assoc-editor .th-outer .associationName i {
  position: relative;
  margin-right: 10px;
  top: 2px;
  left: -1px;
}
.audit-status {
  display: inline-block;
  min-width: 40px;
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
}
.audit-status:hover {
  color: #fff;
  text-decoration: none;
  cursor: normal;
}
.audit-status.compliant {
  background-color: #9cd64f;
  border-color: #9cd64f;
}
.audit-status.non-compliant {
  background-color: #f04e4f;
  border-color: #f04e4f;
}
.audit-status.non-compliant:hover {
  cursor: pointer;
}
.audit-status.non-compliant a {
  color: #fff;
}
.audit-status.inactive {
  background-color: #ddd;
  border-color: #ddd;
}
.badge {
  background-color: #bcbcbc;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 5px;
  line-height: 20px;
}
.badge.badge-green,
.badge.badge-success {
  background-color: #9bb921;
}
.badge.badge-blue {
  background-color: #3f89de;
}
.badge.badge-orange,
.badge.badge-warning {
  background-color: #f3a139;
}
.badge.badge-cyan,
.badge.badge-info {
  background-color: #63c0c8;
}
.badge.badge-red,
.badge.badge-important {
  background-color: #f04e4f;
}
.badge.badge-black,
.badge.badge-inverse {
  background-color: #444444;
}
.badge.badge-pink {
  background-color: #d04a81;
}
.banner-wrapper {
  background-color: #ffe4bd;
  border-radius: 4px;
  border: 1px solid #f90;
}
.banner-wrapper .banner-header {
  padding: 0 20px 0 10px;
  color: white;
  background: #f90;
  cursor: pointer;
}
.banner-wrapper .banner-header h3 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner-wrapper .banner-body {
  padding: 20px 20px 20px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.banner-wrapper .banner-body .banner-text {
  position: relative;
}
.banner-wrapper .banner-body .banner-text .main-text {
  line-height: 1.3;
  font-size: 18px;
  font-weight: lighter;
}
.banner-wrapper .banner-body .banner-text .help-link {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .banner-wrapper .banner-body .banner-text {
    font-size: 16px;
  }
  .banner-wrapper .banner-body .banner-text .main-text {
    font-size: 24px;
  }
}
.content-status-bar {
  display: inline-block;
  width: 100px;
  height: 14px;
  border: 1px solid #003366;
  white-space: nowrap;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
}
.content-status-bar.red-green {
  background: #f04e4f;
  border: none;
}
.content-status-bar.red-green div.percent {
  background: #9cd64f;
}
.content-status-bar div {
  display: block;
  height: 14px;
  float: left;
}
.content-status-bar div.identified {
  background-color: #fff;
}
.content-status-bar div.planned {
  background-color: #DDEEF6;
}
.content-status-bar div.in-process {
  background-color: #A9D4EA;
}
.content-status-bar div.completed {
  background-color: #7891ba;
}
.content-status-bar div.approved {
  background-color: #0066CC;
}
.content-status-bar div.percent {
  background-color: #20498d;
}
.content-status-bar.no-systems {
  border-color: #CCC;
}
ul.datatiles li .content-status-bar {
  margin-top: 3px;
}
.balance-bar {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 10px;
  border: solid #999;
  border-width: 0 1px;
  background: url('../../img/backgrounds//bg-balance-bar.gif') repeat-x center center;
}
.balance-bar div {
  display: block;
  height: 10px;
  position: absolute;
}
.balance-bar div.left {
  right: 75px;
  background: #94CBFC;
}
.balance-bar div.right {
  left: 75px;
  background: #3366CC;
}
.count-bar {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 10px;
  white-space: nowrap;
}
.count-bar div {
  display: block;
  height: 10px;
  position: absolute;
}
.count-bar div.left {
  right: 0;
  background: #94CBFC;
}
.count-bar div.right {
  left: -2px;
  background: #3366CC;
}
.count-bar .label {
  line-height: 10px;
  position: absolute;
  color: #000000;
}
.count-bar em {
  font-style: normal;
}
.bit-logo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 70px;
  height: 34px;
}
.bit-logo > span {
  color: #20498d;
  display: inline-block;
  margin-top: -17px;
}
.bit-logo > span:first-child {
  position: absolute;
  left: 0;
  color: #000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Box diagrams
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.box-diagram-wrapper .field .field-value {
  max-width: 100%;
}
.box-diagram-wrapper .field .field-label {
  margin-top: 8px;
}
.box-diagram-wrapper .field select {
  width: 30%;
}
.box-diagram-wrapper .field .select2-container {
  width: 45% !important;
}
.box-diagram {
  /*
  .heatMap1 {
    background: @heatMap1Color;
    > .count, > label .type {
      color: @black;
    }
  }
  .heatMap2 {
    background: @heatMap2Color;
    .count {
      
    }
  }
  .heatMap3 {
    background: @heatMap3Color;
    .count {
      
    }
  }
  .heatMap4 {
    background: @heatMap4Color;
    > .count, > label .type {
      color: @white !important;
    }
  }
  .heatMap5 {
    background: @heatMap5Color;
    > .count, > label .type {
      color: @white !important;
    }
  }
  */
}
.box-diagram > .box {
  border: 2px solid #ccc;
  background: #e6e6e6 -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fafafa));
  background: #e6e6e6 linear-gradient(#e6e6e6, #fafafa);
  border-radius: 4px;
  background-clip: padding-box;
}
.box-diagram .box {
  padding: 8px 8px 4px 10px;
  position: relative;
  margin: 0 10px 8px 0;
  min-height: 85px;
  clear: none;
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
}
.box-diagram .box .expanded {
  clear: left;
  width: 100%;
  height: auto !important;
}
.box-diagram .box .expanded + .box {
  clear: left;
}
.box-diagram .box .box {
  float: left;
}
.box-diagram .box:after {
  content: " ";
  display: table;
  clear: both;
}
.box-diagram .box label {
  display: block;
  float: none;
  width: 100px;
  text-align: left;
  clear: none;
  color: #000;
  position: relative;
  margin: 0 0 6px 10px;
  padding-right: 10px;
  line-height: 15px;
}
.box-diagram .box label.big-icon {
  margin-left: 23px;
}
.box-diagram .box label.big-icon .icon-star-inactive {
  color: #fff;
}
.box-diagram .box label.big-icon .icon-small {
  display: none;
}
.box-diagram .box label a {
  color: black;
}
.box-diagram .box label .type {
  display: block;
  margin-right: 15px;
  text-transform: none;
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
  line-height: 15px;
}
.box-diagram .box label [class^="icon-"] {
  position: absolute;
  top: 1px;
  left: -22px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #fff;
}
.box-diagram .box label .icon-small {
  top: -2px;
  left: -16px;
  font-size: 13px;
  background: none !important;
}
.box-diagram .box label .icon-star-active {
  color: #fcc331;
}
.box-diagram .box label .icon-star-inactive {
  color: #999;
}
.box-diagram .box ul {
  padding: 2px 10px 2px 20px;
  font-size: 11px;
}
.box-diagram .box ul .type {
  line-height: 12px;
}
.box-diagram .box.active {
  border-color: #7891ba;
}
.box-diagram .box.active > .siblings {
  display: none;
}
.box-diagram .box.expanded > label {
  width: auto;
}
.box-diagram .box.expanded > .count,
.box-diagram .box.expanded.active > .siblings {
  display: none;
}
.box-diagram .box.expanded > div.siblings {
  display: block;
}
.box-diagram .box.box-heat {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.box-diagram .box.box-heat.active {
  border-color: #20498d;
}
.box-diagram .box.box-heat .count,
.box-diagram .box.box-heat .siblings {
  border-color: rgba(255, 255, 255, 0.5);
  color: #333;
}
.box-diagram .box.box-heat .type {
  color: #333;
}
.box-diagram .count {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #aaa;
  width: 24px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
}
.box-diagram .siblings {
  display: none;
  float: left;
  font-size: 10px;
  padding: 7px;
  margin: 0 10px 8px 0;
  color: #aaa;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
}
.box-diagram .collapse {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url('../../img/icons/icon-minus-small.png') transparent;
}
.box-diagram .hover,
.box-diagram .hover.child-of-active,
.box-diagram .hover.active {
  border-color: #f90;
}
.box-diagram .hover.expanded > div.collapse,
.box-diagram .hover.child-of-active.expanded > div.collapse,
.box-diagram .hover.active.expanded > div.collapse {
  display: block;
}
.box-diagram .box {
  /*&:hover,
    &:hover.child-of-active,
    &:hover.active*/
}
.box-diagram .box .hover,
.box-diagram .box .hover.child-of-active,
.box-diagram .box .hover.active {
  border-color: #f90;
}
.box-diagram .box .hover.expanded > div.collapse,
.box-diagram .box .hover.child-of-active.expanded > div.collapse,
.box-diagram .box .hover.active.expanded > div.collapse {
  display: block;
}
.box-diagram > .box {
  margin-bottom: 15px;
  margin-right: 15px;
}
.box-diagram.box-diagram-full-width {
  position: relative;
}
.box-diagram.box-diagram-full-width > .box {
  float: none;
  margin: 0 0 -2px 0;
  padding-left: 160px;
  position: relative;
}
.box-diagram.box-diagram-full-width > .box:hover {
  z-index: 1;
}
.box-diagram.box-diagram-full-width > .box:last-child {
  margin-bottom: 0;
}
.box-diagram.box-diagram-full-width > .box > label {
  position: absolute;
  height: auto;
  width: 130px;
  top: 8px;
  left: 20px;
  cursor: pointer;
}
.box-diagram.box-diagram-full-width > .box > label a:hover {
  text-decoration: none;
}
.box-diagram.box-diagram-full-width .box {
  cursor: pointer;
}
.box-diagram-full-width-holder {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.task-queue-content .box {
  width: 25%;
}
.box {
  display: block;
  position: relative;
  clear: both;
  margin: 10px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  *zoom: 1;
  -webkit-transition: border-color 0.4s, background 0.4s;
  transition: border-color 0.4s, background 0.4s;
}
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box.box-editable:hover .edit-toggle,
.box.box-editable.box-editing .edit-toggle {
  max-width: 200px;
  width: auto;
  color: #000;
}
.box.box-editable:hover .edit-toggle.done-editing,
.box.box-editable.box-editing .edit-toggle.done-editing {
  width: auto;
}
.box.box-editable:hover {
  border-color: #ddd;
  background: #f5f5f5;
}
.box.box-editable.box-editing {
  border-color: gold;
  background: #FCF8E4;
}
.box .edit-toggle {
  position: absolute;
  max-width: 25px;
  width: 25px;
  top: -3px;
  right: 0;
  padding: 5px 5px 10px 10px;
  overflow: hidden;
  color: #666;
  cursor: pointer;
  -webkit-transition: max-width 0.3s, color 0.3s;
  transition: max-width 0.3s, color 0.3s;
  z-index: 1;
  white-space: nowrap;
}
.box .edit-toggle.disabled {
  cursor: not-allowed;
}
.box .edit-toggle.clicked {
  color: #999;
  font-style: italic;
}
.box .edit-toggle.done-editing {
  position: static;
  float: right;
  width: auto;
  padding: 0 0 2px 0;
}
.box .description {
  font-weight: 300;
  font-size: 18px;
  color: #999;
  padding-right: 30px;
}
.box .nav-tabs {
  clear: left;
  padding-top: 10px;
}
.box-mini {
  padding: 0 10px;
  margin: 0 10px;
  -webkit-transition: padding 0.4s, margin 0.4s;
  transition: padding 0.4s, margin 0.4s;
  min-height: 0;
}
.box-mini.box-editing {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-liner {
  float: left;
  width: 100%;
}
.box-border-light {
  border: 1px solid #cccccc;
}
.box-header {
  position: relative;
  clear: both;
  padding-top: 20px;
  margin: 0 0 -5px 20px;
  font-size: 16px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  color: #20498d;
}
.box-header:after {
  content: " ";
  display: table;
  clear: both;
}
.box-header small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.box-header.description {
  font-size: 12px;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  margin-top: -15px;
}
.box-expandable .box-header {
  padding-top: 5px;
  margin-top: 15px;
  margin-right: 20px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.box-expandable .box-header:hover .box-expandable-show,
.box-expandable .box-header:hover .box-expandable-hide {
  color: #333;
  text-decoration: none;
}
.box-expandable .box-expandable-show,
.box-expandable .box-expandable-hide {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 11px;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #aaa;
}
.box-expandable .box-expandable-show:hover,
.box-expandable .box-expandable-hide:hover {
  color: #333;
  text-decoration: none;
}
.box-expandable .box-expandable-hide {
  display: none;
}
.box-expandable .box {
  display: none;
}
.box-expandable.open .box {
  display: block;
}
.box-expandable.open .box-expandable-hide {
  display: block;
}
.box-expandable.open .box-expandable-show {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  border-radius: 3px;
  background-color: rgba(214, 214, 214, 0.3);
  font-size: 13px;
}
.breadcrumb li > a {
  color: #888888;
}
.breadcrumb li > a:hover {
  color: #444;
}
.breadcrumb li.active {
  color: #444;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.breadcrumb .icon-caret-right {
  color: #999;
  font-size: 11px;
  margin: 0 4px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Bubble Chart Worksheet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[bubble-chart][preview-mode=true] {
  height: 400px;
  overflow: hidden;
}
[bubble-chart][preview-mode=true] [bubble-chart-viz] {
  margin-top: -60px;
}
[bubble-chart-viz] {
  margin-top: 60px;
}
[bubble-chart-viz] .highcharts-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: -65px;
}
[bubble-chart-viz] .highcharts-series {
  -webkit-clip-path: none;
  clip-path: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 9px;
}
.btn-group > .btn-small {
  font-size: 11px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn,
.button {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: #e6e6e6 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: #e6e6e6 linear-gradient(#fff, #e6e6e6);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus,
.btn:active,
.button:active,
.btn.active,
.button.active,
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled] {
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.button:active,
.btn.active,
.button.active {
  background-color: #cccccc \9;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
  color: #444;
  text-decoration: none;
  background: #eee;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn:focus,
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.button.active,
.btn:active,
.button:active,
.btn.wysihtml5-command-active,
.button.wysihtml5-command-active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 0 1px 1px #000;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-stealth,
.button.btn-stealth {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.btn.btn-stealth.active,
.button.btn-stealth.active {
  opacity: 1;
  pointer-events: auto;
}
.btn.btn-stealth.active.disabled,
.button.btn-stealth.active.disabled,
.btn.btn-stealth.active[disabled],
.button.btn-stealth.active[disabled] {
  opacity: 0.65;
}
.btn.v2 [class^="icon-"] {
  margin-right: 4px;
  vertical-align: text-top;
}
.btn.v2.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #20498d -webkit-gradient(linear, left top, left bottom, from(#295fb7), to(#20498d));
  background: #20498d linear-gradient(#295fb7, #20498d);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-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);
  z-index: auto;
}
.btn.v2.active:hover,
.btn.v2.active:focus,
.btn.v2.active:active,
.btn.v2.active.active,
.btn.v2.active.disabled,
.btn.v2.active[disabled] {
  color: #fff;
  background-color: #20498d;
  *background-color: #1b3e78;
}
.btn.v2.active:active,
.btn.v2.active.active {
  background-color: #173363 \9;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  border-radius: 5px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.button.save.active,
.button.update.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary,
.button.save,
.button.update,
.btn-add {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #20498d -webkit-gradient(linear, left top, left bottom, from(#295fb7), to(#20498d));
  background: #20498d linear-gradient(#295fb7, #20498d);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.button.save:hover,
.button.update:hover,
.btn-add:hover,
.btn-primary:focus,
.button.save:focus,
.button.update:focus,
.btn-add:focus,
.btn-primary:active,
.button.save:active,
.button.update:active,
.btn-add:active,
.btn-primary.active,
.button.save.active,
.button.update.active,
.btn-add.active,
.btn-primary.disabled,
.button.save.disabled,
.button.update.disabled,
.btn-add.disabled,
.btn-primary[disabled],
.button.save[disabled],
.button.update[disabled],
.btn-add[disabled] {
  color: #fff;
  background-color: #20498d;
  *background-color: #1b3e78;
}
.btn-primary:active,
.button.save:active,
.button.update:active,
.btn-add:active,
.btn-primary.active,
.button.save.active,
.button.update.active,
.btn-add.active {
  background-color: #173363 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #f90 -webkit-gradient(linear, left top, left bottom, from(#ffb84d), to(#f90));
  background: #f90 linear-gradient(#ffb84d, #f90);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f90;
  *background-color: #e68a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc7a00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #bd362f -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background: #bd362f linear-gradient(#ee5f5b, #bd362f);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #51a351 -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background: #51a351 linear-gradient(#62c462, #51a351);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #2f96b4 -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background: #2f96b4 linear-gradient(#5bc0de, #2f96b4);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #222 -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: #222 linear-gradient(#444, #222);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none 0 1px 1px #000;
  box-shadow: none 0 1px 1px #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #20498d;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #12294f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #444;
  text-decoration: none;
}
.btn .caret {
  border-top-color: #222;
}
.btn-blue,
.btn-orange,
.btn-green,
.btn-cyan,
.btn-red,
.btn-black,
.btn-black.dropdown-toggle,
.btn-pink,
.btn-info,
.btn-warning,
.btn-success,
.btn-danger,
.btn-inverse {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0px inset 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0px inset 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0px inset;
}
.btn-blue .caret,
.btn-orange .caret,
.btn-green .caret,
.btn-cyan .caret,
.btn-red .caret,
.btn-black .caret,
.btn-black.dropdown-toggle .caret,
.btn-pink .caret,
.btn-info .caret,
.btn-warning .caret,
.btn-success .caret,
.btn-danger .caret,
.btn-inverse .caret {
  border-top-color: #fff;
}
.btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #3983de -webkit-gradient(linear, left top, left bottom, from(#3da0ea), to(#3983de));
  background: #3983de linear-gradient(#3da0ea, #3983de);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3c6791;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #3983de;
  *background-color: #2475d9;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #216ac3 \9;
}
.btn-blue.disabled,
.btn-blue[disabled] {
  background: #6ea8e6;
  border-color: #668db2;
}
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active {
  background: #6ea8e6;
}
.open .btn-blue.dropdown-toggle {
  background: #3580dd !important;
}
.btn-orange,
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #e7912a -webkit-gradient(linear, left top, left bottom, from(#f2ac1e), to(#e7912a));
  background: #e7912a linear-gradient(#f2ac1e, #e7912a);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #c07c1e;
}
.btn-orange:hover,
.btn-warning:hover,
.btn-orange:focus,
.btn-warning:focus,
.btn-orange:active,
.btn-warning:active,
.btn-orange.active,
.btn-warning.active,
.btn-orange.disabled,
.btn-warning.disabled,
.btn-orange[disabled],
.btn-warning[disabled] {
  color: #fff;
  background-color: #e7912a;
  *background-color: #de8519;
}
.btn-orange:active,
.btn-warning:active,
.btn-orange.active,
.btn-warning.active {
  background-color: #c87716 \9;
}
.btn-orange.disabled,
.btn-warning.disabled,
.btn-orange[disabled],
.btn-warning[disabled] {
  background: #ecac58;
  border-color: #c79856;
}
.btn-orange.disabled:active,
.btn-warning.disabled:active,
.btn-orange[disabled]:active,
.btn-warning[disabled]:active,
.btn-orange.disabled.active,
.btn-warning.disabled.active,
.btn-orange[disabled].active,
.btn-warning[disabled].active {
  background: #ecac58;
}
.open .btn-orange.dropdown-toggle,
.open .btn-warning.dropdown-toggle {
  background: #e68f25 !important;
}
.btn-green,
.btn-success,
.btn-accept {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #98ba09 -webkit-gradient(linear, left top, left bottom, from(#bacf0b), to(#98ba09));
  background: #98ba09 linear-gradient(#bacf0b, #98ba09);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #7c9710;
}
.btn-green:hover,
.btn-success:hover,
.btn-accept:hover,
.btn-green:focus,
.btn-success:focus,
.btn-accept:focus,
.btn-green:active,
.btn-success:active,
.btn-accept:active,
.btn-green.active,
.btn-success.active,
.btn-accept.active,
.btn-green.disabled,
.btn-success.disabled,
.btn-accept.disabled,
.btn-green[disabled],
.btn-success[disabled],
.btn-accept[disabled] {
  color: #fff;
  background-color: #98ba09;
  *background-color: #84a208;
}
.btn-green:active,
.btn-success:active,
.btn-accept:active,
.btn-green.active,
.btn-success.active,
.btn-accept.active {
  background-color: #708907 \9;
}
.btn-green.disabled,
.btn-success.disabled,
.btn-accept.disabled,
.btn-green[disabled],
.btn-success[disabled],
.btn-accept[disabled] {
  background: #acc352;
  border-color: #98aa4f;
}
.btn-green.disabled:active,
.btn-success.disabled:active,
.btn-accept.disabled:active,
.btn-green[disabled]:active,
.btn-success[disabled]:active,
.btn-accept[disabled]:active,
.btn-green.disabled.active,
.btn-success.disabled.active,
.btn-accept.disabled.active,
.btn-green[disabled].active,
.btn-success[disabled].active,
.btn-accept[disabled].active {
  background: #acc352;
}
.open .btn-green.dropdown-toggle,
.open .btn-success.dropdown-toggle,
.open .btn-accept.dropdown-toggle {
  background: #94b509 !important;
}
.btn-cyan,
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #45b4bf -webkit-gradient(linear, left top, left bottom, from(#4ec9ce), to(#45b4bf));
  background: #45b4bf linear-gradient(#4ec9ce, #45b4bf);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #36919b;
}
.btn-cyan:hover,
.btn-info:hover,
.btn-cyan:focus,
.btn-info:focus,
.btn-cyan:active,
.btn-info:active,
.btn-cyan.active,
.btn-info.active,
.btn-cyan.disabled,
.btn-info.disabled,
.btn-cyan[disabled],
.btn-info[disabled] {
  color: #fff;
  background-color: #45b4bf;
  *background-color: #3ca4ae;
}
.btn-cyan:active,
.btn-info:active,
.btn-cyan.active,
.btn-info.active {
  background-color: #36929b \9;
}
.btn-cyan.disabled,
.btn-info.disabled,
.btn-cyan[disabled],
.btn-info[disabled] {
  background: #7cc3ca;
  border-color: #6eadb3;
}
.btn-cyan.disabled:active,
.btn-info.disabled:active,
.btn-cyan[disabled]:active,
.btn-info[disabled]:active,
.btn-cyan.disabled.active,
.btn-info.disabled.active,
.btn-cyan[disabled].active,
.btn-info[disabled].active {
  background: #7cc3ca;
}
.open .btn-cyan.dropdown-toggle,
.open .btn-info.dropdown-toggle {
  background: #41b2be !important;
}
.btn-red,
.btn-danger,
.btn-reject {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #d85837 -webkit-gradient(linear, left top, left bottom, from(#ec7337), to(#d85837));
  background: #d85837 linear-gradient(#ec7337, #d85837);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #a1391e;
}
.btn-red:hover,
.btn-danger:hover,
.btn-reject:hover,
.btn-red:focus,
.btn-danger:focus,
.btn-reject:focus,
.btn-red:active,
.btn-danger:active,
.btn-reject:active,
.btn-red.active,
.btn-danger.active,
.btn-reject.active,
.btn-red.disabled,
.btn-danger.disabled,
.btn-reject.disabled,
.btn-red[disabled],
.btn-danger[disabled],
.btn-reject[disabled] {
  color: #fff;
  background-color: #d85837;
  *background-color: #cd4a28;
}
.btn-red:active,
.btn-danger:active,
.btn-reject:active,
.btn-red.active,
.btn-danger.active,
.btn-reject.active {
  background-color: #b84224 \9;
}
.btn-red.disabled,
.btn-danger.disabled,
.btn-reject.disabled,
.btn-red[disabled],
.btn-danger[disabled],
.btn-reject[disabled] {
  background: #e07e63;
  border-color: #b86a57;
}
.btn-red.disabled:active,
.btn-danger.disabled:active,
.btn-reject.disabled:active,
.btn-red[disabled]:active,
.btn-danger[disabled]:active,
.btn-reject[disabled]:active,
.btn-red.disabled.active,
.btn-danger.disabled.active,
.btn-reject.disabled.active,
.btn-red[disabled].active,
.btn-danger[disabled].active,
.btn-reject[disabled].active {
  background: #e07e63;
}
.open .btn-red.dropdown-toggle,
.open .btn-danger.dropdown-toggle,
.open .btn-reject.dropdown-toggle {
  background: #d75433 !important;
}
.btn-black,
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #505050 -webkit-gradient(linear, left top, left bottom, from(#616161), to(#505050));
  background: #505050 linear-gradient(#616161, #505050);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #2b2b2b;
}
.btn-black:hover,
.btn-inverse:hover,
.btn-black:focus,
.btn-inverse:focus,
.btn-black:active,
.btn-inverse:active,
.btn-black.active,
.btn-inverse.active,
.btn-black.disabled,
.btn-inverse.disabled,
.btn-black[disabled],
.btn-inverse[disabled] {
  color: #fff;
  background-color: #505050;
  *background-color: #434343;
}
.btn-black:active,
.btn-inverse:active,
.btn-black.active,
.btn-inverse.active {
  background-color: #373737 \9;
}
.btn-black.disabled,
.btn-inverse.disabled,
.btn-black[disabled],
.btn-inverse[disabled] {
  background: #7a7a7a;
  border-color: #5e5e5e;
}
.btn-black.disabled:active,
.btn-inverse.disabled:active,
.btn-black[disabled]:active,
.btn-inverse[disabled]:active,
.btn-black.disabled.active,
.btn-inverse.disabled.active,
.btn-black[disabled].active,
.btn-inverse[disabled].active {
  background: #7a7a7a;
}
.open .btn-black.dropdown-toggle,
.open .btn-inverse.dropdown-toggle {
  background: #4d4d4d !important;
}
.proposed-actions .btn-accept .icon-check {
  color: #fff;
  display: inline-block;
  width: auto;
}
.proposed-actions .btn-reject .icon-x {
  color: #fff;
}
.proposed-actions .btn-reject .icon-x,
.proposed-actions .btn-accept .icon-check {
  margin-right: 5px;
}
.btn-link {
  background: none !important;
  border: none !important;
  color: #20498d;
}
.btn-link:hover {
  color: #12294f;
  background: none !important;
}
.btn-link:active,
.btn-link.active {
  color: #12294f;
  background: none !important;
  -webkit-box-shadow: none !important 0 1px 1px #000;
  box-shadow: none !important 0 1px 1px #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.open .btn-link.dropdown-toggle {
  background: none !important;
}
.input-append .btn-group .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.box .btn-add,
.boxheader .btn-add {
  float: right;
}
th .btn {
  margin-top: 3px;
  margin-left: 5px;
}
.change-status-notifier {
  position: relative;
  margin: 10px 0;
  padding: 10px 200px 10px 15px;
  border-radius: 2px;
  background: #4e9ae3;
  color: #fff;
}
.worksheet-change-status-notifier-wrapper .change-status-notifier {
  margin: 10px;
}
.change-status-notifier-item {
  position: relative;
  padding-left: 24px;
}
.change-status-notifier-item + .change-status-notifier-item {
  margin-top: 10px;
}
.change-status-notifier-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.change-status-indexing,
.change-status-indexing-complete,
.change-status-timed-out {
  opacity: 0;
  position: absolute;
  right: 73px;
  top: 9px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.change-status-indexing.active,
.change-status-indexing-complete.active,
.change-status-timed-out.active {
  pointer-events: auto;
  opacity: 1;
}
.change-status-indexing.active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.change-status-refresh {
  position: absolute;
  right: 40px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 16px;
  padding: 2px;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}
.change-status-refresh:hover {
  opacity: 1;
  color: inherit;
}
.change-status-close {
  position: absolute;
  right: 15px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 16px;
  padding: 2px;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}
.change-status-close:hover {
  opacity: 1;
  color: inherit;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.bar-chart .axis path,
.bar-chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.bar-chart .bar {
  fill: #295E9F;
}
.bar-chart .barHighlight {
  fill: #89B1E2;
}
.bar-chart .listBold {
  font-weight: bold;
}
.bar-chart .x.axis path {
  display: none;
}
.bar-chart .chart-legend > li.selected {
  font-weight: bold;
}
.chart-legend {
  margin: 0;
}
.chart-container,
.chart-legend {
  text-align: center;
}
.legend-heading {
  font-weight: bold;
}
.chart-container {
  padding: 20px;
}
.sl-fourth .chart-container {
  padding: 0;
}
.sl-third .chart-container {
  padding: 10px;
}
.pie-chart .arc path {
  stroke-width: 1;
  stroke: #ddd;
}
.pie-chart .arc path.selected {
  stroke-width: 7;
  stroke-opacity: 0.7;
  stroke: #fff;
}
.pie-chart .chart-legend > li.selected {
  font-weight: bold;
}
.close {
  color: #999;
}
.close:hover {
  color: #333;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.column-editor .well {
  position: relative;
  padding-left: 55px;
  padding-right: 40px;
  margin-bottom: 5px;
}
.column-editor .sortable .handle {
  position: absolute;
  left: 10px;
  top: 10px;
}
.column-editor .sortable .sort-button {
  left: 30px;
  top: 10px;
}
.column-editor .sortable .name {
  display: block;
}
.column-editor .sortable select {
  width: 150px;
  height: 20px;
  font-size: 11px;
  margin: 0 0 4px 4px;
  padding: 0;
}
.column-editor .sortable .close {
  position: absolute;
  right: 10px;
  top: 12px;
}
.column-editor .add-new-column {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.column-editor .add-new-column label {
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
}
.column-editor .add-new-column select {
  width: 45%;
  margin-right: 5%;
}
.compliance-status {
  display: inline-block;
  height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 4px;
  background-clip: padding-box;
  color: #fff;
}
.compliance-status.icon-check {
  background-color: #9cd64f;
}
.compliance-status.icon-x {
  font-size: 8px;
  line-height: 20px;
  background-color: #f04e4f;
}
.cnxn-view-outer-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 40px;
}
.cnxn-view-outer-wrapper > div {
  display: table;
  min-width: 600px;
  margin: auto;
  padding: 35px 50px 30px;
}
/* Cnxn View */
.cnxn {
  padding: 10px 0;
  z-index: 1;
  overflow: visible;
  /* sub .cnxns */
  /* sub connection lines are dashed */
  /* line itself */
  /* icon on line */
  /* Three states required to emphasize the active part of a diagram: subtler-than-default, active, hover */
  /* Add/Remove SubConnection Buttons */
}
.cnxn.compact .end-group {
  min-width: 80px;
}
.cnxn.compact .line {
  min-width: 90px;
}
.cnxn .cnxn {
  padding: 0;
}
.cnxn h2 {
  line-height: 1.2em;
}
.cnxn li {
  font-size: 11px;
}
.cnxn table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: none;
  border-spacing: 0;
  border-collapse: separate;
}
.cnxn td,
.cnxn tr {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 1em;
}
.cnxn th {
  background: none;
}
.cnxn .cnxn-wrapper {
  padding: 0 10px;
}
.cnxn .cnxn-wrapper .cnxn-wrapper {
  padding: 0;
}
.cnxn .cnxn-row {
  padding-bottom: 4px;
}
.cnxn .line {
  padding: 0;
  border: none;
  min-width: 105px;
}
.cnxn .subcnxns .line .line-graphic,
.cnxn .line.is-subcnxn .line-graphic {
  border-bottom-style: dashed;
}
.cnxn .line-wrapper {
  background: none left center no-repeat;
  margin: 12px 0 4px 0;
}
.cnxn .line-wrapper .cnxn-arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cnxn .line-wrapper .cnxn-arrow.left {
  left: -1px;
  border-right: 11px solid #333;
}
.cnxn .line-wrapper .cnxn-arrow.right {
  right: -1px;
  border-left: 11px solid #333;
}
.cnxn .role {
  position: absolute;
  top: 16px;
  font-size: 9px;
  color: #999;
}
.cnxn .role.lefty {
  left: 14px;
}
.cnxn .role.righty {
  right: 14px;
}
.cnxn .line-wrapper,
.cnxn a.line-link {
  width: 100%;
  height: 24px;
  position: relative;
}
.cnxn a.line-link {
  width: 100%;
  height: 100%;
  display: block;
}
.cnxn a.line-link:hover {
  text-decoration: none;
}
.cnxn .line-graphic {
  display: block;
  position: absolute;
  height: 0px;
  border-bottom: 2px solid #333;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.cnxn .line-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -15px;
  background: url('../../img/icons/icons-cnxn-types.png') left 30px no-repeat;
}
.cnxn .line-icon.file {
  background-position-y: -150px;
}
.cnxn .line-icon.database {
  background-position-y: -120px;
}
.cnxn .line-icon.web-service {
  background-position-y: -90px;
}
.cnxn .line-icon.messaging {
  background-position-y: -60px;
}
.cnxn .line-icon.remote-invocation {
  background-position-y: -30px;
}
.cnxn .line-icon.direct-call {
  background-position-y: top;
}
.cnxn .cnxn-name {
  position: absolute;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  line-height: 10px;
  bottom: 24px;
  overflow: hidden;
  max-height: 20px;
  _height: 26px;
  font-size: 9px;
  text-align: center;
  color: #333;
}
.cnxn .end-group {
  height: 100%;
  min-width: 110px;
  padding: 0 6px;
  text-align: left;
  border-radius: 6px;
  border: 2px solid #ccc;
  background: #e6e6e6 -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fafafa));
  background: #e6e6e6 linear-gradient(#e6e6e6, #fafafa);
  border-radius: 4px;
  background-clip: padding-box;
  border-color: #333;
}
.cnxn .end-group > ul {
  margin: 0;
  text-align: left;
  min-width: 0;
}
.cnxn .end-group > ul > li {
  position: relative;
  margin: 12px 0;
  padding-left: 34px;
  line-height: 12px;
  /* Inline Editor */
}
.cnxn .end-group > ul > li.empty {
  font-style: italic;
  margin: 4px 0;
  padding: 0 10px;
  text-align: center;
}
.cnxn .end-group > ul > li.editor {
  padding: 0;
}
.cnxn .end-group > ul > li.editor .modifiable {
  margin-bottom: -12px;
}
.cnxn .end-group > ul > li.editor .modifiable > li {
  float: left;
  clear: both;
  width: 100%;
  padding: 2px 0;
  line-height: 23px;
  font-size: 13px;
}
.cnxn .end-group > ul > li.editor .remove {
  margin-top: -10px;
}
.cnxn .end-group > ul > li.editor .remove .icon-x {
  position: static;
}
.cnxn .end-group > ul > li.editor input.autocomplete {
  width: 100%;
}
.cnxn .end-group > ul > li.editor .btns {
  right: 0;
}
.cnxn .end-group > ul > li.editor .btn-primary {
  color: #fff;
}
.cnxn .end-group [class^="icon-"] {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.cnxn .end-group.src-group {
  border-width: 0 2px 0 0;
}
.cnxn .end-group.src-group > ul {
  text-align: right;
}
.cnxn .end-group.src-group > ul > li {
  padding-left: 0;
  padding-right: 34px;
}
.cnxn .end-group.src-group > ul > li.empty {
  padding: 0 10px;
}
.cnxn .end-group.src-group [class^="icon-"] {
  left: auto;
  right: 10px;
}
.cnxn .end-group.src-group [class^="icon-"].entity.core:before {
  display: none;
}
.cnxn .end-group.src-group [class^="icon-"].entity.core:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  margin-left: -11px;
  margin-bottom: 11px;
  background-image: url('../../img/icons//icon-star.png');
  margin-left: 23px;
}
.cnxn .end-group.trg-group {
  border-width: 0 0 0 2px;
}
.cnxn .end-group.mid-group {
  border-width: 0 2px 0 2px;
}
.cnxn .end-group.mid-group .overlay {
  top: -120px;
  left: 100%;
  z-index: 1;
}
.cnxn .end-group a {
  white-space: normal;
  color: #333;
}
.cnxn.emphasize-active-cnxn a {
  /* subtle state */
  color: #999;
}
.cnxn.emphasize-active-cnxn [class^="icon-"] {
  /* subtle state */
  opacity: 0.6;
}
.cnxn.emphasize-active-cnxn .cnxn-name {
  /* subtle state */
  color: #aaa;
}
.cnxn.emphasize-active-cnxn .line-graphic {
  /* subtle state */
  border-bottom-color: #aaa;
}
.cnxn.emphasize-active-cnxn .line-icon {
  /*subtle state */
  background-position-x: right;
}
.cnxn.emphasize-active-cnxn .role {
  /* subtle state */
  color: #999;
}
.cnxn.emphasize-active-cnxn .end-group {
  /* subtle state */
  color: #999;
  border-color: #aaa;
  /* active state */
  /* hover state */
}
.cnxn.emphasize-active-cnxn .end-group.active {
  border-color: #333;
  background: #def -webkit-gradient(linear, left top, left bottom, from(#def), to(#eef7ff));
  background: #def linear-gradient(#def, #eef7ff);
  color: #000;
  border-color: #aaa;
}
.cnxn.emphasize-active-cnxn .end-group.active > label {
  color: #000;
}
.cnxn.emphasize-active-cnxn .end-group.active > label > span.type {
  color: #666 !important;
}
.cnxn.emphasize-active-cnxn .end-group.active.active-source {
  border-right-color: #000;
  -webkit-box-shadow: inset -5px 0 6px -6px #000;
  box-shadow: inset -5px 0 6px -6px #000;
}
.cnxn.emphasize-active-cnxn .end-group.active.active-target {
  border-left-color: #000;
  -webkit-box-shadow: inset 5px 0 6px -6px #000;
  box-shadow: inset 5px 0 6px -6px #000;
}
.cnxn.emphasize-active-cnxn .end-group.active a {
  color: #000;
}
.cnxn.emphasize-active-cnxn .end-group.active [class^="icon-"] {
  opacity: 1;
}
.cnxn.emphasize-active-cnxn .end-group.hover-source,
.cnxn.emphasize-active-cnxn .end-group.active.hover-source {
  border-right-color: #f90;
}
.cnxn.emphasize-active-cnxn .end-group.hover-target .cnxn.emphasize-active-cnxn .end-group.active.hover-target,
.cnxn.emphasize-active-cnxn .end-group.mid-group.hover-target,
.cnxn.emphasize-active-cnxn .end-group.end-group.hover-target {
  border-left-color: #f90;
}
.cnxn.emphasize-active-cnxn .end-group.hover-source,
.cnxn.emphasize-active-cnxn .end-group.hover-target {
  color: #000;
}
.cnxn.emphasize-active-cnxn .end-group.hover-source a,
.cnxn.emphasize-active-cnxn .end-group.hover-target a {
  color: #000;
}
.cnxn.emphasize-active-cnxn .end-group.hover-source [class^="icon-"],
.cnxn.emphasize-active-cnxn .end-group.hover-target [class^="icon-"] {
  opacity: 1;
}
.cnxn.emphasize-active-cnxn .line-wrapper {
  /* active state */
  /* hover state */
}
.cnxn.emphasize-active-cnxn .line-wrapper .cnxn-arrow {
  /* subtle state */
}
.cnxn.emphasize-active-cnxn .line-wrapper .cnxn-arrow.left {
  border-right: 11px solid #aaa;
}
.cnxn.emphasize-active-cnxn .line-wrapper .cnxn-arrow.right {
  border-left: 11px solid #aaa;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .line-graphic {
  border-bottom-color: #000;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .line-icon {
  background-position-x: left;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .cnxn-name {
  color: #333;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .role {
  color: #999;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .cnxn-arrow.left {
  border-right-color: #000;
}
.cnxn.emphasize-active-cnxn .line-wrapper.active .cnxn-arrow.right {
  border-left-color: #000;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .line-graphic,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .line-graphic,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .line-graphic,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .line-graphic {
  border-color: #f90;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .line-icon,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .line-icon,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .line-icon,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .line-icon {
  background-position-x: left;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .cnxn-name,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .cnxn-name,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .cnxn-name,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .cnxn-name {
  color: #333;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .role,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .role,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .role,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .role {
  color: #999;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .cnxn-arrow.left,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .cnxn-arrow.left,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .cnxn-arrow.left,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .cnxn-arrow.left {
  border-right-color: #f90;
}
.cnxn.emphasize-active-cnxn .line-wrapper:hover .cnxn-arrow.right,
.cnxn.emphasize-active-cnxn .line-wrapper.hover .cnxn-arrow.right,
.cnxn.emphasize-active-cnxn .line-wrapper.active:hover .cnxn-arrow.right,
.cnxn.emphasize-active-cnxn .line-wrapper.active.hover .cnxn-arrow.right {
  border-left-color: #f90;
}
.cnxn .add-remove-subcnxns {
  float: left;
  width: 100%;
  text-align: center;
  padding: 4px 0 4px 0;
}
/* Browse tables */
.table td.connection-column,
.table th.connection-column {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.table td.connection-column.source,
.table th.connection-column.source {
  padding-left: 6px;
}
.table td.connection-column.target,
.table th.connection-column.target {
  padding-right: 6px;
}
.table td.connection-column .cnxn .role,
.table th.connection-column .cnxn .role {
  top: 20px;
}
.table td.connection-column .cnxn .role.lefty,
.table th.connection-column .cnxn .role.lefty {
  left: 5px;
}
.table td.connection-column .cnxn .role.righty,
.table th.connection-column .cnxn .role.righty {
  right: 5px;
}
.table td.connection-column .cnxn .cnxn-wrapper,
.table th.connection-column .cnxn .cnxn-wrapper {
  padding: 0;
}
/* Row details, more compact! */
.row-detail-body .end-group {
  min-width: 70px;
}
/* In the create wizard */
#wizardContent .cnxn-wrapper {
  margin-bottom: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Connections (text-based)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.text-cnxn .content {
  color: #666;
}
.text-cnxn .text-cnxn-line {
  background: transparent url('../../img/cnxn-handle.gif') left top no-repeat;
  display: inline-block;
  height: 13px;
  margin: 0 2px;
  text-indent: -999em;
  vertical-align: text-bottom;
  width: 18px;
}
.text-cnxn .text-cnxn-line.left-arrow {
  background-position: left top;
}
.text-cnxn .text-cnxn-line.right-arrow {
  background-position: right top;
}
.text-cnxn .text-cnxn-line.left {
  background-position: left -13px;
}
.text-cnxn .text-cnxn-line.right {
  background-position: right -13px;
}
.text-cnxn .text-cnxn-line.sub.left-arrow {
  background-position: left -26px;
}
.text-cnxn .text-cnxn-line.sub.right-arrow {
  background-position: right -26px;
}
.text-cnxn .text-cnxn-line.sub.left {
  background-position: left -39px;
}
.text-cnxn .text-cnxn-line.sub.right {
  background-position: right -39px;
}
ul.modifiable .text-cnxn {
  display: inline-block;
}
h1 .text-cnxn .text-cnxn-line {
  margin: 0;
  background-image: url('../../img/cnxn-handle-large.png');
  font-size: 1px;
  height: 23px;
  position: relative;
  top: -2px;
  width: 57px;
}
h1 .text-cnxn .text-cnxn-line.left-arrow {
  background-position: left top;
}
h1 .text-cnxn .text-cnxn-line.right-arrow {
  background-position: right top;
}
h1 .text-cnxn .text-cnxn-line.left {
  background-position: left -23px;
}
h1 .text-cnxn .text-cnxn-line.right {
  background-position: right -23px;
}
h1 .text-cnxn .text-cnxn-line.sub.left-arrow {
  background-position: left -46px;
}
h1 .text-cnxn .text-cnxn-line.sub.right-arrow {
  background-position: right -46px;
}
h1 .text-cnxn .text-cnxn-line.sub.left {
  background-position: left -69px;
}
h1 .text-cnxn .text-cnxn-line.sub.right {
  background-position: right -69px;
}
.assoc-path-rolledup .text-cnxn-link {
  display: inline-block;
  border: 1px solid #fff;
  /* Hack for IE8 (gives it a width?) */
}
.dropdown.add-menu {
  position: absolute;
  top: 0;
  right: 215px;
}
.dropdown.add-menu.open .dropdown-menu {
  display: table;
}
.dropdown.add-menu .arrow {
  right: 20px;
  left: auto;
}
.dropdown.add-menu .dropdown-menu {
  padding: 10px;
}
.dropdown.add-menu .dropdown-menu li > a {
  color: #20498d;
}
.dropdown.add-menu .dropdown-menu li > a:hover {
  color: #fff;
}
.dropdown.add-menu .dropdown-menu li > a:before {
  display: inline-block;
  margin-left: 0;
  margin-right: 3px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.dropdown.add-menu .add-menu-group-border {
  border-right: 1px solid #ddd;
}
.dropdown.add-menu .add-menu-group {
  display: table-cell;
  padding-right: 15px;
}
.dropdown.add-menu .add-menu-group:last-child {
  padding-left: 15px;
  padding-right: 0;
}
.dropdown.add-menu .add-menu-group-title {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #999;
  text-align: left;
  font-size: 15px;
  padding: 0 0 5px 13px;
}
.dropdown.add-menu .add-menu-group-column {
  display: table-cell;
  padding: 0 5px;
}
.dropdown.add-menu .add-menu-group-column > li {
  display: table-row;
}
.dropdown.add-menu .add-menu-group-column > li a {
  display: table-cell;
  overflow: hidden;
  max-width: 150px;
  min-width: 100px;
  padding: 3px 8px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown.add-menu .add-menu-group-column > li a:hover {
  color: #fff;
  background: #20498d;
  text-decoration: none;
}
.dropdown.add-menu .caret {
  border-top-color: #fff;
}
.dropdown.add-menu .dropdown-toggle {
  display: block;
  height: 60px;
  padding: 20px 10px 0;
  font-size: 11px;
  color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
Data Sheet Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-header h1.datasheet-title {
  margin: 0px;
}
.datasheet {
  width: 100%;
  padding-left: 16px;
}
.datasheet a {
  color: #000;
  font-weight: normal;
}
.datasheet form {
  background: none;
  border: none;
}
.datasheet h1 {
  font-weight: normal;
  color: #20498d;
  font-size: 9pt;
  padding-top: 5px;
  text-transform: uppercase;
}
.datasheet h2 {
  font-size: 7pt;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666;
  text-transform: uppercase;
}
.datasheet h2.big-font {
  font-size: 10pt;
}
.datasheet p {
  color: #000;
  font-size: 100%;
  line-height: 11pt;
}
.datasheet li {
  padding-bottom: 4px;
  line-height: 11pt;
}
.datasheet ol {
  padding-top: 5px;
  margin-left: 17px;
  list-style-type: decimal;
}
.datasheet ul {
  padding-top: 5px;
}
.datasheet th {
  border-top: 0px;
}
.datasheet td {
  background: none;
}
.datasheet tfoot td {
  background: none;
}
.datasheet .box.active {
  border-color: #bcd2ea;
}
.datasheet .bullet-list ul {
  margin-left: 17px;
  list-style-type: disc;
}
.datasheet .cnxn {
  padding: 0px;
}
.datasheet .detail-table {
  padding: 0px 20px;
}
.datasheet .label {
  display: inline-block;
  width: 105px;
  text-transform: uppercase;
  color: #666;
  line-height: 10pt;
  font-size: 7pt;
}
.datasheet .status-bar {
  height: 20px;
  width: 100%;
  display: inline-block;
}
.datasheet .status-text {
  font-weight: bold;
  padding: 5px 0px 10px 0px;
  display: inline-block;
  font-size: 13pt;
  text-transform: uppercase;
}
.datasheet .count {
  float: left;
  font-weight: bold;
  display: block;
}
.datasheet .count.large {
  line-height: 33px;
  font-size: 26pt;
  margin: 1px 0px 10px 0px;
}
.datasheet .count.medium {
  line-height: 23px;
  font-size: 18pt;
}
.datasheet .small-pie {
  margin-top: -8px;
  height: 60px;
  float: right;
  width: 200px;
}
.datasheet .labeled-drop-down {
  min-height: 22px;
}
.datasheet #externalConnectionDiagram {
  margin-top: -20px;
}
.datasheet #internalConnectionDiagram {
  margin-top: -50px;
  margin-bottom: -15px;
}
.datasheet .light-top-border {
  border-top: 1px solid #ddd;
}
.datasheet .light-top-border.thick {
  border-top: 2px solid #ddd;
}
.datasheet .dark-top-border {
  border-top: 2px solid #bcd2ea;
}
.datasheet .secondary-detail {
  color: #999;
  display: inline-block;
  font-style: italic;
}
.datasheet .secondary-detail.next-line {
  display: block;
  clear: both;
}
.datasheet .row {
  width: 100%;
  float: right;
  position: relative;
  padding-bottom: 40px;
}
.datasheet .row .row-header {
  width: 100%;
  display: inline-block;
}
.datasheet .row .row-header h1 {
  float: left;
}
.datasheet .row .row-header .icon {
  background-color: #20498d;
  float: right;
  margin: -1px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.datasheet .row .row-header .details {
  padding-top: 5px;
  padding-right: 10px;
  float: right;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  background: url('../../img/icons/icon-magnifier.png') center center no-repeat;
}
.datasheet .row .section-header {
  width: 100%;
  display: inline-block;
}
.datasheet .row .section-header h2 {
  float: left;
}
.datasheet .row .section-header .details {
  padding-top: 5px;
  padding-right: 10px;
  float: left;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  background: url('../../img/icons/icon-magnifier.png') center center no-repeat;
  margin-top: -3px;
}
.datasheet .row .content {
  float: left;
  width: 63%;
}
.datasheet .row .content .details {
  padding-top: 5px;
  padding-right: 10px;
  float: left;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  background: url('../../img/icons/icon-magnifier.png') center center no-repeat;
}
.datasheet .row .sidebar {
  width: 33%;
  float: right;
  position: relative;
}
.datasheet .row .sidebar.no-top-padding {
  margin-top: -18px;
}
.datasheet .row .two-column {
  vertical-align: top;
  margin-top: 20px;
  display: inline-block;
  width: 45%;
}
.datasheet .row .three-column {
  vertical-align: top;
  margin-top: 20px;
  display: inline-block;
  width: 30%;
}
.datasheet .row .two-column-spacer {
  vertical-align: top;
  display: inline-block;
  width: 8%;
}
.datasheet .row .three-column-spacer {
  vertical-align: top;
  display: inline-block;
  width: 3%;
}
.datasheet .row .one-column {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
/* Interaction Diagram */
.interaction {
  width: 420px;
  margin: 20px auto;
}
.interaction td {
  padding: 0;
}
.interaction .left li,
.interaction .right li {
  float: left;
  position: relative;
  width: 110px;
}
.interaction a {
  color: #fff;
}
.interaction .item {
  position: relative;
  z-index: 1;
  /* place above abs positioned .lines */
  width: 72px;
  height: 16px;
  padding: 5px 3px 5px 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 12pt;
  background: #20498d;
  text-align: center;
  border-radius: 4px;
  background-clip: padding-box;
}
.interaction .item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0px 0px 0px;
  background-color: #20498d;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.interaction .left .item {
  float: left;
}
.interaction .left .item .icon {
  float: right;
}
.interaction .right .item {
  float: right;
}
.interaction .right .item .icon {
  float: left;
}
.interaction .line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #20498d;
}
.interaction .box-diagram .box {
  margin: 0px;
  min-height: 160px;
}
.interaction .box-diagram .box .count {
  cursor: default;
  color: #666;
  width: 80%;
  height: 55px;
  border-color: #bcd2ea;
  right: 17px;
  margin-left: 25px;
  margin-bottom: 10px;
  line-height: 12px;
}
.interaction .box-diagram .box .count .descendant-count {
  padding: 10px;
  color: #666;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: -8px;
}
.interaction .box-diagram .box label {
  width: 160px;
}
.discussions {
  padding-left: 25px;
}
.discussions table {
  width: 100%;
  margin: 0;
}
.discussions thead {
  display: none;
}
.discussions .norecords {
  display: block;
  margin-top: 20px;
}
.discussions .btn-add {
  position: absolute;
  bottom: 100%;
  right: 10px;
}
.discussions .discussion {
  padding: 0;
}
.discussions .discussion .discussion-summary {
  position: relative;
  padding: 10px 50px 10px 80px;
}
.discussions .discussion .discussion-summary > .btn {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: #20498d;
  -webkit-box-shadow: none 0 1px 1px #000;
  box-shadow: none 0 1px 1px #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.discussions .discussion .discussion-count {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: left;
}
.discussions .discussion .discussion-count .count {
  position: relative;
  display: inline-block;
  padding: 7px 13px;
  font-size: 16px;
  background: #eee;
  color: #20498d;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 4px;
  background-clip: padding-box;
}
.discussions .discussion .discussion-count .count:after {
  content: '';
  position: absolute;
  left: 100%;
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 12px 0px 0px 16px;
  top: 17px;
}
.discussions .discussion .discussion-count label {
  font-size: 9px;
  text-transform: uppercase;
}
.discussions .discussion .discussion-name {
  font-size: 18px;
}
.discussions .discussion .discussion-description {
  color: #999;
  font-size: 11px;
}
.discussions .discussion .discussion-byline {
  display: block;
}
.discussions .navigation {
  border-bottom-color: #ccc;
}
.discussions .navigation > td {
  padding-top: 5px;
}
.discussions .discussion-comments {
  padding-left: 75px;
}
.discussions .discussion-comments .discussion-comments-body {
  border-top: 1px solid #eee;
}
.discussions .discussion-comments tbody td {
  display: block;
  border: none;
}
.discussions .discussion-comments .remove {
  float: right;
  font-size: 9px;
  color: #999;
  line-height: 12px;
}
.discussions .discussion-comments .remove:hover {
  color: #444;
}
.discussions .discussion-comments .byline {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-top: 4px;
}
.discussions .discussion-comments .byline:first-child {
  margin-top: 10px;
}
.discussions .discussion-comments .name {
  width: 80%;
}
.discussions .discussion-comments .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.discussions .discussion-comments .message {
  padding: 10px;
  background: #eee;
  border-radius: 4px;
  background-clip: padding-box;
}
.discussions .discussion-comments .message p:last-child {
  margin-bottom: 0;
}
.discussions .discussion-comments textarea {
  width: 100%;
  min-height: 40px;
  margin-top: 20px;
}
.discussions .discussion-comments .btn {
  margin-bottom: 20px;
}
.discussions .discussion-comments .navigation {
  border-bottom: none;
}
.discussions .discussion-comments .navigation > td {
  padding-top: 10px;
  background: none;
  border-top: none;
}
#discussion_table > .btn-add {
  position: relative;
  top: -19px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Document Tracer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mx-editor {
  position: relative;
  overflow: hidden;
  background: #f5faff;
}
.mx-editor.edit-state a.button.save {
  display: inline-block;
}
.mx-editor.edit-state a.button.cancel {
  display: inline-block;
  margin-left: 10px;
}
.mx-editor ul {
  margin: 0;
}
.mx-editor span.icon.cell {
  display: none;
}
.mx-editor span.icon.cell.unlinked {
  display: inline-block;
}
.mx-editor a.button.save {
  display: none;
}
.mx-editor a.button.cancel {
  display: none;
}
.mx-editor .no-preview {
  color: #999;
  font-style: italic;
  padding-top: 80px;
  display: block;
  text-align: center;
}
.mx-editor .to-be-saved {
  background: none;
}
/* applies to HTML labels in SVG Objects */
svg body {
  padding: 0;
  background: none;
  min-width: 0;
}
#connectionDiagram td {
  background: none;
}
.frost {
  display: none;
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
#no-external-connections-message,
#no-internal-connections-message,
.mx-browser-no-vectors {
  display: none;
  float: left;
  padding: 10px;
}
#no-external-connections-message,
#no-internal-connections-message {
  float: none;
  height: 310px;
  text-align: center;
  background: #f5f5f5;
  font-size: 18px;
  color: #cccccc;
}
#no-external-connections-message,
#no-internal-connections-message {
  float: none;
  height: 310px;
  text-align: center;
  background: #f5f5f5;
  font-size: 18px;
  color: #ccc;
}
#no-external-connections-message [class^="icon-"],
#no-internal-connections-message [class^="icon-"] {
  display: block;
  margin: 90px 0 40px 0;
  font-size: 96px;
  color: #ccc;
}
.mx-label {
  color: #333;
  display: block;
  margin-top: -2px;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  font-weight: normal;
}
.mx-label.clickable {
  cursor: pointer;
}
.mx-label.subtle {
  color: #666;
  height: auto;
}
.mx-label.emphasized {
  font-size: 16px;
  margin-top: 6px;
}
.mx-label [class^="icon-"] {
  line-height: 24px;
  margin-right: 4px;
}
.mx-header,
.mx-footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 150px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* believe it or not this works in IE8 (standards mode) */
  text-align: left;
}
.mx-header p,
.mx-footer p {
  display: inline-block;
  margin: 0 0 0 20px;
  max-width: 300px;
}
.mx-linked-entity-link {
  position: absolute;
  height: 100%;
  width: 332px;
  top: 0;
  right: 0;
  margin: 0;
  border: solid #cde;
  border-width: 0 1px 0 1px;
  z-index: 1;
  background: #f5faff -webkit-gradient(linear, left top, left bottom, from(#f5faff), to(#fff));
  background: #f5faff linear-gradient(#f5faff, #fff);
}
.mx-linked-entity-link.open {
  border-width: 2px 2px 0 2px;
  background: #f5faff -webkit-gradient(linear, left top, left bottom, from(#f5faff), to(#def));
  background: #f5faff linear-gradient(#f5faff, #def);
}
.mx-linked-entity-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #999;
}
.mx-linked-entity-link.open:after {
  left: 7px;
  margin-top: -5px;
  border-left-color: transparent;
  border-top-color: #999;
}
.mx-linked-entity-link > span {
  display: block;
  position: absolute;
  top: 9px;
  left: 22px;
}
.overlay-body .mx-header {
  display: none;
}
.mx-canvas {
  position: relative;
  border: 2px #cde solid;
  overflow: hidden;
  min-height: 200px;
  background: #fff;
}
.mx-graph {
  overflow: hidden;
  background: #fff url(/b/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator.gif) top left no-repeat;
}
.mx-graph a {
  cursor: move;
}
.mx-flyout {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
  padding-bottom: 10px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid #cde;
  border-width: 0 0 1px 1px;
  text-shadow: 1px 1px 2px #fff;
  background: #eef7ff;
  /* fallback for no rgba */
  background: hsla(208.23529412, 100%, 96.66666667%, 0.9);
}
.mx-flyout p {
  padding: 4px;
}
.mx-footer {
  min-height: 30px;
}
.document-linked-entities .box {
  padding: 5px;
  margin: 0;
}
.document-linked-entities .box-header {
  padding-top: 10px;
  margin-left: 10px;
}
.document-linked-entities .btns {
  display: none;
}
.document-linked-entities .mx-remove-unlinked {
  font-size: 11px;
  margin-right: 10px;
}
.document-linked-entities.mx-linked-entities li {
  visibility: hidden;
}
.document-linked-entities input,
.document-linked-entities select {
  width: 285px;
  margin-left: 5px;
}
.document-linked-entities .icon-cell {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  background-position: 20px 20px;
  background-image: url('../../img/icons/icon-mx-menu-toolbar.png');
}
.document-linked-entities .icon-cell.unlinked {
  background-position: 0px -20px;
}
.document-linked-entities .icon-cell.linked {
  background-position: 0px -60px;
}
.document-linked-entities .icon-cell.edge-unlinked {
  background-position: -160px -20px;
}
.document-linked-entities .icon-cell.edge-linked {
  background-position: -160px -60px;
}
.document-linked-entities li.hover {
  background: #fff;
}
.document-linked-entities li.hover .icon-cell.unlinked {
  background-position: 0px 0px;
}
.document-linked-entities li.hover .icon-cell.linked {
  background-position: 0px -40px;
}
.document-linked-entities li.hover .icon-cell.edge-unlinked {
  background-position: -160px 0px;
}
.document-linked-entities li.hover .icon-cell.edge-linked {
  background-position: -160px -40px;
}
.mx-zoom {
  position: absolute;
  right: 5px;
  top: 3px;
}
.mx-zoom > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: white center center no-repeat;
  text-indent: -999em;
  padding: 2px;
  border: 2px solid #def;
}
.mx-zoom > a.mx-zoom-in {
  background-image: url('../../img/icons/icon-zoom-in.png');
}
.mx-zoom > a.mx-zoom-out {
  background-image: url('../../img/icons/icon-zoom-out.png');
}
.mx-zoom > a.mx-zoom-actual {
  background-image: url('../../img/icons/icon-zoom-actual.png');
}
.mx-zoom > a.mx-zoom-fit {
  background-image: url('../../img/icons/icon-zoom-fit.png');
}
.mx-zoom-msg {
  position: absolute;
  width: 99em;
  right: 100%;
  top: 4px;
  margin-right: 8px;
  white-space: nowrap;
  text-align: right;
}
.mx-unlinked-cells li {
  font-style: italic;
}
.mx-remove-unlinked {
  position: absolute;
  right: 4px;
}
.mx-menu {
  display: none;
  position: absolute;
  width: 300px;
  margin: 0;
  z-index: 1104;
  text-align: left;
  border: 1px solid #999;
  background: #fff;
}
.mx-menu ul {
  margin: 0;
}
.mx-menu > li {
  float: left;
  width: 100%;
}
.mx-menu-linked-to {
  display: none;
}
.mx-menu-link,
.mx-menu-unlink {
  display: inline-block;
  padding-left: 20px;
  background: transparent no-repeat left center;
  line-height: 16px;
}
.mx-menu-link {
  background-image: url('../../img/icons/icon-cell-linked.png');
}
.mx-menu-unlink {
  background-image: url('../../img/icons/icon-cell-unlinked.png');
}
.mx-menu-toolbar {
  padding: 7px;
  background-color: #eef7ff;
  margin: 0 0 0 0px;
  width: 286px;
}
.mx-menu-toolbar li {
  float: left;
  clear: none;
  width: auto;
  margin: 0;
}
.mx-menu-toolbar li.right {
  float: right;
}
.mx-menu-toolbar li.bump-left {
  margin-left: 16px;
}
.mx-menu-toolbar li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #eef7ff;
  background: url('../../img/icons/icon-mx-menu-toolbar.png') no-repeat;
  text-indent: -999em;
}
.mx-menu-toolbar li a.mx-menu-rect {
  background-position: 0px -80px;
}
.mx-menu-toolbar li a.mx-menu-ellipse {
  background-position: -20px -80px;
}
.mx-menu-toolbar li a.mx-menu-cylinder {
  background-position: -40px -80px;
}
.mx-menu-toolbar li a.mx-menu-hex {
  background-position: -60px -80px;
}
.mx-menu-toolbar li a.mx-menu-triangle {
  background-position: -80px -80px;
}
.mx-menu-toolbar li a.mx-menu-rhombus {
  background-position: -100px -80px;
}
.mx-menu-toolbar li a.mx-menu-cloud {
  background-position: -120px -80px;
}
.mx-menu-toolbar li a.mx-menu-actor {
  background-position: -140px -80px;
}
.mx-menu-toolbar li a.mx-menu-no-arrow {
  background-position: -180px -60px;
}
.mx-menu-toolbar li a.mx-menu-tgt-arrow {
  background-position: -180px -40px;
}
.mx-menu-toolbar li a.mx-menu-src-arrow {
  background-position: -180px -20px;
}
.mx-menu-toolbar li a.mx-menu-both-arrow {
  background-position: -180px 0px;
}
.mx-menu-toolbar li a.mx-menu-elbow {
  background-position: -200px 0px;
}
.mx-menu-toolbar li a.mx-menu-straight {
  background-position: -200px -20px;
}
.mx-menu-toolbar li a.mx-menu-tofront {
  background-position: -200px -60px;
}
.mx-menu-toolbar li a.mx-menu-toback {
  background-position: -200px -40px;
}
.mx-menu-toolbar li a.mx-menu-delete {
  background: url('../../img/icons/icon-eraser.png') no-repeat center center;
}
.mx-menu-toolbar li a:hover {
  border-color: #cde;
}
.mx-menu-toolbar li.active a {
  border-color: #7891ba;
}
.mx-menu-selector {
  padding: 10px;
  margin: 0 0 0 0px;
  width: 280px;
}
.mx-menu-linked-to {
  padding: 10px;
  margin: 0 0 0 0px;
}
.mx-sidebar a {
  cursor: pointer;
}
.mx-menu .mx-menu-selector select.short {
  margin-top: 4px;
  width: 200px;
}
.mx-menu .mx-menu-selector input {
  width: 270px;
}
.mx-menu .mx-menu-selector form {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.mx-tooltip.tooltip {
  display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Document Viewer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#document-viewer {
  margin-bottom: 50px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
}
.thumbnails {
  visibility: hidden;
  /* turned on in scrollableList.js */
  position: relative;
  width: auto;
  padding-bottom: 5px;
}
.thumbnails-wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 6px;
}
.thumbnails.vertical .thumbnails-wrapper {
  padding-bottom: 0;
}
.thumbnails ul {
  width: 2000px;
}
.thumbnails li {
  float: left;
  display: inline;
  margin: 0 10px;
  text-align: center;
  width: 100px;
}
.thumbnails li a {
  display: inline-block;
  line-height: 1.2em;
  word-wrap: break-word;
  width: 100%;
}
.thumbnails li a span.thumbnail-img {
  display: inline-block;
  height: 75px;
  width: 75px;
  background: transparent no-repeat center center;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-clip: padding-box;
}
.thumbnails li a span.thumbnail-img:hover {
  border-color: #ccc;
}
.thumbnails li.active a span.thumbnail-img {
  border-color: #20498d;
}
/* Vertical thumbnails */
.thumbnails.vertical {
  width: auto;
  overflow: hidden;
  float: left;
  border: none;
  padding: 0 6px 0 6px;
}
.thumbnails.vertical .thumbnails-wrapper {
  height: 100%;
}
.thumbnails.vertical ul {
  width: auto;
}
.thumbnails.vertical li {
  float: none;
  line-height: 22px;
  display: block;
  width: 90px;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}
.thumbnails.vertical li a {
  color: #999;
  border: solid #eef7ff;
  border-width: 1px 0 1px 0;
  padding: 5px 0 3px 0;
}
.thumbnails.vertical li.active a {
  color: #000;
  border-color: #cde;
  background: #fff;
}
.thumbnails.vertical li a span.thumbnail-img {
  border: none;
}
span.thumbnail-small-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: transparent no-repeat center center;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-clip: padding-box;
}
.scroll-left,
.scroll-right {
  position: absolute;
  top: 0;
  width: 16px;
  /* height set in JS */
  background: #eee url('../../img//scroll-arrows-left-right.png') no-repeat;
  cursor: pointer;
}
.scroll-left.inactive,
.scroll-right.inactive {
  cursor: auto;
  background: transparent;
}
.scroll-left {
  left: 0;
  background-position: 0 center;
}
.scroll-right {
  right: 0;
  background-position: -16px center;
}
.scroll-top,
.scroll-bottom {
  position: absolute;
  left: 6px;
  height: 16px;
  /* width set in JS */
  background: #e2eaf2 url('../../img/scroll-arrows-up-down.png') no-repeat;
  cursor: pointer;
}
.scroll-top.inactive,
.scroll-bottom.inactive {
  cursor: auto;
  background: transparent;
}
.scroll-top {
  top: 0;
  background-position: center -6px;
}
.scroll-bottom {
  bottom: 0;
  background-position: center -28px;
}
#preview-area {
  padding: 0 0 20px 0;
  position: relative;
  clear: both;
}
#preview-area .mx-editor {
  float: left;
  width: 100%;
  border-top: 1px solid #e2eaf2;
}
#preview-area .mx-graph a {
  cursor: pointer;
}
#preview-area .mx-flyout {
  display: none;
}
#preview-area .mx-footer .edit-only {
  display: none;
}
#preview-area .document-linked-entities ul.modifiable a.remove {
  display: none;
}
.preview {
  text-align: center;
}
.preview img {
  max-height: 100%;
  max-width: 100%;
}
.fullsize {
  position: absolute;
  top: -12px;
  right: 0;
  padding-right: 14px;
  background: url('../../img/icons/icon-external-link.png') right center no-repeat;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Donut Stat Item
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.donut-stat donut-chart {
  position: relative;
  display: block;
  height: 140px;
  margin: 0 auto;
}
.donut-stat .highcharts-container,
.donut-stat svg {
  overflow: visible !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Drill-Down Selector
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.drill-down-selector {
  display: none;
}
.flat-selector span.root-node,
.drill-down-selector a.root-node {
  color: #333;
  display: inline-block;
  margin: 6px 0 4px;
  padding: 4px 8px 4px 7px;
  border-radius: 6px;
  background-clip: padding-box;
}
.drill-down-selector a.root-node:hover {
  background: #eef7ff;
  text-decoration: none;
}
.drill-down-selector a.root-node.selected {
  background: #20498d;
  color: #fff;
}
.drill-down-selector form {
  margin: 0;
  padding: 5px 0 0 14px;
}
.drill-down-selector form label {
  display: inline-block;
  margin-top: 2px;
  color: #666;
}
.drill-down-selector .tree {
  font-size: 12px;
  margin: 0 0 12px 12px;
}
.drill-down-selector .tree.show-core-icon .tree-content {
  padding: 0;
}
.drill-down-selector .tree-node a {
  padding: 2px 10px 2px 4px;
  color: #333;
  border-radius: 6px;
  background-clip: padding-box;
}
.flat-selector li a:hover,
.drill-down-selector .tree-node a:hover {
  background: #eef7ff;
  text-decoration: none;
}
.flat-selector li a.selected,
.drill-down-selector .tree-node.selected a {
  background: #20498d;
  color: #fff;
  font-weight: normal;
}
.flat-selector .selected span.type,
.drill-down-selector .tree-node.selected span.type {
  color: #ddd !important;
}
.drill-down-selector .tree span.tree-junction,
.drill-down-selector .tree a.tree-junction-expanded,
.drill-down-selector .tree a.tree-junction-collapsed {
  display: none;
}
.drill-down-selector .tree-subtree {
  padding: 4px 0 0 30px;
}
.drill-down-selector div.active-list-container {
  margin: 0 0 6px 0;
  border-left: 1px solid #ccc;
}
.flat-selector div.active-list,
.drill-down-selector div.active-list {
  min-height: 100px;
  max-height: 250px;
  overflow-y: auto;
}
.drill-down-selector div.spinner {
  height: 16px;
  width: 16px;
  background: transparent url(/b/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator.gif);
  margin: 6px 0 0 9px;
}
.flat-selector {
  line-height: 20px;
}
.flat-selector li a {
  padding: 2px 10px 2px 4px;
  color: #333;
  font-size: 12px;
  border-radius: 6px;
  background-clip: padding-box;
}
.flat-selector span.root-node {
  font-size: 15px;
  font-weight: bold;
}
.flat-selector div.active-list-container {
  margin: 0 0 12px 12px;
  border-left: 1px solid #ccc;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-toggle .icon-caret-down {
  display: inline-block;
  margin-left: -2px;
  font-size: 8px;
}
.dropdown-menu,
.select2-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  overflow: auto;
  min-width: 140px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: rgba(102, 102, 102, 0.3) 0 1px 4px 0 1px 1px #000;
  box-shadow: rgba(102, 102, 102, 0.3) 0 1px 4px 0 1px 1px #000;
  -webkit-box-shadow: rgba(102, 102, 102, 0.3) 0 1px 4px;
  box-shadow: rgba(102, 102, 102, 0.3) 0 1px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right,
.select2-drop.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider,
.select2-drop .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eee;
}
.dropdown-menu > li > a,
.select2-drop > li > a,
.dropdown-menu > li > span,
.select2-drop > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #444;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .add-menu-group > li > a:focus,
.dropdown-menu > .add-menu-group > li > span:hover,
.dropdown-menu > .add-menu-group > li > span:focus,
.select2-results .select2-highlighted {
  border: none;
  text-decoration: none;
  color: #fff;
  background: #20498d;
}
.dropdown-menu > .add-menu-group > li a:hover {
  text-decoration: none;
  background-color: #20498d;
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > button,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > button:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > button:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0
;
  left: auto
;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0
;
  left: 100%
;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px

;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  max-height: 320px;
  padding-bottom: 0px;
  overflow-y: auto;
  z-index: 1051;
  margin-top: 2px;
  border-radius: 3px;
}
.typeahead li.active {
  background-color: #20498d;
  color: white;
}
.typeahead li.active div {
  color: white;
}
.dropdown-menu > .add-menu-group > li > entity-icon-text,
.static > a {
  float: left;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #444;
  white-space: nowrap;
}
.dropdown-menu li > entity-icon-text:hover,
.dropdown-menu li > entity-icon-text:focus,
.dropdown-menu .active > entity-icon-text,
.dropdown-menu .active > entity-icon-text:hover,
.dropdown-submenu:hover > entity-icon-text {
  border: 0;
  color: #fff;
  background: #3690e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.dropdown-menu > .active > entity-icon-text:hover,
.dropdown-menu > .active > entity-icon-text:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #20498d;
}
.static > a {
  background: #eee;
}
.static:hover > a {
  background: #20498d;
}
.addDialog.modal-body {
  overflow-y: inherit;
}
.colorBox {
  width: 20px;
  height: 20px;
  display: block;
}
.dropdown-menu .divider {
  float: left;
  width: 100%;
}
.dropdown-grouped-results .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  background: #f5f5f5;
}
.dropdown-grouped-results .dropdown-menu:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.dropdown-grouped-results .dropdown-menu > li {
  position: relative;
  margin: 0 10px;
  padding-left: 130px;
  border-top: 1px solid #bcc8dd;
  color: #20498d;
}
.dropdown-grouped-results .dropdown-menu > li:first-of-type {
  border-top: none;
}
.dropdown-grouped-results .dropdown-menu > li.empty > ul > li {
  padding: 4px 8px;
  text-align: left;
  color: #999;
  background: #fff;
}
.dropdown-grouped-results .dropdown-menu > li .group-header {
  position: absolute;
  left: 10px;
  height: 30px;
  padding: 5px 10px 4px 0;
  text-align: right;
  width: 120px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 11px;
}
.dropdown-grouped-results .dropdown-menu > li .group-header [class^="icon-"] {
  float: left;
  font-size: 20px;
}
.dropdown-grouped-results .dropdown-menu > li > ul {
  min-height: 28px;
  margin: 0;
}
.dropdown-grouped-results .dropdown-menu > li > ul > li a {
  display: block;
  padding: 4px 8px 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  background: #fff;
  color: #4e9ae3;
}
.dropdown-grouped-results .dropdown-menu > li > ul > li.selected a,
.dropdown-grouped-results .dropdown-menu > li > ul > li a:hover,
.dropdown-grouped-results .dropdown-menu > li > ul > li a.selected {
  background: #def;
  text-decoration: none;
}
.dropdown-grouped-results .dropdown-menu > li > ul > li.is-associated a {
  color: #999;
  cursor: not-allowed;
  background: #fff;
}
.dropdown-grouped-results .dropdown-menu > li > ul > li.is-associated a:before {
  margin-right: 4px;
  color: #aaa;
}
.dropdown.dropdown-pin-actions.open .dropdown-menu {
  overflow: visible;
}
.dropdown.dropdown-pin-actions .add-widget .dropdown.dropdown-grouped-results {
  display: block;
}
.edit-toggle {
  text-decoration: none;
  color: #000;
}
.edit-toggle:hover {
  text-decoration: none;
}
.editable-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
}
.editable-table-header .btns {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 4px;
  margin: 0;
  background: #f5f5f5;
}
.editable-table-header .btn {
  float: right;
  margin-right: 8px;
}
.table.editable-table-body {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.table.editable-table-body.loading {
  opacity: 0.3;
}
.table.editable-table-body thead tr {
  border-top: 1px solid #ccc;
}
.table.editable-table-body th {
  background: #eee;
  padding: 2px 8px;
}
.table.editable-table-body tbody tr:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.table.editable-table-body tbody tr.active {
  background: #e6f2ff;
}
.table.editable-table-body tbody tr.active.subtle {
  background: #f5faff;
}
.table.editable-table-body tbody tr.active td {
  border-top-color: #999;
}
.table.editable-table-body tbody tr.active + tr:not(.active) td,
.table.editable-table-body tbody tr.active + tr.active.subtle td,
.table.editable-table-body tbody tr.active.subtle + tr:not(.active) td {
  border-top-color: #999;
}
.table.editable-table-body tbody tr.active + tr.subtle td,
.table.editable-table-body tbody tr.active.subtle + tr.active td {
  border-top-color: #ccc;
}
.table.editable-table-body tbody tr .edit {
  color: #333;
  padding: 8px 8px 8px 4px;
}
.table.editable-table-body tbody tr .edit:hover {
  color: #000;
}
.table.editable-table-body .no-assocs-found {
  height: 310px;
  text-align: center;
  background: #f5f5f5;
}
.table.editable-table-body .no-assocs-found > [class^=icon-] {
  display: block;
  margin: 90px 0 20px 0;
  font-size: 96px;
  color: #ccc;
}
.table.editable-table-body .no-assocs-found p {
  font-size: 18px;
  color: #ccc;
}
.table.editable-table-body .no-assocs-found .btn-add {
  float: none;
}
.table.editable-table-body .no-assocs-found .btn-add [class^=icon-] {
  color: #fff;
  font-size: 100%;
}
.table.editable-table-body [entity-icon-link] [class^="icon-"] {
  display: none;
}
.popover.associationDetail {
  display: block;
  min-width: 600px;
  max-width: none;
}
.entity-pills-holder {
  position: relative;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
}
.entity-pills-holder:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 59px;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.entity-pills {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 76px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 15px;
  /* On webkit we can make scrollbar transparent */
}
.entity-pills ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.entity-pills .entity-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-size: 13px;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.entity-pills .entity-pill:hover {
  text-decoration: none;
}
.entity-pills .entity-pill:last-child {
  padding-right: 20px;
}
.entity-pills .entity-pill-label {
  padding: 4px 14px;
  margin-right: -3px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  white-space: nowrap;
  background: #999;
  color: #fff;
  font-weight: 300;
  text-transform: lowercase;
}
.entity-pills .entity-pill-value {
  padding: 4px 14px;
  white-space: nowrap;
  border-radius: 3px;
  background: #666;
  color: #fff;
}
.entity-pills .entity-pill-domain .entity-pill-value {
  background: #e49e37;
}
.entity-pills .entity-pill-domain .entity-pill-label {
  background: rgba(228, 158, 55, 0.7);
}
.entity-pills .entity-pill-type .entity-pill-value {
  background: #0f9eac;
}
.entity-pills .entity-pill-type .entity-pill-label {
  background: rgba(15, 158, 172, 0.6);
}
.entity-compliance-sidebar p.muted {
  position: relative;
  padding-left: 50px;
}
.entity-compliance-sidebar p.muted .compliance-status {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 42px;
}
.entity-compliance-sidebar-item > ul {
  margin: 5px 0 10px 15px;
}
.entity-compliance-sidebar-item .dropdown-toggle {
  display: inline-block;
  padding: 4px 0 0 22px;
}
.entity-compliance-sidebar-item .dropdown-toggle .compliance-status {
  position: absolute;
  left: 0;
  top: 4px;
}
.entity-compliance-sidebar-item .dropdown-menu {
  max-width: 240px;
}
.entity-compliance-sidebar-item .dropdown-menu > li > span {
  color: #999;
  font-size: 12px;
  white-space: normal;
  cursor: default;
}
.entity-roadmap-edit-bar {
  *zoom: 1;
}
.entity-roadmap-edit-bar:before,
.entity-roadmap-edit-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.entity-roadmap-edit-bar:after {
  clear: both;
}
.entity-roadmap-edit-bar ul {
  width: 50%;
  margin: 0;
  float: left;
}
.entity-roadmap-edit-bar ul.right {
  float: right;
  text-align: right;
}
.entity-roadmap-edit-bar ul.right > li {
  margin-left: 15px;
  margin-right: 0;
}
.entity-roadmap-edit-bar ul > li {
  display: inline-block;
  line-height: 54px;
  margin-right: 20px;
}
.entity-roadmap-edit-bar ul > li em {
  color: #666;
}
.entity-roadmap-edit-bar ul > li a {
  display: inline-block;
}
.entity-roadmap-edit-bar ul label {
  display: inline-block;
  float: left;
  max-width: 150px;
  margin-right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 54px;
  font-size: 10px;
  text-transform: uppercase;
}
.entity-roadmap-edit-bar ul select {
  width: auto;
  min-width: 100px;
  margin: 0;
}
.entity-roadmap-edit-bar ul input {
  width: 100px;
  margin: 0;
}
.entity-roadmap-edit-bar ul input[type=checkbox],
.entity-roadmap-edit-bar ul input[type=radio] {
  float: left;
  width: auto;
  height: 54px;
  margin-right: 6px;
}
.entity-roadmap-edit-bar ul .icon-caret-down {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  font-size: 10px;
}
.entity-roadmap-edit-bar .btn-primary {
  margin-right: 10px;
  border-color: #20498d;
}
.export-buttons {
  min-height: 44px;
  text-align: right;
}
.export-button {
  display: inline-block;
  min-height: 44px;
  min-width: 150px;
  margin-left: 5px;
}
.export-button .btn {
  min-width: 145px;
  min-height: 33px;
}
.export-button .icon {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.export-button .icon.icon-extract {
  font-size: 20px;
}
.export-button .icon.icon-gear {
  position: relative;
  top: -1px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  height: 18px;
  width: 18px;
  font-size: 18px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fieldset {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.fieldset.half-width {
  width: 50%;
}
.fieldset.half-width .field-label {
  width: 60%;
}
.fieldset.half-width .field-value {
  width: 40%;
}
.fieldset.wide .field-label {
  width: 35%;
}
.fieldset.wide .field-value {
  width: 65%;
}
.fieldset.full {
  width: 100%;
}
.fieldset.full .field-label {
  width: 30%;
}
.fieldset.full .field-value {
  width: 40%;
  max-width: none;
}
.fieldset.full .help-tooltip-holder {
  position: relative;
}
.field {
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.field.distinct {
  padding-top: 20px;
}
.field .btns {
  position: relative;
  right: -30px;
}
.field .help-tooltip-holder {
  position: absolute;
  right: 0;
  top: 3px;
}
.field .explanation {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  color: #999;
  font-size: 11px;
}
.field .explanation-dark {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  font-weight: bold;
  color: #666;
  font-size: 11px;
}
.field-label {
  display: block;
  float: left;
  width: 30%;
  padding-right: 10px;
  text-align: right;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #999;
}
.field-label.error {
  color: #f04e4f;
  float: right;
  text-align: left;
  width: 25%;
}
.field-label.required {
  color: #000;
}
.field-label .help {
  display: inline-block;
  margin-right: 5px;
}
.field-value {
  position: relative;
  display: block;
  float: left;
  width: 70%;
  max-width: 500px;
  padding-right: 25px;
}
.field-value.with-select input {
  width: 69% !important;
}
.field-value.with-select select {
  width: 30%;
}
.field-value.full-width {
  max-width: none;
}
.field-value input,
.field-value select,
.field-value textarea,
.field-value .btn-group {
  width: 100%;
}
.field-value textarea {
  max-width: 100%;
}
.field-value .btn-group.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.field-value .input-small {
  width: 90px;
}
.field-value .input-append input,
.field-value .input-prepend input,
.field-value .input-append button,
.field-value .input-prepend button,
.field-value .input-append .btn,
.field-value .input-prepend .btn {
  margin-bottom: 0;
}
.field-value ol,
.field-value ul {
  margin-left: 0;
}
.field-value .radio.inline,
.field-value .checkbox.inline,
.field-value .radio:last-of-type,
.field-value .checkbox.last-of-type,
.field-value .select2-container,
.field-value .chosen-container,
.field-value button,
.field-value .btn,
.field-value .btn-group,
.field-value .button,
.field-value input[type="button"],
.field-value input[type="file"] {
  margin-bottom: 10px;
}
.field-value .radio.inline.dropdown-toggle,
.field-value .checkbox.inline.dropdown-toggle,
.field-value .radio:last-of-type.dropdown-toggle,
.field-value .checkbox.last-of-type.dropdown-toggle,
.field-value .select2-container.dropdown-toggle,
.field-value .chosen-container.dropdown-toggle,
.field-value button.dropdown-toggle,
.field-value .btn.dropdown-toggle,
.field-value .btn-group.dropdown-toggle,
.field-value .button.dropdown-toggle,
.field-value input[type="button"].dropdown-toggle,
.field-value input[type="file"].dropdown-toggle {
  margin-bottom: 0;
}
.field-value .btn-group > .btn {
  margin-bottom: 0;
}
.field-value .btn-group.wysihtml-btn-group {
  margin-bottom: 5px;
}
.field-value.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field-value.flex .fl-1 {
  -ms-flex-preferred-size: 7.33333333%;
  flex-basis: 7.33333333%;
  margin-right: 1%;
}
.field-value.flex .fl-2 {
  -ms-flex-preferred-size: 15.66666667%;
  flex-basis: 15.66666667%;
  margin-right: 1%;
}
.field-value.flex .fl-3 {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-right: 1%;
}
.field-value.flex .fl-4 {
  -ms-flex-preferred-size: 32.33333333%;
  flex-basis: 32.33333333%;
  margin-right: 1%;
}
.field-value.flex .fl-5 {
  -ms-flex-preferred-size: 40.66666667%;
  flex-basis: 40.66666667%;
  margin-right: 1%;
}
.field-value.flex .fl-6 {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 1%;
}
.field-value.flex .fl-7 {
  -ms-flex-preferred-size: 57.33333333%;
  flex-basis: 57.33333333%;
  margin-right: 1%;
}
.field-value.flex .fl-8 {
  -ms-flex-preferred-size: 65.66666667%;
  flex-basis: 65.66666667%;
  margin-right: 1%;
}
.field-value.flex .fl-9 {
  -ms-flex-preferred-size: 74%;
  flex-basis: 74%;
  margin-right: 1%;
}
.field-value.flex .fl-10 {
  -ms-flex-preferred-size: 82.33333333%;
  flex-basis: 82.33333333%;
  margin-right: 1%;
}
.field-value.flex .fl-11 {
  -ms-flex-preferred-size: 90.66666667%;
  flex-basis: 90.66666667%;
  margin-right: 1%;
}
.field-value.flex .fl-12 {
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
  margin-right: 1%;
}
.field-value.flex label {
  line-height: 26px;
  padding-right: 4px;
  text-align: right;
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
}
.field-value.flex .explanation {
  line-height: 2.4;
}
.field-validation {
  color: red;
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.btns,
.buttons {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
.field-value-no-access {
  color: #999;
  font-style: italic;
  font-weight: lighter;
}
.field-permissions {
  min-width: 600px;
}
.field-permissions hr {
  width: auto;
  border: 1px solid #DCDCDC;
}
.field-permissions .explanation {
  font-weight: lighter;
}
.field-permissions .field-permission-options {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f1f0f0;
  padding-top: 9px;
  padding-left: 30px;
  margin-bottom: 10px;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
}
.field-permissions .field-permission-options .add-widget {
  display: inline-block;
  width: 60%;
}
.field-permissions .field-permission-options .add-widget .search {
  width: 100%;
}
.field-permissions .field-permission-options .btn-right {
  float: right;
  margin-right: 7px;
}
.field-permissions .field-permission-options .option {
  width: 25%;
  display: inline-block;
}
.field-permissions .field-permission-options .option label {
  display: inline-block;
  width: auto;
  min-width: 55px;
  margin-right: 5px;
}
.field-permissions .field-permission-options .option select {
  width: 60%;
}
.field-permissions .field-permission-options .option input {
  width: 60%;
}
.field-permissions .field-permission-options .btn-options {
  min-width: 206px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Filters and Control Bars
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Control Bars */
.control-bar {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
}
.control-bar .control-group {
  position: relative;
  float: left;
  margin: 0 0 0 10px;
  padding: 4px;
  line-height: 13px;
}
.control-bar .control-group.simple-search {
  position: absolute;
  left: 0;
  bottom: 100%;
}
.control-bar .control-group.simple-search .control-label {
  display: none;
}
.control-bar .control-group.read-only {
  cursor: pointer;
  margin-left: 20px;
}
.control-bar .control-group.read-only .controls,
.control-bar .control-group.read-only label,
.control-bar .control-group.read-only .control-label {
  display: inline;
  text-transform: capitalize;
  font-size: 13px;
}
.control-bar .control-group.read-only .icon-caret-down {
  font-size: 8px;
}
.control-bar .control-group.empty-message label {
  color: #999;
}
.control-bar .control-group select {
  height: 28px;
  margin-bottom: 0px;
}
.control-bar .control-group > select {
  width: 140px;
}
.control-bar .control-group > .description {
  margin-top: 19px;
  font-size: large;
  padding-left: 20px;
}
.control-bar .control-label {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.control-bar .selected-values {
  display: inline-block;
  padding: 2px 6px 4px;
  margin: 0 0 0 -4px;
  line-height: 18px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid transparent;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.control-bar .selected-values:hover,
.control-bar .selected-values.active {
  border-color: #999;
  background: #fff;
}
.control-bar .selected-values .caret {
  margin-left: 2px;
  margin-top: 8px;
}
.control-bar .filter-editor {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -9px;
  z-index: 1;
}
.control-bar .filter-editor .select2-choice > div {
  display: none;
}
.control-bar .filter-editor .select2-choice > abbr {
  right: 8px;
  top: 5px;
}
.control-bar > .pivot-link:first-child:last-child {
  float: right;
  margin: 6px 12px;
}
.filterBarWrapper .control-bar {
  padding: 0px 5px 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
input,
button,
select,
textarea {
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
label.radio,
label.checkbox {
  margin-bottom: 0;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
.select2-choices {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.select2-choices {
  display: inline-block;
  height: 28px;
  padding: 4px 6px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-top-color: #aaaaaa;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
  box-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.select2-choices:focus {
  border-color: #4ba5e6;
  -webkit-box-shadow: rgba(75, 165, 230, 0.5) 0 0 5px 0 1px 1px #000;
  box-shadow: rgba(75, 165, 230, 0.5) 0 0 5px 0 1px 1px #000;
  -webkit-box-shadow: rgba(75, 165, 230, 0.5) 0 0 5px;
  box-shadow: rgba(75, 165, 230, 0.5) 0 0 5px;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
textarea {
  height: auto;
}
select[multiple] {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  min-width: 15px;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input.date {
  width: 100px;
}
select {
  width: 320px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 0 1px 1px #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 856px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 781px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 706px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 631px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 556px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 481px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 406px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 331px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 256px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 181px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 106px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 31px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ccc;
  color: #999;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  line-height: 18px;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #e2f3cb;
  border-color: #9cd64f;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.recaptchatable * {
  overflow: hidden;
}
form.actions {
  margin-bottom: 10px;
}
span.select2-container .is-parent {
  font-weight: bold;
}
.parent-label-group .is-child {
  padding-left: 15px;
}
.select2-result-label.hidden {
  display: none;
}
input.ng-invalid.validation-check,
select.ng-invalid.validation-check {
  border: red 2px solid;
}
.gallery-grid > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 2%;
}
.gallery-grid > ul > li {
  width: 95%;
  margin: 0 2.5% 5%;
}
@media (min-width: 700px) {
  .gallery-grid > ul > li {
    width: 45%;
    margin: 0 2.5% 5%;
  }
}
@media (min-width: 1100px) {
  .gallery-grid > ul > li {
    width: 30.33333333%;
    margin: 0 1.5% 3%;
  }
}
@media (min-width: 1400px) {
  .gallery-grid > ul > li {
    width: 17%;
    margin: 0 1.5% 3%;
  }
}
@media (min-width: 1900px) {
  .gallery-grid > ul > li {
    width: 12.28571429%;
    margin: 0 1% 2%;
  }
}
@media (min-width: 2500px) {
  .gallery-grid > ul > li {
    width: 9.11111111%;
    margin: 0 1% 2%;
  }
}
.gallery-grid .image {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s;
  transition: transform 0.3s, border 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.gallery-grid .image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #aaa;
}
.gallery-grid .image img {
  max-width: 100%;
}
.gallery-grid .insight-tags {
  text-align: left;
}
.gallery-grid .insight-tags > li > a {
  font-size: 11px;
  padding: 2px 6px;
  margin: 0 2px 4px 0;
}
.insight-tags {
  margin: 0 auto;
  padding: 0;
  max-width: 550px;
  text-align: center;
}
.insight-tags > li {
  display: inline;
}
.insight-tags > li > a {
  display: inline-block;
  color: #999;
  background: #eee;
  padding: 8px 18px;
  border-radius: 3px;
  margin: 0 4px 8px 0;
}
.insight-tags > li > a:hover {
  color: #333;
  background: #ddd;
  text-decoration: none;
}
.insight-tags > li.active > a,
.insight-tags > li.active > a:hover {
  background: #4e9ae3;
  color: #fff;
  cursor: default;
}
@media (min-width: 1200px) {
  .insight-tags {
    max-width: none;
  }
}
.insight-tag-description {
  width: auto;
  max-width: 550px;
  margin: 10px auto;
  padding: 10px;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
}
.help-pane {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 80%;
  background: #fff;
  border-top: 2px solid #20498d;
  z-index: 1085;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.help-pane .help-pane-close {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #ddd;
  font-size: 28px;
  z-index: 1;
}
.help-pane.open {
  top: 20%;
  left: 0;
  -webkit-box-shadow: 0 -2px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 1px 1px rgba(0, 0, 0, 0.2);
}
.help-pane .navbar-fixed-top {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 5px 0;
  background: #20498d;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 16px;
}
.help-pane .navbar-fixed-top a {
  color: #fff;
}
.help-pane .navbar-fixed-top .icon-help {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.help-pane .navbar-fixed-top .icon-caret-right {
  color: #4e9ae3;
}
.help-pane h1,
.help-pane h2,
.help-pane h3 {
  color: #20498d;
}
.help-pane h1 {
  font-size: 24px;
  border-bottom: 1px solid #999;
}
.help-pane h2 {
  font-size: 18px;
}
.help-pane h3 {
  font-size: 16px;
}
.help-pane ol {
  list-style: decimal outside;
}
.help-pane ul {
  list-style: disc outside;
}
.help-pane img {
  border: 10px solid #def;
  max-width: 100%;
}
.help-pane .span3 {
  height: 100%;
}
.help-pane .span3 .sidebar-nav {
  height: 100%;
  border-width: 0 1px 0 0;
  border-radius: 0;
  padding-right: 0;
  background: #f5f5f5;
}
.help-pane .nav-list {
  list-style: none;
}
.help-pane .nav-list .nav-header {
  padding: 0;
  color: #999;
}
.help-pane .nav-list li > a {
  position: relative;
  padding: 5px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
.help-pane .nav-list li > a:hover {
  background: #fff;
}
.help-pane .nav-list li > a:before {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 20px;
  font-family: "barometerit-icons";
  font-size: 11px;
  color: #aaa;
  margin-top: -10px;
}
.help-pane .nav-list li:last-child > a {
  border-bottom: 1px solid #ddd;
}
.help-pane .nav-list li.active > a {
  font-weight: bold;
  background: #fff;
}
.help-pane .nav-list li.active > a:hover {
  background: #fff;
}
.help-pane .nav-list li.active > a:before {
  color: #444;
  font-weight: normal;
}
.help-pane .container-fluid > .content {
  padding: 0 30px 30px 30px;
  height: 100%;
  overflow: auto;
}
.help-pane .help-pane-content {
  height: 100%;
  padding-top: 35px;
  font-size: 15px;
}
.help-pane .help-pane-content > .container-fluid {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.help-pane .help-pane-content > .container-fluid > .row-fluid {
  height: 100%;
}
.help-pane .help-pane-content > .container-fluid > .row-fluid > .span9 {
  height: 100%;
  padding: 10px 3.4% 10px 0;
  overflow: auto;
}
.help-pane footer {
  font-size: 11px;
}
.help-tooltip-holder .help-link {
  color: #666;
  font-size: 16px;
}
.help-tooltip-holder .help-link:hover {
  color: #333;
  text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Highcharts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.highcharts-tooltip > span {
  color: #fff;
  background: #000;
  opacity: 0.75;
  padding: 8px 12px;
  border-radius: 3px;
  width: 350px;
}
.highcharts-tooltip .entity-label {
  font-size: 16px;
  margin-bottom: 10px;
}
.highcharts-tooltip .entity-label [class^=icon-] {
  margin-right: 4px;
}
.highcharts-tooltip > span > span {
  display: block;
  margin-bottom: 5px;
}
.highcharts-tooltip > span > span em {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 300;
}
.highcharts-tooltip > span > span strong {
  font-size: 20px;
}
@font-face {
  font-family: 'barometerit-icons';
  src: url('../fonts/barometerit-icons.eot');
  src: url('../fonts/barometerit-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/barometerit-icons.ttf') format('truetype'), url('../fonts/barometerit-icons.woff') format('woff'), url('../fonts/barometerit-icons.svg#barometerit-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-star-active {
  color: #fcc331;
}
.icon-attention-yellow {
  color: #fcc331 !important;
}
.icon-reload {
  cursor: pointer;
}
[class^="icon-"].large,
[class*=" icon-"].large {
  font-size: 21px;
  line-height: 24px;
}
[class^="icon-"].alt,
[class*=" icon-"].alt {
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  padding: 0 4px;
}
[class^="icon-"].alt.yellow,
[class*=" icon-"].alt.yellow {
  background-color: #f90;
  color: #fff;
}
[class^="icon-"].alt.green,
[class*=" icon-"].alt.green {
  background-color: #390;
  color: #fff;
}
.icon-weight-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #20498d;
  margin-left: 1px;
}
.icon-small {
  font-size: 9px;
}
.icon-colored {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #666;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.dropdown-grouped-results .dropdown-menu > li > ul > li.is-associated a:before,
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li.is-associated a:before {
  font-family: "barometerit-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.attachment {
  padding: 3px 3px 3px 20px;
  background: transparent url('../../img/icons/icon-attachment.png') no-repeat left center;
}
span.attachment.visio {
  background: transparent url('../../img/icons/icon-file-visio.png') no-repeat left center;
}
span.attachment.excel {
  background: transparent url('../../img/icons/icon-file-excel.png') no-repeat left center;
}
span.attachment.powerpoint {
  background: transparent url('../../img/icons/icon-file-powerpoint.png') no-repeat left center;
}
span.attachment.project {
  background: transparent url('../../img/icons/icon-file-project.png') no-repeat left center;
}
span.attachment.blank {
  background: transparent url('../../img/icons/icon-file-blank.png') no-repeat left center;
}
span.attachment.image {
  background: transparent url('../../img/icons/icon-image.png') no-repeat left center;
}
span.attachment.word {
  background: transparent url('../../img/icons/icon-file-word.png') no-repeat left center;
}
span.attachment.acrobat {
  background: transparent url('../../img/icons/icon-file-acrobat.png') no-repeat left center;
}
span.attachment.note {
  background: transparent url('../../img/icons/icon-file-note.png') no-repeat left center;
}
/* -------- Copy/paste from fontastic.me START ---------

            https://app.fontastic.me
            email: paul.heggeseth@changepoint.com
            pass: BAR0t4st1c

 */
.icon-blueprint:before {
  content: "\e000";
}
.icon-product:before {
  content: "\e001";
}
.icon-dashboard:before {
  content: "\e002";
}
.icon-skill:before {
  content: "\e003";
}
.icon-capability:before {
  content: "\e004";
}
.icon-standard:before {
  content: "\e005";
}
.icon-report:before {
  content: "\e006";
}
.icon-technology:before {
  content: "\e007";
}
.icon-actor:before {
  content: "\e008";
}
.icon-people:before {
  content: "\e009";
}
.icon-gear:before {
  content: "\e00a";
}
.icon-caret-down:before {
  content: "\e00b";
}
.icon-caret-left:before {
  content: "\e00c";
}
.icon-caret-right:before,
.help-pane .nav-list li > a:before {
  content: "\e00d";
}
.icon-help:before {
  content: "\e00e";
}
.icon-reload:before {
  content: "\e00f";
}
.icon-caret-show:before {
  content: "\e010";
}
.icon-caret-hide:before {
  content: "\e011";
}
.icon-organization:before {
  content: "\e012";
}
.icon-calendar:before {
  content: "\e013";
}
.icon-table:before {
  content: "\e014";
}
.icon-company:before {
  content: "\e015";
}
.icon-extract:before {
  content: "\e016";
}
.icon-fullscreen:before {
  content: "\e017";
}
.icon-feedback:before {
  content: "\e018";
}
.icon-tag:before {
  content: "\e019";
}
.icon-compliance:before {
  content: "\e01a";
}
.icon-connection-sub:before {
  content: "\e01b";
}
.icon-activity:before {
  content: "\e01c";
}
.icon-signout:before {
  content: "\e01d";
}
.icon-analyze:before {
  content: "\e01e";
}
.icon-security:before {
  content: "\e01f";
}
.icon-architecture:before {
  content: "\e020";
}
.icon-setting:before {
  content: "\e021";
}
.icon-administration:before {
  content: "\e022";
}
.icon-tour:before {
  content: "\e023";
}
.icon-circle:before {
  content: "\e024";
}
.icon-pivot:before {
  content: "\e025";
}
.icon-connection:before {
  content: "\e026";
}
.icon-profile:before {
  content: "\e027";
}
.icon-location:before {
  content: "\e028";
}
.icon-audit:before {
  content: "\e029";
}
.icon-system:before {
  content: "\e02a";
}
.icon-data:before {
  content: "\e02b";
}
.icon-document:before {
  content: "\e02c";
}
.icon-edit:before {
  content: "\e02d";
}
.icon-info:before {
  content: "\e02e";
}
.icon-caret-down-light:before {
  content: "\e02f";
}
.icon-search:before {
  content: "\e030";
}
.icon-news:before {
  content: "\e031";
}
.icon-lock-closed:before {
  content: "\e032";
}
.icon-lock-open:before {
  content: "\e033";
}
.icon-list-numbered:before {
  content: "\e034";
}
.icon-plan:before {
  content: "\e035";
}
.icon-hamburger:before {
  content: "\e036";
}
.icon-copy:before {
  content: "\e037";
}
.icon-caret-up:before {
  content: "\e038";
}
.icon-barometer-dots:before {
  content: "\e039";
}
.icon-barometer-logo:before {
  content: "\e03a";
}
.icon-barometer-partial-logo-black:before {
  content: "\e03b";
}
.icon-barometer-partial-logo-blue:before {
  content: "\e03c";
}
.icon-bars-alt:before {
  content: "\e03d";
}
.icon-boxes:before {
  content: "\e03e";
}
.icon-edit-alt:before {
  content: "\e03f";
}
.icon-tree:before {
  content: "\e040";
}
.icon-sort:before {
  content: "\e041";
}
.icon-sort-up:before {
  content: "\e042";
}
.icon-sort-down:before {
  content: "\e043";
}
.icon-attention:before {
  content: "\e044";
}
.icon-attention-yellow:before {
  content: "\e044";
}
.icon-discussion:before {
  content: "\e045";
}
.icon-system-database:before,
.icon-physical:before {
  content: "\e046";
}
.icon-connect:before {
  content: "\e047";
}
.icon-system-gear:before {
  content: "\e048";
}
.icon-system-composite:before {
  content: "\e049";
}
.icon-note:before {
  content: "\e04a";
}
.icon-uncheck:before {
  content: "\e04b";
}
.icon-custom-fields:before {
  content: "\e04c";
}
.icon-fieldset-layout:before {
  content: "\e04d";
}
.icon-integrate:before {
  content: "\e04f";
}
.icon-bold:before {
  content: "\e050";
}
.icon-italic:before {
  content: "\e051";
}
.icon-link:before {
  content: "\e052";
}
.icon-list:before {
  content: "\e053";
}
.icon-strategy:before {
  content: "\e054";
}
.icon-star-inactive:before {
  content: "\e055";
}
.icon-star-active:before {
  content: "\e056";
}
.icon-star-half:before {
  content: "\e057";
}
.icon-watch-on:before {
  content: "\e058";
}
.icon-watch-off:before {
  content: "\e059";
}
.icon-hover-detail:before {
  content: "\e05a";
}
.icon-fieldset:before {
  content: "\e05b";
}
.icon-bars:before {
  content: "\e05c";
}
.icon-pie:before {
  content: "\e05d";
}
.icon-plus-alt:before {
  content: "\e05e";
}
.icon-demand:before {
  content: "\e05f";
}
.icon-connect-alt:before {
  content: "\e060";
}
.icon-plus:before {
  content: "\e061";
}
.icon-check:before,
.dropdown-grouped-results .dropdown-menu > li > ul > li.is-associated a:before,
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li.is-associated a:before {
  content: "\e062";
}
.icon-x:before {
  content: "\e063";
}
.icon-check-alt:before {
  content: "\e064";
}
.icon-minus:before {
  content: "\e065";
}
.icon-export:before {
  content: "\e066";
}
.icon-geography:before {
  content: "\e067";
}
.icon-x-alt:before {
  content: "\e068";
}
.icon-sort-asc:before {
  content: "\e069";
}
.icon-sort-desc:before {
  content: "\e06a";
}
.icon-gripper:before {
  content: "\e06b";
}
.icon-market:before {
  content: "\e06e";
}
.icon-drill:before {
  content: "\e06c";
}
.icon-fire:before {
  content: "\e06f";
}
.icon-notification:before {
  content: "\e073";
}
.icon-eye:before {
  content: "\e04e";
}
.icon-worksheet:before {
  content: "\e072";
}
.icon-more:before {
  content: "\e06d";
}
.icon-thumb-tack:before {
  content: "\e070";
}
.icon-calculator:before {
  content: "\e074";
}
.icon-matrix:before {
  content: "\e075";
}
.icon-roadmap:before {
  content: "\e077";
}
.icon-relational:before {
  content: "\e079";
}
.icon-bubble:before {
  content: "\e071";
}
.icon-email:before {
  content: "\e076";
}
/* -------- Copy/paste from fontastic.me STOP --------- */
/* -------- (don't forget to update below ↓↓↓) --------- */
/*----------------------------
  Toggle Icons
-----------------------------*/
.toggle-icon {
  float: right;
  display: block;
  margin-top: -5px;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent url('../../img/icons/icon-diagram-toggle.png') no-repeat;
}
.toggle-icon.box {
  background-position: -30px 0px;
}
.toggle-icon.tree {
  background-position: -30px -30px;
}
.toggle-icon.external {
  background-position: -30px -60px;
}
.toggle-icon.internal {
  background-position: -30px -90px;
}
.toggle-icon.sheet {
  background-position: -30px -120px;
}
.toggle-icon.tabbed {
  background-position: -30px -150px;
}
.toggle-icon.summary {
  background-position: -30px -180px;
}
.toggle-icon.table {
  background-position: -30px -210px;
}
.toggle-icon.active {
  background-position-x: 0;
}
.toggle-icon-container {
  z-index: 1;
}
.info-flyout .entity-name {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
  padding: 16px;
}
.info-flyout .entity-name .drill-out {
  color: #45669e;
  cursor: pointer;
}
.info-flyout .entity-name .close {
  color: #45669e;
  cursor: pointer;
  padding-left: 8px;
}
.info-flyout .association-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px;
}
.info-flyout .association-tiles .condensed-tile {
  margin: 8px;
}
.info-flyout .drill-in-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 0 16px;
  margin-bottom: -8px;
}
.info-flyout .drill-in-details .details-pagination {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px -16px 0;
  padding: 8px 0 0 16px;
}
.info-flyout .drill-in-details .details-pagination .page-info {
  height: 28px;
  line-height: 28px;
}
.info-flyout .drill-in-details .details-pagination .page-selector {
  display: inline-block;
  height: 20px;
  margin: 0 4px;
  vertical-align: baseline;
  width: 60px;
}
.info-flyout .drill-in-details .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #45669e;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.info-flyout .drill-in-details .item .icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
.info-flyout .drill-in-details .item + .item {
  margin-top: 16px;
}
.insight-help-wrapper {
  background-color: #f1f7fd;
  border-radius: 4px;
  border: 1px solid #4e9ae3;
}
.insight-help-wrapper .insight-help-header {
  padding: 0 20px 0 10px;
  color: white;
  background: #4e9ae3;
  cursor: pointer;
}
.insight-help-wrapper .insight-help-header .icon-help {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 26px;
  position: relative;
  top: 1px;
}
.insight-help-wrapper .insight-help-header .toggle {
  display: inline-block;
  line-height: 45px;
  color: inherit;
  float: right;
  vertical-align: middle;
}
.insight-help-wrapper .insight-help-header .toggle:hover {
  text-decoration: none;
}
.insight-help-wrapper .insight-help-header h3 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.insight-help-wrapper .insight-help-body {
  padding: 20px 20px 20px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.insight-help-wrapper .insight-help-body > div:last-child {
  margin-right: 0;
}
.insight-help-wrapper .insight-help-body .insight-help-text {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.insight-help-wrapper .insight-help-body .insight-help-text .main-text {
  line-height: 1.3;
  font-size: 18px;
  font-weight: lighter;
}
.insight-help-wrapper .insight-help-body .insight-help-text .help-link {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .insight-help-wrapper .insight-help-body .insight-help-text {
    font-size: 16px;
  }
  .insight-help-wrapper .insight-help-body .insight-help-text .main-text {
    font-size: 24px;
  }
}
.insight-help-wrapper .insight-help-body .insight-help-img {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  margin-right: 20px;
  min-width: calc(33.333333% - 20px * 2/3);
}
.insight-help-wrapper .insight-help-body .insight-help-img .image {
  display: block;
  margin: auto;
  max-width: 800px;
  width: 100%;
}
.insight-help-wrapper .insight-help-links {
  width: 20%;
}
.insight-help-wrapper .open {
  display: inherit;
}
.insight-help-wrapper .close {
  display: none;
}
.inspector-header {
  width: 270px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 3;
  background: #eee;
}
.inspector-header > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inspector-header > ul > li {
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333333%;
  flex: 1 1 33.33333333%;
}
.inspector-header > ul > li.active > a {
  background: #f5f5f5;
  border-right: 1px solid white;
}
.inspector-header > ul > li.pulse > a {
  border-bottom-color: #f90;
  color: #f90;
}
.inspector-header > ul > li > a {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  border: 1px solid transparent;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #333;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  background: #ddd;
}
.inspector-header > ul > li > a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.inspector-header > ul > li > a:before {
  font-family: FontAwesome;
}
.inspector-header .badgesHidden {
  display: none;
}
.inspector-header .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 4px;
  width: 50%;
  left: 50%;
}
.inspector-header .badge {
  position: relative;
  display: block;
  min-width: 19px;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 18px;
  background: #20498d;
  color: #fff;
  z-index: 1;
}
.inspector-header .badge.workflow {
  font-size: 13px;
  background: #f90;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.inspector-header .badge.workflow.active {
  opacity: 1;
}
.inspector-header .badge.workflow.is-next-to-count {
  overflow: hidden;
  width: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: width 0.4s, opacity 0.4s, margin 0.4s;
  transition: width 0.4s, opacity 0.4s, margin 0.4s;
}
.inspector-header .badge.workflow.is-next-to-count.active {
  width: 19px;
  margin-right: 2px;
}
@media (min-width: 1200px) {
  .inspector-header {
    width: 320px;
  }
}
@media (min-width: 1800px) {
  .inspector-header {
    width: 360px;
  }
}
.section-inspector {
  position: absolute;
  width: 270px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  margin-right: -270px;
  padding: 20px 20px 40px 30px;
  overflow: auto;
  /* TODO: these styles apply existing markup that is DESPERATE to be refactored  */
  /* @majorlyDeprocated */
}
.section-inspector > ul {
  list-style: none;
}
.section-inspector > ul > li {
  color: #eee;
  width: 20px;
  float: left;
  cursor: pointer;
}
.section-inspector > ul > li.active {
  color: #999;
}
@media (min-width: 1200px) {
  .section-inspector {
    width: 320px;
    margin-right: -320px;
  }
}
@media (min-width: 1800px) {
  .section-inspector {
    width: 360px;
    margin-right: -360px;
  }
}
.section-inspector .well {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.section-inspector .fieldset {
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #999;
}
.section-inspector .fieldset .field-label {
  width: 45%;
  font-size: 11px;
}
.section-inspector .fieldset .field-value {
  width: 55%;
  padding-right: 0;
  font-size: 11px;
}
.section-inspector [content-block] {
  padding: 0 10px;
  position: static;
}
.section-inspector [content-block] .count-section.half {
  float: left;
  width: 50%;
}
.section-inspector [content-block] .count-section.half .count-title {
  clear: none;
}
.section-inspector [content-block] .count-title {
  clear: both;
  margin-top: 10px;
  padding: 0 5px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.section-inspector [content-block] .count-title .help-link {
  color: #20498d;
}
.section-inspector [content-block] .count {
  padding: 0 10px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.section-inspector [content-block] .box {
  width: 100%;
  float: left;
  padding: 20px 20px 20px 30px;
  margin: 0;
  background: #ddd;
}
.section-inspector [content-block] .box .count-tile {
  color: #20498d;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.section-inspector [content-block] .box .count-tile:first-child {
  margin-top: 0;
}
.section-inspector [content-block] .box ul {
  margin: 0;
  padding: 0;
}
.section-inspector [content-block] .box li a {
  display: block;
  color: #666;
}
.section-inspector [content-block] .box li .type {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
}
.section-inspector [content-block] .sl-pie-chart-container {
  margin: 0;
  padding: 0;
  height: auto;
}
.section-inspector [content-block] .sl-aspect-content {
  position: static;
  width: auto;
  height: auto;
  margin-top: -5px;
}
.section-inspector [content-block] .sl-aspect-content .chart-container {
  padding: 0;
}
.section-inspector [content-block] .sl-text-block {
  padding-left: 10px;
}
.sidebar-loading {
  display: block;
  width: 100%;
  height: 150px;
  background: transparent url('../../img/backgrounds/bg-spinner-128.gif') center center no-repeat;
  background-size: 64px;
}
.section:first-child .section-inspector:after {
  border-top: none;
}
.switch-header {
  height: 60px;
  line-height: 60px;
  margin-top: -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.switch-header label {
  display: inline-block;
  margin: 0 8px 0 0;
}
.switch-header [switch] {
  position: relative;
  top: -3px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  jquery.Jcrop.min.css v0.9.10 (build:20120429)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  background: #fff url('../../img/Jcrop.gif') top left repeat;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-handle {
  background-color: #333;
  border: 1px #ddd solid;
  font-size: 1px;
}
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #fff;
  filter: Alpha(opacity = 70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #fff;
  border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: Alpha(opacity = 70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  border-color: #000;
  border-radius: 3px;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * 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.
 */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.lifecycle-selector {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
}
.lifecycle-selector .lifecycle-selector-state {
  float: left;
  width: 25%;
  min-width: 100px;
  margin-right: 15px;
}
.lifecycle-selector .lifecycle-selector-state select {
  height: 29px;
  float: left;
}
.lifecycle-selector .lifecycle-selector-date {
  float: left;
  width: 25%;
  padding-right: 30px;
  min-width: 100px;
}
.lifecycle-selector .btn {
  float: right;
  max-width: 100px;
  margin-top: 19px;
}
.lifecycle-selector label {
  font-size: 11px;
}
.lifecycle-chart {
  margin-bottom: 20px;
}
.lifecycle-edit-menu.popover {
  position: absolute;
  display: block;
  margin-top: 10px;
  margin-left: -20px;
  translate: transform3d(0, 0, 0);
}
.lifecycle-edit-menu.popover.align-right .arrow {
  left: auto;
  right: 20px;
}
.lifecycle-edit-menu.popover .arrow {
  position: absolute;
  top: -30px;
  left: 0;
}
.lifecycle-edit-menu.popover .arrow:before,
.lifecycle-edit-menu.popover .arrow:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 10px solid transparent;
}
.lifecycle-edit-menu.popover .arrow:before {
  top: -1.5px;
  left: 0;
  border-bottom-color: #aaa;
}
.lifecycle-edit-menu.popover .arrow:after {
  top: 0;
  left: 0;
  border-bottom-color: #fff;
}
.lifecycle-edit-menu.popover ul.popover-content {
  margin: 0;
  padding: 20px 20px 20px 10px;
  overflow: hidden;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-error {
  margin-bottom: 10px;
  padding-left: 50px;
  color: #f04e4f;
  font-weight: bold;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-error + .lifecycle-edit-menu-field {
  padding-top: 10px;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-field > label {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: right;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-field > :not(label) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 82%;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-field input,
.lifecycle-edit-menu.popover .lifecycle-edit-menu-field select {
  width: auto;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-buttons {
  margin-top: 10px;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-buttons .btn {
  margin: 0 5px 0 0;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-buttons .btn:first-child {
  margin-left: 50px;
}
.lifecycle-edit-menu.popover .lifecycle-edit-menu-read-only-value {
  line-height: 30px;
}
.lifecycle-pill {
  display: inline-block;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #999;
  background-color: rgba(153, 153, 153, 0.7);
}
.lifecycle-pill.planned {
  border-color: #fc0;
  background-color: rgba(255, 204, 0, 0.7);
}
.lifecycle-pill.active {
  border-color: #390;
  background-color: rgba(51, 153, 0, 0.7);
}
.lifecycle-pill.inactive {
  border-color: #c30;
  background-color: rgba(204, 51, 0, 0.7);
}
.link-selector {
  position: relative;
  padding-right: 60px;
  border-top: 1px solid #ddd;
}
.link-selector label {
  float: left;
  margin-bottom: -5px;
  font-size: 11px;
}
.link-selector .link-url {
  position: relative;
}
.link-selector .link-url .lookup {
  position: absolute;
  top: 100%;
  right: 0;
  line-height: 20px;
  font-size: 11px;
}
.link-selector .link-name {
  margin-top: 0;
}
.link-selector .btn.add {
  position: absolute;
  right: 0;
  bottom: 0;
}
.locked-entity {
  color: #999 !important;
}
.locked-entity .icon-lock-closed {
  display: inline-block !important;
  color: inherit !important;
}
#map-container {
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background: #fff;
  cursor: hand;
  cursor: -webkit-grab;
  cursor: grab;
}
#map-container .expand {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  font-size: 20px;
  color: #999;
  z-index: 1;
}
#map-container .expand:hover {
  background: #f5f5f5;
  /* fallback for no rgba */
  background: hsla(0, 0%, 93.33333333%, 0.8);
  color: #444;
}
@media (min-width: 1000px) {
  #map-container {
    height: 220px;
  }
}
@media (min-width: 1500px) {
  #map-container {
    height: 300px;
  }
}
#map-wrapper {
  width: 1600px;
  height: 1600px;
}
#map-wrapper svg svg {
  cursor: pointer;
}
#map-wrapper svg circle {
  stroke-width: 2;
}
.modal-backdrop {
  z-index: 1090;
}
.modal {
  z-index: 1095;
}
.overlay-top-holder .modal-backdrop,
.wicket-overlay-placeholder-top .modal-backdrop {
  z-index: 1100;
}
.overlay-top-holder .modal,
.wicket-overlay-placeholder-top .modal {
  z-index: 1106;
}
.wicket-overlay.base-page .modal {
  z-index: 1094;
}
.wicket-overlay-top.base-page .modal {
  z-index: 1105;
}
.wicket-modal {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  max-width: 1px;
  max-height: 1px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.6;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal.show-overflow .modal-body {
  overflow-y: visible;
}
.modal-small {
  width: 360px;
  margin-left: -180px;
  top: 20%;
}
.modal-small .warning {
  font-weight: bold;
  color: #f04e4f;
}
.modal-large {
  width: auto;
  margin: auto;
  min-width: 900px;
  max-width: 100vw;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.modal-full {
  width: 96%;
  height: 96%;
  margin-left: -48%;
  top: 2%;
}
.modal-full .modal-header,
.modal-full .modal-body,
.modal-full .modal-footer {
  position: absolute;
  width: 100%;
}
.modal-full .modal-header {
  top: 0;
  left: 0;
}
.modal-full .modal-body {
  max-height: none;
  top: 51px;
  left: 0;
  bottom: 0;
}
.modal-full .modal-footer {
  left: 0;
  bottom: 0;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 4px;
  float: right;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
  display: inline;
}
.modal-header h1 {
  display: inline;
  margin: 0;
  line-height: 30px;
  font-size: 22.75px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 500px;
  padding: 15px 15px 30px 15px;
}
.modal-body > .description {
  padding: 10px 40px 20px 40px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff 0 1px 1px #000;
  box-shadow: inset 0 1px 0 #fff 0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
body.modal-open {
  overflow: hidden;
}
.modal.modal-task-create .modal-body {
  overflow: visible;
}
.modal.modal-task-create .field-label {
  width: 25%;
  font-weight: lighter;
  color: #999;
}
.modal.modal-task-create .field-value {
  width: auto;
  min-height: 28px;
  margin-bottom: 5px;
  max-width: 640px;
}
.modal.modal-task-create .field-value .explanation {
  margin-left: 5px;
}
.modal.modal-task-create .task-description-field {
  height: auto;
  width: 100%;
  padding: 10px 15px;
}
.modal.modal-task-create .btn-assign-to-me {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100px;
  margin-left: -30px;
}
.modal.modal-task-create .btn-assign-to-role {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100px;
  margin-left: 50px;
}
.modal.modal-task-create .entity-selected,
.modal.modal-task-create .person-selected,
.modal.modal-task-create .relevant-field {
  display: inline-block;
  margin-right: 5px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2px 8px 2px 10px;
}
.modal.modal-task-create .entity-selected .icon-x-alt,
.modal.modal-task-create .person-selected .icon-x-alt,
.modal.modal-task-create .relevant-field .icon-x-alt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #999;
}
.modal.modal-task-create .entity-selected {
  margin-bottom: 5px;
}
.modal.modal-task-create .entity-selected .entity-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 2px;
}
.modal.modal-task-create .person-selected {
  font-weight: bold;
}
.modal.modal-task-create .person-selected em {
  font-weight: normal;
  font-style: normal;
  color: #bbb;
  margin-left: 5px;
}
.modal.modal-task-create .add-entity {
  display: inline-block;
}
ul.modifiable {
  padding: 6px;
  margin: 0 0 10px 0;
  max-width: 500px;
}
ul.modifiable:after {
  content: " ";
  display: table;
  clear: both;
}
ul.modifiable.sortable > li {
  padding-left: 25px;
}
ul.modifiable.sortable .sort-up,
ul.modifiable.sortable .sort-down {
  padding: 5px;
  position: absolute;
  left: 0;
}
ul.modifiable.sortable .sort-up:before,
ul.modifiable.sortable .sort-down:before {
  content: '';
  display: block;
  border: 7px solid transparent;
}
ul.modifiable.sortable .sort-up {
  top: -2px;
}
ul.modifiable.sortable .sort-up:before {
  border-bottom-color: #20498d;
}
ul.modifiable.sortable .sort-up:hover:before {
  border-bottom-color: #12294f;
}
ul.modifiable.sortable .sort-down {
  top: 14px;
}
ul.modifiable.sortable .sort-down:before {
  border-top-color: #20498d;
}
ul.modifiable.sortable .sort-down:hover:before {
  border-top-color: #12294f;
}
ul.modifiable.lined {
  padding: 0 4px;
}
ul.modifiable.lined > li {
  border-top: 1px solid #ddd;
  padding: 0 6px;
}
ul.modifiable.lined > li:first-child,
ul.modifiable.lined > li.action {
  border-top-width: 0;
}
ul.modifiable.lined > li:first-child.buttons,
ul.modifiable.lined > li.action.buttons {
  margin-bottom: 6px;
}
ul.modifiable.lined > li:hover {
  background: #fff;
}
ul.modifiable.lined > li:hover.action {
  background: none;
}
ul.modifiable.lined .remove {
  right: 4px;
}
ul.modifiable > li {
  position: relative;
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 2px 20px 2px 2px;
}
ul.modifiable > li:first-child,
ul.modifiable > li:first-child.action,
ul.modifiable > li:first-child.buttons {
  padding-top: 0;
  margin-top: 0;
}
ul.modifiable > li.buttons {
  padding-right: 0;
  margin-bottom: 0;
}
ul.modifiable > li.has-editable-date .input-prepend,
ul.modifiable > li.has-editable-date label {
  display: inline-block;
  margin: 5px 5px 5px 20px;
}
ul.modifiable > li.action {
  padding: 6px 0 0 0;
}
ul.modifiable > li.action > a {
  font-size: 11px;
}
ul.modifiable > li.action > a:hover > span {
  text-decoration: none;
}
ul.modifiable > li.action .btn,
ul.modifiable > li.action .button {
  margin-bottom: 0;
}
ul.modifiable > li .remove {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
ul.modifiable > li input[type="text"],
ul.modifiable > li select,
ul.modifiable > li textarea {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}
ul.modifiable > li.multi-type-autocomplete {
  margin-bottom: 10px;
}
ul.modifiable > li.multi-type-autocomplete .radio {
  margin-bottom: 0;
}
.elastic .modifiable {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-clip: padding-box;
}
.elastic .modifiable .action {
  margin-left: 6px;
}
.elastic .template .remove {
  display: none;
}
.elastic .hidden-values {
  display: none;
}
.show-hide.buttons {
  display: none;
}
.edit-state .show-hide.buttons {
  display: inline-block;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #444;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #999;
  text-decoration: none;
  background-color: #e5e5e5;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #ccc;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #444;
  border-bottom-color: #444;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
navbar-glossy {
  display: block;
  width: 100%;
}
.navbar-glossy {
  text-align: center;
  margin-left: -20px;
}
.navbar-glossy ul {
  display: inline;
  margin: 0;
}
.navbar-glossy li {
  display: inline-block;
}
.navbar-glossy a {
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar-glossy a,
.navbar-glossy a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-glossy a > span {
  padding-right: 6px;
}
.navbar-glossy a:hover,
.navbar-glossy a.active,
.navbar-glossy a:active,
.navbar-glossy a:focus {
  text-decoration: none;
}
.navbar-glossy a:hover:after,
.navbar-glossy a.active:after,
.navbar-glossy a:active:after,
.navbar-glossy a:focus:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #f90;
}
.nav-list > li > a {
  color: #777777;
  font-size: 13px;
}
.nav-list > li > a:hover {
  color: #444;
}
.nav-list > li.active {
  background: #00b1ef;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover {
  cursor: default;
  background: #00b1ef;
}
.nav-list .nav-header {
  color: #00b1ef;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #20498d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #20498d;
  border-bottom-color: #20498d;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #12294f;
  border-bottom-color: #12294f;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}
.notice-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  background-color: #5bc0de;
  color: #fff;
  text-align: center;
  overflow: auto;
  height: auto;
  max-height: 0;
  font-size: 1.2em;
  -webkit-transition: max-height 0.5s ease-out, padding 0.3s ease-out, background-color 0.3s ease-out;
  transition: max-height 0.5s ease-out, padding 0.3s ease-out, background-color 0.3s ease-out;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.notice-banner .notification-header {
  font-weight: bolder;
  font-size: larger;
}
.notice-banner .notification-message {
  padding: 2px 6em;
  margin: 0 auto;
  max-width: 96em;
}
.notice-banner .notification-label {
  font-weight: bold;
  margin-right: 5px;
}
.notice-banner .icon-feedback {
  font-size: 1.2em;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.8;
}
.notice-banner .icon-notification {
  background-color: transparent;
  font-size: 25px;
  vertical-align: middle;
  opacity: 0.8;
  position: fixed;
  right: 2em;
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease-out, background-color 1s ease-out;
  transition: margin-top 0.2s ease-out, background-color 1s ease-out;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.notice-banner .icon-x {
  font-size: 15px;
  vertical-align: middle;
  opacity: 0.8;
  position: fixed;
  right: 3.8em;
  cursor: pointer;
  margin-top: 0;
}
.notice-banner .icon-notification:hover,
.notice-banner .icon-x:hover {
  color: #20498d;
}
.notice-banner .icon-notification-floating {
  background-color: #f90;
  color: #eef7ff;
  opacity: 1;
  border-radius: 40px;
  margin-top: -44px;
  padding: 4px 3px 4px 6px;
}
.notice-banner-full {
  padding: 8px 16px;
  max-height: 800px;
}
.notice-banner-short {
  background-color: #f90;
  padding: 4px 16px;
  max-height: 32px;
  overflow: hidden;
}
.omnibar {
  position: relative;
  float: right;
  width: 100%;
  max-width: 550px;
  height: 40px;
  margin-top: 12px;
  border-radius: 5px;
  background: #42659e;
}
.omnibar .dropdown {
  position: static;
}
.omnibar .dropdown-menu {
  width: 100%;
  min-width: 450px;
  padding: 0 2px 2px 2px;
  margin-top: 3px;
  overflow: visible;
}
.omnibar .search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 7px;
  padding: 0 5px 0 45px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.omnibar .search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.omnibar .search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.omnibar .search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.omnibar .search::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.omnibar .search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.omnibar .search:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.omnibar .search-results .arrow {
  left: 55px;
}
.omnibar .search-results .arrow:after {
  border-bottom-color: #f5f5f5;
}
.omnibar .recents {
  float: left;
}
.omnibar .recents .dropdown-toggle {
  display: inline-block;
  font-size: 14px;
  padding: 8px 8px 4px 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
.omnibar .recents .dropdown-toggle .icon-caret-down {
  color: #fff;
}
.omnibar .recents .dropdown-menu .arrow {
  left: 20px;
}
.omnibar .recents .dropdown-menu .recent-dropdown-item > a {
  padding: 10px 20px;
  border-top: 1px solid #eee;
}
.omnibar .recents .dropdown-menu .recent-dropdown-item > a:after {
  content: " ";
  display: table;
  clear: both;
}
.omnibar .recents .dropdown-menu .recent-dropdown-item:first-child > a {
  border-top: none;
}
.omnibar .recents .dropdown-menu .pivot-nodes {
  padding: 0;
  height: auto;
}
.omnibar .pivot-node-holder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45px;
  right: 0;
  height: 40px;
  background: #42659e;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
.omnibar .pivot-node-holder .pivot-node {
  background-color: #42659e;
  border: 1px solid #fff;
}
.omnibar .pivot-node-holder .pivot-edge {
  border-top-color: #fff;
}
.omnibar .pivot-node-holder:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 101, 158, 0)), to(#42659e));
  background: linear-gradient(to right, rgba(66, 101, 158, 0), #42659e);
}
.omnibar .pivot-nodes {
  height: 56px;
  overflow-y: hidden;
  overflow-x: auto;
  /* On webkit we can make scrollbar transparent */
}
.omnibar .pivot-nodes ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
input.search::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
input.search::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
input.search:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
input.search::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
input.search::placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.pivot-link .icon-pivot {
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 16px;
  margin-left: -2px;
}
.count-grid .pivot-link {
  display: inline-block;
  float: none;
  top: -5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Overlays - Base Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay {
  position: absolute;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: 350px;
  background: #fff;
  cursor: default;
  font-size: 12px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-transform: none;
  white-space: normal;
  color: #333;
  border: 1px solid #ddd;
}
.overlay.full-overlay {
  width: 96%;
  height: 94%;
  min-height: 600px;
  margin: 1% auto auto auto;
  float: none;
}
.overlay.full-overlay .overlay-header {
  float: none;
  display: block;
  width: auto;
  min-height: 16px;
  /*display: none*/
}
.overlay.full-overlay .overlay-body {
  float: none;
  display: block;
  width: auto;
  height: auto;
  max-height: none;
}
.overlay-top-holder .overlay.wide-overlay {
  width: 720px;
}
.overlay-top-holder .overlay.wide-overlay .overlay-header,
.overlay-top-holder .overlay.wide-overlay .overlay-body {
  width: 680px;
}
/* Overlay Header */
.overlay-header {
  position: relative;
  float: left;
  width: 310px;
  padding: 12px 20px 10px;
  background: transparent url('../../img/overlay-header.gif') left bottom repeat-x;
  border-radius: 5px 0 0 5px;
}
.overlay-header h1 {
  font-size: 13px;
  line-height: 18px;
}
.overlay-header h1.info {
  background: url('../../img/icons/icon-info.png') 0px 0px no-repeat;
  padding: 0 0 0 20px;
}
.overlay-header h1.warning {
  background: url('../../img/icons/icon-alert.png') 0px 0px no-repeat;
  padding: 0 0 0 20px;
}
.overlay-header h1 .icon {
  background-position: 0 0;
}
.overlay-header h1 p {
  margin: 0 !important;
}
/* Overlay Body */
.overlay-body {
  background: transparent;
  border: none;
  float: left;
  padding: 10px 20px 20px;
  margin: 0;
  max-height: 550px;
  overflow: auto;
  overflow-x: hidden;
  font-weight: normal;
}
.overlay-body.fixed-buttons {
  padding-top: 30px;
}
.overlay-body.fixed-buttons .buttons.fixed {
  position: absolute;
  background: #fff;
  padding: 8px 0;
  display: none;
}
.overlay-body p {
  float: left;
  clear: left;
  margin-bottom: 10px;
  width: 100%;
}
.overlay-body ol {
  margin: 0;
  padding: 0;
}
.overlay-body form li.elastic a.add-another,
.overlay-body form li.elastic div.copy {
  margin: 0;
}
.overlay-body #wizardContent input.date {
  float: none;
  clear: none;
}
.overlay-body #wizardContent .content-status-date {
  float: left;
  margin-top: -5px;
}
.overlay-body #wizardContent .content-status-date label {
  margin: 8px 5px 0 0;
}
.overlay-body ul#nav-tertiary {
  margin: 20px 0 0 0;
}
.overlay-body ul#nav-tertiary li {
  margin: 0 !important;
  border-bottom: 1px solid #e2eaf2 !important;
}
.overlay-body .control-bar {
  margin-top: 10px;
}
.auto-overflow .overlay-body {
  overflow-x: auto;
  overflow-y: auto;
}
.overlay-tab-holder {
  padding-top: 12px;
}
/* TODO: change below to use .overlay-footer */
.overlay .buttons {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.overlay.wide-overlay .overlay-body .buttons {
  width: 710px;
}
.overlay.wide-overlay .overlay-body div .buttons {
  width: 100%;
}
/* TODO: change below to use .overlay-footer */
.overlay .buttons .cancel {
  margin-left: 5px;
}
/* Ajax-Content Modal Overlays - need fixed height to be centered properly */
.overlay.ajax-overlay {
  min-height: 380px;
}
.overlay input.autocomplete {
  margin-right: 0;
  max-width: 300px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Overlays - Modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay.modal-overlay {
  position: static;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color='#000')";
}
.modal-overlay .overlay-body {
  min-height: 200px;
}
.overlay-modal-bg {
  -moz-opacity: 0.4;
  opacity: 0.4;
  background-color: #444;
  position: absolute;
}
.overlay-holder {
  display: none;
}
.overlay-top-holder {
  display: none;
  position: absolute;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Overlays - Help
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay.help-overlay .overlay-header h1 {
  padding-left: 20px;
  background: url('../../img/icons/icon-question-large.png') no-repeat;
}
.overlay.help-overlay li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
.overlay .overlay-header a.close,
.overlay .overlay-header a.overlay-close {
  position: absolute;
  right: 12px;
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../../img/icons/icon-close.png');
  cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Overlays - Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay-wrapper {
  /* Adds arrow to left side over overlay */
  float: left;
  margin: 0 0 0 -22px;
  padding: 0 0 0 22px;
  background: transparent url('../../img/overlay-arrow-left.png') left 100px no-repeat;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Overlays - with Datatiles, Panels
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay ul.datatiles,
.overlay .new-panel ul.datatiles {
  border: none;
}
.overlay ul.datatiles li,
.overlay .new-panel ul.datatiles li {
  border: none;
  margin-bottom: 3px;
}
.overlay ul.datatiles li span.type {
  margin: 0;
  width: 100px;
}
.overlay ul.datatiles li span.data {
  margin-left: 110px;
}
.overlay .new-panel {
  margin-bottom: 22px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Detail Overlays
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Default */
.detail-overlay-container {
  position: relative;
  display: block;
  z-index: 200;
}
.detail-overlay {
  display: none;
  position: absolute;
  bottom: 90%;
  left: 0;
  padding: 0;
  line-height: 16px;
  border: 2px solid #cde;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.detail-overlay-container .detail-overlay.ajaxified {
  display: block;
}
.detail-overlay-body {
  overflow-y: auto;
  width: 180px;
  max-height: 110px;
  padding: 6px;
}
.tabular .detail-overlay-body {
  width: 250px;
  padding: 0;
}
.detail-overlay-body.wide {
  width: 280px;
}
.detail-overlay-body.wide ul.view-only {
  padding: 0 10px 0 10px;
  list-style: none;
}
.detail-overlay-body.wide ul.datatiles.view-only {
  padding: 0 0 0 0px;
  border-top: none;
}
.detail-overlay-body.wide ul.datatiles li span.type {
  float: none;
  width: 0px;
  margin: 0 0 0 0px;
}
.detail-overlay-body.wide ul.datatiles li span.data {
  display: block;
  margin: 0 0 0 0px;
  word-wrap: break-word;
}
.detail-overlay ul {
  margin: -5px 0 -5px 0;
}
.detail-overlay ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  width: 100%;
}
.detail-overlay li:last-child {
  border: none;
}
.detail-overlay dt {
  color: #999;
}
.detail-overlay dd {
  padding-bottom: 8px;
}
.tabular table {
  margin: 0;
}
.tabular table td {
  background-color: #fff;
}
/* Content Status */
li.content-status .detail-overlay {
  left: -110px;
}
li.content-status .detail-overlay-body {
  width: 360px;
  max-height: 200px;
  padding: 0;
}
li.content-status .detail-overlay-body td span.content-status-date {
  display: block;
  color: #aaa;
}
li.content-status .detail-overlay table {
  margin: 0;
}
li.content-status .detail-overlay table th {
  padding: 5px 0 0 5px;
  white-space: nowrap;
}
li.content-status .detail-overlay-body table td {
  padding-left: 6px;
}
/* Connection Diagrams */
a.viewdetails.magnifier {
  text-indent: -999em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../img/icons/icon-magnifier.png') center center no-repeat;
}
/* hide magnifiying glass on document editor*/
.mx-linked-entities a.viewdetails.magnifier {
  display: none;
}
.detail-overlay.connection-diagram-detail-overlay {
  bottom: 16px;
  width: 372px;
}
.overview .detail-overlay.connection-diagram-detail-overlay {
  bottom: auto;
  top: -15px;
}
.detail-overlay.connection-diagram-detail-overlay .detail-overlay-body {
  width: 360px;
  max-height: 200px;
}
.detail-overlay.connection-diagram-detail-overlay td {
  background-color: #fff;
}
/* Overlay for displaying delete warnings on project outline */
.outline-warn li {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0 !important;
  background: #fff;
  border: 1px solid #cfe3f7 !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.outline-warn .message {
  margin: 0 0 0 10px;
  line-height: 3em;
}
.outline-warn table {
  border-top: 1px dashed #ddd;
  margin: 0 0 5px 0;
}
.outline-warn table tbody tr {
  background-color: #e6f2ff;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 0 1px 1px #000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #3690e6;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-right-radius: 3px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.baro-pager-details {
  font-size: 13px;
  font-weight: bold;
  float: left;
}
.baro-pager select,
.baro-pager input[type=text] {
  width: 80px;
  height: 20px;
  margin: 0 4px;
  padding: 0;
}
.baro-pager input[type=text] {
  width: 60px;
  margin-bottom: 0;
  height: 20px;
}
.baro-pager .pull-right {
  color: #919191;
  font-size: 11px;
  font-weight: normal;
}
.baro-pager .detail {
  color: #333;
  font-weight: normal;
  margin-left: 5px;
}
.baro-pager .pager-left,
.baro-pager .pager-right {
  display: inline-block;
  padding: 0px 4px;
  margin: 0 4px;
  border: 1px solid #ddd;
  color: #333;
}
.baro-pager .pager-left:hover,
.baro-pager .pager-right:hover {
  color: #333;
}
.baro-pager .pager-left[disabled],
.baro-pager .pager-right[disabled],
.baro-pager .pager-left[disabled]:hover,
.baro-pager .pager-right[disabled]:hover {
  color: #ddd;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-left-radius: 5px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-right-radius: 5px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9px;
}
.pagination ul {
  -webkit-box-shadow: none 0 1px 1px #000;
  box-shadow: none 0 1px 1px #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 1px solid #ddd;
  color: #777777;
  margin-right: 5px;
  border-radius: 3px !important;
}
.pagination ul > li > span {
  border: none;
}
.pagination ul > li > a:hover {
  background: none;
  border-color: #00b1ef;
  color: #444;
}
.pagination ul > li.active > a,
.pagination ul > li.active > a:hover,
.pagination ul > li.active > span {
  background: #00b1ef;
  border-color: #00b1ef;
  color: #fff;
  font-weight: 700;
}
.pagination ul > li.disabled > a:hover {
  border-color: #ddd;
}
.pager li > a,
.pager li > span {
  border-color: #ddd;
  color: #777777;
  font-size: 14px;
}
.pager li > a:hover {
  background: none;
  border-color: #00b1ef;
  color: #444;
}
.pager li.disabled > a:hover {
  border-color: #ddd;
}
.navigation {
  font-size: 13px;
  border-bottom: 1px solid #aaa;
}
.navigation .navigatorLabel {
  float: right !important;
}
.navigation .navigator {
  float: left;
}
.navigation .navigator > span {
  float: right;
}
.navigation .navigator > span > * {
  float: left;
}
.navigation .navigator > span a {
  padding: 2px 4px;
  color: #333;
}
.navigation .navigator > span em {
  padding: 2px 4px;
  color: #999;
  font-style: normal;
}
.navigation .navigator > span > a,
.navigation .navigator > span > em {
  font-weight: bold;
}
.navigation .navigator > span > a {
  margin-top: -2px;
}
.navigation .navigator > span > span > span > em {
  background: #666;
  color: #fff;
}
thead .navigation {
  display: none;
}
.pathway-viz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pathway-viz .pathway-viz-node {
  line-height: 2;
  padding: 12px 24px 12px 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  background: #999;
}
.pathway-viz .pathway-viz-node [class^=icon] {
  position: relative;
  top: 4px;
  line-height: 1;
  margin-right: 6px;
  font-size: 24px;
}
.pathway-viz .pathway-viz-node strong {
  margin-right: 6px;
}
.pathway-viz .pathway-viz-edge {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 6px;
  background: #ddd;
  text-align: center;
}
.pathway-viz .pathway-viz-edge em {
  color: #666;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  top: -18px;
}
.nav-pills {
  margin-bottom: 12px;
}
.nav-pills > li > a {
  color: #999999;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 3px;
}
.nav-pills > li > a:hover {
  color: #444;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: #00b1ef;
  color: #fff;
  cursor: default;
}
.pivot-nodes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  justify-items: center;
  padding: 7px 8px 0 0;
}
.pivot-segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-items: center;
}
.pivot-node {
  position: relative;
  border-radius: 30px;
  max-width: 30px;
  padding: 4px 10px 3px 22px;
  font-size: 13px;
  line-height: 17px;
  background: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pivot-node:before {
  content: '\00a0';
}
.pivot-node.active {
  max-width: 200px;
  padding-left: 30px;
}
.pivot-node.active:before {
  display: none;
}
.pivot-node.active .pivot-node-label {
  display: inline;
}
.pivot-node.hover {
  color: #fff;
  background: #20498d;
}
.pivot-node .pivot-node-label {
  display: none;
}
.pivot-node [class^="icon-"] {
  position: absolute;
  left: 10px;
  top: 5px;
}
.pivot-edge {
  height: 1px;
  width: 12px;
  border-top: #333 1px solid;
  margin-top: 12px;
  overflow: hidden;
}
.pivot-edge.hover,
.pivot-edge.neighbor-hovered {
  border-color: #20498d;
}
.pivot-nodes-desc {
  max-width: 300px;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #666;
  *zoom: 1;
}
.pivot-nodes-desc:before,
.pivot-nodes-desc:after {
  display: table;
  content: "";
  line-height: 0;
}
.pivot-nodes-desc:after {
  clear: both;
}
.dropdown-menu > li > a:hover .pivot-edge {
  border-color: #fff;
}
.dropdown-menu > li > a:hover .pivot-node {
  color: #333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 1px 1px #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 1px 1px #000;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content ul {
  padding: 0 !important;
  margin: 0;
  min-width: 140px;
}
.popover .arrow,
.popover .arrow:after,
.dropdown-menu .arrow,
.dropdown-menu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow,
.dropdown-menu .arrow {
  border-width: 11px;
}
.popover .arrow:after,
.dropdown-menu .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow,
.dropdown-menu .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after,
.dropdown-menu .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.xp .btn-add {
  position: absolute;
  right: 0;
  top: -40px;
}
.xp .xp-item-list {
  margin: 0 0 0 0;
}
.xp .xp-item {
  display: block;
  position: relative;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #EBEBEB;
}
.xp .xp-item:hover .edit-toggle {
  width: auto;
}
.xp .xp-item:first-child {
  border-top: 1px solid #EBEBEB;
}
.xp .xp-item-dates {
  color: #999;
  font-weight: 300;
}
.xp .xp-item-title {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.xp .xp-item-description {
  margin: 10px 0;
  font-size: 11px;
}
.xp .xp-item-relationship-list {
  margin: 0 15px 15px 15px;
}
.xp .xp-item-relationship-list .type {
  display: inline-block;
  width: 120px;
  font-weight: normal;
}
.progress {
  position: relative;
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  background: #4e9ae3;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 1px 1px #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 1px 1px #000;
  -webkit-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-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-uploading,
.progress-complete {
  position: absolute;
  width: 100%;
  font-size: 11px;
  color: #20498d;
  text-align: center;
}
.progress-complete {
  color: #fff;
}
.progress-abort {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 11px;
  color: #999;
}
.proposed-edits-list {
  margin: 0;
}
.proposed-edits-list .buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.proposed-edits-summary-list {
  margin: 0 0 20px 0;
}
.proposed-edits-summary-list .proposed-edits-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.proposed-edits-summary-list .proposed-edits-title .badge {
  background: #20498d;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-right: 4px;
  min-width: 19px;
  padding: 4px 6px;
}
.roadmap-wrapper .roadmap {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.roadmap-wrapper .roadmap-labels {
  float: left;
  border-right: 1px solid #dddddd;
}
.roadmap-wrapper .roadmap-labels-header {
  border-bottom: 1px solid #dddddd;
}
.roadmap-wrapper .roadmap-labels-body {
  overflow: hidden;
}
.roadmap-wrapper .roadmap-header {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  cursor: crosshair;
}
.roadmap-wrapper .roadmap-scrollable {
  overflow-y: hidden;
  overflow-x: scroll;
}
.roadmap-wrapper .roadmap-header-height {
  height: 2em;
}
.roadmap-wrapper .roadmap-header-hour,
.roadmap-wrapper .roadmap-header-day,
.roadmap-wrapper .roadmap-header-week,
.roadmap-wrapper .roadmap-header-month {
  white-space: nowrap;
  font-weight: 300;
  color: #999;
}
.roadmap-wrapper .roadmap-header-hour span,
.roadmap-wrapper .roadmap-header-day span,
.roadmap-wrapper .roadmap-header-week span,
.roadmap-wrapper .roadmap-header-month span {
  position: absolute;
}
.roadmap-wrapper .roadmap-header-month {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.roadmap-wrapper .roadmap-header-month:last-child {
  border-bottom: none;
}
.roadmap-wrapper .roadmap-header-row,
.roadmap-wrapper .gant-labels-row {
  cursor: pointer;
}
.roadmap-wrapper .roadmap-labels-desc span,
.roadmap-wrapper .roadmap-header-row span,
.roadmap-wrapper .roadmap-labels-row span {
  padding-left: 12px;
  padding-right: 12px;
}
.roadmap-wrapper .roadmap-labels-desc span,
.roadmap-wrapper .roadmap-header-hour span,
.roadmap-wrapper .roadmap-header-day span,
.roadmap-wrapper .roadmap-header-week span,
.roadmap-wrapper .roadmap-header-month span {
  display: inline-block;
  height: 2em;
  text-align: center;
  padding-top: 0.5em;
}
.roadmap-wrapper .roadmap-header-row span,
.roadmap-wrapper .roadmap-labels-row span {
  display: inline-block;
  padding-top: 0.5em;
}
.roadmap-wrapper .roadmap-header-hour span,
.roadmap-wrapper .roadmap-header-day span,
.roadmap-wrapper .roadmap-header-week span,
.roadmap-wrapper .roadmap-header-month span {
  overflow: hidden;
  border-right: 1px solid #ddd;
}
.roadmap-wrapper .roadmap-body {
  position: relative;
  width: 100%;
  padding: 10px 0 20px 0;
}
.roadmap-wrapper .roadmap-body-foreground {
  position: absolute;
  height: 100%;
}
.roadmap-wrapper .roadmap-grid-foreground-col,
.roadmap-wrapper .roadmap-grid-foreground-col-weekend,
.roadmap-wrapper .roadmap-grid-foreground-col-nonworkhour {
  display: inline-block;
  height: 100%;
  border-right: 1px solid #ddd;
}
.roadmap-wrapper .roadmap-grid-foreground-col-weekend,
.roadmap-wrapper .roadmap-grid-foreground-col-nonworkhour {
  background-color: rgba(200, 200, 200, 0.3);
}
.roadmap-wrapper .roadmap-body-column {
  position: absolute;
}
.roadmap-wrapper .roadmap-grid-background-row-alt {
  background-color: #eee;
}
.roadmap-wrapper .roadmap-row {
  position: relative;
}
.roadmap-wrapper .roadmap-row.has-open-ended-task {
  right: 0;
  width: auto !important;
  overflow: hidden;
}
.roadmap-wrapper .roadmap-row.has-open-ended-task .roadmap-task.no-to-date,
.roadmap-wrapper .roadmap-row.has-open-ended-task .roadmap-entity {
  width: auto !important;
  right: -40px;
}
.roadmap-wrapper .roadmap-row-height {
  height: 88px;
}
.roadmap-wrapper .roadmap-entity {
  position: absolute;
  top: 8px;
  bottom: 0;
}
.roadmap-wrapper .roadmap-entity.empty {
  left: 0 !important;
  width: 100% !important;
}
.roadmap-wrapper .roadmap-entity.empty .roadmap-entity-label {
  left: 10px;
}
.roadmap-wrapper .roadmap-entity.empty .roadmap-entity-background {
  border-radius: 0;
}
.roadmap-wrapper .roadmap-entity-label {
  position: absolute;
  top: 5px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roadmap-wrapper .roadmap-entity-label:before {
  vertical-align: middle;
  margin-right: 5px;
}
.roadmap-wrapper .roadmap-entity-label .lifecycle-pill {
  position: relative;
  top: -3px;
  margin: 0 4px 0 8px;
  padding: 0 4px;
  line-height: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 4px;
  border-width: 0;
}
.roadmap-wrapper .roadmap-entity-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 6px;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  top: -3px;
  z-index: 1;
  border-radius: 4px;
}
.roadmap-wrapper .roadmap-entity-actions:hover {
  opacity: 1;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}
.roadmap-wrapper .roadmap-entity-actions > a {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: -1px;
  border: 1px solid #ccc;
  font-size: 7px;
  color: #000;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.roadmap-wrapper .roadmap-entity-actions > a:first-child {
  border-radius: 4px 0 0 4px;
}
.roadmap-wrapper .roadmap-entity-actions > a:last-child {
  border-radius: 0 4px 4px 0;
}
.roadmap-wrapper .roadmap-entity-actions > a.icon-x {
  color: #f04e4f;
}
.roadmap-wrapper .roadmap-entity-background {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 5px;
  height: 50px;
  border-radius: 10px;
  background: #eee;
}
.roadmap-wrapper .roadmap-entity-empty {
  margin-left: 20px;
  line-height: 45px;
  font-style: italic;
  font-weight: 300;
}
.roadmap-wrapper .roadmap-entity-empty a {
  display: inline-block;
  margin-left: 6px;
  font-weight: 400;
}
.roadmap-wrapper .roadmap-task {
  position: absolute;
  margin: auto;
  bottom: 10px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid;
  border-color: #999;
  background-color: rgba(153, 153, 153, 0.7);
  cursor: pointer;
}
.roadmap-wrapper .roadmap-task.planned {
  border-color: #fc0;
  background-color: rgba(255, 204, 0, 0.7);
}
.roadmap-wrapper .roadmap-task.planned.selected {
  background-color: #fc0;
}
.roadmap-wrapper .roadmap-task.active {
  border-color: #390;
  background-color: rgba(51, 153, 0, 0.7);
}
.roadmap-wrapper .roadmap-task.active.selected {
  background-color: #390;
}
.roadmap-wrapper .roadmap-task.inactive {
  border-color: #c30;
  background-color: rgba(204, 51, 0, 0.7);
}
.roadmap-wrapper .roadmap-task.inactive.selected {
  background-color: #c30;
}
.roadmap-wrapper .roadmap-task:hover {
  border-color: #20498d;
}
.roadmap-wrapper .roadmap-task.selected {
  height: 44px;
  bottom: 8px;
  border-color: #20498d;
  border-width: 4px;
  z-index: 1;
}
.roadmap-wrapper .roadmap-task-content {
  margin-left: 14px;
  margin-right: 14px;
  line-height: 36px;
  vertical-align: middle;
  overflow: hidden;
}
.roadmap-wrapper .roadmap-task-content span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.roadmap-wrapper .roadmap-task-tooltip-content {
  min-width: 300px;
  padding: 0 12px 8px;
  *zoom: 1;
}
.roadmap-wrapper .roadmap-task-tooltip-content:before,
.roadmap-wrapper .roadmap-task-tooltip-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.roadmap-wrapper .roadmap-task-tooltip-content:after {
  clear: both;
}
.roadmap-wrapper .roadmap-task-tooltip-content .name {
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 24px;
}
.roadmap-wrapper .roadmap-task-tooltip-content .dates {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.roadmap-wrapper .roadmap-task-tooltip-content .dates em {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
}
.roadmap-wrapper .roadmap-task-tooltip-content .date-from,
.roadmap-wrapper .roadmap-task-tooltip-content .date-to {
  float: left;
  width: 50%;
}
.roadmap-wrapper .roadmap-task-tooltip-content .entity-label {
  float: left;
  width: 100%;
  font-size: 13px;
}
.roadmap-wrapper .roadmap-task-tooltip-content .entity-label:before {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}
.roadmap-wrapper .roadmap-sortable-handle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.roadmap-wrapper .roadmap-sortable-handle:hover,
.roadmap-wrapper .roadmap-sortable-handle.roadmap-sortable-handle-drag {
  cursor: move;
  background: rgba(120, 145, 186, 0.35);
}
.roadmap-wrapper .roadmap-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(100, 100, 100, 0.5);
  pointer-events: none;
}
.roadmap-wrapper .roadmap-marker.now {
  background: rgba(255, 100, 100, 0.5);
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-header-month,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-header-month,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-header-month {
  border-top: none;
  border-bottom: none;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-row,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-row,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-row {
  height: 55px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-entity-label,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-label,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-entity-label {
  font-size: 11px;
  top: -5px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-entity-label:before,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-label:before,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-entity-label:before {
  margin-top: -3px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-entity-background,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-background,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-entity-background {
  height: 31px;
  left: -3px;
  right: -3px;
  bottom: 3px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task {
  height: 25px;
  bottom: 6px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task.selected,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task.selected,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task.selected {
  border-width: 2px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task.selected.planned,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task.selected.planned,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task.selected.planned {
  background-color: rgba(255, 204, 0, 0.7);
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task.selected.active,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task.selected.active,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task.selected.active {
  background-color: rgba(51, 153, 0, 0.7);
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task.selected.inactive,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task.selected.inactive,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task.selected.inactive {
  background-color: rgba(204, 51, 0, 0.7);
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-task-content,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-task-content,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-task-content {
  line-height: 22px;
  font-size: 11px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-entity-empty,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-empty,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-entity-empty {
  margin-left: 15px;
  line-height: 28px;
  font-size: 11px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-marker,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-marker,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-marker {
  display: none !important;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-marker.now,
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-marker.now,
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-marker.now {
  display: block !important;
}
.roadmap-wrapper.roadmap-wrapper-entity {
  position: relative;
  margin-bottom: 10px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-body {
  padding-bottom: 10px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-row {
  height: 40px;
}
.roadmap-wrapper.roadmap-wrapper-entity .roadmap-entity-label {
  display: none;
}
.roadmap-wrapper.roadmap-wrapper-worksheet .roadmap-header {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}
.roadmap-wrapper.roadmap-wrapper-worksheet .roadmap-body {
  padding-top: 3em;
}
.roadmap-wrapper.roadmap-wrapper-worksheet .roadmap-body.has-two-date-headers {
  padding-top: 5em;
}
.roadmap-wrapper.roadmap-wrapper-workspace-preview {
  min-height: 239px;
  height: 239px;
  overflow-y: hidden;
}
.roadmap-wrapper.roadmap-wrapper-workspace-preview .roadmap-scrollable {
  overflow: hidden;
}
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-label .dropdown {
  display: none;
}
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-empty a {
  display: none;
}
.roadmap-wrapper.roadmap-wrapper-dashboard .roadmap-entity-actions {
  display: none;
}
[radial-chart-viz] svg,
[radial-chart-viz] .svg-holder {
  display: block;
  margin: auto;
}
[radial-chart-viz] path.arc {
  fill: #fff;
}
[radial-chart-viz] .node {
  font-size: 15px;
}
[radial-chart-viz] .node:hover {
  fill: #1f77b4;
}
[radial-chart-viz] .link {
  fill: none;
  stroke: #1f77b4;
  stroke-opacity: 0.4;
  stroke-width: 3px;
  pointer-events: none;
}
[radial-chart-viz] .link.source,
[radial-chart-viz] .link.target {
  stroke-opacity: 1;
  stroke-width: 2px;
}
[radial-chart-viz] .node.target {
  fill: #d62728 !important;
}
[radial-chart-viz] .link.source {
  stroke: #d62728;
}
[radial-chart-viz] .node.source {
  fill: #2ca02c;
}
[radial-chart-viz] .link.target {
  stroke: #2ca02c;
}
[radial-chart][preview-mode=true] {
  height: 300px;
  overflow-y: hidden;
}
[radial-chart][preview-mode=true] svg {
  margin-top: -30%;
}
/* These styles are copied over from the react-grid-layout node module */
.react-grid-layout {
  position: relative;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}
.react-grid-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-property: left, top;
  transition-property: left, top;
}
.react-grid-item.cssTransforms {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}
.react-grid-item.react-draggable-dragging {
  -webkit-transition: none;
  transition: none;
  z-index: 3;
  will-change: transform;
}
.react-grid-item.react-grid-placeholder {
  background: #c6dcef;
  opacity: 0.5;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
/* These styles are copied from the react-resizeable node module */
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: se-resize;
}
.popover.row-detail {
  display: block;
  padding: 0;
  min-width: 600px;
  border: 1px solid #999;
  border-radius: 0;
}
.popover.row-detail .arrow {
  left: auto;
  right: 3px;
  border-bottom-color: #444;
}
.popover.row-detail .arrow:after {
  border-bottom-color: #eee;
}
.popover.row-detail .popover-content {
  padding: 0;
}
.popover.row-detail .row-detail-header {
  position: relative;
  padding: 20px 20px 20px 40px;
  background-color: #eee;
}
.popover.row-detail .row-detail-header:after {
  content: " ";
  display: table;
  clear: both;
}
.popover.row-detail .row-detail-header .icon-x {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #aaa;
}
.popover.row-detail .row-detail-header .icon-x:hover {
  color: #999;
  cursor: pointer;
}
.popover.row-detail .row-detail-header .previewImage {
  width: 250px;
}
.popover.row-detail .row-detail-header h2 {
  color: #20498d !important;
}
.popover.row-detail .row-detail-header .colorBox {
  float: left;
  margin-right: 4px;
}
.popover.row-detail .row-detail-header .profilePic {
  float: left;
  width: 20%;
  margin-top: 6px;
  padding-right: 20px;
}
.popover.row-detail .row-detail-header .profilePic img {
  max-width: 100%;
}
.popover.row-detail .row-detail-header .profilePic + div {
  float: left;
  width: 80%;
}
.popover.row-detail .row-detail-header .nameValuePairs a {
  color: #2996CE;
}
.popover.row-detail .row-detail-header p {
  max-width: 600px;
}
.popover.row-detail .row-detail-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  line-height: 24px;
}
.popover.row-detail .row-detail-header h2 .icon-star-active,
.popover.row-detail .row-detail-header h2 .icon-star-inactive {
  font-size: 12px;
  position: absolute;
  left: -16px;
}
.popover.row-detail .row-detail-body {
  padding: 10px 20px 0px 40px;
}
.popover.row-detail .row-detail-body h4 {
  font-size: 14px;
  color: #20498d;
  font-weight: normal;
}
.popover.row-detail .row-detail-body h4 i {
  margin-right: 4px;
}
.popover.row-detail .row-detail-footer {
  margin: 16px 0px 7px 0;
  padding: 5px 16px 0 16px;
  border-top: 1px solid #ccc;
}
.popover.row-detail .row-detail-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.popover.row-detail .row-detail-footer .icon-blueprint {
  float: left;
  font-size: 18px;
}
.popover.row-detail .row-detail-footer .bn {
  float: right;
  font-size: 10px;
}
.popover.row-detail .field-label {
  width: 40%;
  text-align: left;
}
.popover.row-detail .field-value {
  width: 60%;
}
.modal .popover.row-detail {
  min-width: 300px;
}
.modal .popover.row-detail .row-detail-header {
  padding: 5px;
}
.modal .popover.row-detail .row-detail-header .profilePic,
.modal .popover.row-detail .row-detail-header .previewImage,
.modal .popover.row-detail .row-detail-header .nameValuePairs {
  display: none;
}
.modal .popover.row-detail .row-detail-header .profilePic + div {
  width: 100%;
}
.modal .popover.row-detail .row-detail-header p {
  margin-bottom: 0;
}
.modal .popover.row-detail .row-detail-body,
.modal .popover.row-detail .row-detail-footer {
  display: none;
}
.tasks {
  padding: 0 0 20px 20px;
}
.task {
  position: relative;
  margin-bottom: 4px;
}
.task:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.task:hover:after {
  background: #ddd;
}
.task.open {
  background: #f5f5f5;
}
.task.open:after {
  background: #4e9ae3;
}
.task.open .task-header .icon-sort-down {
  -webkit-transform: rotate(0) translate(-15px, -15px);
  -ms-transform: rotate(0) translate(-15px, -15px);
  transform: rotate(0) translate(-15px, -15px);
}
.task .task-header {
  position: relative;
  padding: 20px 60px 20px 70px;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.task .task-header:hover {
  background: #f5f5f5;
}
.task .task-header:hover .icon-sort-down {
  opacity: 1;
}
.task .task-header .task-avatar {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 44px;
  width: 44px;
  background: #ddd;
  border-radius: 6px;
}
.task .task-header .task-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.task .task-header .task-assignee,
.task .task-header .task-requester {
  display: inline-block;
}
.task .task-header .task-requester-name,
.task .task-header .task-assignee-name {
  font-weight: bold;
}
.task .task-header .task-create-date {
  display: inline;
  margin-left: 5px;
  font-size: 11px;
  font-weight: lighter;
  color: #666;
}
.task .task-header .task-description {
  font-size: 15px;
  font-weight: 200;
  padding-right: 100px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.task .task-header .task-completed-label {
  position: absolute;
  right: 60px;
  top: 20px;
  color: #84c42e;
}
.task .task-header .task-completed-label > strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.task .task-header .icon-sort-down {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 36px;
  opacity: 0.2;
  color: #aaa;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.task .task-body {
  padding: 0 20px 20px;
}
.task .task-body-spinner {
  padding: 10px 30px 60px;
  background: transparent url('../../img/backgrounds/bg-spinner-128.gif') center center no-repeat;
  background-size: 32px;
}
.task-card {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.task-card.edit {
  border-color: gold;
  background: #FCF8E4;
}
.task-card.edit .task-card-body {
  border-top-color: gold;
}
.task-card.loading {
  opacity: 0.5;
}
.task-card.task-card-compact {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.task-card.task-card-compact:last-child {
  margin-bottom: 20px;
}
.task-card .task-card-header {
  position: relative;
  padding: 10px 20px;
}
.task-card .task-card-header .task-card-title i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.task-card .task-card-header .task-card-title .icon-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 18px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.task-card .task-card-header .task-card-title .icon-link:hover {
  color: #333;
}
.task-card .task-card-header-actions {
  position: absolute;
  right: 10px;
  top: 8px;
}
.task-card .task-card-body {
  border-top: 1px solid #ddd;
  padding: 10px 20px;
}
.task-card .task-card-body .fieldset {
  float: none;
}
.task-card .task-card-body .fieldset:after {
  content: " ";
  display: table;
  clear: both;
}
.task-actions {
  padding-left: 2px;
}
.task-actions .mark-completed {
  position: relative;
  display: block;
  padding-right: 150px;
  *zoom: 1;
}
.task-actions .mark-completed:before,
.task-actions .mark-completed:after {
  display: table;
  content: "";
  line-height: 0;
}
.task-actions .mark-completed:after {
  clear: both;
}
.task-actions .mark-completed.completed .mark-completed-buttons {
  opacity: 0;
}
.task-actions .mark-completed.completed .mark-completed-success {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.task-actions .mark-completed .mark-completed-buttons {
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.task-actions .mark-completed .mark-completed-success {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: transform 0.4s 0.3s, opacity 0.3s 0.3s;
  transition: transform 0.4s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.4s 0.3s;
  pointer-events: none;
}
.task-actions .mark-completed input[type=text] {
  position: absolute;
  right: 150px;
  width: 150px;
  height: 30px;
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.task-actions .mark-completed input[type=text]:focus,
.task-actions .mark-completed input[type=text].active {
  width: 400px;
}
.task-actions .mark-completed input[type=text]:focus + .btn,
.task-actions .mark-completed input[type=text].active + .btn {
  border-color: #333;
}
.task-actions .mark-completed .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  border-radius: 0 4px 4px 0;
}
.task-actions .mark-completed .icon-check {
  font-size: 18px;
  margin-right: 5px;
  color: #5a861f;
}
.task-actions .mark-completed label {
  display: inline;
  cursor: default;
}
.task-actions .task-action {
  margin-right: 8px;
  font-size: 24px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.task-actions .task-action:hover {
  color: #333;
}
.task-actions .task-action.disabled {
  cursor: not-allowed;
  pointer-events: visible;
}
.task-actions .task-note-view {
  margin-bottom: 20px;
  padding-left: 45px;
}
.task-actions .task-note-view-assignee {
  margin-bottom: 5px;
}
.task-actions .task-note-view-note {
  font-size: 15px;
  font-weight: 200;
}
.btn-show-more-tasks {
  margin-left: 45px;
}
.tasks-empty p {
  text-align: center;
  padding: 40px;
  font-size: 22px;
  font-weight: lighter;
}
.tasks-empty p .icon-check {
  color: #9cd64f;
  font-size: 24px;
  margin-right: 5px;
}
.task-cards .change-status-notifier {
  border-radius: 4px;
}
.open-tasks-indicator {
  position: absolute;
  display: inline-block;
  top: 11px;
  right: 0;
  height: 20px;
  min-width: 20px;
  line-height: 18px;
  background: #f04e4f;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
}
.mystery-desktop-container .condensed-tile {
  margin-bottom: 4px;
}
.condensed-tile {
  background-color: #45669e;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  position: relative;
  height: 64px;
  width: 128px;
}
.condensed-tile .tile-icon {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 36px;
  color: #7790b9;
  z-index: 0;
}
.condensed-tile .count {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  z-index: 2;
}
.condensed-tile .condensed-tile-entity-type {
  font-size: 16px;
  line-height: 16px;
  position: static;
  z-index: 2;
}
.condensed-tile .condensed-tile-entity-type .tile-name {
  max-width: 100%;
}
.tiles {
  margin-bottom: 20px;
  margin-left: -1%;
  margin-right: -1%;
}
.tiles#enterprise-tiles {
  min-height: 420px;
}
@media (min-width: 1300px) {
  .tiles {
    margin-left: 0;
    margin-right: 0;
  }
}
.tiles .tile {
  width: 98%;
}
@media (min-width: 700px) {
  .tiles .tile {
    width: 31.33333333%;
  }
}
@media (min-width: 1100px) {
  .tiles .tile {
    width: 18%;
  }
}
@media (min-width: 1500px) {
  .tiles .tile {
    width: 12.28571429%;
  }
}
@media (min-width: 2000px) {
  .tiles .tile {
    width: 9.11111111%;
  }
}
.tiles .tile {
  float: left;
  margin: 0 1% 2% 1%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: margin 0.5s, width 0.5s, opacity 0.7s;
  transition: margin 0.5s, width 0.5s, opacity 0.7s;
}
.tiles .tile.loading {
  opacity: 0.3;
}
.tiles .tile.tile-toggle .tile-header {
  background: #eee;
  padding-top: 30px;
  text-align: center;
  color: #aaa;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tiles .tile.tile-toggle .tile-header:hover {
  color: #999;
}
.tiles .tile.drilled-in {
  width: 98%;
  z-index: 1;
}
.tiles .tile.drilled-in > .tile-header {
  height: auto;
  text-align: left;
  padding: 0 10px 5px 32px;
  cursor: default;
}
.tiles .tile.drilled-in > .tile-header:hover {
  background-color: #45669e;
}
.tiles .tile.drilled-in > .tile-header .tile-name {
  max-width: none;
  overflow: visible;
}
.tiles .tile.drilled-in > .tile-header .tile-entity-type {
  position: static;
  display: inline-block;
  font-size: 16px;
}
.tiles .tile.drilled-in > .tile-header .tile-icon {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 16px;
}
.tiles .tile.drilled-in > .tile-header .tile-count {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
}
.tiles .tile.drilled-in > .tile-header .tile-section-link {
  display: inline-block;
}
.tiles .tile-header {
  position: relative;
  height: 105px;
  padding: 12px;
  text-align: right;
  color: #fff;
  background-color: #45669e;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.tiles .tile-header:hover {
  background-color: #354f7b;
}
.tiles .tile-count {
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.tiles .tile-count a {
  color: #fff;
  padding-right: 10px;
}
.tiles .tile-entity-type {
  font-size: 18px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
}
.tiles .tile-entity-type .tile-icon {
  float: left;
  font-size: 24px;
}
.tiles .tile-entity-type .tile-name {
  display: inline-block;
  margin-top: 5px;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tiles .tile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 26px;
  background: #eee;
}
.tiles .tile-controls .tile-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2px 6px;
  text-align: center;
  background: #eee;
  color: #999;
  vertical-align: center;
  cursor: pointer;
}
.tiles .tile-controls .tile-control:hover {
  color: #666;
}
.tiles .tile-controls .tile-control .icon-plus {
  display: inline-block;
  font-size: 9px;
}
.tiles .tile-collapse {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 6px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tiles .tile-collapse:hover {
  opacity: 1;
}
@media (min-width: 900px) {
  .tiles.tiles-detailed .tile {
    width: 31.33333333%;
  }
}
@media (min-width: 1300px) {
  .tiles.tiles-detailed .tile {
    width: 18%;
  }
}
@media (min-width: 1700px) {
  .tiles.tiles-detailed .tile {
    width: 12.28571429%;
  }
}
@media (min-width: 2200px) {
  .tiles.tiles-detailed .tile {
    width: 9.11111111%;
  }
}
.tiles .tile-detail {
  position: relative;
  padding: 12px;
  height: 155px;
  background: #f5f5f5;
}
.tiles .tile-detail .tile-detail-result {
  position: relative;
  padding-left: 20px;
}
.tiles .tile-detail em {
  position: absolute;
  left: 0;
  font-style: normal;
  font-weight: 200;
  color: #999;
}
.tiles .tile-detail [entity-link] a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.tiles .tile-detail .tile-section-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 12px;
  text-align: right;
  background: #eee;
}
.tiles .tile-subtiles {
  position: relative;
  padding: 1% 0.5% 0.5%;
  background: #eee;
  *zoom: 1;
}
.tiles .tile-subtiles:before,
.tiles .tile-subtiles:after {
  display: table;
  content: "";
  line-height: 0;
}
.tiles .tile-subtiles:after {
  clear: both;
}
.tiles .tile-subtiles .tile {
  margin: 0 0.5% 1% 0.5%;
  width: 99%;
}
@media (min-width: 600px) {
  .tiles .tile-subtiles .tile {
    width: 32.33333333%;
  }
}
@media (min-width: 900px) {
  .tiles .tile-subtiles .tile {
    width: 19%;
  }
}
@media (min-width: 1200px) {
  .tiles .tile-subtiles .tile {
    width: 13.28571429%;
  }
}
@media (min-width: 1500px) {
  .tiles .tile-subtiles .tile {
    width: 10.11111111%;
  }
}
@media (min-width: 2000px) {
  .tiles .tile-subtiles .tile {
    width: 8.09090909%;
  }
}
.tiles .tile-subtiles .tile .tile-header {
  height: 90px;
}
.tiles .tile-subtiles .tile .tile-count {
  font-size: 40px;
}
.tiles .tile-subtiles .tile .tile-entity-type {
  font-size: 16px;
}
.tiles .tile-subtiles .tile-name {
  max-width: 100%;
}
.tiles .tile-subtiles .tile-domain .tile-header {
  background: #e49e37;
}
.tiles .tile-subtiles .tile-domain .tile-header:hover {
  background: #cc851c;
}
.tiles .tile-subtiles .tile-type .tile-header {
  background: #0f9eac;
}
.tiles .tile-subtiles .tile-type .tile-header:hover {
  background: #0b737d;
}
.table.vertical-headers.scorecard-results {
  min-width: 100%;
}
.table.vertical-headers.scorecard-results .th-inner {
  left: 9px;
}
.table.vertical-headers.scorecard-results th:first-child,
.table.vertical-headers.scorecard-results th:first-child + th,
.table.vertical-headers.scorecard-results th:first-child + th + th,
.table.vertical-headers.scorecard-results th:first-child + th + th + th,
.table.vertical-headers.scorecard-results th:first-child + th + th + th + th {
  text-transform: uppercase;
}
.table.vertical-headers.scorecard-results th:first-child .th-outer,
.table.vertical-headers.scorecard-results th:first-child + th .th-outer,
.table.vertical-headers.scorecard-results th:first-child + th + th .th-outer,
.table.vertical-headers.scorecard-results th:first-child + th + th + th .th-outer,
.table.vertical-headers.scorecard-results th:first-child + th + th + th + th .th-outer {
  width: auto;
  height: auto;
}
.table.vertical-headers.scorecard-results th:first-child .th-inner,
.table.vertical-headers.scorecard-results th:first-child + th .th-inner,
.table.vertical-headers.scorecard-results th:first-child + th + th .th-inner,
.table.vertical-headers.scorecard-results th:first-child + th + th + th .th-inner,
.table.vertical-headers.scorecard-results th:first-child + th + th + th + th .th-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  width: auto;
  overflow: visible;
  text-overflow: none;
}
.table.vertical-headers.scorecard-results th:first-child {
  min-width: 200px;
}
.table.vertical-headers.scorecard-results td:first-child + td + td {
  font-weight: bold;
}
#audit_results > .box {
  width: 100%;
  overflow-x: auto;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container [class^="icon-"] {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1299 !important;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #20498d;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #20498d;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #20498d;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #20498d;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #20498d;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #20498d;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
Summary View Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sl-spinner {
  height: 16px;
  width: 16px;
  background: transparent url(/b/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator.gif) center no-repeat;
  padding: 10px;
  border: none;
}
.sl-summary-layout {
  float: left;
  width: 100%;
}
.sl-header {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
}
.sl-column,
.sl-content-block {
  float: left;
}
.sl-section,
.sl-section-body,
.sl-column,
.sl-content-block,
.sl-add-content-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* believe it or not this works in IE8 (standards mode) */
}
.sl-section:after,
.sl-section-body:after,
.sl-column:after,
.sl-content-block:after,
.sl-add-content-block:after {
  content: " ";
  display: table;
  clear: both;
}
.sl-section-list {
  min-height: 100px;
}
.sl-section {
  margin: 0 0 20px 0;
  border-top: 2px solid #bcd2ea;
}
.sl-section .box {
  margin: 0;
  padding: 0;
}
.sl-section-header .dropdown-menu,
.sl-content-block-header .dropdown-menu {
  min-width: 100px;
}
.sl-section-header {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.sl-section-header:after {
  content: " ";
  display: table;
  clear: both;
}
.sl-section-title {
  color: #20498d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  overflow: hidden;
}
.sl-section-body {
  padding: 5px 0;
  float: left;
  width: 100%;
}
.sl-column {
  padding: 0;
  min-height: 1px;
}
/* Content Blocks */
.sl-content-block {
  padding: 10px;
}
.sl-content-block .no-data-found {
  padding: 20px;
}
.sl-content-block-header {
  position: relative;
  padding: 0 0 5px 0;
}
.sl-content-block-body {
  padding: 5px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sl-content-block-body .table-wrapper {
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.sl-content-block-body .dashboard-worksheet-container {
  margin: -5px;
}
.sl-content-block-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  color: #666;
}
.sl-text-block {
  color: #999;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5em;
  word-wrap: break-word;
}
.sl-content-block-title-field,
.sl-section-title-field,
.sl-header input {
  border: 2px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
}
.sl-content-block-title-field:hover,
.sl-section-title-field:hover,
.sl-header input:hover,
.sl-content-block-title-field:focus,
.sl-section-title-field:focus,
.sl-header input:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sl-header input {
  float: left;
  margin-left: 4px;
}
.sl-content-block-title-field,
.sl-section-title-field {
  display: block;
  float: none;
  width: 50%;
  max-width: 250px;
}
.sl-content-block-description {
  line-height: 18px;
  color: #999;
}
/* Evil CSS hacks to place buttons from column picker widget at bottom of modal window */
.sl-columnset-picker-container {
  clear: both;
  padding-top: 10px;
  padding-bottom: 30px;
}
.sl-columnset-picker-container:before {
  position: relative;
  display: inline;
  top: 30px;
  left: 0;
  font-size: 11px;
}
.sl-columnset-picker-container .buttons {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.sl-columnset-picker-container tbody,
.sl-columnset-picker-container tfoot {
  display: none;
}
/* Magic aspect ratio wrappers (http://alistapart.com/d/creating-intrinsic-ratios-for-video/example2.html) */
.sl-aspect-4-3,
.sl-aspect-3-1 {
  position: relative;
  height: 0;
}
.sl-aspect-4-3.sl-pie-chart-container,
.sl-aspect-3-1.sl-pie-chart-container,
.sl-aspect-4-3.sl-bar-chart-container,
.sl-aspect-3-1.sl-bar-chart-container {
  height: auto;
}
.sl-aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sl-aspect-content.pie-chart,
.sl-aspect-content.bar-chart {
  position: inherit;
}
/* Sizes */
.sl-whole {
  width: 100%;
  float: none;
  clear: both;
}
.sl-two-third {
  width: 66.66%;
}
.sl-half {
  width: 50%;
}
.sl-third {
  width: 33.33%;
}
.sl-fourth {
  width: 25%;
}
.sl-add-section {
  padding: 0 10px 10px 10px;
  text-align: center;
  background: #fff;
  color: #999;
  border: 1px dashed #ddd;
}
.sl-add-section-msg,
.sl-add-content-block-link {
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.sl-add-content-block {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.sl-add-content-block-link {
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #ddd;
  color: #aaa;
  text-decoration: none;
  border-radius: 5px;
  background-clip: padding-box;
}
.sl-add-content-block-link:hover {
  background: #ddd;
  color: #000;
  border-color: #999;
  text-decoration: none;
}
.sl-layout-options {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* believe it or not this works in IE8 (standards mode) */
  padding: 4px;
}
.sl-layout-option {
  width: 100%;
  padding: 4px 0 4px 4px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.sl-layout-option:after {
  content: " ";
  display: table;
  clear: both;
}
.sl-layout-option .sl-layout-option-part {
  float: left;
  height: 20px;
  border-right: 4px solid #fff;
  background: #eee;
}
.sl-layout-option.active,
a:hover .sl-layout-option {
  border-color: #999;
}
.sl-layout-option.active .sl-layout-option-part,
a:hover .sl-layout-option .sl-layout-option-part {
  background: #aaa;
}
.sl-layout-option-large {
  display: inline-block;
  margin: 0 5px;
  width: 100px;
}
.sl-layout-option-large .sl-layout-option-part {
  height: 50px;
}
.sl-content-type-selector {
  /* Kind of hacky way to center floated elems */
  float: right;
  position: relative;
  left: -50%;
  margin: 20px 0 20px 0;
}
.sl-content-type-options {
  position: relative;
  left: 50%;
}
.sl-content-type-option {
  float: left;
  position: relative;
  width: 100px;
  margin-left: -1px;
  padding: 50px 5px 10px 5px;
  border: 1px solid #CCC;
  color: #666;
  text-align: center;
  background: #F5F5F5 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: #F5F5F5 linear-gradient(#eee, #fff);
  -webkit-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);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.sl-content-type-option.active {
  color: #333;
  background: #eee;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sl-content-type-option:first-child {
  border-radius: 5px 0 0 5px;
}
.sl-content-type-option:last-child {
  border-radius: 0 5px 5px 0;
}
/* these use icon glyphs, see also .glyph */
.sl-content-icon {
  display: block;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  font-size: 2em;
  /* these two use normal web fonts, custom sizes */
}
.sl-content-icon.sl-text {
  top: 13px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -1px;
  font-family: Courier New, monospace;
  font-weight: bold;
}
.sl-content-icon.sl-metric {
  font-family: inherit;
  letter-spacing: -1px;
}
/* Edit Mode */
.sl-edit .sl-section-header {
  padding: 5px;
  cursor: move;
}
.sl-edit .sl-section {
  position: relative;
  top: -1px;
  left: -1px;
}
.sl-edit .sl-section.hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
.sl-edit .sl-column {
  position: relative;
  padding-bottom: 40px;
  min-height: 110px;
}
.sl-edit .sl-content-block {
  min-height: 60px;
  cursor: move;
  border-radius: 5px;
  background-clip: padding-box;
  position: relative;
  top: -1px;
  left: -1px;
}
.sl-edit .sl-content-block:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
.drop-highlight {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  min-height: 60px;
  border: 1px solid #ffc;
  background-color: #ffe;
}
.sl-content-block-config-link {
  display: block;
  text-align: center;
  padding: 20px;
  color: #aaa;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 4px;
  border-radius: 5px;
  background-clip: padding-box;
}
.sl-content-block-config-link:hover {
  background: #ccc;
  color: #000;
  text-decoration: none;
}
.dropdown.supermenu > a {
  display: block;
  width: 85px;
  height: 60px;
  margin-left: 20px;
  padding-top: 10px;
  background: #20498d;
  color: #fff;
  text-align: center;
}
.dropdown.supermenu > a [class^="icon-"] {
  top: 18px;
  left: 18px;
  font-size: 42px;
  line-height: 28px;
}
.dropdown.supermenu > a [class^="icon-"].icon-caret-down {
  position: absolute;
  top: 16px;
  right: -62px;
  border-width: 6px;
  font-size: 9px;
  margin-left: 0;
  color: #fff;
}
.dropdown.supermenu .dropdown-menu {
  background-color: #20498d;
  padding-bottom: 0;
  margin-top: 0px;
  border: none;
  border-radius: 0;
}
.dropdown.supermenu .dropdown-menu .supermenu-container {
  display: table;
  padding: 20px 0;
}
.dropdown.supermenu .dropdown-menu .supermenu-group {
  display: table-cell;
  padding: 0 20px 0 35px;
  border-left: 1px solid #7891ba;
}
.dropdown.supermenu .dropdown-menu .supermenu-group:first-child {
  border: none;
}
.dropdown.supermenu .dropdown-menu .supermenu-column {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.dropdown.supermenu .dropdown-menu .supermenu-column:first-of-type {
  padding-right: 15px;
}
.dropdown.supermenu .dropdown-menu .supermenu-header,
.dropdown.supermenu .dropdown-menu a.supermenu-header {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  padding: 0 5px 10px 30px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  color: #7891ba;
}
.dropdown.supermenu .dropdown-menu .supermenu-header [class^="icon-"],
.dropdown.supermenu .dropdown-menu a.supermenu-header [class^="icon-"] {
  position: absolute;
  left: -4px;
  top: -3px;
  font-size: 24px;
}
.dropdown.supermenu .dropdown-menu li {
  display: table-row;
}
.dropdown.supermenu .dropdown-menu li a {
  display: table-cell;
  padding: 3px 8px 3px 5px;
  min-width: 100px;
  max-width: 180px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.dropdown.supermenu .dropdown-menu li a [class^="icon-"] {
  position: static;
  font-size: 14px;
  margin-right: 6px;
  color: #fff;
}
.dropdown.supermenu .dropdown-menu li a:hover,
.dropdown.supermenu .dropdown-menu li a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #20498d;
}
.dropdown.supermenu .dropdown-menu li a:hover [class^="icon-"],
.dropdown.supermenu .dropdown-menu li a:focus [class^="icon-"] {
  color: #20498d;
}
.dropdown.supermenu .footer {
  padding: 2px 10px 0px 20px;
  background: #f5f5f5;
  text-align: right;
}
.dropdown.supermenu .footer .nav-help-link {
  float: left;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 36px;
}
.dropdown.supermenu .footer .nav-help-link [class^="icon-"] {
  font-size: 20px;
}
.dropdown.supermenu .footer .version {
  font-size: 9px;
  color: #aaa;
}
.dropdown.supermenu .footer .bit-logo {
  margin-left: 10px;
}
super-selector {
  position: relative;
  width: 100%;
}
super-selector .typeahead {
  width: 100%;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  top: 9px;
  /* The slider */
}
.switch input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #295e9f;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #20498d;
  box-shadow: 0 0 1px #20498d;
}
.switch.loading .slider {
  -webkit-transition: none;
  transition: none;
}
.switch.loading .slider:before {
  -webkit-transition: none;
  transition: none;
}
.switch.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.switch.color-orange input:checked + .slider {
  background-color: #ff9800;
}
.switch.color-orange input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ff9800;
  box-shadow: 0 0 1px #ff9800;
}
.switch.color-green input + .slider {
  background-color: #4caf50;
}
.switch.color-green input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #4caf50;
  box-shadow: 0 0 1px #4caf50;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  clear: left;
}
.table th {
  padding: 8px;
  line-height: 20px;
  vertical-align: bottom;
  text-align: left;
  font-weight: bold;
  background-color: #f5f5f5;
  text-transform: uppercase;
  white-space: nowrap;
}
.table th > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 148px;
}
.table th > span.secondary {
  color: #999;
  text-transform: capitalize;
  font-weight: normal;
}
.table th.pivotHeader {
  vertical-align: top;
}
.table th.text-wrap {
  white-space: normal;
}
.table th.text-wrap > span {
  white-space: normal;
  overflow-wrap: normal;
}
.table th.simple-table-header {
  min-width: 108px;
}
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
  max-width: 540px;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
.table td .btn {
  margin-top: 3px;
}
.table td .btn.select {
  min-width: 61px;
}
.table td [class^=icon-] {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 125%;
  color: #20498d;
}
.table td .group-by {
  text-transform: uppercase;
  font-size: 11px;
}
.table td .group-by input[type=checkbox] {
  margin: 2px 4px 0 4px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #fff;
}
.table td .icon-check {
  display: block;
  position: relative;
  top: 2px;
  width: 60px;
  text-align: center;
  color: #008000;
}
.table td .entity-icon-child {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 25px;
}
.table td .entity-icon-child .drill-into-child {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  vertical-align: middle;
  font-size: 18px;
  padding: 2px;
}
.table th.colored,
.table td.colored {
  background: #eee;
  text-align: center;
}
.table th.colored.colored-red,
.table td.colored.colored-red {
  color: #fff;
  background: #ec1f20;
}
.table th.colored.colored-orange,
.table td.colored.colored-orange {
  color: #fff;
  background: #f90;
}
.table th.colored.colored-yellow,
.table td.colored.colored-yellow {
  color: #000;
  background: #ff9;
}
.table th.colored.colored-green,
.table td.colored.colored-green {
  color: #fff;
  background: #84c42e;
}
.table tfoot td {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 3px 8px;
}
.table .table {
  background-color: #fff;
}
.table .checkboxColumn {
  text-align: center;
  width: 100%;
}
.table.help-table {
  color: #666;
  width: 99%;
}
.table.help-table th {
  color: #000;
  font-weight: bold;
}
.table.help-table .csv-sub-row {
  border-bottom: 1px solid #ccc;
  min-height: 20px;
}
.table.help-table .csv-sub-row-last {
  border-bottom: none;
  min-height: 20px;
}
.table.help-table td.required {
  font-weight: bold;
  color: #000;
}
.table.vertical-headers {
  width: 1px;
  border-top: none;
}
.table.vertical-headers tbody tr:hover {
  background-color: #f0f0f0;
}
.table.vertical-headers thead th {
  background: none;
  text-transform: none;
}
.table.vertical-headers .th-outer {
  width: 30px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.table.vertical-headers .th-inner {
  position: absolute;
  width: 120px;
  bottom: -15px;
  left: 4px;
  background: #fff;
  /* setting bg for IE text clear type rendering */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.table.has-buttons-in-cells td {
  vertical-align: middle;
}
.table-condensed th,
.table-condensed td {
  padding: 0px 5px 4px;
}
.table-borderless th,
.table-borderless td {
  border-top: 0px;
}
.table-borderless thead th > span {
  max-width: 200px;
}
.table-borderless thead:first-child tr:first-child th:first-child,
.table-borderless thead:first-child tr:first-child th:last-child {
  text-align: left;
}
.table-borderless thead:first-child tr:first-child th:first-child > span {
  padding-left: 26px;
}
.table-borderless thead:first-child tr:first-child th:nth-child(2) {
  text-align: center;
}
.table-borderless thead:first-child tr:first-child th:nth-child(3) {
  text-align: right;
}
.table-bordered {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ccc;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 29px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 104px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 179px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 254px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 329px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 404px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 479px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 554px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 629px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 704px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 779px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 854px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #84c42e;
}
.table tbody tr.error > td {
  background-color: #ec1f20;
}
.table tbody tr.warning > td {
  background-color: #f90;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #76b029;
}
.table-hover tbody tr.error:hover > td {
  background-color: #df1314;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #e68a00;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.table-wrapper {
  width: 100%;
  clear: both;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.depth {
  display: inline-block;
}
.depth1 {
  padding-left: 20px;
}
.depth2 {
  padding-left: 40px;
}
.depth3 {
  padding-left: 60px;
}
.depth4 {
  padding-left: 80px;
}
.depth5 {
  padding-left: 100px;
}
.depth6 {
  padding-left: 120px;
}
.depth7 {
  padding-left: 140px;
}
th.profileThumbnail {
  width: 100px;
}
th.profileThumbnail img {
  width: 96px;
  height: 96px;
}
.contribution-table tbody td {
  width: 30%;
}
.table-wrapper.table-wrapper-matrix {
  margin-left: 13em;
  width: 90%;
}
.table-wrapper.table-wrapper-matrix .table td {
  vertical-align: middle;
  padding: 2em;
}
.table-wrapper.table-wrapper-matrix .table td:first-child {
  min-width: 160px;
  text-align: right;
  position: absolute;
  width: 15em;
  left: 0;
  padding-top: 2em;
  border: none;
}
.table-wrapper.table-wrapper-matrix .table th {
  padding: 6px 10px;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
}
.table-wrapper.table-wrapper-matrix .table th:first-child {
  background: none;
}
.table-wrapper.table-wrapper-matrix .table th.colored-red a {
  color: #fff;
}
.table-wrapper.table-wrapper-matrix .table th.colored-orange a {
  color: #fff;
}
.table-wrapper.table-wrapper-matrix .table th.colored-yellow a {
  color: #000;
}
.table-wrapper.table-wrapper-matrix .table th.colored-green a {
  color: #fff;
}
.table-wrapper.table-wrapper-matrix .table th,
.table-wrapper.table-wrapper-matrix .table td {
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: auto;
  line-height: 1;
}
.table-wrapper.table-wrapper-matrix .table tfoot td {
  padding-top: 20px;
  background: none;
}
.table-wrapper.table-wrapper-matrix .table tfoot td:first-child {
  width: auto;
}
.nav .dropdown-toggle .caret {
  border-top-color: #999999;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #444444;
}
.nav-tabs {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
}
.nav-tabs > li > a {
  border: none;
  color: #999999;
  font-size: 14px;
  margin-bottom: -1px;
  padding: 3px 15px;
}
.nav-tabs > li > a:hover {
  background: none;
  color: #444;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:active,
.nav-tabs > .active > a:hover {
  outline: none;
  background: none;
  border: none;
  border-bottom: 2px solid #00b1ef;
  color: #444;
}
.tabs-below .nav-tabs {
  border-top: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0 inset;
}
.tabs-below .nav-tabs > li > a {
  margin-bottom: 0;
  margin-top: -1px;
  padding: 4px 15px;
}
.tabs-below .nav-tabs > .active > a,
.tabs-below .nav-tabs > .active > a:hover {
  border: none;
  border-top: 2px solid #00b1ef;
  padding-top: 2px;
}
.tabs-left .nav-tabs {
  border-right: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0;
}
.tabs-left .nav-tabs > li > a {
  margin-bottom: 0;
  margin-right: -2px;
}
.tabs-left .nav-tabs > .active > a,
.tabs-left .nav-tabs > .active > a:hover {
  border: none;
  border-right: 2px solid #00b1ef;
  padding-right: 13px;
}
.tabs-right .nav-tabs {
  border-left: 2px solid #e1e1e1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset 0 1px 1px #000;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset 0 1px 1px #000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.75) 1px 0 0 inset;
}
.tabs-right .nav-tabs > li > a {
  margin-bottom: 0;
  margin-left: -2px;
}
.tabs-right .nav-tabs > .active > a,
.tabs-right .nav-tabs > .active > a:hover {
  border: none;
  border-left: 2px solid #00b1ef;
  padding-left: 13px;
}
.nav-tabs.nav-stacked > li > a {
  padding: 7px 18px;
}
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover {
  border: 1px solid #ddd;
  padding-left: 30px;
}
.nav-tabs.nav-stacked > .active > a:before,
.nav-tabs.nav-stacked > .active > a:hover:before {
  background: #00b1ef;
  content: " ";
  display: block;
  height: 5px;
  margin: 8px 0 0 -11px;
  position: absolute;
  width: 5px;
}
.tag {
  display: block;
  float: left;
  padding: 3px 12px 4px;
  margin: 0 0 2px 6px;
  color: #666;
  background: #eee;
  border-radius: 100px;
}
.tag:hover {
  text-decoration: none;
  color: #fff;
  background-color: #42659e;
}
/* ENTITY TITLE */
.title-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 280px 0 20px;
  z-index: 2;
  border-bottom: 1px solid #eee;
}
.title-bar .title {
  position: relative;
  margin: 0;
  color: #20498d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 60px;
}
.title-bar .title > [class^='icon-'] {
  width: 36px;
  font-size: 26px;
}
.title-bar .title .dashboard-selector {
  position: relative;
  overflow: visible;
}
.title-bar .title .dashboard-selector .icon-caret-right {
  font-size: 22px;
  color: #999;
}
.title-bar .title .dashboard-selector .caret {
  border-top: 7px solid #20498d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  vertical-align: middle;
}
.title-bar .title .dashboard-selector .select2-container {
  position: absolute;
  right: 0;
  top: 100%;
}
.title-bar .title .dashboard-selector .select2-container .select2-choice {
  display: none;
}
.title-bar .title .dashboard-selector .select2-container .select2-focusser {
  position: absolute;
  bottom: 100%;
}
.title-bar .title .dashboard-selector.show-select2 .select2-choice {
  display: inline-block;
}
@media (min-width: 1200px) {
  .title-bar {
    padding-right: 330px;
  }
}
@media (min-width: 1800px) {
  .title-bar {
    padding-right: 370px;
  }
}
.title-controls {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.title-controls div {
  display: inline;
}
.title-controls .dropdown-menu {
  display: none;
}
.title-controls .dropdown {
  display: inline-block;
}
.title-controls .dropdown.open .dropdown-menu {
  display: block;
}
.title-controls .title-control,
.title-controls .title-control > a,
.title-controls .title-control > ul > li > a,
.title-controls .dropdown-toggle {
  display: inline-block;
  padding: 0 12px;
  height: 60px;
  line-height: 60px;
  color: #222;
}
.title-controls .title-control [class^="icon-"],
.title-controls .title-control > a [class^="icon-"],
.title-controls .title-control > ul > li > a [class^="icon-"],
.title-controls .dropdown-toggle [class^="icon-"] {
  font-size: 18px;
  vertical-align: middle;
}
.title-controls .title-control [class^="icon-"].icon-help,
.title-controls .title-control > a [class^="icon-"].icon-help,
.title-controls .title-control > ul > li > a [class^="icon-"].icon-help,
.title-controls .dropdown-toggle [class^="icon-"].icon-help {
  font-size: 20px;
}
.title-controls .title-control:hover,
.title-controls .title-control > a:hover,
.title-controls .title-control > ul > li > a:hover,
.title-controls .dropdown-toggle:hover {
  text-decoration: none;
}
.title-controls .title-control.active,
.title-controls .title-control > a.active,
.title-controls .title-control > ul > li > a.active,
.title-controls .dropdown-toggle.active {
  background: #eee;
}
.title-controls .title-control .dropdown-grouped-results.open,
.title-controls .title-control > a .dropdown-grouped-results.open,
.title-controls .title-control > ul > li > a .dropdown-grouped-results.open,
.title-controls .dropdown-toggle .dropdown-grouped-results.open {
  display: block;
}
.title-controls select {
  margin-bottom: 0;
  width: auto;
}
.title-controls select::-ms-expand {
  display: none;
}
.title-controls select:focus {
  outline: none;
}
.title-controls .search {
  margin-bottom: 0;
}
.title-controls .dropdown-menu {
  z-index: 1;
  text-align: left;
}
.title-controls .dropdown.open .dropdown-toggle {
  background: #eee;
}
.title-controls ul,
.title-controls ol {
  margin: 0;
}
.title-bar-link {
  float: right;
  line-height: 60px;
  margin-right: 30px;
  font-size: 20px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.title-bar-link [class^="icon"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.tooltip {
  position: absolute;
  z-index: 1095 !important;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
}
.tooltip.fade {
  opacity: 0;
}
.tooltip.fade.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip .title {
  display: block;
  font-weight: bold;
}
.tooltip ul {
  list-style: disc inside none;
  margin-left: 10px;
}
.tooltip-inner {
  max-width: 270px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-inner p {
  margin: 0px;
  paddiing: 0px;
}
.tooltip-inner p span {
  font-weight: bold;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 0;
  margin-left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 0;
  margin-right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tour-intro-list {
  margin-top: 20px;
  margin-left: 0;
}
.tour-intro-list li {
  position: relative;
  min-height: 60px;
  padding-left: 90px;
  padding-top: 7px;
  margin-bottom: 20px;
}
.tour-intro-list b {
  display: block;
  color: #20498d;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.tour-intro-list img {
  position: absolute;
  left: 0;
  top: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Trees
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Default */
.tree-subtree {
  padding-left: 26px;
}
.overlay .report-table {
  overflow: auto;
}
.report-table th {
  position: relative;
}
.report-table .tree.show-lines .tree-subtree .tree-branch {
  margin-left: -16px;
}
.report-table .tree.show-lines .tree-subtree .tree-branch .tree-subtree .tree-branch {
  margin-left: 0;
}
.tree-node {
  line-height: 16px;
}
.tree .tree-node.selected {
  font-weight: bold;
}
table .tree-node {
  line-height: 14px;
  display: inline-block;
}
div.show-core-icon .tree-node {
  margin-bottom: 5px;
}
/*table.show-core-icon .tree-node { margin-top: -3px; }*/
.tree-sign {
  display: none;
}
.tree-junction,
.tree-junction-expanded,
.tree-junction-collapsed {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.tree-junction-collapsed {
  background: url('../../img/icons/icon-plus-small.png') center 2px no-repeat;
}
.tree-junction-expanded {
  background: url('../../img/icons/icon-minus-small.png') center 2px no-repeat;
}
.tree-junction-expanded:hover,
.tree-junction-collapsed:hover {
  text-decoration: none !important;
}
.tree-content {
  line-height: 20px;
  position: relative;
}
.report-table .tree-content {
  line-height: 14px;
}
.tree-content.selected a {
  font-weight: bold;
}
.tree.show-core-icon .tree-content {
  padding-left: 6px;
}
td.tree .tree-junction-collapsed,
td.tree .tree-junction-expanded {
  background-position-y: center;
}
/* When showing lines in a tree-table */
.tree span.assoc-path {
  display: inline;
}
/* Tree with lines */
.tree.show-lines {
  margin-bottom: 10px;
}
.tree.show-lines .tree-subtree {
  margin-top: -8px;
}
.tree.show-lines.with-icon .tree-subtree {
  margin-top: -4px;
}
.report-table .tree.show-lines .tree-subtree {
  margin-top: -5px;
}
.tree.show-lines .tree-node {
  display: inline-block;
  position: relative;
  width: 100%;
}
.report-table .tree.show-lines .tree-node {
  padding: 5px 0 5px 0;
}
.report-table .tree.show-lines .tree-subtree .tree-node {
  padding: 0;
}
.tree.show-lines .tree-branch {
  padding: 0;
  margin: 0;
}
.tree.show-lines .tree-branch-mid {
  background-image: url("../../img/tree.gif");
  background-position: -75px center;
  background-repeat: repeat-y;
}
.tree.show-lines a.tree-junction-expanded,
.tree.show-lines a.tree-junction-collapsed,
.tree.show-lines span.tree-junction {
  height: 28px;
  margin: 0;
  display: block;
  float: left;
  width: 25px;
  background-repeat: no-repeat;
}
.tree.show-lines span.tree-junction {
  background-image: url("../../img/tree.gif");
  background-position: -50px center;
}
.tree.show-lines a.tree-junction-expanded {
  background-image: url("../../img/tree.gif");
  background-position: -25px center;
  text-decoration: none;
}
.tree.show-lines a.tree-junction-collapsed {
  background-image: url("../../img/tree.gif");
  background-position: 0 center;
  text-decoration: none;
}
.tree.show-lines a.tree-junction-collapsed:hover {
  background-position: 0 center;
}
table.tree.show-lines span.tree-junction {
  padding-top: 9px;
  margin-top: 0;
}
table.tree.show-lines a.tree-junction-expanded,
table.tree.show-lines a.tree-junction-collapsed {
  padding-top: 2px;
  margin-top: 2px;
}
table.tree {
  width: 100%;
}
table.tree td {
  text-align: left;
  padding: 2px 10px;
}
table.tree td:first-child,
table.tree td:last-child {
  text-align: left;
}
table.tree .content-status-bar {
  margin-top: 4px;
}
.report-table .tree.show-lines a.tree-junction-expanded,
.report-table .tree.show-lines span.tree-junction {
  display: none;
}
.report-table .tree.show-lines .tree-subtree a.tree-junction-expanded,
.report-table .tree.show-lines .tree-subtree span.tree-junction {
  display: inline-block;
  background-image: url("../../img/tree.gif");
  background-position: -50px center;
}
.report-table table.tree.show-lines .tree-subtree span.tree-junction {
  padding-top: 2px;
  margin-top: 4px;
}
.tree.show-lines span.tree-content {
  display: block;
  margin: 3px 0 5px 20px;
  padding: 0;
}
.tree.show-lines.with-icon span.tree-content {
  margin: 0 0 0 18px;
  top: 5px;
}
.report-table .tree.show-lines span.tree-content {
  margin: 5px 15px 0 10px;
}
.report-table .tree.show-lines .tree-subtree span.tree-content {
  margin: 12px 15px 0 10px;
}
.report-table .tree-subtree span.tree-label {
  padding-left: 3px;
}
/* Tree node details (expandable teams) */
.tree-node-details {
  display: inline-block;
  margin-top: 5px;
  padding: 0 0 10px 0;
  max-width: 500px;
  white-space: normal;
}
.tree-node.has-details {
  white-space: normal;
}
.tree-node.has-details .tree-junction-expanded {
  float: none;
}
.tree-node.has-details .tree-content {
  padding: 6px 0 2px 0;
}
.tree-branch.bracket {
  background: url('../../img/tree-bracket.gif') no-repeat 7px bottom;
}
div.tree.show-lines .tree-junction-expanded.no-line {
  position: absolute;
  z-index: 1299;
  background-image: url('../../img/tree-no-line.gif');
  cursor: pointer;
}
div.tree.show-lines .tree-branch.bracket .tree-junction-expanded.no-line {
  background-position: -19px center;
}
.tree.show-lines .tree-content .capability-node {
  display: inline-block;
  padding-top: 3px;
}
/* Cut off trees that may extend too far horizontally */
#capabilityTree,
#orgTree,
#systemTree {
  overflow-x: auto;
}
/* Lists of Trees (no lines, as well) */
.new-panel.tree-list .tree-junction,
.new-panel.tree-list .tree-junction-expanded,
.new-panel.tree-list .tree-junction-collapsed {
  position: absolute;
  top: 8px;
  left: 0;
}
.new-panel.tree-list .tree-node {
  position: relative;
  margin-bottom: 5px;
}
.new-panel.tree-list .tree-content {
  display: block;
  margin-left: 26px;
  line-height: 12px;
}
.new-panel.tree-list .assoc-path {
  display: block;
  margin: 4px 0 -4px 0;
}
.new-panel.tree-list li {
  margin-bottom: 0;
}
/* Tree selector */
.tree-selector-container {
  display: none;
}
.tree-selector-container .tree-selector-list {
  position: absolute;
  z-index: 1;
  float: left;
  width: 469px;
  height: 200px;
  margin-top: -10px;
  padding: 0 3px;
  background: #fff;
  border: 1px solid #ccc;
  list-style-type: none !important;
  overflow: auto;
}
.tree-selector-container .tree-selector-list .tree.show-lines.with-icon .tree-subtree {
  margin-top: -8px;
}
.tree-selector-container .tree-selector-list .tree.show-lines.with-icon .tree-node {
  width: 100%;
}
.tree-selector-container .tree-selector-list li {
  border-bottom: 1px solid #ddd;
}
.tree-selector-container .tree-selector-list li:first-child {
  border-top: none;
}
.tree-selector-container .tree-selector-list .node-info {
  display: block;
  margin: 5px 0 0 9px;
  padding: 5px 0 0 16px;
  line-height: 1em;
  min-height: 15px;
}
/* Want to-be-saved to match the selected color of autocompletes */
.tree-selector-container .tree-selector-list .to-be-saved {
  background-color: #ff9;
}
.tree-selector-container .tree-selector-list .icon {
  float: left;
  margin-top: -5px;
}
/* Due to description, node-info can span onto two lines */
.tree.show-lines span.tree-content.parent .node-info {
  background: transparent url('../../img/tree.gif') -62px center repeat-y;
}
.tree-selector-list a {
  cursor: pointer;
}
/* Org chart tree */
#orgChart .tree .person,
#orgChart .tree .type {
  color: #aaa;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
}
#orgChart .tree .icon-people {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 4px;
  font-size: 16px;
}
.utility-tray {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 83px;
  background: #42659e;
  z-index: 1080;
  text-align: center;
}
.utility-tray ul {
  margin: 0;
  padding: 0;
}
.utility-tray a {
  font-size: 16px;
  color: #fff;
}
.dropdown.usermenu {
  position: absolute;
  right: 0;
  top: -1px;
}
.dropdown.usermenu .dropdown-toggle {
  display: block;
  width: 210px;
  height: 60px;
  margin: 0;
}
.dropdown.usermenu .dropdown-toggle .profile-img {
  position: absolute;
  right: 30px;
  top: 14px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.dropdown.usermenu .dropdown-toggle .name {
  position: absolute;
  display: block;
  right: 77px;
  top: 21px;
  font-size: 11px;
  text-align: right;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.dropdown.usermenu .dropdown-toggle .caret {
  position: absolute;
  right: 65px;
  top: 21px;
  border-top-color: #fff;
}
.dropdown.usermenu .dropdown-toggle .badge {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 4px;
  background-clip: padding-box;
  color: #fff;
  padding: 0 6px;
}
.dropdown.usermenu .dropdown-menu {
  right: 15px;
  min-width: 450px;
  padding: 0 2px 2px 2px;
  overflow: visible;
}
.dropdown.usermenu .dropdown-menu .arrow {
  left: auto;
  right: 20px;
}
.dropdown.usermenu .dropdown-menu > li.grouped {
  position: relative;
  width: 100%;
  padding: 2px 0 2px 160px;
  border-top: 1px solid #ddd;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  color: #20498d;
}
.dropdown.usermenu .dropdown-menu > li.grouped:first-of-type {
  border-top: none;
}
.dropdown.usermenu .dropdown-menu > li.grouped .group-header {
  position: absolute;
  left: 10px;
  height: 30px;
  padding: 5px 10px 4px 0;
  text-align: right;
  width: 120px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-size: 11px;
  width: 160px;
  text-align: left;
  font-size: 13px;
}
.dropdown.usermenu .dropdown-menu > li.grouped .group-header [class^="icon-"] {
  float: left;
  font-size: 20px;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul {
  min-height: 28px;
  margin: 0;
  margin-top: 7px;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li a {
  display: block;
  padding: 4px 8px 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  background: #fff;
  color: #4e9ae3;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li.selected a,
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li a:hover,
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li a.selected {
  background: #def;
  text-decoration: none;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li.is-associated a {
  color: #999;
  cursor: not-allowed;
  background: #fff;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul > li.is-associated a:before {
  margin-right: 4px;
  color: #aaa;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul li {
  line-height: 10px;
}
.dropdown.usermenu .dropdown-menu > li.grouped > ul a {
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dropdown.usermenu .dropdown-menu > li.subtle > a {
  background: #f5f5f5;
}
.dropdown.usermenu .dropdown-menu > li.subtle > a:hover {
  background: #20498d;
}
.dropdown.usermenu .dropdown-menu > li > a {
  padding: 5px 10px;
  border-top: 1px solid #eee;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  color: #20498d;
}
.dropdown.usermenu .dropdown-menu > li > a:hover {
  color: #fff;
}
.dropdown.usermenu .dropdown-menu > li > a [class^="icon-"] {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.dropdown.usermenu .dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown.usermenu .dropdown-menu > li [class^="icon-"] {
  margin-right: 5px;
}
.dropdown.usermenu .dropdown-menu > li .profile-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -2px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong,
.strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.type {
  font-weight: bold;
}
.text-warning {
  color: #f04e4f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec1f20;
}
a.text-warning[disabled] {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 35.75px;
}
h2 {
  font-size: 29.25px;
}
h3 {
  font-size: 22.75px;
}
h4 {
  font-size: 16.25px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11.05px;
}
h1 small {
  font-size: 22.75px;
}
h2 small {
  font-size: 16.25px;
}
h3 small {
  font-size: 13px;
}
h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Wicket Autocomplete Fields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wicket-aa-container {
  z-index: 1299 !important;
  height: 200px;
  border: 1px #cccccc solid;
  background: #fff;
}
.wicket-aa-container .node-info {
  line-height: 1.5em;
}
.wicket-aa {
  padding: 2px;
  text-align: left;
}
.wicket-aa ul {
  list-style: none;
  padding: 2px;
  margin: 0;
  cursor: pointer;
}
.wicket-aa li {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* believe it or not this works in IE8 (standards mode) */
  border-bottom: 1px solid #ddd;
  padding: 5px 5px 5px 0;
  margin: 0;
}
.wicket-aa li:last-child {
  border-bottom: none;
}
.wicket-aa li.selected {
  background-color: #ff9;
  margin: 0;
}
.wicket-aa .wrapper {
  clear: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.aa-attr {
  display: block;
  float: left;
  border-right: #ddd 1px solid;
  padding: 0 5px 0 5px;
  font-size: 11px;
  line-height: 15px;
}
.aa-attr.primary {
  font-weight: bold;
}
.aa-attr.type {
  text-transform: uppercase;
  font-size: 9px;
}
.aa-attr:last-child {
  border-right: none;
}
.aa-row {
  display: block;
  float: left;
  clear: both;
  color: #333;
  /* If only one row, make sure it isn't gray */
}
.aa-row:last-child {
  color: #aaa;
}
.aa-row:first-child {
  color: #333;
}
/* PAJ 4/8/2013: why are these here? */
li.change-stream {
  color: #090;
  font-style: italic;
}
li .change-stream {
  color: #090;
  font-style: italic;
}
/* Tree-style autocomplete selector */
div.wicket-aa ul li.tree-selector-item {
  border: none;
  padding: 0;
}
div.wicket-aa ul li.tree-selector-item .node {
  padding: 3px 0 5px 10px;
  display: block;
  line-height: 13px;
}
div.wicket-aa ul li.tree-selector-item .node.root {
  border-top: 1px solid #ddd;
}
/* Single-select autocomplete (e.g. see ProfileEdit > PositionEdit > Company) */
/*    Note: This may be able to replace 'create-if-missing' CSS if that Wicket code is revisited with the SingleSelectAutoComplete */
.single-select {
  width: 220px;
}
.single-select .selected-item {
  background: #eee;
  display: inline-block;
}
.single-select .selected-item-name {
  padding: 4px;
  font-weight: bold;
}
.single-select .selected-item-remove {
  padding: 4px;
  color: #999;
  font-size: 11px;
}
/* Items to be shown dynamically at the foot of autocomplete results */
p.autocomplete-append,
.field p.autocomplete-append {
  display: none;
  /* JS shows, positions, and sets width */
  position: absolute;
  z-index: 1299;
  padding: 6px;
  margin: 0;
  color: #333;
  border: 1px solid #CCC;
  background: #eee;
}
p.autocomplete-append span,
.field p.autocomplete-append span {
  cursor: pointer;
}
/* Forms for autocompletes */
#main.edit #content .field form {
  padding: 0;
  margin: 0;
  border: 0;
  clear: left;
}
.workflow-help-advanced-title {
  font-size: 14px;
  padding: 8px 0;
  font-weight: 700;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 1px 1px #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.02);
}
.well.row-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 5px;
}
.well-small {
  padding: 9px;
  border-radius: 2px;
}
.workflow-lock-task-entity {
  margin: 4px 0;
}
.workflow-lock-task-entity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 6px 0 6px 6px;
}
.workflow-lock-task-entity .badges {
  padding: 6px;
}
.workflow-lock-task-entity .badges .badge {
  color: #20498d;
  border-radius: 4px;
  background-color: transparent;
}
.workflow-lock-task-entity .badges .badge-singular:after {
  content: 'Proposed Edit';
  margin-left: 2px;
}
.workflow-lock-task-entity .badges .badge-plural:after {
  content: 'Proposed Edits';
  margin-left: 2px;
}
.workflow-switch {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.workflow-switch .content-status {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.workflow-switch .content-status .status-label {
  color: #999;
  margin-right: 4px;
}
.workflow-switch .workflow-switch-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.workflow-switch .workflow-switch-inner > a {
  white-space: nowrap;
}
.workflow-switch .workflow-switch-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.workflow-switch .workflow-switch-label {
  min-width: 85px;
  margin: 0;
}
.workflow-switch .workflow-switch-switch-wrapper {
  position: relative;
  top: -4px;
}
.configuration {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 400px;
  overflow: hidden;
}
.mat-dialog.mat-dialog .paper-style {
  width: 100%;
  min-width: 600px;
}
.mat-dialog .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 780px;
}
.mat-dialog .actions {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}
.mat-dialog .actions > *.mat-dialog .actions > * {
  margin-left: 4px;
}
.wysihtml-view,
.wysihtml-textarea {
  margin-bottom: 10px;
}
.wysihtml-view ul,
.wysihtml-textarea ul,
.wysihtml-view ol,
.wysihtml-textarea ol {
  padding-left: 25px;
  margin: 10px 0;
  list-style-position: outside;
}
.wysihtml-view ul,
.wysihtml-textarea ul {
  list-style-type: disc;
}
.wysihtml-view ol,
.wysihtml-textarea ol {
  list-style-type: decimal;
}
.wysihtml-view h1,
.wysihtml-textarea h1 {
  font-size: 24px;
}
.wysihtml-textarea {
  height: 400px;
}
.wysihtml-create-link {
  margin-bottom: 5px;
}
.wysihtml-create-link input {
  display: inline-block;
  width: 200px;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 870px;
}
.span12 {
  width: 870px;
}
.span11 {
  width: 795px;
}
.span10 {
  width: 720px;
}
.span9 {
  width: 645px;
}
.span8 {
  width: 570px;
}
.span7 {
  width: 495px;
}
.span6 {
  width: 420px;
}
.span5 {
  width: 345px;
}
.span4 {
  width: 270px;
}
.span3 {
  width: 195px;
}
.span2 {
  width: 120px;
}
.span1 {
  width: 45px;
}
.offset12 {
  margin-left: 930px;
}
.offset11 {
  margin-left: 855px;
}
.offset10 {
  margin-left: 780px;
}
.offset9 {
  margin-left: 705px;
}
.offset8 {
  margin-left: 630px;
}
.offset7 {
  margin-left: 555px;
}
.offset6 {
  margin-left: 480px;
}
.offset5 {
  margin-left: 405px;
}
.offset4 {
  margin-left: 330px;
}
.offset3 {
  margin-left: 255px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 105px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.44827586%;
  *margin-left: 3.3908046%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 3.44827586%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94252874%;
}
.row-fluid .span11 {
  width: 91.37931034%;
  *width: 91.32183908%;
}
.row-fluid .span10 {
  width: 82.75862069%;
  *width: 82.70114943%;
}
.row-fluid .span9 {
  width: 74.13793103%;
  *width: 74.08045977%;
}
.row-fluid .span8 {
  width: 65.51724138%;
  *width: 65.45977011%;
}
.row-fluid .span7 {
  width: 56.89655172%;
  *width: 56.83908046%;
}
.row-fluid .span6 {
  width: 48.27586207%;
  *width: 48.2183908%;
}
.row-fluid .span5 {
  width: 39.65517241%;
  *width: 39.59770115%;
}
.row-fluid .span4 {
  width: 31.03448276%;
  *width: 30.97701149%;
}
.row-fluid .span3 {
  width: 22.4137931%;
  *width: 22.35632184%;
}
.row-fluid .span2 {
  width: 13.79310345%;
  *width: 13.73563218%;
}
.row-fluid .span1 {
  width: 5.17241379%;
  *width: 5.11494253%;
}
.row-fluid .offset12 {
  margin-left: 106.89655172%;
  *margin-left: 106.7816092%;
}
.row-fluid .offset12:first-child {
  margin-left: 103.44827586%;
  *margin-left: 103.33333333%;
}
.row-fluid .offset11 {
  margin-left: 98.27586207%;
  *margin-left: 98.16091954%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.82758621%;
  *margin-left: 94.71264368%;
}
.row-fluid .offset10 {
  margin-left: 89.65517241%;
  *margin-left: 89.54022989%;
}
.row-fluid .offset10:first-child {
  margin-left: 86.20689655%;
  *margin-left: 86.09195402%;
}
.row-fluid .offset9 {
  margin-left: 81.03448276%;
  *margin-left: 80.91954023%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.5862069%;
  *margin-left: 77.47126437%;
}
.row-fluid .offset8 {
  margin-left: 72.4137931%;
  *margin-left: 72.29885057%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.96551724%;
  *margin-left: 68.85057471%;
}
.row-fluid .offset7 {
  margin-left: 63.79310345%;
  *margin-left: 63.67816092%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.34482759%;
  *margin-left: 60.22988506%;
}
.row-fluid .offset6 {
  margin-left: 55.17241379%;
  *margin-left: 55.05747126%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.72413793%;
  *margin-left: 51.6091954%;
}
.row-fluid .offset5 {
  margin-left: 46.55172414%;
  *margin-left: 46.43678161%;
}
.row-fluid .offset5:first-child {
  margin-left: 43.10344828%;
  *margin-left: 42.98850575%;
}
.row-fluid .offset4 {
  margin-left: 37.93103448%;
  *margin-left: 37.81609195%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.48275862%;
  *margin-left: 34.36781609%;
}
.row-fluid .offset3 {
  margin-left: 29.31034483%;
  *margin-left: 29.1954023%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.86206897%;
  *margin-left: 25.74712644%;
}
.row-fluid .offset2 {
  margin-left: 20.68965517%;
  *margin-left: 20.57471264%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.24137931%;
  *margin-left: 17.12643678%;
}
.row-fluid .offset1 {
  margin-left: 12.06896552%;
  *margin-left: 11.95402299%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.62068966%;
  *margin-left: 8.50574713%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.header {
  margin-bottom: 30px;
}
.header .header-wrapper {
  position: relative;
  min-height: 60px;
  padding: 0 290px 0 310px;
  background: #20498d;
  color: #fff;
}
.header .main-nav {
  position: absolute;
  left: 0;
  top: 0;
}
.header .tenant-logo {
  position: absolute;
  left: 120px;
  top: 12px;
}
.header .tenant-logo img {
  height: 40px;
  border-radius: 5px;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .tenant-logo img:hover,
.header .tenant-logo img:active,
.header .tenant-logo img:focus {
  opacity: 1;
}
.header a {
  outline: 0 !important;
}
.main {
  position: relative;
  min-height: 700px;
  margin: 0 30px 30px 120px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transition: min-height 0.3s;
  transition: min-height 0.3s;
}
.main:after {
  content: " ";
  display: table;
  clear: both;
}
.main.no-page-nav {
  margin-left: 30px;
}
.main.no-inspector .main-content {
  padding-right: 0;
}
.main.no-inspector .title-bar {
  padding-right: 20px;
}
@media (min-width: 1500px) {
  .main {
    margin-left: 260px;
  }
}
.main-small {
  min-height: 500px;
}
.viz {
  min-height: 300px;
  overflow: auto;
}
.main-content {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 270px;
}
@media (min-width: 1200px) {
  .main-content {
    padding-right: 320px;
  }
}
@media (min-width: 1800px) {
  .main-content {
    padding-right: 360px;
  }
}
.page-nav {
  position: absolute;
  width: 120px;
  top: 160px;
  left: 0;
  text-align: center;
}
.page-nav-content {
  position: relative;
}
.page-nav-content ul {
  margin: 0;
}
.page-nav-content ul.tertiary {
  margin-top: 20px;
}
.page-nav-content .section-item {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  height: 44px;
}
.page-nav-content .section-item.active .section-link {
  color: #20498d;
}
.page-nav-content .section-item.active .section-link .section-icon {
  border-color: #20498d;
}
.page-nav-content .section-item.active .section-link.expand .section-icon {
  border-color: transparent;
}
.page-nav-content .section-item.active .section-link .section-count {
  color: #fff;
  background: #20498d;
}
.page-nav-content .section-item.collapsed:not(.active) {
  height: 0;
  opacity: 0;
  margin: 0;
}
.page-nav-content .section-link {
  position: relative;
  display: block;
  height: 44px;
  color: #aaa;
}
.page-nav-content .section-link:hover {
  color: #42659e;
  text-decoration: none;
}
.page-nav-content .section-link:hover .section-icon {
  border-color: #42659e;
}
.page-nav-content .section-link:hover.expand .section-icon {
  border-color: transparent;
}
.page-nav-content .section-link:hover .section-count {
  color: #fff;
  background: #42659e;
}
.page-nav-content .section-icon {
  position: absolute;
  left: 50px;
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-nav-content .section-count {
  position: absolute;
  right: 73px;
  top: 12px;
  padding: 0.2rem 0.3rem;
  line-height: 1;
  background: #f5f5f5;
  border-radius: 4px;
  color: inherit;
  -webkit-transition: color 0.2s, background 0.3s;
  transition: color 0.2s, background 0.3s;
}
.page-nav-content .section-title {
  display: none;
}
.page-nav-content .group-label {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #999;
  text-indent: 22px;
  letter-spacing: 0.6px;
}
.page-nav-content .group-label-extra {
  display: none;
}
@media screen and (min-width: 1500px) {
  .page-nav {
    width: 260px;
  }
  .page-nav-content .section-icon {
    left: 58px;
  }
  .page-nav-content .section-count {
    right: 210px;
  }
  .page-nav-content .section-title {
    display: block;
    font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 110px;
    top: 12px;
    text-align: left;
  }
  .page-nav-content .group-label {
    text-indent: -54px;
  }
  .page-nav-content .group-label-extra {
    display: inline;
  }
}
.section {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  min-height: 450px;
}
.section-header {
  margin: 20px 20px 0 25px;
  color: #20498d;
  z-index: 1;
  text-align: right;
  *zoom: 1;
}
.section-header:before,
.section-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-header:after {
  clear: both;
}
.section-header .select2-container .select2-selection--single .select2-selection__rendered {
  color: #777;
  text-align: left;
}
.section-header .select2-container--default .select2-selection--single {
  border-color: #ddd;
}
.section-header.stuck {
  position: fixed;
  top: 100px;
  z-index: 1;
}
.section-header select {
  width: 170px;
}
.section-header .edit-toggle {
  display: inline-block;
  padding: 2px;
  margin: 12px 16px 0 10px;
  vertical-align: middle;
}
.section-header small {
  font-size: 13px;
  line-height: 36px;
  vertical-align: baseline;
}
.section-title {
  float: left;
  font-size: 18px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
}
.section-title > [class^="icon-"] {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 8px;
  line-height: 35px;
  border: 1px solid #20498d;
  border-radius: 100px;
  text-align: center;
}
.section-spinner {
  display: inline-block;
  width: 100%;
  background: transparent url('../../img/backgrounds/bg-section-loading.gif') center no-repeat;
  padding: 40px;
  border: none;
}
.section-domain-filter {
  margin: 10px 10px 0 25px;
  *zoom: 1;
}
.section-domain-filter:before,
.section-domain-filter:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-domain-filter:after {
  clear: both;
}
.section-domain-filter .pill {
  display: block;
  float: left;
  margin: 0 4px 8px 0;
  padding: 8px 18px;
  border-radius: 3px;
  background: #eee;
  color: #999;
  font-size: 13px;
  font-family: 'Lato', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.section-domain-filter .pill:hover {
  color: #333;
  background: #ddd;
  text-decoration: none;
}
.section-domain-filter .pill.active,
.section-domain-filter .pill.active:hover {
  background: #e49e37;
  color: #fff;
  cursor: default;
}
.section-domain-filter .pill .icon {
  position: relative;
  left: -3px;
}
.section-ribbon {
  margin: -15px -10px 10px;
  padding: 10px 10px 15px;
  border-bottom: 1px solid #eee;
}
.section-ribbon .section-ribbon-item-label {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #999;
}
.section-ribbon .section-ribbon-item-value {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  color: #333;
}
/*
  barometerIT stylesheet for pages that are downloaded to PDF
  (Rendered by webkit engine in QT before PDF conversion.)

  TODO: Merge into pdf.css?!?

*/
/* THIS CLASS HAS NOT BEEN APPLIED YET */
body.pdf {
  background: none;
  font-size: 9pt;
  /*.header {*/
  /*display: none;*/
  /*}*/
  /* Adjust font sizes for better printing */
  /* Misc. Summary Layout */
}
body.pdf .header {
  width: 230px;
  background: none;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 1000px;
}
body.pdf .header .wrapper {
  padding: 0;
  min-width: 230px;
  max-width: 230px;
}
body.pdf .header p,
body.pdf .header form {
  display: none;
}
body.pdf .header h1 a {
  height: 70px;
  /* 100% not rendering nicely */
}
body.pdf .header ol {
  display: none;
}
body.pdf #content-header {
  border: none;
  background: none;
  padding: 0px 10px 0px 30px;
}
body.pdf #content-header h1 {
  letter-spacing: normal;
}
body.pdf #main {
  padding: 0;
}
body.pdf #main .wrapper {
  padding: 0;
  border: 0;
  background: #fff;
}
body.pdf #nav-primary {
  display: none;
}
body.pdf ul.nav-secondary {
  display: none;
}
body.pdf #content {
  margin-bottom: 0px;
}
body.pdf #content-footer {
  display: none;
}
body.pdf #footer {
  margin: 0px;
  padding: 0px;
}
body.pdf #footer a {
  background-image: url('../../img/logo-barometer-report.png');
}
body.pdf #footer p.version,
body.pdf #footer p.tagline a {
  color: #548CCA;
  opacity: 0.7;
}
body.pdf .datasheet .details {
  display: none;
}
body.pdf .datasheet h1,
body.pdf .sl-section-title {
  font-size: 13pt;
}
body.pdf .datasheet h2,
body.pdf .sl-content-block-title {
  color: #000;
  font-size: 10pt;
}
body.pdf .datasheet p {
  font-size: 11pt;
}
body.pdf .datasheet .label {
  color: #000;
  font-size: 10pt;
  width: 140px;
}
body.pdf .datasheet a {
  font-size: 11pt;
}
body.pdf .datasheet li {
  font-size: 11pt;
  line-height: 12pt;
}
body.pdf .datasheet td {
  font-size: 11pt;
}
body.pdf .datasheet th {
  font-size: 11pt;
}
body.pdf .datasheet span.type,
body.pdf span.status,
body.pdf td.type {
  font-size: 11pt;
}
body.pdf .datasheet div.navigatorLabel {
  font-size: 11pt;
}
body.pdf .datasheet .mx-label {
  font-size: 10pt;
}
body.pdf .datasheet .box-diagram .box {
  min-height: 74px;
}
body.pdf .datasheet .box-diagram .box label {
  font-size: 10pt;
}
body.pdf .datasheet .box-diagram .box label a {
  font-size: 10pt;
}
body.pdf .datasheet .box-diagram .box label span.type {
  font-size: 10pt;
  color: #666 !important;
}
body.pdf .datasheet .row {
  background-image: none;
}
body.pdf .datasheet .row .row-header {
  background: none;
}
body.pdf .datasheet .light-top-border,
body.pdf .sl-content-block {
  border-top: 1px solid #aaa;
}
body.pdf .datasheet .dark-top-border,
body.pdf .sl-section {
  border-top: 1px solid #295e9f;
}
body.pdf .datasheet .row .sidebar.no-top-padding {
  margin-top: -23px;
}
body.pdf .datasheet .secondary-detail {
  color: #000;
}
body.pdf .datasheet .interaction .box-diagram .box {
  min-height: 160px;
}
body.pdf .datasheet .interaction .cnxn a {
  font-size: 15pt;
}
body.pdf .action-bar,
body.pdf .sl-content-block-body .change-menu {
  display: none;
}
body.pdf .change-menu-selector {
  /*display: inline;*/
  border: none;
  padding: 0;
}
body.pdf .change-menu-selector a {
  display: inline;
  background: none;
  padding: 0;
}
body.pdf .sl-header .sl-for {
  top: -9px;
  line-height: 20px;
}
/* Styles for external pages - login, register, etc */
body.external {
  padding: 0;
  background: #749edc url('../../img/backgrounds/bg-nodes.gif') bottom right no-repeat;
}
body.external:before {
  display: none;
}
body.external h1 {
  text-align: center;
  margin-bottom: 20px;
}
body.external h2,
body.external h3,
body.external h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}
body.external .main {
  width: 90%;
  max-width: 580px;
  min-width: 400px;
  margin: 80px auto 40px auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
  background: none;
}
body.external .main.login {
  max-width: 1100px;
  min-width: 500px;
  overflow-x: hidden;
}
body.external .main.login .content-primary {
  position: relative;
  width: 400px;
  min-height: 450px;
  margin-right: 640px;
}
body.external .main.login .content-primary li.feedbackPanelERROR,
body.external .main.login .content-primary li.feedbackPanelINFO,
body.external .main.login .content-primary li.feedbackPanelWARNING {
  margin-top: -30px;
  text-align: center;
}
body.external .main.login .login-hero {
  position: absolute;
  height: 100%;
  width: 640px;
  left: 420px;
  top: 0;
  background: #20498d;
}
body.external .content {
  display: table;
  width: 100%;
  padding: 20px;
  background: #20498d;
  /* fallback for no rgba */
  background: hsla(217.43119266, 63.00578035%, 33.92156863%, 0.7);
}
body.external .content-primary {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
}
body.external .tenant-logo {
  display: block;
  height: 50px;
  text-indent: -999em;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.external .footer {
  line-height: 15px;
  font-size: 11px;
  font-weight: 300;
}
body.external .footer-primary {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  background: #ddd;
  /* fallback for no rgba */
  background: hsla(0, 0%, 86.66666667%, 0.7);
}
body.external .footer-primary .bit-logo {
  position: absolute;
  right: 7px;
  top: 5px;
}
body.external .footer-secondary {
  padding: 10px;
  color: #20498d;
}
body.external .field-label {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-transform: none;
  text-align: left;
}
body.external .field-value {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-right: 0;
}
body.external .field-value input[type=text],
body.external .field-value input[type=password] {
  border-radius: 0 0 0 0;
  height: 36px;
  font-size: 16px;
}
body.external.error .content-primary {
  height: 400px;
}
body.external.error h1 {
  color: #20498d;
  background: #fee;
  margin: 0px -50px 20px -50px;
  padding: 20PX;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) 0 1px 1px #000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) 0 1px 1px #000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
body.external.error h1 [class^="icon-"] {
  color: #f90;
}
body.external.error h2 {
  color: #20498d;
  line-height: 36px;
}
.login-helper {
  color: #999;
  font-weight: 300;
}
.login form.hide-bitlogin .bitlogin {
  display: none;
}
.tasks-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 700px;
}
.tasks-page-content .task-queue-progress-panel {
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 300ms;
  transition: height 300ms;
  height: 206px;
}
.tasks-page-content .tasks-page {
  max-width: 800px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #eee;
}
.tasks-page-content .tasks-page-header {
  position: relative;
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.tasks-page-content .tasks-page-header p {
  line-height: 40px;
}
.tasks-page-content .tasks-page-header a.task-create {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.tasks-page-content .tasks-page-header .icon-reload {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  margin-left: 6px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tasks-page-content .tasks-page-header .icon-reload:hover {
  color: #333;
}
.tasks-page-content .tasks-tabs {
  display: inline;
  line-height: 50px;
}
.tasks-page-content .tasks-tab {
  display: inline-block;
  padding: 3px 6px;
  margin-right: 5px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 4px;
  color: #999;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.tasks-page-content .tasks-tab.active {
  color: #fff;
  background: #4e9ae3;
}
.tasks-page-content .tasks-progress-stats-page {
  width: 200px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #eee;
}
.tasks-page-content .tasks-progress-stats-page .tasks-page-header {
  line-height: 50px;
  font-size: 16px;
}
.tasks-page-content .tasks-progress-stats-page .tasks-page-header .title-helper {
  float: right;
  font-size: 20px;
  color: #20498d;
}
.tasks-page-content .tasks-progress-stats {
  padding: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tasks-page-content .tasks-progress-legend {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.tasks-page-content .tasks-progress-legend-item {
  line-height: 2;
}
.tasks-page-content .tasks-progress-legend-item .badge {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 4px;
}
.tasks-page-content .tasks-progress-legend-item .badge.badge-green {
  background: green;
}
.tasks-page-content .tasks-progress-legend-item .badge.badge-orange {
  background: orange;
}
.tasks-page-content .tasks-progress-legend-item .badge.badge-red {
  background: red;
}
@media (min-width: 1000px) {
  .tasks-page-content .tasks-progress-legend {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tasks-page-content .tasks-progress-stats {
    position: relative;
    padding-right: 53%;
  }
  .tasks-page-content .tasks-progress-legend {
    position: absolute;
    right: 0;
    top: 60px;
  }
}
.task-queue-content .task-queue-header {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 1.2em;
}
.task-queue-content .task-queue-header > * {
  margin: 0 4px;
}
.task-queue-content .task-queue-progress-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.task-queue-content .task-queue-progress-legend {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items .task-queue-progress-legend-item {
  line-height: 2;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items .task-queue-progress-legend-item .badge {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 4px;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items .task-queue-progress-legend-item .badge.badge-green {
  background: green;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items .task-queue-progress-legend-item .badge.badge-orange {
  background: orange;
}
.task-queue-content .task-queue-progress-legend .task-queue-progress-legend-items .task-queue-progress-legend-item .badge.badge-red {
  background: red;
}
/*
  barometerIT stylesheet for pages that are downloaded to PDF
  (Rendered by webkit engine in QT before PDF conversion.)
*/
/* THIS CLASS HAS NOT BEEN APPLIED YET */
body.pdf-new .header .main-nav {
  display: none;
}
body.pdf-new .header .dropdown {
  display: none;
}
body.pdf-new .title-controls {
  display: none;
}
body.pdf-new #map-container {
  display: none;
}
body.pdf-new .title-bar {
  margin: 0px;
}
body.pdf-new #page-nav {
  display: none;
}
body.pdf-new .main {
  margin-left: -85px;
}
body.pdf-new .tenant-logo {
  left: 0px;
}
body.pdf-new .omnibar {
  display: none;
}
body.pdf-new .dashboard-selector .caret {
  display: none;
}
body.pdf-new .dropdown-toggle {
  display: none;
}
body.pdf-new .help-pane {
  display: none;
}
.main.worksheet {
  overflow: hidden;
  padding-bottom: 0;
}
.main.worksheet .section-header {
  border-top: none;
  border-bottom: 1px solid;
  margin-top: 20px;
}
.main.worksheet .section-header:after {
  content: " ";
  display: table;
  clear: both;
}
.main.worksheet .section-header.subtle {
  border-bottom: none;
}
.main.worksheet .section-header .section-title {
  line-height: 36px;
}
.worksheet-content {
  position: relative;
  clear: both;
  overflow: auto;
  background: #fff;
}
.worksheet-subheader {
  position: relative;
  height: 0;
  color: #777;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.worksheet-subheader.active {
  height: 54px;
  opacity: 1;
  border-bottom: 1px solid #eee;
}
.worksheet-subheader.active .worksheet-subheader-inner {
  opacity: 1;
}
.worksheet-subheader .worksheet-subheader-inner {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.worksheet-subheader [add-widget],
.worksheet-subheader .add-widget {
  float: left;
}
.worksheet-subheader ul.left,
.worksheet-subheader ul.right {
  margin: 0 20px;
}
.worksheet-subheader ul.left > li,
.worksheet-subheader ul.right > li {
  display: inline-block;
  float: left;
  line-height: 54px;
  margin-right: 15px;
}
.worksheet-subheader ul.left > li > strong,
.worksheet-subheader ul.right > li > strong {
  display: inline-block;
  float: left;
  max-width: 130px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 54px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-weight: normal;
}
.worksheet-subheader ul.left label {
  display: inline-block;
  float: left;
  max-width: 150px;
  margin-right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 54px;
  font-size: 10px;
  text-transform: uppercase;
}
.worksheet-subheader ul.left select {
  width: auto;
  min-width: 100px;
  margin: 0;
}
.worksheet-subheader ul.left input {
  width: 100px;
  margin: 0;
}
.worksheet-subheader ul.left input.search {
  width: 258px;
}
.worksheet-subheader ul.left input[type=checkbox],
.worksheet-subheader ul.left input[type=radio] {
  float: left;
  width: auto;
  height: 54px;
  margin-right: 6px;
}
.worksheet-subheader ul.right {
  position: absolute;
  top: 0;
  right: 0;
}
.worksheet-subheader ul.right > li {
  margin: 0 0 0 15px;
}
.worksheet-subheader .btn-primary {
  margin-right: 10px;
  border-color: #20498d;
}
.worksheet-sidebar {
  position: absolute;
  top: 184px;
  right: 10px;
  width: 200px;
  bottom: 10%;
  max-height: 400px;
  background: rgba(238, 238, 238, 0.9);
  border-bottom: 1px solid #ddd;
  color: black;
  border-radius: 4px;
  padding: 0 15px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.worksheet-sidebar.active-sidebar {
  opacity: 1;
  z-index: 1;
}
.worksheet-sidebar.button-sidebar {
  right: auto;
  left: 10px;
}
.worksheet-sidebar h4 {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.worksheet-sidebar ul {
  margin: 0;
  padding: 0;
}
.worksheet-sidebar li {
  margin-bottom: 15px;
}
.worksheet-sidebar label {
  margin-bottom: 0;
  color: #666;
}
.worksheet-sidebar span {
  font-weight: bold;
}
.worksheet-preview-interaction-barrier {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.worksheet-preview-interaction-barrier:hover {
  background: rgba(255, 255, 255, 0.3);
}
.worksheet-preview-interaction-barrier:hover .worksheet-preview-button {
  background: #12294f;
}
.worksheet-loading {
  display: block;
  width: 100%;
  height: 150px;
  background: transparent url('../../img/backgrounds/bg-spinner-128.gif') center center no-repeat;
  background-size: 64px;
}
.box .worksheet-loading {
  background-size: 30px;
}
.worksheet-reloading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.worksheet-reloading.active {
  opacity: 1;
  pointer-events: auto;
}
.worksheet-preview-button {
  position: absolute;
  right: 20px;
  bottom: 70px;
  display: block;
  padding: 10px 30px;
  background: #20498d;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.worksheet-preview-button:hover {
  color: #fff;
  text-decoration: none;
}
.dashboard-worksheet-container {
  position: relative;
  min-height: 150px;
  *zoom: 1;
}
.dashboard-worksheet-container:before,
.dashboard-worksheet-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.dashboard-worksheet-container:after {
  clear: both;
}
.dashboard-worksheet-container .worksheet-preview-button {
  bottom: 20px;
  padding: 5px 15px;
  font-size: 80%;
}
.node-tooltip {
  color: #8959a8;
  position: absolute;
  z-index: 3;
}
a {
  cursor: pointer;
}
/*Sort icon on table headers*/
/*used in partial table.html*/
a.sort-icon {
  font-size: 16px;
}
a.sort-icon:hover {
  text-decoration: none;
}
.icon-sort {
  color: #aaa;
}
dd,
dt {
  min-height: 20px;
}
.dropdown .selected {
  background-color: #bcd2ea;
}
/* LinkedIn link */
.linkedin-import {
  display: inline-block;
  width: 93px;
  height: 21px;
  background: transparent url('../../img/linkedin.png') left top no-repeat;
  text-indent: 9099px;
}
.field-label .linkedin-import {
  position: relative;
  background: transparent url('../../img/linkedin.png') left top no-repeat;
  top: -5px;
  margin: 0 0 20px 4px;
}
th.left-split {
  text-align: right;
}
td.left-split {
  text-align: right;
}
td.left-split > * {
  float: right;
}
.new {
  color: red;
}
.color {
  width: 20px;
  height: 20px;
  display: block;
}
input.color {
  width: 80px;
}
li.isAssociated,
li.isAssociated span {
  cursor: not-allowed;
  position: relative;
  background-color: inherit;
  color: inherit;
}
li.isAssociated .icon-check {
  position: absolute;
  top: 4px;
  left: 4px;
  color: green;
  z-index: 9999;
}
.depthundefined {
  display: none;
}
td ul {
  margin: 0;
}
.noDataFound {
  height: 310px;
  text-align: center;
  background: #f5f5f5;
}
.noDataFound > i {
  display: block;
  margin: 90px 0 20px 0;
  font-size: 96px;
  color: #ccc;
}
.noDataFound p {
  font-size: 18px;
  color: #ccc;
}
.noDataFound .btn-add {
  float: none;
}
.report-download {
  position: absolute;
  top: 10px;
  right: 10px;
}
img.profileImg {
  width: 84px !important;
  height: 84px !important;
}
.no-data-found {
  font-size: 18px;
  text-align: center;
  color: #cccccc;
  padding: 30vh 0;
}
.no-data-available {
  font-size: 18px;
  text-align: center;
  color: #838383;
  padding-top: 200px;
}
.sort-button {
  position: absolute;
  min-width: 22px;
  font-size: 12pt;
  color: #aaa;
  cursor: pointer;
}
.sort-button.selected {
  color: #0391C9;
}
.sort-button:hover {
  color: #0391C9;
  content: "\e06a";
}
.drag-button {
  padding-right: 7px;
  cursor: move;
}
.old-labeled-select {
  position: relative;
}
.old-labeled-select .controls label {
  padding: 8px 0;
  white-space: nowrap;
}
.old-labeled-select .controls label:after {
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: #333;
  margin-left: 4px;
  margin-bottom: -2px;
}
.old-labeled-select select {
  position: absolute;
  left: -2px;
  top: 20px;
  width: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.old-labeled-select select:focus {
  outline: none;
}
.custom-field-choices {
  margin-bottom: 50px;
}
.custom-field-choices .handle {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: move;
}
.custom-field-choices .btn {
  margin-bottom: 10px;
}
.custom-field-choices .display-value {
  width: 250px;
}
.custom-field-choices .input-append {
  vertical-align: top;
}
.custom-field-choices .custom-field-choice {
  position: relative;
  padding-left: 35px;
}
.custom-field-choices .custom-field-choice.add {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.custom-field-choices .custom-field-choice.add .btn-green {
  margin-left: 5px;
}
img.avatar {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 5px;
}
