@import url(/icons/icons.css);@import url(/icons/nkbrelation-icon-font/style.css);@import url(/icons/icons.css);@import url(/icons/nkbrelation-icon-font/style.css);.autokad__filters {
  display: flex;
  justify-content: space-between;
}
.autokad__total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.autokad__result-list {
  margin-top: 1em;
}
.autokad-case__inner {
  padding: 1em;
  border-color: #444444;
  cursor: default;
}
.autokad-case__inner:hover {
  border-color: #444444;
  cursor: default;
}
.autokad-case__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.autokad-case__caption {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
}
.autokad-case__process {
  background-color: #2f96b4;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  height: 2em;
  width: 15em;
  align-self: center;
}
.autokad-case__process--1 {
  width: 2em;
  background-color: #bd362f;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.autokad-case__process-container {
  flex-basis: 10%;
}
.autokad-case__process-container--1 {
  flex-basis: 1em;
}
.autokad-case__sum {
  font-size: large;
  font-weight: bold;
  flex-basis: 20%;
  display: flex;
  justify-content: flex-end;
}
.autokad-case__number {
  font-size: large;
  font-weight: bold;
}
.autokad-case__instance-container {
  display: flex;
  flex-direction: row;
}
.autokad-case__instance-container div {
  margin: 0 1em;
}
.autokad-case__instance-container div:first-of-type {
  margin: 0;
}
.autokad-case__type {
  font-style: italic;
}
.autokad-sides__row {
  display: flex;
  flex-direction: row;
}
.autokad-sides__caption {
  flex-basis: 20%;
  font-weight: bold;
}
.autokad-sides__companies {
  flex-basis: 80%;
  display: flex;
  flex-direction: column;
}
.autokad-sides__companies div {
  margin: 0.2em 0;
}
.autokad-documents h5 {
  text-align: center;
  font-weight: bold;
}
.autokad__company-name--highlight {
  background-color: yellow;
}
.nkb-copiable-to-buffer__inner {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0 0.2em;
}
.nkb-copiable-to-buffer__inner:hover {
  border: 1px solid #98012e;
}
.nkb-tooltip__inner {
  position: relative;
  display: inline-block;
}
.nkb-tooltip__inner:hover .nkb-tooltip__box {
  visibility: visible;
}
.nkb-tooltip__box {
  visibility: hidden;
  position: absolute;
  border: 1px solid #2f96b4;
  background-color: #2f96b4;
  color: white;
  top: -5px;
  left: 105%;
  cursor: default;
  min-width: 120px;
  z-index: 1;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px;
}
.nkb-tooltip__box:hover {
  display: none;
}
.nkb-tooltip__box::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2f96b4 transparent transparent;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.unauthorized-hint .hover-data {
  line-height: 1.3;
  display: inline-block;
  position: relative;
  word-break: break-word;
  word-spacing: -0.25em;
}
.unauthorized-hint .hover-data:hover::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: -4px -4px 20px 0 rgba(21, 52, 86, 0.1);
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 30px;
  transform: rotate(45deg);
  z-index: 150;
}
.unauthorized-hint .hover-data:hover::after {
  content: '\417\430\440\435\433\438\441\442\440\438\440\443\439\442\435\441\44C   \432   \441\438\441\442\435\43C\435   \447\442\43E\431\44B   \443\432\438\434\435\442\44C   \43F\43E\43B\43D\443\44E   \438\43D\444\43E\440\43C\430\446\438\44E';
  position: absolute;
  top: 100%;
  word-spacing: normal;
  margin-top: 7px;
  left: 0px;
  font-size: 13px;
  color: #000;
  background: #fff;
  box-shadow: 2px 2px 12px 0 rgba(21, 52, 86, 0.31);
  z-index: 10;
  width: 420px;
  padding: 8px 8px 8px 8px;
  border-radius: 3px;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-graph-info__inner {
  position: relative;
}
.nkb-graph-info__icon {
  font-size: small;
  width: 2em;
  height: 2em;
  background: url(images/graph-cluster--blue.svg);
}
.nkb-graph-info__text {
  padding: 1em;
  min-width: 20em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 1em;
  background-color: #ffffff;
  z-index: 10;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
nkb-paginator {
  width: 100%;
}
.paginator {
  display: flex;
  justify-content: space-between;
}
.paginator__pages {
  display: inline-block;
}
.paginator__ranges {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
}
.paginator__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.paginator__list-item-container {
  display: flex;
  flex-direction: row;
}
.paginator__list-item {
  display: inline-block;
  min-width: 28px;
  margin: 0 3px;
  padding: 2px 5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.paginator__list-item:hover {
  color: #bd362f;
}
.paginator__list-item--current {
  color: #999999;
}
.paginator__list-item--locked {
  color: #999999;
  cursor: default;
}
.paginator__list-item_dots {
  border: none;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.relation-text__inner {
  color: #666666;
}
nkb-check-options {
  color: gray;
  font-size: small;
}
nkb-check-options ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
nkb-check-options ul li:before {
  content: "\2611";
  position: absolute;
  left: 0;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.connections-list__filters {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 25px;
}
.connections-list__filters select {
  margin: 0 3px;
}
.connections-list__filters-label {
  color: #999;
}
.connections-list__filters-buttons {
  display: flex;
  margin: 0 0 0 10px;
}
.connections-list__filters-log {
  padding: 5px 10px;
  font-weight: normal;
  border: 1px solid #999999;
  box-sizing: border-box;
  width: 100%;
}
.connections-list__filters-log-depth {
  position: absolute;
  top: -27px;
  left: 11px;
}
.connections-list__filters-log-title {
  font-size: 13px;
}
.connections-list__filters-log-option {
  font-style: italic;
  font-size: 13px;
}
.connections-list__connections {
  display: flex;
  text-align: right;
}
.connections-list__connections button {
  margin: 0 3px 6px 3px;
}
.connections-list__connections-wide {
  width: 100%;
}
.connections-list__paginator {
  padding: 1em;
}
.connections-list__list-container {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}
.connections-list-element__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 3em;
  padding: 0.5em 0;
  align-items: center;
}
.connections-list-element__inner .connections-list-element__toolbar {
  opacity: 0;
}
.connections-list-element__inner:hover a {
  color: #98012e;
}
.connections-list-element__inner:hover .connections-list-element__toolbar {
  opacity: 1;
  color: #3a87ad;
}
.connections-list-element__inner:hover .connections-list-element__toolbar a {
  color: #3a87ad;
}
.connections-list-element__inner:hover .muted {
  color: #98012e;
}
.connections-list-element__icon {
  flex-basis: 5%;
}
.connections-list-element__checkbox {
  flex-basis: 5%;
}
.connections-list-element__name {
  display: flex;
  flex-direction: row;
  flex-basis: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.connections-list-element__name a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.connections-list-element__toolbar {
  flex-basis: 10%;
  color: #3a87ad;
}
.connections-list-element__toolbar a {
  margin-left: 1em;
}
.connections-list-element__toolbar a:hover {
  color: #98012e !important;
}
.connections-list-element__info {
  flex-basis: 30%;
  display: flex;
  justify-content: flex-end;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.favorites__inner {
  font-size: 14px;
}
.favorites__mark {
  color: #f89406;
}
.favorites__mark:hover {
  color: #98012e;
}
.favorites__mark--no {
  color: #3a87ad;
}
.favorites__link {
  position: relative;
}
nkb-favorites-dialog .favorites-modal {
  position: absolute;
  top: 0em;
  left: -3em;
  z-index: 1000;
}
nkb-favorites-dialog .modal {
  overflow: unset;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
nkb-favorites-dialog .favorites-modal {
  position: absolute;
  top: 0em;
  left: -3em;
  z-index: 1000;
}
nkb-favorites-dialog .modal {
  overflow: unset;
}
.nkb-node-combinations__inner {
  padding-left: 2em;
}
.nkb-node-combinations__pair {
  margin-bottom: 1em;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.order-settings-form {
  width: 50em;
}
.order-settings-form label {
  font-weight: normal;
}
.order-settings-form .nkb-select--history {
  width: 14em;
}
.order-settings-form__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order-settings-form__icon {
  position: relative;
  align-self: flex-start;
}
.order-settings-form__common {
  display: flex;
  flex-direction: column;
}
.order-settings-form__common label {
  margin: 0;
}
.order-settings-form__level {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 10em;
  align-items: center;
}
.order-settings-form__other {
  position: absolute;
  top: 3.2rem;
  right: 0;
  width: 40em;
  display: none;
  flex-direction: row;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.order-settings-form__other--opened {
  display: flex;
}
.order-settings-form__other-element-container {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.order-settings-form__other-element-container__left {
  flex-basis: 50%;
}
.order-settings-form__other-element-container__right {
  flex-basis: 50%;
}
.order-settings-form__other-element-container .record {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.order-settings-form__other-element-container .record .record-input {
  flex-basis: 20%;
}
.order-settings-form__other-element-container .record .record-name {
  flex-basis: 80%;
  margin-bottom: 1em;
}
.order-settings-form__other-element-container .record .record-name i {
  color: #444444;
}
.order-settings-form__other-element-container .record .record-name i:before {
  content: '(';
}
.order-settings-form__other-element-container .record .record-name i:after {
  content: ')';
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.result-details__inner {
  margin-top: 2em;
  font-size: 14px;
}
.result-details__navigation-panel {
  margin-bottom: 1em;
}
.result-details__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.result-details__order-info-text {
  color: #999999;
}
.result-details__check-options-container {
  width: 30em;
}
.result-details__time-changed {
  color: #999999;
}
.result-details__list-names-container {
  display: flex;
  flex-direction: column;
}
.result-details__list-names {
  font-size: 150%;
  line-height: 25px;
}
.result-details__tools {
  display: flex;
  justify-content: space-between;
}
.result-details__result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.result-details__node-traces-view {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}
.result-details__node-traces-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2em;
  align-items: center;
}
.result-details__pairs-box {
  flex-basis: 30%;
  padding-left: 1em;
  max-height: 50vh;
  overflow-y: auto;
}
.result-details__pair {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 1em;
}
.result-details__pair-container {
  margin-left: 1em;
}
.from-graph:hover {
  background-color: #fcf8f2;
  cursor: grab;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.not-viewed {
  font-weight: bold;
}
.result-list__inner {
  padding: 2em;
  font-size: 14px;
}
.result-list__paginator {
  flex-basis: 80%;
}
.result-list__toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}
.result-list .order {
  display: block;
  padding: 2px 0;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.result-list .order:hover {
  font-weight: bold;
}
.result-list__row {
  display: flex;
  flex-direction: row;
  padding: 20px 0 0;
}
.result-list__check {
  flex-basis: 10%;
}
.result-list__row-data {
  flex-basis: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.result-list__row-data ul:hover .link {
  color: #98012e;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.trace-result {
  padding-left: 5em;
}
.trace-result .empty-result {
  padding-top: 5px;
  color: #999999;
}
.trace-result .trace-part {
  display: flex;
  flex-direction: column;
}
.trace-result .trace-part__row {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
}
.trace-result .trace-part__info {
  position: absolute;
  /* right: 90%; */
  /* margin-left: 2em; */
  /* white-space: nowrap; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #999999;
  left: -5em;
}
.trace-result .trace-part__node-status {
  font-size: 14px;
  width: 4em;
}
.trace-result .trace-part__result-link {
  padding: 0 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666666;
  display: flex;
}
.trace-result .trace-part__result-link .relation-arrow {
  margin-left: 10px;
  margin-right: 10px;
}
.trace-result .trace-part__result-link .relation-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trace-result .ogrn-small {
  font-size: smaller;
}
.trace-pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.trace-pager .page-prev .nkb-button {
  margin-right: 0;
  border-radius: 3px 0 0 3px;
}
.trace-pager .page-next .nkb-button {
  margin-left: 0;
  border-radius: 0 3px 3px 0;
}
.trace-pager .page-info {
  width: 10em;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #666666 !important;
  background-color: #ffffff !important;
  cursor: default !important;
}
.trace-pager .page-info.nkb-button {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
.ends-of-trace {
  color: #98012e;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.balance-forms_done:before {
  content: "\2714";
  color: #51a351;
  padding: 0 0 0 4px;
}
.balance-forms_warn:before {
  content: "\26A0";
  color: #f89406;
  padding: 0 0 0 4px;
}
.balance-forms_error:before {
  content: "\2716";
  color: #bd362f;
  padding: 0 0 0 4px;
}
.share-capital__type {
  color: #999999;
}
.share-capital__icon {
  font-size: unset;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-button {
  margin: 2px;
  outline: none;
  height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 2px;
}
.nkb-button--xs {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nkb-button:hover,
.nkb-button.active {
  border-color: #adadad;
  background-color: #e6e6e6;
}
.nkb-button :disabled {
  color: #999999;
}
.nkb-button--connections {
  margin: 0 0 6px;
}
.nkb-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nkb-button span {
  margin: 0 1rem;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.inline-edit__input {
  display: flex;
  flex-direction: row;
}
.inline-edit__input input {
  color: #000;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* np-rsearch-input */
nkb-search-input {
  width: 50%;
}
.nkb-search-input__inner {
  padding-top: 4px;
}
.nkb-search-input__input-group {
  margin: 0;
  margin-bottom: 10px;
  padding: 2px;
  background-color: #ffc76b;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
  display: flex;
}
.nkb-search-input__input {
  flex-basis: 85%;
  line-height: 25px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  outline-color: #ffc76b;
  background-color: #ffffff;
}
.nkb-search-input__input:focus {
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nkb-search-input__input:-moz-placeholder {
  color: #777;
}
.nkb-search-input__input:-ms-input-placeholder {
  color: #777;
}
.nkb-search-input__input::-webkit-input-placeholder {
  color: #777;
}
.nkb-search-input__button {
  flex-basis: 15%;
  line-height: 25px;
  font-size: 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #555;
}
/* Общие стили НКБ */
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
body {
  font-family: Helvetica Neue, Arial !important;
}
a,
.link {
  padding-bottom: 0;
  cursor: pointer;
  color: #3a87ad;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
}
a--strong,
.link--strong {
  font-weight: bold;
}
a--global,
.link--global {
  color: #51a351;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a:active,
.link:active,
a.active,
.link.active {
  color: #98012e;
  cursor: pointer;
}
a.active.action:hover,
.link.active.action:hover,
a.active.action:focus,
.link.active.action:focus,
a.active.action:active,
.link.active.action:active {
  color: #98012e !important;
  cursor: default !important;
}
a.disabled:hover,
.link.disabled:hover,
a.disabled:focus,
.link.disabled:focus {
  color: #999999;
  border-bottom-color: transparent;
  cursor: default;
}
a.with-icon.underline,
.link.with-icon.underline {
  border-bottom: 0 none;
}
a.with-icon.underline:hover .text,
.link.with-icon.underline:hover .text,
a.with-icon.underline:focus .text,
.link.with-icon.underline:focus .text,
a.with-icon.underline:active .text,
.link.with-icon.underline:active .text {
  border-bottom-color: #ddabba;
}
a.with-icon .text,
.link.with-icon .text {
  border-bottom: 1px solid transparent;
  border-bottom-color: #89b7ce;
}
a.underline,
.link.underline {
  border-bottom-color: #89b7ce;
}
a.underline:hover,
.link.underline:hover,
a.underline:focus,
.link.underline:focus,
a.underline:active,
.link.underline:active {
  border-bottom-color: #ddabba;
}
a.pseudo,
.link.pseudo {
  border-bottom-style: dashed;
}
a.pointer,
.link.pointer {
  cursor: pointer;
}
.loading {
  position: static;
  z-index: 1000000;
  width: 32px;
  height: 32px;
  margin: 50%;
  background: #ffffff no-repeat 50% 50% url(data:image/gif;base64,R0lGODlhIAAgAPf7AOCywNaZq600WMuAlrdNbMFngqIaQvTl6pgBLv/+/vXn6/35+uzP2OzR2fnx9P36++K3xPry9Prz9eO5xuvN1vv09ufDzv78/fz3+Pbp7dqjtPv2+P37/Pv19/z4+ffs7/Lf5difsN2ruv79/fbo7PXm6/Db4fDa4ffr7/ju8ffq7u3S2uzQ2Pnw8+G1wu3T2+S7x/Tj6Pjt8OCzweG0wtOTpvnv8u/X3uW+yu/Y3+jH0c+HndCLoNGOovPi5/Lg5tedr+7W3evO18JogvPh5sd1jdultdmhstebrejG0PDZ4O7V3dmis+S9ye7U3MNrhcJpg/Le5OS8yOrL1M+Indypub5eetmgscyAl/Hd4+rK1M2CmbRHZ8yBmPTk6aswVfHc4ubAy7dOba86XefEz+K4xd+vveK2w86Fm82Dmd+xv79hfdier9CKn6MbQ+W/y9aarMh4kObBzLZLa+jFz9GModWWqdKPo601WenI0sp+lNSVqNecrrtYdcZ0jLhPbsRuh8h3j9qktLpWdNumtt6tvMp9lMVxirxZdrhQb602WdORpcNsht+wvqQeRunJ07E+YLlTcdunt+bCzb5fe8d2juO6xs+JntGNoqsxVdSUp9KQpN2qub1cebA9X7pVc8RviMl7ktWYq6goTt2su6IZQrNFZrxad8Zzi96uvbNDZMt/lblScMl6kbRGZ8p8k9OSprJCY6YkS8FmgbVJab1decRth6otUqMdRcZyi9youLFAYsVwia85XKUgR7VIaKgpT5gCL6McRL9ifr5gfKQfR6cmTKUhSKclTMh5kMBjfrhRcM6GnK43WqsvVLA8Xs2EmsJqhLZMa8Bkf9WXqrNEZZsINKkrUKAWP5kEMLxbeJwMN7pUcpsJNZoFMZoHM7VKaq87Xp0NOKUiSaksUZ8SPKouU6wyVpkDMLJBYp0OOcBlgJ4QOqkqUKAVPqAUPqEXQJwKNbtXdKEYQa44W54RO6YjSqcnTZ8TPerM1f///////wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExOTEwOTk5NkM5NjEwM0U3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERTJBRDY2MERCNjcxMUUyQkVGNUJGMDM4RDRGNThFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERTJBRDY1RkRCNjcxMUUyQkVGNUJGMDM4RDRGNThFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDkxOTcwMEIwODIwNjgxMTk1RkVGMjk5RjdDMzQ2MDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDc4MDExNzQwNzIwNjgxMTkxMDk5OTZDOTYxMDNFNzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5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);
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #3a87ad;
  animation: loading 2s linear infinite;
}
.mark-new {
  display: block;
  position: absolute;
  width: 90px;
  height: 80px;
  overflow: hidden;
}
.mark-new-text {
  display: block;
  position: absolute;
  left: -24px;
  top: 10px;
  width: 100px;
  height: 14px;
  padding-top: 2px;
  padding-left: 25px;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffc76b;
  background-color: #98012e;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: 12px;
}
.mark-new-text--tpp {
  left: -30px;
  height: 17px;
}
.result-list-element {
  position: relative;
  padding: 5px 7px 0 7px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.result-list-element:hover {
  border-color: #dddddd;
  cursor: pointer;
}
.result-list-element:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  box-shadow: 0 5px 15px #777777;
  transform: rotate(3deg);
}
.result-list-element nkb-favorites-dialog {
  position: absolute;
  left: -2em;
}
.nkb-select {
  background: url(images/select_triangle.png) no-repeat 90% 50%;
  height: 30px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.nkb-select select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 5px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nkb-select select::-ms-expand {
  display: none;
}
.nkb-input {
  border: 1px solid #cccccc;
  padding-left: 10px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* The starting CSS styles for the enter animation */
.fader.ng-add {
  transition: 0.5s linear all;
  opacity: 0;
}
/* The finishing CSS styles for the enter animation */
.fader.ng-add.ng-add-active {
  opacity: 1;
}
.fader.ng-remove {
  transition: 0.5s linear all;
  opacity: 1;
}
.fader.ng-remove.ng-remove-active {
  opacity: 0;
}
/* nkb-logo */
.nkb-logo {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
  height: 43px;
  width: 200px;
}
.nkb-logo--red {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
}
.nkb-logo--white {
  background: transparent no-repeat 0 0 url(images/logo2--white.svg);
  background-size: cover;
}
.nkb-logo--orange,
.nkb-logo--grey {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
}
.nkb-logo--black {
  background: transparent no-repeat 0 0 url(images/logo2--black.svg);
  background-size: cover;
}
.nkb-logo--center {
  background-position: center;
  height: 43px;
  width: 200px;
}
.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--items-center {
  align-items: center;
}
.flex-align--end {
  align-self: flex-end;
}
.nkb-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.nkb-table--small-font {
  font-size: 13px;
}
.nkb-table__cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.2em 0.5em;
  list-style: none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.nkb-table__cell > h1,
.nkb-table__cell > h2,
.nkb-table__cell > h3,
.nkb-table__cell > h4,
.nkb-table__cell > h5,
.nkb-table__cell > h6 {
  margin: 0;
}
.nkb-table__cell.nkb-table__cell--without-border-top {
  border-top: 0;
}
.nkb-table__cell.nkb-table__cell--without-border-bottom {
  border-bottom: 0;
}
.nkb-table__cell--2of3 {
  width: 66% !important;
}
.nkb-table__cell--1of12 {
  width: 8.33%;
}
.nkb-table__cell--2of12 {
  width: calc(16.66%) !important;
}
.nkb-table__cell--3of12 {
  width: calc(24.99%) !important;
}
.nkb-table__cell--4of12 {
  width: calc(33.32%) !important;
}
.nkb-table__cell--5of12 {
  width: calc(41.65%) !important;
}
.nkb-table__cell--6of12 {
  width: calc(49.98%) !important;
}
.nkb-table__cell--7of12 {
  width: calc(58.31%) !important;
}
.nkb-table__cell--8of12 {
  width: calc(66.64%) !important;
}
.nkb-table__cell--9of12 {
  width: calc(74.97%) !important;
}
.nkb-table__cell--10of12 {
  width: calc(83.3%) !important;
}
.nkb-table__cell--11of12 {
  width: calc(91.63%) !important;
}
.nkb-table__cell--12of12 {
  width: 100% !important;
}
.nkb-table--without-margin {
  margin: 0;
}
.nkb-table--2cols > .nkb-table__cell {
  width: 50%;
}
.nkb-table--3cols > .nkb-table__cell {
  width: 33.33%;
}
.nkb-table--4cols > .nkb-table__cell {
  width: 25%;
}
.nkb-table--5cols > .nkb-table__cell {
  width: 20%;
}
.nkb-table--6cols > .nkb-table__cell {
  width: 16.6%;
}
.nkb-table--7cols > .nkb-table__cell {
  width: 14.28%;
}
.nkb-table--12cols > .nkb-table__cell {
  width: 8.33%;
}
/* base */
.simple-row:before,
.simple-row:after {
  display: table;
  lsadane-height: 0;
  content: "";
}
.simple-row:after {
  clear: both;
}
form {
  margin: 0;
}
.small {
  font-size: 85%;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.pre {
  white-space: pre;
}
.indent-top {
  margin-top: 10px !important;
}
.no-indent {
  margin: 0 !important;
}
.u1 {
  margin-top: -1px;
}
.d1 {
  margin-top: 1px;
}
.d2 {
  margin-top: 2px;
}
.d3 {
  margin-top: 3px;
}
.d4 {
  margin-top: 4px;
}
.d5 {
  margin-top: 5px;
}
.btn.flat {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  filter: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.flat.link {
  color: #3a87ad;
}
.btn.flat:hover,
.btn.flat:focus {
  color: #98012e;
  background-color: #eeeeee;
}
.btn.flat.active,
.btn.flat:active {
  color: #98012e;
  background-color: #eeeeee;
  border-color: #b0b0b0;
}
.btn.flat.disabled,
.btn.flat[disabled] {
  color: #999999;
  background-color: #ffffff;
}
.btn.btn-close {
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 3px \9;
  padding-bottom: 1px \9;
  line-height: 16px \9;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  color: #808080;
}
.btn.btn-close:hover,
.btn.btn-close:focus,
.btn.btn-close.active,
.btn.btn-close:active {
  color: #000;
}
.btn-group > .btn.flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn.flat:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.flat:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
input.input-mini {
  height: 16px;
  padding: 2px 3px;
  font-size: 13px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-append input.input-mini {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.input-small {
  height: 16px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header-light {
  color: #666666;
}
/* shadows */
.shadow-lift-lb-corner:before {
  z-index: -2;
  content: "";
  bottom: 20px;
  right: 5px;
  left: 10px;
  top: 0;
  background-color: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.shadow-lift-lb-corner.shadow-strong:before {
  bottom: 18px;
}
.shadow-lift-lb-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  right: -10px;
  bottom: 0;
}
/* icons */
.icon.large {
  padding-right: 2px;
  font-size: 150%;
  vertical-align: -5px;
}
.icon.big {
  padding-right: 5px;
  font-size: 200%;
  vertical-align: -6px;
}
.btn-mini .icon {
  vertical-align: -3px;
}
.icon.info {
  color: #2f96b4;
}
.icon.success {
  color: #51a351;
}
.icon.warning {
  color: #f89406;
}
.strong {
  font-weight: bold;
}
.muted {
  color: #999;
}
.danger {
  color: #bd362f;
}
.warning {
  color: #f89406;
}
.error {
  color: #b94a48;
}
.tools {
  margin: 1em 0 1em 0;
  list-style: none;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.affiliated-cause-filter__inner {
  margin-left: 1em;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.affiliated-cause-filter__element {
  display: flex;
  justify-content: space-between;
}
.affiliated-cause-filter__element--active a {
  color: #98012e;
}
.promo-box__menu {
  width: 30em;
}
.promo-box__info {
  width: 30em;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.dishonest__list-element {
  padding: 1em;
  cursor: default;
}
.dishonest__filters {
  display: flex;
  flex-direction: row;
}
.dishonest__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.dishonest__filters--fz {
  display: flex;
  flex-direction: row;
}
.dishonest__filters--fz-element {
  margin: 0 1em;
}
.dishonest__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.dishonest__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.dishonest__entry-card--ARCHIVED {
  color: #999999;
}
.dishonest__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.dishonest__caption-header {
  font-weight: bold;
  font-size: large;
}
.dishonest__client-entry {
  display: flex;
  flex-direction: row;
}
.dishonest__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.dishonest__contract {
  margin-top: 1em;
}
.dishonest__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.dishonest__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.dishonest__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.dishonest__purchase {
  margin-top: 1em;
}
.dishonest-supplier-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.dregistry__list-element {
  padding: 1em;
  cursor: default;
}
.dregistry__filters {
  display: flex;
  flex-direction: row;
}
.dregistry__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.dregistry__filters--fz {
  display: flex;
  flex-direction: row;
}
.dregistry__filters--fz-element {
  margin: 0 1em;
}
.dregistry__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.dregistry__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.dregistry__entry-card--ARCHIVED {
  color: #999999;
}
.dregistry__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.dregistry__caption-header {
  font-weight: bold;
  font-size: large;
}
.dregistry__client-entry {
  display: flex;
  flex-direction: row;
}
.dregistry__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.dregistry__contract {
  margin-top: 1em;
}
.dregistry__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.dregistry__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.dregistry__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.dregistry__purchase {
  margin-top: 1em;
}
.dregistry-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.loads__list-element {
  padding: 1em;
  cursor: default;
}
.loads__filters {
  display: flex;
  flex-direction: row;
}
.loads__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.loads__filters--fz {
  display: flex;
  flex-direction: row;
}
.loads__filters--fz-element {
  margin: 0 1em;
}
.loads__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.loads__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.loads__entry-card--ARCHIVED {
  color: #999999;
}
.loads__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.loads__caption-header {
  font-weight: bold;
  font-size: large;
}
.loads__client-entry {
  display: flex;
  flex-direction: row;
}
.loads__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.loads__contract {
  margin-top: 1em;
}
.loads__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.loads__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.loads__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.loads__purchase {
  margin-top: 1em;
}
.loads-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.dregistry__list-element {
  padding: 1em;
  cursor: default;
}
.dregistry__filters {
  display: flex;
  flex-direction: row;
}
.dregistry__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.dregistry__filters--fz {
  display: flex;
  flex-direction: row;
}
.dregistry__filters--fz-element {
  margin: 0 1em;
}
.dregistry__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.dregistry__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.dregistry__entry-card--ARCHIVED {
  color: #999999;
}
.dregistry__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.dregistry__caption-header {
  font-weight: bold;
  font-size: large;
}
.dregistry__client-entry {
  display: flex;
  flex-direction: row;
}
.dregistry__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.dregistry__contract {
  margin-top: 1em;
}
.dregistry__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.dregistry__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.dregistry__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.dregistry__purchase {
  margin-top: 1em;
}
.biregistry-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.iplegallist__list-element {
  padding: 1em;
  cursor: default;
}
.iplegallist__filters {
  display: flex;
  flex-direction: row;
}
.iplegallist__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.iplegallist__filters--fz {
  display: flex;
  flex-direction: row;
}
.iplegallist__filters--fz-element {
  margin: 0 1em;
}
.iplegallist__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.iplegallist__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.iplegallist__entry-card--ARCHIVED {
  color: #999999;
}
.iplegallist__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.iplegallist__caption-header {
  font-weight: bold;
  font-size: large;
}
.iplegallist__client-entry {
  display: flex;
  flex-direction: row;
}
.iplegallist__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.iplegallist__contract {
  margin-top: 1em;
}
.iplegallist__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.iplegallist__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.iplegallist__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.iplegallist__purchase {
  margin-top: 1em;
}
.iplegallist-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.ccstats__list-element {
  padding: 1em;
  cursor: default;
}
.ccstats__filters {
  display: flex;
  flex-direction: row;
}
.ccstats__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.ccstats__filters--fz {
  display: flex;
  flex-direction: row;
}
.ccstats__filters--fz-element {
  margin: 0 1em;
}
.ccstats__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.ccstats__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.ccstats__entry-card--ARCHIVED {
  color: #999999;
}
.ccstats__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.ccstats__caption-header {
  font-weight: bold;
  font-size: large;
}
.ccstats__client-entry {
  display: flex;
  flex-direction: row;
}
.ccstats__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.ccstats__contract {
  margin-top: 1em;
}
.ccstats__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ccstats__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.ccstats__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.ccstats__purchase {
  margin-top: 1em;
}
.ccstats-found {
  color: #b94a48;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.changes__list-element {
  padding: 1em;
  cursor: default;
}
.changes__filters {
  display: flex;
  flex-direction: row;
}
.changes__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.changes__filters--fz {
  display: flex;
  flex-direction: row;
}
.changes__filters--fz-element {
  margin: 0 1em;
}
.changes__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.changes__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.changes__entry-card--ARCHIVED {
  color: #999999;
}
.changes__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.changes__caption-header {
  font-weight: bold;
  font-size: large;
}
.changes__client-entry {
  display: flex;
  flex-direction: row;
}
.changes__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.changes__contract {
  margin-top: 1em;
}
.changes__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.changes__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.changes__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.changes__purchase {
  margin-top: 1em;
}
.changes-found {
  color: #2f96b4;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.addinfo__list-element {
  padding: 1em;
  cursor: default;
}
.addinfo__filters {
  display: flex;
  flex-direction: row;
}
.addinfo__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.addinfo__filters--fz {
  display: flex;
  flex-direction: row;
}
.addinfo__filters--fz-element {
  margin: 0 1em;
}
.addinfo__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.addinfo__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.addinfo__entry-card--ARCHIVED {
  color: #999999;
}
.addinfo__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.addinfo__caption-header {
  font-weight: bold;
  font-size: large;
}
.addinfo__client-entry {
  display: flex;
  flex-direction: row;
}
.addinfo__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.addinfo__contract {
  margin-top: 1em;
}
.addinfo__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.addinfo__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.addinfo__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.addinfo__purchase {
  margin-top: 1em;
}
.addinfo-found {
  color: #2f96b4;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.changes__list-element {
  padding: 1em;
  cursor: default;
}
.changes__filters {
  display: flex;
  flex-direction: row;
}
.changes__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.changes__filters--fz {
  display: flex;
  flex-direction: row;
}
.changes__filters--fz-element {
  margin: 0 1em;
}
.changes__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.changes__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.changes__entry-card--ARCHIVED {
  color: #999999;
}
.changes__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.changes__caption-header {
  font-weight: bold;
  font-size: large;
}
.changes__client-entry {
  display: flex;
  flex-direction: row;
}
.changes__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.changes__contract {
  margin-top: 1em;
}
.changes__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.changes__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.changes__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.changes__purchase {
  margin-top: 1em;
}
.changes-found {
  color: #2f96b4;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.bankrupt__list-element {
  padding: 1em;
  cursor: default;
}
.bankrupt__filters {
  display: flex;
  flex-direction: row;
}
.bankrupt__filters--group {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.bankrupt__filters--fz {
  display: flex;
  flex-direction: row;
}
.bankrupt__filters--fz-element {
  margin: 0 1em;
}
.bankrupt__filters--fz-element:first-of-type {
  margin-left: 0em;
}
.bankrupt__entry-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 2em;
  margin-bottom: 1em;
}
.bankrupt__entry-card--ARCHIVED {
  color: #999999;
}
.bankrupt__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.bankrupt__caption-header {
  font-weight: bold;
  font-size: large;
}
.bankrupt__client-entry {
  display: flex;
  flex-direction: row;
}
.bankrupt__client-entry-header {
  font-weight: bold;
  flex-basis: 20%;
}
.bankrupt__contract {
  margin-top: 1em;
}
.bankrupt__contract-info-entry {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bankrupt__contract-info-name {
  flex-basis: 80%;
  font-style: italic;
}
.bankrupt__contract-info-sum {
  flex-basis: 20%;
  font-weight: bold;
  align-self: center;
  text-align: center;
}
.bankrupt__purchase {
  margin-top: 1em;
}
.bankrupt-found {
  color: #b94a48;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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 {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

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;
    -moz-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;
}

@media print {
    * {
        /*color: #000 !important;*/
        text-shadow: none !important;
        /*background: transparent !important;*/
        box-shadow: none !important;
    }
}


body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

a {
    color: #0088cc;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #005580;
    text-decoration: underline;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    /*background-color: #fff;*/
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    line-height: 0;
    content: "";
}

.container-fluid:after {
    clear: both;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999999;
}

a.muted:hover,
a.muted:focus {
    color: #808080;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover,
a.text-success:focus {
    color: #356635;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    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: #999999;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

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;
    *display: inline;
    padding-right: 5px;
    padding-left: 5px;
    *zoom: 1;
}

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;
    line-height: 0;
    content: "";
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
}

blockquote small:before {
    content: '\2014   \A0';
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    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: '\A0   \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

pre.prettyprint {
    margin-bottom: 20px;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    margin: 0 0 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

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 {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

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 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

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 {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}


select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple],
select[size] {
    height: auto;
}

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: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.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: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

.controls-row {
    *zoom: 1;
}

.controls-row:before,
.controls-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.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: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.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;
    line-height: 0;
    content: "";
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.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: 14px;
}

.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;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 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: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.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 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 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 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 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;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.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;
    line-height: 0;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.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;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.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 {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.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 {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.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 {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.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 {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 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 {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.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 {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.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: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success > td {
    background-color: #dff0d8;
}

.table tbody tr.error > td {
    background-color: #f2dede;
}

.table tbody tr.warning > td {
    background-color: #fcf8e3;
}

.table tbody tr.info > td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

/*[class^="icon-"],*/
/*[class*=" icon-"] {*/
/*    display: inline-block;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    margin-top: 1px;*/
/*    *margin-right: .3em;*/
/*    line-height: 14px;*/
/*    vertical-align: text-top;*/
/*    background-image: url("../../../node_modules/bootstrap/docs/assets/img/glyphicons-halflings.png");*/
/*    background-position: 14px 14px;*/
/*    background-repeat: no-repeat;*/
/*}*/

/* White icons with optional class, or on hover/focus/active states of certain elements */

/*.icon-white,*/
/*.nav-pills > .active > a > [class^="icon-"],*/
/*.nav-pills > .active > a > [class*=" icon-"],*/
/*.nav-list > .active > a > [class^="icon-"],*/
/*.nav-list > .active > a > [class*=" icon-"],*/
/*.navbar-inverse .nav > .active > a > [class^="icon-"],*/
/*.navbar-inverse .nav > .active > a > [class*=" icon-"],*/
/*.dropdown-menu > li > a:hover > [class^="icon-"],*/
/*.dropdown-menu > li > a:focus > [class^="icon-"],*/
/*.dropdown-menu > li > a:hover > [class*=" icon-"],*/
/*.dropdown-menu > li > a:focus > [class*=" icon-"],*/
/*.dropdown-menu > .active > a > [class^="icon-"],*/
/*.dropdown-menu > .active > a > [class*=" icon-"],*/
/*.dropdown-submenu:hover > a > [class^="icon-"],*/
/*.dropdown-submenu:focus > a > [class^="icon-"],*/
/*.dropdown-submenu:hover > a > [class*=" icon-"],*/
/*.dropdown-submenu:focus > a > [class*=" icon-"] {*/
/*    background-image: url("../../../node_modules/bootstrap/docs/assets/img/glyphicons-halflings-white.png");*/
/*}*/

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    width: 16px;
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
    *z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    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;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    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;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/*.fade.in {*/
/*    opacity: 1;*/
/*}*/

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-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,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *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;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.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-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.nav > li > a {
    display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.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: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
    padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.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-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}

.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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
    z-index: 2;
    border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* 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: #555555;
    border-bottom-color: #555555;
}

.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: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999;
}

.tabbable {
    *zoom: 1;
}

.tabbable:before,
.tabbable:after {
    display: table;
    line-height: 0;
    content: "";
}

.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
}

.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 {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.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;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.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: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.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: #ffffff;
}

.nav > .disabled > a {
    color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

.navbar-link {
    color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
    color: #333333;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-form:after {
    clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.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: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
    color: #ffffff;
}

.navbar-inverse .brand {
    color: #999999;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000 \9;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #ffffff;
    *zoom: 1;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #999999;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-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: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.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 {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.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 {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    line-height: 0;
    content: "";
}

.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;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    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: #999999;
    cursor: default;
    background-color: #fff;
}

/*.modal-backdrop {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1040;*/
/*    background-color: #000000;*/
/*}*/

/*.modal-backdrop.fade {*/
/*    opacity: 0;*/
/*}*/

/*.modal-backdrop,*/
/*.modal-backdrop.fade.in {*/
/*    opacity: 0.8;*/
/*    filter: alpha(opacity=80);*/
/*}*/

/*.modal {*/
/*    position: fixed;*/
/*    top: 10%;*/
/*    left: 50%;*/
/*    z-index: 1050;*/
/*    width: 560px;*/
/*    margin-left: -280px;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #999;*/
/*    border: 1px solid rgba(0, 0, 0, 0.3);*/
/*    *border: 1px solid #999;*/
/*    -webkit-border-radius: 6px;*/
/*    -moz-border-radius: 6px;*/
/*    border-radius: 6px;*/
/*    outline: none;*/
/*    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
/*    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
/*    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
/*    -webkit-background-clip: padding-box;*/
/*    -moz-background-clip: padding-box;*/
/*    background-clip: padding-box;*/
/*}*/

/*.modal.fade {*/
/*    top: -25%;*/
/*    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;*/
/*    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;*/
/*    -o-transition: opacity 0.3s linear, top 0.3s ease-out;*/
/*    transition: opacity 0.3s linear, top 0.3s ease-out;*/
/*}*/

/*.modal.fade.in {*/
/*    top: 10%;*/
/*}*/

/*.modal-header {*/
/*    padding: 9px 15px;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

/*.modal-header .close {*/
/*    margin-top: 2px;*/
/*}*/

/*.modal-header h3 {*/
/*    margin: 0;*/
/*    line-height: 30px;*/
/*}*/

/*.modal-body {*/
/*    position: relative;*/
/*    max-height: 400px;*/
/*    padding: 15px;*/
/*    overflow-y: auto;*/
/*}*/

/*.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;*/
/*    -webkit-border-radius: 0 0 6px 6px;*/
/*    -moz-border-radius: 0 0 6px 6px;*/
/*    border-radius: 0 0 6px 6px;*/
/*    *zoom: 1;*/
/*    -webkit-box-shadow: inset 0 1px 0 #ffffff;*/
/*    -moz-box-shadow: inset 0 1px 0 #ffffff;*/
/*    box-shadow: inset 0 1px 0 #ffffff;*/
/*}*/

/*.modal-footer:before,*/
/*.modal-footer:after {*/
/*    display: table;*/
/*    line-height: 0;*/
/*    content: "";*/
/*}*/

/*.modal-footer:after {*/
/*    clear: both;*/
/*}*/

/*.modal-footer .btn + .btn {*/
/*    margin-bottom: 0;*/
/*    margin-left: 5px;*/
/*}*/

/*.modal-footer .btn-group .btn + .btn {*/
/*    margin-left: -1px;*/
/*}*/

/*.modal-footer .btn-block + .btn-block {*/
/*    margin-left: 0;*/
/*}*/

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: "";
}

.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555555;
}

.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    margin-left: 0;
    list-style: none;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #468847;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-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;
    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: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    right: 15px;
    left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}

.hero-unit li {
    line-height: 30px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}
/* INDIVIDUAL subtype */
.foreign .i-user:before {
    content: "\E008" !important;
}

/* gender */
.MALE.i-user:before,
.MALE .i-user:before {
    content: "\E600" !important;
}
.FEMALE.i-user:before,
.FEMALE .i-user:before {
    content: "\E006" !important;
}

/* help */
.i-help-xxx {
    position: relative;
    font-size: 30px;
    line-height: 1;
}
.i-help-xxx:before {
	content: "\E610";
}
.i-help-xxx:after {
    position: absolute;
    content: "?";
    left: 10px;
    top: 4px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

@font-face {
  font-family: 'nkbrelation-icon-font';
  src:  url(data:application/font-ttf;charset=utf-8;base64,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) format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nkbrelation-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-hand:before {
  content: "\E925";
}
.i-pointer:before {
  content: "\E900";
}
.i-plus:before {
  content: "+";
}
.i-minus:before {
  content: "\2212";
}
.i-plus-2:before {
  content: "\E004";
}
.i-minus-2:before {
  content: "\E017";
}
.i-search:before {
  content: "\E028";
}
.i-zoom-in:before {
  content: "\E037";
}
.i-zoom-out:before {
  content: "\E042";
}
.i-share:before {
  content: "\E080";
}
.i-edit:before {
  content: "\E151";
}
.i-edit-2:before {
  content: "\E152";
}
.i-save:before {
  content: "\E153";
}
.i-save-2:before {
  content: "\E208";
}
.i-share-alt:before {
  content: "\E237";
}
.i-share-alt-2:before {
  content: "\E238";
}
.i-save-3:before {
  content: "\E243";
}
.i-trash:before {
  content: "\E443";
}
.i-info-sign:before {
  content: "\1F4CC";
}
.i-user:before {
  content: "!";
}
.i-company:before {
  content: "\E60C";
}
.i-map-marker:before {
  content: "\E013";
}
.i-map-marker-2:before {
  content: "\E014";
}
.i-phone:before {
  content: "\E016";
}
.i-time:before {
  content: "\E018";
}
.i-time-2:before {
  content: "\E020";
}
.i-bar-chart:before {
  content: "\E022";
}
.i-bar:before {
  content: "\E023";
}
.i-pin:before {
  content: "\E086";
}
.i-delete:before {
  content: "\E111";
}
.i-delete-2:before {
  content: "\E185";
}
.i-comment:before {
  content: "\E182";
}
.i-file-white:before {
  content: "\E629";
}
.i-file-black:before {
  content: "\E065";
}
.i-file-copy-black:before {
  content: "\E62A";
}
.i-export:before {
  content: "\E066";
}
.i-note:before {
  content: "\E067";
}
.i-image:before {
  content: "\E110";
}
.i-zoom-out-left:before {
  content: "\E001";
}
.i-zoom-in-left:before {
  content: "\E002";
}
.i-link-target-blank:before {
  content: "\E309";
}
.i-graph-relation:before {
  content: "\E423";
}
.i-graph-cluster:before {
  content: "\E424";
}
.i-graph-link:before {
  content: "\E426";
}
.i-graph-link-add:before {
  content: "\E003";
}
.i-graph-link-delete:before {
  content: "\E005";
}
.i-sad:before {
  content: "\E000";
}
.i-female:before {
  content: "\E006";
}
.i-male:before {
  content: "\E600";
}
.i-arrow-left:before {
  content: "\E601";
}
.i-arrow-right:before {
  content: "\E602";
}
.i-arrow-up:before {
  content: "\E603";
}
.i-arrow-down:before {
  content: "\E604";
}
.i-left:before {
  content: "\E605";
}
.i-right:before {
  content: "\E606";
}
.i-up:before {
  content: "\E607";
}
.i-down:before {
  content: "\E608";
}
.i-png-file:before {
  content: "\E609";
}
.i-pdf-file:before {
  content: "\E60A";
}
.i-docx-file:before {
  content: "\E60B";
}
.i-company-foreign:before {
  content: "\E008";
}
.i-check-unchecked:before {
  content: "\E60D";
}
.i-check-checked:before {
  content: "\E60E";
}
.i-history:before {
  content: "\E60F";
}
.i-comment-2:before {
  content: "\E610";
}
.i-comment-3:before {
  content: "\E619";
}
.i-comment-4:before {
  content: "\E61A";
}
.i-document:before {
  content: "\E611";
}
.i-document-ok:before {
  content: "\E612";
}
.i-document-plus:before {
  content: "\E613";
}
.i-document-down:before {
  content: "\E614";
}
.i-document-info:before {
  content: "\E615";
}
.i-document-edit:before {
  content: "\E616";
}
.i-document-stamp:before {
  content: "\E617";
}
.i-document-2:before {
  content: "\E618";
}
.i-comments-1:before {
  content: "\E61B";
}
.i-comments-2:before {
  content: "\E61C";
}
.i-message-1:before {
  content: "\E61D";
}
.i-message-2:before {
  content: "\E61E";
}
.i-message-3:before {
  content: "\E61F";
}
.i-message-4:before {
  content: "\E620";
}
.i-global-search-1:before {
  content: "\E622";
}
.i-justice-1:before {
  content: "\E621";
}
.i-justice-2:before {
  content: "\E623";
}
.i-finance-graph:before {
  content: "\E624";
}
.i-coins:before {
  content: "\E625";
}
.i-coins-2:before {
  content: "\E626";
}
.i-coins-3:before {
  content: "\E627";
}
.i-coins-4:before {
  content: "\E628";
}

/* НКБ стили */
/* Общие стили НКБ */
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
body {
  font-family: Helvetica Neue, Arial !important;
}
a,
.link {
  padding-bottom: 0;
  cursor: pointer;
  color: #3a87ad;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
}
a--strong,
.link--strong {
  font-weight: bold;
}
a--global,
.link--global {
  color: #51a351;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a:active,
.link:active,
a.active,
.link.active {
  color: #98012e;
  cursor: pointer;
}
a.active.action:hover,
.link.active.action:hover,
a.active.action:focus,
.link.active.action:focus,
a.active.action:active,
.link.active.action:active {
  color: #98012e !important;
  cursor: default !important;
}
a.disabled:hover,
.link.disabled:hover,
a.disabled:focus,
.link.disabled:focus {
  color: #999999;
  border-bottom-color: transparent;
  cursor: default;
}
a.with-icon.underline,
.link.with-icon.underline {
  border-bottom: 0 none;
}
a.with-icon.underline:hover .text,
.link.with-icon.underline:hover .text,
a.with-icon.underline:focus .text,
.link.with-icon.underline:focus .text,
a.with-icon.underline:active .text,
.link.with-icon.underline:active .text {
  border-bottom-color: #ddabba;
}
a.with-icon .text,
.link.with-icon .text {
  border-bottom: 1px solid transparent;
  border-bottom-color: #89b7ce;
}
a.underline,
.link.underline {
  border-bottom-color: #89b7ce;
}
a.underline:hover,
.link.underline:hover,
a.underline:focus,
.link.underline:focus,
a.underline:active,
.link.underline:active {
  border-bottom-color: #ddabba;
}
a.pseudo,
.link.pseudo {
  border-bottom-style: dashed;
}
a.pointer,
.link.pointer {
  cursor: pointer;
}
.loading {
  position: static;
  z-index: 1000000;
  width: 32px;
  height: 32px;
  margin: 50%;
  background: #ffffff no-repeat 50% 50% url(data:image/gif;base64,R0lGODlhIAAgAPf7AOCywNaZq600WMuAlrdNbMFngqIaQvTl6pgBLv/+/vXn6/35+uzP2OzR2fnx9P36++K3xPry9Prz9eO5xuvN1vv09ufDzv78/fz3+Pbp7dqjtPv2+P37/Pv19/z4+ffs7/Lf5difsN2ruv79/fbo7PXm6/Db4fDa4ffr7/ju8ffq7u3S2uzQ2Pnw8+G1wu3T2+S7x/Tj6Pjt8OCzweG0wtOTpvnv8u/X3uW+yu/Y3+jH0c+HndCLoNGOovPi5/Lg5tedr+7W3evO18JogvPh5sd1jdultdmhstebrejG0PDZ4O7V3dmis+S9ye7U3MNrhcJpg/Le5OS8yOrL1M+Indypub5eetmgscyAl/Hd4+rK1M2CmbRHZ8yBmPTk6aswVfHc4ubAy7dOba86XefEz+K4xd+vveK2w86Fm82Dmd+xv79hfdier9CKn6MbQ+W/y9aarMh4kObBzLZLa+jFz9GModWWqdKPo601WenI0sp+lNSVqNecrrtYdcZ0jLhPbsRuh8h3j9qktLpWdNumtt6tvMp9lMVxirxZdrhQb602WdORpcNsht+wvqQeRunJ07E+YLlTcdunt+bCzb5fe8d2juO6xs+JntGNoqsxVdSUp9KQpN2qub1cebA9X7pVc8RviMl7ktWYq6goTt2su6IZQrNFZrxad8Zzi96uvbNDZMt/lblScMl6kbRGZ8p8k9OSprJCY6YkS8FmgbVJab1decRth6otUqMdRcZyi9youLFAYsVwia85XKUgR7VIaKgpT5gCL6McRL9ifr5gfKQfR6cmTKUhSKclTMh5kMBjfrhRcM6GnK43WqsvVLA8Xs2EmsJqhLZMa8Bkf9WXqrNEZZsINKkrUKAWP5kEMLxbeJwMN7pUcpsJNZoFMZoHM7VKaq87Xp0NOKUiSaksUZ8SPKouU6wyVpkDMLJBYp0OOcBlgJ4QOqkqUKAVPqAUPqEXQJwKNbtXdKEYQa44W54RO6YjSqcnTZ8TPerM1f///////wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExOTEwOTk5NkM5NjEwM0U3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERTJBRDY2MERCNjcxMUUyQkVGNUJGMDM4RDRGNThFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERTJBRDY1RkRCNjcxMUUyQkVGNUJGMDM4RDRGNThFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDkxOTcwMEIwODIwNjgxMTk1RkVGMjk5RjdDMzQ2MDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDc4MDExNzQwNzIwNjgxMTkxMDk5OTZDOTYxMDNFNzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5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);
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #3a87ad;
  animation: loading 2s linear infinite;
}
.mark-new {
  display: block;
  position: absolute;
  width: 90px;
  height: 80px;
  overflow: hidden;
}
.mark-new-text {
  display: block;
  position: absolute;
  left: -24px;
  top: 10px;
  width: 100px;
  height: 14px;
  padding-top: 2px;
  padding-left: 25px;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffc76b;
  background-color: #98012e;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: 12px;
}
.mark-new-text--tpp {
  left: -30px;
  height: 17px;
}
.result-list-element {
  position: relative;
  padding: 5px 7px 0 7px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.result-list-element:hover {
  border-color: #dddddd;
  cursor: pointer;
}
.result-list-element:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  box-shadow: 0 5px 15px #777777;
  transform: rotate(3deg);
}
.result-list-element nkb-favorites-dialog {
  position: absolute;
  left: -2em;
}
.nkb-select {
  background: url(images/select_triangle.png) no-repeat 90% 50%;
  height: 30px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.nkb-select select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 5px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nkb-select select::-ms-expand {
  display: none;
}
.nkb-input {
  border: 1px solid #cccccc;
  padding-left: 10px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* The starting CSS styles for the enter animation */
.fader.ng-add {
  transition: 0.5s linear all;
  opacity: 0;
}
/* The finishing CSS styles for the enter animation */
.fader.ng-add.ng-add-active {
  opacity: 1;
}
.fader.ng-remove {
  transition: 0.5s linear all;
  opacity: 1;
}
.fader.ng-remove.ng-remove-active {
  opacity: 0;
}
/* nkb-logo */
.nkb-logo {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
  height: 43px;
  width: 200px;
}
.nkb-logo--red {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
}
.nkb-logo--white {
  background: transparent no-repeat 0 0 url(images/logo2--white.svg);
  background-size: cover;
}
.nkb-logo--orange,
.nkb-logo--grey {
  background: transparent no-repeat 0 0 url(images/logo2.svg);
  background-size: cover;
}
.nkb-logo--black {
  background: transparent no-repeat 0 0 url(images/logo2--black.svg);
  background-size: cover;
}
.nkb-logo--center {
  background-position: center;
  height: 43px;
  width: 200px;
}
.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--items-center {
  align-items: center;
}
.flex-align--end {
  align-self: flex-end;
}
.nkb-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.nkb-table--small-font {
  font-size: 13px;
}
.nkb-table__cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.2em 0.5em;
  list-style: none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.nkb-table__cell > h1,
.nkb-table__cell > h2,
.nkb-table__cell > h3,
.nkb-table__cell > h4,
.nkb-table__cell > h5,
.nkb-table__cell > h6 {
  margin: 0;
}
.nkb-table__cell.nkb-table__cell--without-border-top {
  border-top: 0;
}
.nkb-table__cell.nkb-table__cell--without-border-bottom {
  border-bottom: 0;
}
.nkb-table__cell--2of3 {
  width: 66% !important;
}
.nkb-table__cell--1of12 {
  width: 8.33%;
}
.nkb-table__cell--2of12 {
  width: calc(16.66%) !important;
}
.nkb-table__cell--3of12 {
  width: calc(24.99%) !important;
}
.nkb-table__cell--4of12 {
  width: calc(33.32%) !important;
}
.nkb-table__cell--5of12 {
  width: calc(41.65%) !important;
}
.nkb-table__cell--6of12 {
  width: calc(49.98%) !important;
}
.nkb-table__cell--7of12 {
  width: calc(58.31%) !important;
}
.nkb-table__cell--8of12 {
  width: calc(66.64%) !important;
}
.nkb-table__cell--9of12 {
  width: calc(74.97%) !important;
}
.nkb-table__cell--10of12 {
  width: calc(83.3%) !important;
}
.nkb-table__cell--11of12 {
  width: calc(91.63%) !important;
}
.nkb-table__cell--12of12 {
  width: 100% !important;
}
.nkb-table--without-margin {
  margin: 0;
}
.nkb-table--2cols > .nkb-table__cell {
  width: 50%;
}
.nkb-table--3cols > .nkb-table__cell {
  width: 33.33%;
}
.nkb-table--4cols > .nkb-table__cell {
  width: 25%;
}
.nkb-table--5cols > .nkb-table__cell {
  width: 20%;
}
.nkb-table--6cols > .nkb-table__cell {
  width: 16.6%;
}
.nkb-table--7cols > .nkb-table__cell {
  width: 14.28%;
}
.nkb-table--12cols > .nkb-table__cell {
  width: 8.33%;
}
/* base */
.simple-row:before,
.simple-row:after {
  display: table;
  lsadane-height: 0;
  content: "";
}
.simple-row:after {
  clear: both;
}
form {
  margin: 0;
}
.small {
  font-size: 85%;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.pre {
  white-space: pre;
}
.indent-top {
  margin-top: 10px !important;
}
.no-indent {
  margin: 0 !important;
}
.u1 {
  margin-top: -1px;
}
.d1 {
  margin-top: 1px;
}
.d2 {
  margin-top: 2px;
}
.d3 {
  margin-top: 3px;
}
.d4 {
  margin-top: 4px;
}
.d5 {
  margin-top: 5px;
}
.btn.flat {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  filter: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.flat.link {
  color: #3a87ad;
}
.btn.flat:hover,
.btn.flat:focus {
  color: #98012e;
  background-color: #eeeeee;
}
.btn.flat.active,
.btn.flat:active {
  color: #98012e;
  background-color: #eeeeee;
  border-color: #b0b0b0;
}
.btn.flat.disabled,
.btn.flat[disabled] {
  color: #999999;
  background-color: #ffffff;
}
.btn.btn-close {
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 3px \9;
  padding-bottom: 1px \9;
  line-height: 16px \9;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  color: #808080;
}
.btn.btn-close:hover,
.btn.btn-close:focus,
.btn.btn-close.active,
.btn.btn-close:active {
  color: #000;
}
.btn-group > .btn.flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn.flat:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.flat:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
input.input-mini {
  height: 16px;
  padding: 2px 3px;
  font-size: 13px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-append input.input-mini {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.input-small {
  height: 16px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header-light {
  color: #666666;
}
/* shadows */
.shadow-lift-lb-corner:before {
  z-index: -2;
  content: "";
  bottom: 20px;
  right: 5px;
  left: 10px;
  top: 0;
  background-color: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.shadow-lift-lb-corner.shadow-strong:before {
  bottom: 18px;
}
.shadow-lift-lb-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  right: -10px;
  bottom: 0;
}
/* icons */
.icon.large {
  padding-right: 2px;
  font-size: 150%;
  vertical-align: -5px;
}
.icon.big {
  padding-right: 5px;
  font-size: 200%;
  vertical-align: -6px;
}
.btn-mini .icon {
  vertical-align: -3px;
}
.icon.info {
  color: #2f96b4;
}
.icon.success {
  color: #51a351;
}
.icon.warning {
  color: #f89406;
}
.strong {
  font-weight: bold;
}
.muted {
  color: #999;
}
.danger {
  color: #bd362f;
}
.warning {
  color: #f89406;
}
.error {
  color: #b94a48;
}
.tools {
  margin: 1em 0 1em 0;
  list-style: none;
}
/* Общие стили для всего приложения */
/* app */
/* icon */
/**/
/**/
@media print {
  *,
  :after,
  :before {
    /* color: #000!important; */
    /* text-shadow: none!important; */
    background: initial 0 !important;
    box-shadow: none !important;
  }
}
body,
.non-user-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  /*-moz-user-select: -moz-none;*/
  -ms-user-select: none;
  user-select: none;
}
.user-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
div,
input,
textarea,
button {
  outline: 0 none !important;
}
a {
  color: #0088cc;
}
a.underline {
  border-bottom-color: #0099dd;
}
a.disabled,
a.disabled:hover,
a.disabled:focus {
  border-bottom-color: transparent;
}
label {
  font-size: 13px;
}
textarea {
  font-size: 13px;
  resize: none;
}
.textarea {
  height: auto;
  min-height: 20px;
  padding: 4px 6px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.btn-sep {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.nav.nav-pills.vertical {
  margin: 0;
}
.nav.nav-pills.vertical > li {
  float: none;
}
.nav.nav-pills.vertical > .divider {
  height: 10px;
}
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.plain select {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
  height: 20px;
  line-height: 20px;
}
.plain label {
  display: inline-block;
  margin-bottom: 0;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #b94a48;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #953b39;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}
.badge {
  padding: 1px 4px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.highlight {
  color: #004466;
  font-weight: bold;
}
.list-item {
  margin: 0 0 10px 0;
  padding: 0;
}
.right-padding-1 {
  padding-right: 10px;
}
/* icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  line-height: 14px;
  font-size: 16px;
  vertical-align: -1px;
}
.icon.light {
  width: 14px;
  font-size: 14px;
  vertical-align: -1px;
}
.icon.small {
  width: 11px;
  font-size: 11px;
  vertical-align: 0px;
}
.icon.mini {
  width: 9px;
  font-size: 9px;
  vertical-align: 2px;
}
.btn-mini .icon.light {
  vertical-align: -2px;
}
/* textarea */
[np-textarea] {
  overflow-y: hidden;
}
/* ContextPopup @Deprecated */
[np-context-popup] {
  z-index: 1000002;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* attach-file-wrapper */
.attach-file-wrapper {
  position: relative;
  overflow: hidden;
}
.attach-file-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.common-node-info {
  /**/
}
.common-node-info__inner {
  position: relative;
}
.common-node-info__info {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 13px 15px 0 0;
  text-align: right;
  white-space: nowrap;
  color: #999999;
}
.common-node-info__info-entry {
  margin-bottom: 4px;
}
.common-node-info__entry {
  display: flex;
  justify-content: space-between;
}
.common-node-info__entry:empty {
  display: none;
}
.common-node-info__value-label,
.common-node-info__value-muted {
  color: #999999;
}
.common-node-info__reg-state {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-node-info__reg-state-text {
  max-width: 40em;
}
.common-node-info__law {
  margin-right: 3rem;
}
.common-node-info__inn {
  margin-bottom: 0;
}
.common-node-info ul.list-inline {
  margin: 0;
  padding: 0 0 5px 0;
}
.common-node-info ul.list-inline li {
  margin: 0;
  padding: 0 10px 0 0;
}
.node-header-top {
  display: flex;
  justify-content: space-between;
}
.node-header {
  color: #3a87ad;
  display: flex;
  flex-direction: column;
}
.node-header--details {
  font-size: 1.5em;
  color: #000;
}
.node-header--intermediate {
  color: #ff9933 !important;
}
.node-header--liquidate {
  color: #b94a48 !important;
}
.node-header__individual {
  font-size: larger;
}
.node-header__individual--details {
  font-size: 1.5em;
  padding-left: 0px;
  margin-bottom: 20px;
}
.liquidate-state {
  color: #bd362f !important;
}
.liquidate-state--intermediate {
  color: #ff9933 !important;
}
.former-name__inner {
  font-size: 0.9em;
  font-style: italic;
  color: #999999;
}
nkb-confirm-button {
  display: inline-block;
  vertical-align: middle;
}
nkb-confirm-button.nkb-confirm-button_connectionsList {
  margin: 0 0 5px;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.egrul-link-banner__inner {
  display: flex;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 0.5em;
  align-items: baseline;
}
.egrul-link-banner__datepicker {
  margin-left: 1em;
  font-style: italic;
  text-decoration: underline dotted !important;
}
.egrul-link-banner__date-button {
  color: #3a87ad;
  font-style: normal;
}
.egrul-link-banner__history {
  margin-left: 1em;
}
.egrul-download-link:hover {
  color: #f89406;
}
.egrul-download-link__inner {
  align-self: center;
  background-color: #2f96b4;
  width: 7em;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  border-radius: 3px;
}
.egrul-download-link__icon {
  background-color: #2f96b4;
  flex-basis: 30%;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
.egrul-download-link__caption {
  flex-basis: 70%;
  text-align: center;
  padding-top: 2px;
  color: #ffffff;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.egrul-statement-link__no-auth {
  font-size: small;
  font-style: italic;
  color: #999999;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.node-history__inner {
  color: #666666;
}
.node-history__labels {
  color: #999999;
  margin-left: 5px;
}
.node-history__icon {
  vertical-align: -5px;
  font-size: 150%;
}
.node-history__entry {
  font-style: italic;
  margin-right: 10px;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.relation-info__inner--small {
  margin-left: 0em;
  padding-right: 1em;
}
.relation-info__entry {
  color: #666666;
  margin-bottom: 1px;
}
.relation-info__entry--small {
  color: #666666;
  font-weight: 400;
  font-size: 80%;
  letter-spacing: 0.002ex;
}
.relation-data__first-description:first-letter {
  text-transform: uppercase;
}
.reports__action-button {
  padding: 1px 6px !important;
  font-size: 10.5px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background-image: none !important;
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.export__format {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.export__label {
  flex-basis: 30%;
  text-align: left !important;
}
.export__select {
  width: 10em;
}
.export__number-select {
  height: 2em !important;
  width: 9.3em;
}
.export__share-textarea {
  white-space: nowrap;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* report-toolbar component */
/**/
app-report-toolbar {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 0;
  margin: 0;
}
app-report-toolbar .app-toolbar {
  min-width: 250px;
}
app-report-toolbar .app-toolbar .nav.nav-list > li > a {
  padding-left: 38px;
  margin-left: -30px;
}
app-report-toolbar .app-toolbar .nav.nav-list > li > a > i {
  position: unset;
}
app-report-toolbar .app-toolbar .content.dropdown {
  padding-top: 10px;
}
app-report-toolbar .app-toolbar .content.report-actions {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
app-report-toolbar .app-toolbar .report-actions .content {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 38px;
  border-bottom: 1px solid #eeeeee;
}
app-report-toolbar .control-group {
  margin-bottom: 0;
}
app-report-toolbar .nkb-logo-sign {
  display: block;
  margin: 2px 1px 0 -1px !important;
  padding: 0 !important;
  width: 28px !important;
  height: 26px !important;
  background: transparent no-repeat -2px -2px url(images/nkb-logo-sign.png);
}
app-report-toolbar .nkb-actions label,
app-report-toolbar .nkb-actions input {
  line-height: 22px;
}
app-report-toolbar .base-bar .report-name {
  max-width: 200px;
  padding-left: 4px !important;
}
app-report-toolbar .base-bar .report-name .changed-marker {
  height: 10px;
  line-height: 10px;
  font-size: 18px;
}
app-report-toolbar .report-share textarea {
  width: 560px;
  cursor: default;
  background-color: #ffffff;
}
app-report-toolbar .my-reports {
  width: 920px;
}
app-report-toolbar .my-reports .reports {
  position: relative;
}
app-report-toolbar .my-reports .list-header {
  padding: 0 10px 10px 10px;
}
app-report-toolbar .my-reports .list-header [np-inline-input] input.search-query {
  width: 0;
}
app-report-toolbar .my-reports .no-report {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 180px;
  text-align: center;
  background: #ffffff;
}
app-report-toolbar .my-reports .no-report-by-search {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  padding-top: 130px;
  text-align: center;
  background: #ffffff;
}
app-report-toolbar .my-reports .report-list {
  height: 400px;
}
app-report-toolbar .my-reports .report-list .report-item {
  width: 880px;
  padding: 10px;
  border-top: 1px solid #cccccc;
  cursor: default;
}
app-report-toolbar .my-reports .report-list .report-item:hover {
  background-color: #f9f9f9;
}
app-report-toolbar .my-reports .report-list .report-item:hover .actions {
  visibility: visible;
}
app-report-toolbar .my-reports .report-list .report-item .actions {
  visibility: hidden;
}
app-report-toolbar .my-reports .report-list .report-item .report-name {
  color: #0088cc;
  cursor: pointer;
}
app-report-toolbar .my-reports .report-list .report-item .report-name:hover {
  color: #98012e;
}
app-report-toolbar .my-reports .report-list .report-item .report-rename input {
  margin: 0 0 0 -4px;
}
app-report-toolbar .my-reports .report-list .report-item .report-share label {
  margin-bottom: 5px;
  padding-top: 0;
}
app-report-toolbar .my-reports .report-list .report-item.content-open .actions {
  visibility: visible;
}
app-report-toolbar .my-reports .report-list .report-item .content {
  padding: 10px 0 0 0;
}
app-report-toolbar .my-reports .paginator {
  margin-bottom: 1em;
}
app-report-toolbar .my-reports .paginator__ranges {
  align-items: center;
}
app-report-toolbar .my-reports .paginator__list-item {
  min-width: unset;
}
app-report-toolbar .report-actions .report-share label {
  margin-bottom: 5px;
  padding-top: 0;
}
app-info {
  display: none;
  position: absolute;
  z-index: 10;
  left: 2px;
  top: 35px;
  min-width: 40px;
  padding: 5px 30px 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #98012e;
  background-color: #ffffff;
  white-space: nowrap;
}
app-info:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #98012e;
  position: absolute;
  top: -7px;
  left: 5px;
}
app-info:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 6px;
}
app-info .actions {
  position: absolute;
  right: 6px;
  top: 2px;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* message component */
/**/
.app-message {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.app-message.showing {
  display: block;
}
.app-message .mask {
  position: absolute;
  z-index: 1000001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.app-message .message-box {
  position: absolute;
  z-index: 1000002;
  top: 0;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  padding: 10px;
  background: #fbfbfb;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.app-message .message-actions {
  padding-top: 10px;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
nkb-connections {
  /* list-info */
  /* np-rsearch-node-traces */
  /* dropdown help */
}
nkb-connections .tools.order {
  height: 45px;
  padding-top: 30px;
}
nkb-connections .tools.order label.inside-list {
  display: inline-block;
  margin-left: 3px;
}
nkb-connections .tools.order .order-btn {
  margin-top: -5px;
  border-color: #ffc76b;
}
nkb-connections .tools.order .check-options .filters {
  width: 400px;
  margin-left: 80px;
  margin-top: -5px;
}
nkb-connections .tools.order .check-options .filters .span3 {
  width: 180px;
}
nkb-connections .list-info {
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
nkb-connections .list-info .list-name:not(input) {
  position: relative;
  font-size: 24.5px;
  line-height: 30px;
  color: #444444;
}
nkb-connections .list-info .list-type {
  padding-top: 6px;
}
nkb-connections li[class*="span"],
nkb-connections form[class*="span"] {
  margin-left: 0;
}
nkb-connections .tools > li {
  display: block;
}
nkb-connections [np-rsearch-node-traces] .tools {
  margin: 0;
}
nkb-connections [np-rsearch-node-traces] [np-connections-widgets-node-favorites] {
  display: none !important;
}
nkb-connections [np-rsearch-node-traces] .trace-pager .page-prev,
nkb-connections [np-rsearch-node-traces] .trace-pager .page-next,
nkb-connections [np-rsearch-node-traces] .trace-pager .page-info {
  padding-top: 2px;
  padding-bottom: 2px;
}
nkb-connections .page-info {
  font-stretch: normal;
}
nkb-connections .dropdown-help > a {
  display: inline-block;
  margin-top: -2px;
}
nkb-connections .dropdown-help .dropdown-menu {
  width: 600px;
  margin-top: -2px;
  padding: 10px 14px 0 14px;
  border-radius: 4px;
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Glyphicons Halflings";src:url(f4769f9bdb7466be65088239c12046d1.eot);src:url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"),url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"),url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"),url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"),url(images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20AC"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270F"}.glyphicon-glass:before{content:"\E001"}.glyphicon-music:before{content:"\E002"}.glyphicon-search:before{content:"\E003"}.glyphicon-heart:before{content:"\E005"}.glyphicon-star:before{content:"\E006"}.glyphicon-star-empty:before{content:"\E007"}.glyphicon-user:before{content:"\E008"}.glyphicon-film:before{content:"\E009"}.glyphicon-th-large:before{content:"\E010"}.glyphicon-th:before{content:"\E011"}.glyphicon-th-list:before{content:"\E012"}.glyphicon-ok:before{content:"\E013"}.glyphicon-remove:before{content:"\E014"}.glyphicon-zoom-in:before{content:"\E015"}.glyphicon-zoom-out:before{content:"\E016"}.glyphicon-off:before{content:"\E017"}.glyphicon-signal:before{content:"\E018"}.glyphicon-cog:before{content:"\E019"}.glyphicon-trash:before{content:"\E020"}.glyphicon-home:before{content:"\E021"}.glyphicon-file:before{content:"\E022"}.glyphicon-time:before{content:"\E023"}.glyphicon-road:before{content:"\E024"}.glyphicon-download-alt:before{content:"\E025"}.glyphicon-download:before{content:"\E026"}.glyphicon-upload:before{content:"\E027"}.glyphicon-inbox:before{content:"\E028"}.glyphicon-play-circle:before{content:"\E029"}.glyphicon-repeat:before{content:"\E030"}.glyphicon-refresh:before{content:"\E031"}.glyphicon-list-alt:before{content:"\E032"}.glyphicon-lock:before{content:"\E033"}.glyphicon-flag:before{content:"\E034"}.glyphicon-headphones:before{content:"\E035"}.glyphicon-volume-off:before{content:"\E036"}.glyphicon-volume-down:before{content:"\E037"}.glyphicon-volume-up:before{content:"\E038"}.glyphicon-qrcode:before{content:"\E039"}.glyphicon-barcode:before{content:"\E040"}.glyphicon-tag:before{content:"\E041"}.glyphicon-tags:before{content:"\E042"}.glyphicon-book:before{content:"\E043"}.glyphicon-bookmark:before{content:"\E044"}.glyphicon-print:before{content:"\E045"}.glyphicon-camera:before{content:"\E046"}.glyphicon-font:before{content:"\E047"}.glyphicon-bold:before{content:"\E048"}.glyphicon-italic:before{content:"\E049"}.glyphicon-text-height:before{content:"\E050"}.glyphicon-text-width:before{content:"\E051"}.glyphicon-align-left:before{content:"\E052"}.glyphicon-align-center:before{content:"\E053"}.glyphicon-align-right:before{content:"\E054"}.glyphicon-align-justify:before{content:"\E055"}.glyphicon-list:before{content:"\E056"}.glyphicon-indent-left:before{content:"\E057"}.glyphicon-indent-right:before{content:"\E058"}.glyphicon-facetime-video:before{content:"\E059"}.glyphicon-picture:before{content:"\E060"}.glyphicon-map-marker:before{content:"\E062"}.glyphicon-adjust:before{content:"\E063"}.glyphicon-tint:before{content:"\E064"}.glyphicon-edit:before{content:"\E065"}.glyphicon-share:before{content:"\E066"}.glyphicon-check:before{content:"\E067"}.glyphicon-move:before{content:"\E068"}.glyphicon-step-backward:before{content:"\E069"}.glyphicon-fast-backward:before{content:"\E070"}.glyphicon-backward:before{content:"\E071"}.glyphicon-play:before{content:"\E072"}.glyphicon-pause:before{content:"\E073"}.glyphicon-stop:before{content:"\E074"}.glyphicon-forward:before{content:"\E075"}.glyphicon-fast-forward:before{content:"\E076"}.glyphicon-step-forward:before{content:"\E077"}.glyphicon-eject:before{content:"\E078"}.glyphicon-chevron-left:before{content:"\E079"}.glyphicon-chevron-right:before{content:"\E080"}.glyphicon-plus-sign:before{content:"\E081"}.glyphicon-minus-sign:before{content:"\E082"}.glyphicon-remove-sign:before{content:"\E083"}.glyphicon-ok-sign:before{content:"\E084"}.glyphicon-question-sign:before{content:"\E085"}.glyphicon-info-sign:before{content:"\E086"}.glyphicon-screenshot:before{content:"\E087"}.glyphicon-remove-circle:before{content:"\E088"}.glyphicon-ok-circle:before{content:"\E089"}.glyphicon-ban-circle:before{content:"\E090"}.glyphicon-arrow-left:before{content:"\E091"}.glyphicon-arrow-right:before{content:"\E092"}.glyphicon-arrow-up:before{content:"\E093"}.glyphicon-arrow-down:before{content:"\E094"}.glyphicon-share-alt:before{content:"\E095"}.glyphicon-resize-full:before{content:"\E096"}.glyphicon-resize-small:before{content:"\E097"}.glyphicon-exclamation-sign:before{content:"\E101"}.glyphicon-gift:before{content:"\E102"}.glyphicon-leaf:before{content:"\E103"}.glyphicon-fire:before{content:"\E104"}.glyphicon-eye-open:before{content:"\E105"}.glyphicon-eye-close:before{content:"\E106"}.glyphicon-warning-sign:before{content:"\E107"}.glyphicon-plane:before{content:"\E108"}.glyphicon-calendar:before{content:"\E109"}.glyphicon-random:before{content:"\E110"}.glyphicon-comment:before{content:"\E111"}.glyphicon-magnet:before{content:"\E112"}.glyphicon-chevron-up:before{content:"\E113"}.glyphicon-chevron-down:before{content:"\E114"}.glyphicon-retweet:before{content:"\E115"}.glyphicon-shopping-cart:before{content:"\E116"}.glyphicon-folder-close:before{content:"\E117"}.glyphicon-folder-open:before{content:"\E118"}.glyphicon-resize-vertical:before{content:"\E119"}.glyphicon-resize-horizontal:before{content:"\E120"}.glyphicon-hdd:before{content:"\E121"}.glyphicon-bullhorn:before{content:"\E122"}.glyphicon-bell:before{content:"\E123"}.glyphicon-certificate:before{content:"\E124"}.glyphicon-thumbs-up:before{content:"\E125"}.glyphicon-thumbs-down:before{content:"\E126"}.glyphicon-hand-right:before{content:"\E127"}.glyphicon-hand-left:before{content:"\E128"}.glyphicon-hand-up:before{content:"\E129"}.glyphicon-hand-down:before{content:"\E130"}.glyphicon-circle-arrow-right:before{content:"\E131"}.glyphicon-circle-arrow-left:before{content:"\E132"}.glyphicon-circle-arrow-up:before{content:"\E133"}.glyphicon-circle-arrow-down:before{content:"\E134"}.glyphicon-globe:before{content:"\E135"}.glyphicon-wrench:before{content:"\E136"}.glyphicon-tasks:before{content:"\E137"}.glyphicon-filter:before{content:"\E138"}.glyphicon-briefcase:before{content:"\E139"}.glyphicon-fullscreen:before{content:"\E140"}.glyphicon-dashboard:before{content:"\E141"}.glyphicon-paperclip:before{content:"\E142"}.glyphicon-heart-empty:before{content:"\E143"}.glyphicon-link:before{content:"\E144"}.glyphicon-phone:before{content:"\E145"}.glyphicon-pushpin:before{content:"\E146"}.glyphicon-usd:before{content:"\E148"}.glyphicon-gbp:before{content:"\E149"}.glyphicon-sort:before{content:"\E150"}.glyphicon-sort-by-alphabet:before{content:"\E151"}.glyphicon-sort-by-alphabet-alt:before{content:"\E152"}.glyphicon-sort-by-order:before{content:"\E153"}.glyphicon-sort-by-order-alt:before{content:"\E154"}.glyphicon-sort-by-attributes:before{content:"\E155"}.glyphicon-sort-by-attributes-alt:before{content:"\E156"}.glyphicon-unchecked:before{content:"\E157"}.glyphicon-expand:before{content:"\E158"}.glyphicon-collapse-down:before{content:"\E159"}.glyphicon-collapse-up:before{content:"\E160"}.glyphicon-log-in:before{content:"\E161"}.glyphicon-flash:before{content:"\E162"}.glyphicon-log-out:before{content:"\E163"}.glyphicon-new-window:before{content:"\E164"}.glyphicon-record:before{content:"\E165"}.glyphicon-save:before{content:"\E166"}.glyphicon-open:before{content:"\E167"}.glyphicon-saved:before{content:"\E168"}.glyphicon-import:before{content:"\E169"}.glyphicon-export:before{content:"\E170"}.glyphicon-send:before{content:"\E171"}.glyphicon-floppy-disk:before{content:"\E172"}.glyphicon-floppy-saved:before{content:"\E173"}.glyphicon-floppy-remove:before{content:"\E174"}.glyphicon-floppy-save:before{content:"\E175"}.glyphicon-floppy-open:before{content:"\E176"}.glyphicon-credit-card:before{content:"\E177"}.glyphicon-transfer:before{content:"\E178"}.glyphicon-cutlery:before{content:"\E179"}.glyphicon-header:before{content:"\E180"}.glyphicon-compressed:before{content:"\E181"}.glyphicon-earphone:before{content:"\E182"}.glyphicon-phone-alt:before{content:"\E183"}.glyphicon-tower:before{content:"\E184"}.glyphicon-stats:before{content:"\E185"}.glyphicon-sd-video:before{content:"\E186"}.glyphicon-hd-video:before{content:"\E187"}.glyphicon-subtitles:before{content:"\E188"}.glyphicon-sound-stereo:before{content:"\E189"}.glyphicon-sound-dolby:before{content:"\E190"}.glyphicon-sound-5-1:before{content:"\E191"}.glyphicon-sound-6-1:before{content:"\E192"}.glyphicon-sound-7-1:before{content:"\E193"}.glyphicon-copyright-mark:before{content:"\E194"}.glyphicon-registration-mark:before{content:"\E195"}.glyphicon-cloud-download:before{content:"\E197"}.glyphicon-cloud-upload:before{content:"\E198"}.glyphicon-tree-conifer:before{content:"\E199"}.glyphicon-tree-deciduous:before{content:"\E200"}.glyphicon-cd:before{content:"\E201"}.glyphicon-save-file:before{content:"\E202"}.glyphicon-open-file:before{content:"\E203"}.glyphicon-level-up:before{content:"\E204"}.glyphicon-copy:before{content:"\E205"}.glyphicon-paste:before{content:"\E206"}.glyphicon-alert:before{content:"\E209"}.glyphicon-equalizer:before{content:"\E210"}.glyphicon-king:before{content:"\E211"}.glyphicon-queen:before{content:"\E212"}.glyphicon-pawn:before{content:"\E213"}.glyphicon-bishop:before{content:"\E214"}.glyphicon-knight:before{content:"\E215"}.glyphicon-baby-formula:before{content:"\E216"}.glyphicon-tent:before{content:"\26FA"}.glyphicon-blackboard:before{content:"\E218"}.glyphicon-bed:before{content:"\E219"}.glyphicon-apple:before{content:"\F8FF"}.glyphicon-erase:before{content:"\E221"}.glyphicon-hourglass:before{content:"\231B"}.glyphicon-lamp:before{content:"\E223"}.glyphicon-duplicate:before{content:"\E224"}.glyphicon-piggy-bank:before{content:"\E225"}.glyphicon-scissors:before{content:"\E226"}.glyphicon-bitcoin:before{content:"\E227"}.glyphicon-btc:before{content:"\E227"}.glyphicon-xbt:before{content:"\E227"}.glyphicon-yen:before{content:"\A5"}.glyphicon-jpy:before{content:"\A5"}.glyphicon-ruble:before{content:"\20BD"}.glyphicon-rub:before{content:"\20BD"}.glyphicon-scale:before{content:"\E230"}.glyphicon-ice-lolly:before{content:"\E231"}.glyphicon-ice-lolly-tasted:before{content:"\E232"}.glyphicon-education:before{content:"\E233"}.glyphicon-option-horizontal:before{content:"\E234"}.glyphicon-option-vertical:before{content:"\E235"}.glyphicon-menu-hamburger:before{content:"\E236"}.glyphicon-modal-window:before{content:"\E237"}.glyphicon-oil:before{content:"\E238"}.glyphicon-grain:before{content:"\E239"}.glyphicon-sunglasses:before{content:"\E240"}.glyphicon-text-size:before{content:"\E241"}.glyphicon-text-color:before{content:"\E242"}.glyphicon-text-background:before{content:"\E243"}.glyphicon-object-align-top:before{content:"\E244"}.glyphicon-object-align-bottom:before{content:"\E245"}.glyphicon-object-align-horizontal:before{content:"\E246"}.glyphicon-object-align-left:before{content:"\E247"}.glyphicon-object-align-vertical:before{content:"\E248"}.glyphicon-object-align-right:before{content:"\E249"}.glyphicon-triangle-right:before{content:"\E250"}.glyphicon-triangle-left:before{content:"\E251"}.glyphicon-triangle-bottom:before{content:"\E252"}.glyphicon-triangle-top:before{content:"\E253"}.glyphicon-console:before{content:"\E254"}.glyphicon-superscript:before{content:"\E255"}.glyphicon-subscript:before{content:"\E256"}.glyphicon-menu-left:before{content:"\E257"}.glyphicon-menu-right:before{content:"\E258"}.glyphicon-menu-down:before{content:"\E259"}.glyphicon-menu-up:before{content:"\E260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014   \A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:"\A0   \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\A0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.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:#eee}.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:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-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%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-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 .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-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)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;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);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.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;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.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;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-login__inner {
  width: 180px;
  height: 50px;
}
.nkb-login__wrapper {
  display: flex;
  margin: 0 0 5px 0;
}
.nkb-login__signin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  height: inherit;
  align-items: stretch;
}
.nkb-login__login-input {
  overflow-y: hidden;
  display: inline-block;
  width: 100px;
  height: 23px;
  line-height: 19px;
  margin: 0 0 5px;
  padding: 1px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.nkb-login__login-input:-ms-input-placeholder {
  margin: 0 0 5px;
  padding: 1px 12px;
}
.nkb-login__login-input:last-child {
  margin-bottom: 0;
}
.nkb-login__link {
  white-space: nowrap;
  line-height: 26px;
}
.nkb-login__btn {
  height: 2.5rem;
  width: 50px;
  padding: 2px !important;
}
.nkb-login__user-name {
  margin-right: 20px;
  height: 2rem;
  flex-basis: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nkb-login__balance {
  margin-right: 30px;
}
.login-error-message {
  width: 8em;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngdialog {
  box-sizing: border-box;
}
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}
.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* fix for Scrollbars not clickable on overflow #552 */
  background: white;
  animation: ngdialog-fadein 0.5s;
  /* end fix for Scrollbars not clickable on overflow #552 */
}
.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none !important;
  animation: none !important;
}
.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  /* fix for Scrollbars not clickable on overflow #552 */
  margin-right: 15px;
  background: transparent;
  /* end fix for Scrollbars not clickable on overflow #552 */
}
.ngdialog-no-overlay {
  pointer-events: none;
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-close:before {
  font-family: ProximaNova, Arial, sans-serif;
  content: '\D7';
  cursor: pointer;
}
html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
.registration-modal {
  /* active state */
}
.registration-modal input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  height: 37px;
}
.registration-modal input:focus {
  outline: none;
  border-bottom: 1px solid black;
}
.registration-modal label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  pointer-events: none;
  left: 5px;
  top: -22px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.registration-modal input:focus + label,
.registration-modal input.ng-not-empty + label {
  opacity: 0;
}
.registration-modal__conditions {
  color: grey;
  font-size: 10px;
}
.registration-modal__back {
  position: fixed;
  font-weight: bold;
  line-height: 34px;
  color: #c8c8c8;
  font-size: 24px;
  top: 0;
  left: 0;
  padding: 51px;
}
.login-toggle {
  font-size: 10px;
  position: absolute;
  top: -22px;
  right: 1px;
}
.login-toggle a {
  color: #fc4c02;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.flag {
  border: 1px #2f96b4 solid;
}
.flag--active {
  border: 1px solid #cccccc;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-nkb {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ngdialog.ngdialog-theme-nkb.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  color: #444;
  font-family: ProximaNova, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 361px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5.8px 0.2px rgba(0, 0, 0, 0.15);
}
.ngdialog.ngdialog-theme-nkb .ngdialog-close {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-close:before {
  display: block;
  padding: 3px;
  background: transparent;
  color: #bbb;
  content: '\D7';
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-nkb .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-message {
  margin-bottom: .5em;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-input textarea,
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-nkb .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-buttons {
  *zoom: 1;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-nkb .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-nkb .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-nkb .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.login-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  height: 100vh;
  justify-content: center;
}
.login-page__login-container {
  border-radius: 3px;
  border: 1px solid #cccccc;
  height: 10em;
  width: 20em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.login-page__login-registration-toggle {
  display: flex;
  justify-content: space-around;
  flex-basis: 10%;
}
.login-page__login,
.login-page__registration {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 70%;
  align-items: center;
}
.login-page__state-link--active {
  color: #cccccc;
}
.login-page__email-input {
  width: 10em;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.login-button__inner {
  width: 10em;
}
.login-button .nkb-button {
  height: unset;
}
.login-button .nkb-button--login {
  background-color: #2f96b4;
  color: #ffffff;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.inline-edit__input {
  display: flex;
  flex-direction: row;
}
.inline-edit__input input {
  color: #000;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* current-list */
nkb-connections-details .list-entries {
  margin-bottom: 20px;
  box-sizing: border-box;
}
nkb-connections-details .list-entries .list-entry {
  position: relative;
  min-height: 50px;
  margin-bottom: -1px;
  padding: 9px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
nkb-connections-details .list-entries .list-entry_full-view {
  margin-bottom: 20px;
}
nkb-connections-details .list-item-checkbox {
  display: inline-block;
  min-width: 27px;
  padding-left: 7px;
}
nkb-connections-details .list-item-edit {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
}
nkb-connections-details .list-entries .list-entry.shadow-lift-lb-corner:after {
  background-color: #ffffff;
}
nkb-connections-details .list-entries .list-entry .list-item-info {
  padding: 10px 13px 0 0;
}
nkb-connections-details .list-entries .user-data-wrapper {
  margin-left: 10px;
  margin-top: 5px;
}
nkb-connections-details .list-entries .user-data-wrapper .row {
  margin-left: 0;
}
nkb-connections-details .list-entries .list-entry .user-data-label {
  padding: 0 5px 0 8px;
  color: #999999;
}
nkb-connections-details .list-entries .list-entry .user-data {
  color: #999999;
}
nkb-connections-details .list-entries .list-entry .user-data .text {
  color: #999999;
}
nkb-connections-details .list-entries .list-entry .user-data [np-inline-edit] {
  font-size: 120%;
}
nkb-connections-details .list-entries .list-entry .user-data [np-inline-edit] .inline-edit-on {
  top: -1px;
  visibility: hidden;
}
nkb-connections-details .list-entries .list-entry:hover .user-data [np-inline-edit] .inline-edit-on {
  visibility: visible;
}
nkb-connections-details .list-entries .list-entry .validation-info {
  padding: 5px 0 0 2px;
  color: #999999;
}
nkb-connections-details .list-entries .list-entry [np-connections-node-info] {
  margin-bottom: -5px;
  padding: 10px 0 0 2px;
}
nkb-connections-details .list-entries .list-entry [np-connections-node-info].INDIVIDUAL .node-header {
  margin-bottom: 5px;
}
nkb-connections-details .list-item-header {
  padding: 0 0 10px 0;
}
nkb-connections-details .list-item-header__ogrn {
  display: inline-block;
  width: 153px;
  padding: 0 0 0 33px;
}
nkb-connections-details .list-item-header__name {
  display: inline-block;
  width: 401px;
}
nkb-connections-details .list-item-header__since {
  display: inline-block;
  width: 137px;
}
nkb-connections-details .list-item-header__status {
  display: inline-block;
  width: 100px;
}
nkb-connections-details .list-item__view-wrap {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  padding: 1px;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #555;
  font-size: 24px;
}
nkb-connections-details .list-item__view-wrap_current {
  opacity: 0.3;
  cursor: default;
}
nkb-connections-details .list-item__tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nkb-connections-details .list-item__small-view {
  display: inline-block;
}
.connections__name {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 400px;
  color: #3a87ad;
  text-overflow: ellipsis;
}
.connections-company {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.connections-company__item {
  position: relative;
  min-height: 42px;
  padding: 10px 5px;
  margin-bottom: -1px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.connections-company__item-number {
  position: absolute;
  top: 10px;
  left: -30px;
  color: #999;
}
.connections-company__item-part {
  padding: 0 10px;
}
.connections-company__item-part:empty {
  padding: 0;
}
.connections-company__item-part:first-child {
  padding-left: 0;
}
.connections-company__item-part:last-child {
  padding-right: 0;
}
.connections-company__item-date {
  display: inline-block;
  width: 140px;
}
.connections-company__item-active {
  color: #009a00;
}
.connections-company__item-liquidated {
  color: #b94a48;
}
.connections-company__item-intermediate {
  color: #ff9933;
}
.connections-company__item-info {
  position: relative;
  vertical-align: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #3a87ad;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-style: normal;
}
.connections-company__item-info:hover .connections-company__item-info-inside {
  display: inline-block;
}
.connections-company__item-info-inside {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 10px;
  background: #3a87ad;
  font-size: 13px;
}
.connections-individual {
  display: inline-block;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-list-entries .tools {
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.nkb-list-entries .tools {
  margin-bottom: 20px;
}
.nkb-list-entries .inline {
  vertical-align: top;
}
.nkb-list-entries .file-name {
  max-width: 250px;
  font-style: italic;
}
.nkb-list-entries textarea {
  width: 366px;
  max-width: 366px;
  min-width: 366px;
  margin: 0 0 10px 0;
  word-wrap: normal;
  white-space: pre;
  overflow: auto;
}
.nkb-list-entries .actions {
  margin-bottom: 20px;
}
.nkb-list-entries .actions a {
  vertical-align: -5px;
}
/* attach-file-wrapper */
.attach-file-wrapper {
  position: relative;
  overflow: hidden;
}
.attach-file-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-5000px, -5000px) scale(0.5);
  transform: translate(-5000px, -5000px) scale(0.5);
  direction: ltr;
  cursor: pointer;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-selector {
  display: inline-block;
  width: 169px;
  height: 34px;
  padding: 6px 12px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  filter: none;
}
.nkb-selector_connectionsList {
  margin: 0 0 5px;
}
.connections-list-settings {
  padding: 20px 0 0;
  text-align: center;
}
.connections-list-settings__title {
  display: inline-block;
  padding: 0 0 10px;
  cursor: pointer;
  color: #999999;
  font-weight: normal;
}
.connections-list-settings__settings {
  overflow: hidden;
  height: 0;
  text-align: left;
  border-top: 1px solid #eeeeee;
  font-weight: normal;
}
.connections-list-settings__settings fieldset {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px 20px;
  margin: 0;
  border-right: 1px solid #eeeeee;
}
.connections-list-settings__settings fieldset:last-child {
  border-right: none;
}
.connections-list-settings__settings fieldset legend {
  display: block;
  width: auto;
  margin: 0 0 0 -6px;
  padding: 0 5px;
  font-size: 15px;
  border-bottom: none;
}
.connections-list-settings__settings fieldset label {
  display: flex;
  margin-bottom: 10px;
  font-weight: normal;
}
.connections-list-settings__settings fieldset label input {
  display: inline-block;
  vertical-align: top;
}
.connections-list-settings__settings fieldset label span {
  display: inline-block;
  vertical-align: top;
  max-width: 93%;
  padding: 0 0 0 7px;
  font-style: normal;
}
.connections-list-settings__settings fieldset label span i {
  display: block;
  color: #999999;
  font-size: 12px;
}
.connections-list-settings__settings_open {
  height: auto;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.connections-list-settings__wrap {
  display: flex;
  align-items: stretch;
}
.connections-list-settings__depth-title {
  display: inline-block;
}
.connections-list-settings__depth-select {
  width: 110px;
}
.connections-list-settings__head {
  font-weight: normal;
}
.connections-list-settings__head-selector {
  padding: 0 0 0 10px;
}
.connections-list-settings__foot {
  padding: 5px 0 0;
  font-weight: normal;
}
.connections-list-settings__foot-bold {
  font-weight: bold;
}
.connections-list-settings__error {
  font-size: 13px;
  font-style: italic;
  color: #b94a48;
}
.connections-promo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connections-promo__first-slide {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.snr__type {
  font-style: italic;
  color: #999999;
}
.sshr__text {
  font-style: italic;
  color: #999999;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.nkb-graph-connection-collections {
  display: flex;
  overflow: auto;
  min-height: 70vh;
  max-height: 90vh;
  flex-direction: column;
  width: 80em;
}
.nkb-graph-connection-collections .order-settings-form__other {
  top: 2.5em;
  z-index: 100;
}
.nkb-graph-connection-collections__check-options {
  width: 40em;
  display: flex;
  flex-direction: column;
}
.nkb-graph-connection-collections__check-options .check-options__caption {
  font-size: 16px;
  margin-bottom: 1em;
  color: #666666;
}
.nkb-graph-connection-collections .nodes-list .simple-node-name {
  color: #666666;
}
.nkb-graph-connection-collections nkb-node-combinations .simple-node-name {
  color: #666666;
}
.nkb-graph-connection-collections .result-details__inner {
  padding: 0 3em 1em;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* desktop component */
[app-graph-layout] {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 41px;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
[app-graph-layout] .graph-paper-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
[app-graph-layout] .graph-object-layout {
  position: absolute;
  overflow: scroll;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
[app-graph-layout] .graph-object-container {
  position: absolute;
  overflow: visible;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}
[app-graph-layout] .graph-object-drag {
  z-index: 999998;
  position: absolute;
  overflow: visible;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}
[app-graph-layout] .graph-select-area {
  z-index: 999998;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #004466;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
[app-graph-layout] .graph-select-area-helper {
  z-index: 999999;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.graph-object-layout-drag {
  overflow: hidden !important;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* rsearch component */
/*
 * rsearch
 *
 */
/* np-rsearch-input */
[np-rsearch-input] {
  padding-top: 4px;
}
[np-rsearch-input] .input-append {
  margin: 0;
  padding: 2px;
  background-color: #ffc76b;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
[np-rsearch-input] input {
  width: 366px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
[np-rsearch-input] input:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[np-rsearch-input] input:-moz-placeholder {
  color: #777;
}
[np-rsearch-input] input:-ms-input-placeholder {
  color: #777;
}
[np-rsearch-input] input::-webkit-input-placeholder {
  color: #777;
}
[np-rsearch-input] .search-btn {
  width: 70px;
  line-height: 25px;
  font-size: 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #555;
}
/* target-relations-info */
.target-relations-info .icon {
  vertical-align: -3px;
  margin-right: 3px;
}
/* np-rsearch-node-relations-info */
[np-rsearch-node-relations-info] .icon {
  vertical-align: -3px;
  margin-right: 3px;
}
/* np-rsearch-node-relations */
[np-rsearch-node-relations] {
  white-space: nowrap;
}
[np-rsearch-node-relations] .relations-block {
  margin-bottom: 15px;
}
[np-rsearch-node-relations] .relations-block ul {
  margin: 0;
}
[np-rsearch-node-relations] .relations-block ul li {
  margin-bottom: 4px;
}
[np-rsearch-node-relations] .relations-block .relations-block-header {
  margin: 0 0 5px 0;
  line-height: 20px;
  font-weight: normal;
  color: #666666;
}
[np-rsearch-node-relations] .relations-block .action {
  display: inline-block;
}
[np-rsearch-node-relations] .relations-block .action-info {
  color: #666666;
}
/* np-rsearch-node-navigation */
[np-rsearch-navigation] {
  position: relative;
}
[np-rsearch-navigation] ul > li {
  margin-bottom: 5px;
}
[np-rsearch-navigation] .right-bar {
  padding-left: 11px;
  width: 209px;
}
[np-rsearch-navigation] .mask {
  position: absolute;
  z-index: 10;
  display: none;
  left: -1000px;
  top: 0;
  right: -100px;
  bottom: 0;
  text-align: center;
}
[np-rsearch-navigation] .mask .message-box {
  position: fixed;
  left: 50%;
  /*top: 50%;*/
}
[np-rsearch-navigation] .mask .message {
  margin-left: -100%;
}
[np-rsearch-navigation].loading .mask {
  display: block;
}
[np-rsearch-navigation].loading .navigation-content {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
[np-rsearch-navigation] .nav {
  margin: 0;
}
[np-rsearch-navigation] .breadcrumb {
  margin: 0 0 15px 0;
  padding: 0;
  background-color: transparent;
}
[np-rsearch-navigation] .breadcrumb > li {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 5px;
  line-height: 18px;
  vertical-align: top;
}
[np-rsearch-navigation] .breadcrumb > li.search-result {
  margin-right: 2px;
  padding-left: 0;
}
[np-rsearch-navigation] .breadcrumb > li.search-result .action.active {
  cursor: pointer !important;
}
[np-rsearch-navigation] .breadcrumb .divider {
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: top;
}
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb],
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb] > span {
  display: inline-block;
  vertical-align: 0px;
}
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb] a,
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb] a > span {
  display: block;
}
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb] [np-rsearch-node-simple] .icon {
  display: none;
}
[np-rsearch-navigation] .breadcrumb [np-rsearch-navigation-breadcrumb] [np-rsearch-node-simple] > span {
  white-space: normal;
}
[np-rsearch-navigation] .breadcrumb .target-relations-info {
  display: block;
  font-size: 80%;
}
[np-rsearch-navigation] .breadcrumb .target-relations-info .icon {
  display: inline !important;
  vertical-align: -3px;
  margin-right: 2px;
}
[np-rsearch-navigation] .breadcrumb .node-form .target-relations-info {
  font-weight: normal;
  color: #666666;
}
[np-rsearch-navigation] .messages {
  padding-left: 5px;
  color: #999999;
}
[np-rsearch-navigation] .messages .message {
  padding-top: 15px;
}
[np-rsearch-navigation] [np-rsearch-node-relations] {
  margin-bottom: 25px;
  padding-top: 13px;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .active {
  font-weight: bold;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .action.relations-product {
  position: relative;
  display: block;
  height: 127px;
  width: 200px;
  margin-top: 20px;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background: #f6f6f6 no-repeat 22px 38px url(images/relations.png);
}
[np-rsearch-navigation] [np-rsearch-node-relations] .action.relations-product.shadow-lift-lb-corner:after {
  background-color: #ffffff;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .np-rsearch-filter {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: normal !important;
  white-space: normal !important;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .np-rsearch-filter li {
  margin-bottom: 5px;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .np-rsearch-filter .filter-item .action {
  color: #3a87ad !important;
  font-weight: normal !important;
  cursor: pointer !important;
}
[np-rsearch-navigation] [np-rsearch-node-relations] .np-rsearch-filter .filter-item.active .action {
  color: #98012e !important;
  font-weight: bold !important;
  cursor: default !important;
}
[np-rsearch-navigation] .product-link {
  display: block;
  text-rendering: optimizelegibility;
}
[np-rsearch-navigation] .product-link .link-icon {
  display: block;
  float: left;
  margin-top: 0;
  padding-right: 7px;
  font-size: 150%;
}
[np-rsearch-navigation] .product-link .link-text {
  display: block;
  float: left;
  margin-top: 3px;
  white-space: pre;
}
/* np-rsearch-node-info */
[np-rsearch-node-info] {
  position: relative;
}
[np-rsearch-node-info] .node-info {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 13px 15px 0 0;
  text-align: right;
  white-space: nowrap;
  color: #999999;
}
[np-rsearch-node-info] .node-info .node-info-entry {
  margin-bottom: 4px;
}
[np-rsearch-node-info] .body {
  padding: 5px 7px 0 7px;
}
[np-rsearch-node-info] .node-header {
  padding-bottom: 5px;
}
[np-rsearch-node-info] .node-entry,
.np-rsearch-node-info .node-entry {
  padding-bottom: 5px;
}
[np-rsearch-node-info] .node-entry:empty,
.np-rsearch-node-info .node-entry:empty {
  display: none;
}
[np-rsearch-node-info] .value-label,
.np-rsearch-node-info .value-label,
[np-rsearch-node-info] .value-muted,
.np-rsearch-node-info .value-muted {
  color: #999999;
}
[np-rsearch-node-info] .reg-state {
  display: none;
}
[np-rsearch-node-info] .liquidate-state {
  display: none;
}
[np-rsearch-node-info] .active-state {
  display: none;
}
[np-rsearch-node-info] .liquidate .liquidate-state {
  display: block;
}
[np-rsearch-node-info] .liquidate .node-header,
[np-rsearch-node-info] .liquidate .liquidate-state {
  color: #b94a48 !important;
}
[np-rsearch-node-info] .liquidate.liquidate-intermediate .node-header,
[np-rsearch-node-info] .liquidate.liquidate-intermediate .liquidate-state {
  color: #ff9933 !important;
}
[np-rsearch-node-info] ul.inline,
.np-rsearch-node-info ul.inline {
  margin: 0;
  padding: 0 0 5px 0;
}
[np-rsearch-node-info] ul.inline li,
.np-rsearch-node-info ul.inline li {
  margin: 0;
  padding: 0 10px 0 0;
}
/* np-rsearch-node-history-info */
[np-rsearch-node-history-info] .history-labels {
  font-style: italic;
  color: #999999;
}
[np-rsearch-node-history-info] .history-labels .icon {
  vertical-align: -5px;
  font-size: 150%;
}
[np-rsearch-node-history-info] .history-labels .entry {
  margin-right: 10px;
}
/* np-rsearch-node-simple */
[np-rsearch-node-simple] .icon {
  margin-right: 5px;
  vertical-align: 1px;
}
/* np-rsearch-node-simple-ext */
[np-rsearch-node-simple-ext] .icon {
  margin-right: 5px;
  vertical-align: 1px;
}
[np-rsearch-node-simple-ext] .entry,
[np-rsearch-node-simple-ext] .inline-entry {
  margin-left: 19px;
  color: #666666;
}
[np-rsearch-node-simple-ext] .entry {
  display: block;
}
/* np-rsearch-node-plain */
[np-rsearch-node-plain] [np-rsearch-node-history-info] .history-labels {
  padding: 5px 5px 0 5px;
}
[np-rsearch-node-plain] .history-label .icon {
  vertical-align: -5px;
  font-size: 150%;
}
[np-rsearch-node-plain] .extra-info {
  padding: 0 7px;
}
[np-rsearch-node-plain] ul.inline {
  margin: 0;
  padding: 0 0 5px 0;
}
[np-rsearch-node-plain] ul.inline li {
  margin: 0;
  padding: 0 10px 0 0;
}
[np-rsearch-node-plain] ul.inline li .action {
  margin-right: 5px;
}
[np-rsearch-node-plain] .target-relations-info {
  padding: 4px 7px 0 7px;
  font-weight: normal;
  color: #666666;
  white-space: pre;
}
[np-rsearch-node-plain] .target-relations-info:empty {
  display: none;
}
[np-rsearch-node-plain] [np-rsearch-relation-simple] .entry {
  margin-right: 10px;
  font-style: italic;
  color: #999999;
}
/* np-rsearch-node-list */
[np-rsearch-node-list] .node-list-header {
  padding-bottom: 5px;
  color: #666666;
}
[np-rsearch-node-list] .node-list-history-header {
  z-index: 1;
  position: relative;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: center;
}
[np-rsearch-node-list] .node-list-history-header:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
[np-rsearch-node-list] .node-list-history-header .text {
  padding: 0 6px;
  color: #666666;
  background-color: #ffffff;
}
[np-rsearch-node-list] .node-list-item {
  position: relative;
}
[np-rsearch-node-list] .node-list-item:first-child {
  margin-top: 10px;
}
[np-rsearch-node-list] .node-list-item .item-info {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 5px 13px 0 0;
  text-align: right;
  white-space: nowrap;
  color: #999999;
}
[np-rsearch-node-list] .node-list-item .item-info .item-info-entry {
  margin-bottom: 4px;
}
[np-rsearch-node-list] .node-list-item .item-info .item-info-entry.node-status {
  display: none;
}
[np-rsearch-node-list] .node-list-item [np-rsearch-node-info] .node-info {
  display: none;
}
[np-rsearch-node-list] [np-rsearch-node-plain] {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
[np-rsearch-node-list] [np-rsearch-node-plain].shadow-lift-lb-corner:after {
  background-color: #ffffff;
}
[np-rsearch-node-list] [np-rsearch-node-plain] .node-header {
  margin-top: -2px;
  font-size: 16px;
  color: #3a87ad;
}
[np-rsearch-node-list] [np-rsearch-node-plain] .node-header-small {
  margin-top: -1px;
}
[np-rsearch-node-list] [np-rsearch-node-plain]:hover {
  border-color: #dddddd;
  cursor: pointer;
}
[np-rsearch-node-list] [np-rsearch-node-plain]:hover .node-header {
  color: #98012e !important;
}
/*[np-rsearch-node-list] [np-rsearch-node-info] a.action {
    color: @defaultColor !important;
}*/
[np-rsearch-node-list] [np-rsearch-node-info] .balance-forms,
[np-rsearch-node-list] [np-rsearch-node-info] .okfs {
  display: none;
}
/* np-rsearch-node-traces */
[np-rsearch-node-traces] {
  padding: 10px 0 20px 0;
}
[np-rsearch-node-traces] .tools {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
[np-rsearch-node-traces] .tools__filters-message {
  display: flex;
  flex-direction: row-reverse;
}
[np-rsearch-node-traces] .tools__trace-pager {
  display: flex;
  flex-direction: row-reverse;
}
[np-rsearch-node-traces] .filters {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
}
[np-rsearch-node-traces] .filters__level {
  width: 12em;
}
[np-rsearch-node-traces] .filters__history {
  margin-left: 2em;
  width: 13em;
}
[np-rsearch-node-traces] .filters__percent-value {
  margin-left: 2em;
  width: 2em;
}
[np-rsearch-node-traces] .filters__percent-range {
  margin-left: 2em;
  width: 13em;
}
[np-rsearch-node-traces] .filters .depth {
  width: 180px;
}
[np-rsearch-node-traces] .filters-message {
  padding-top: 5px;
  color: #999999;
}
[np-rsearch-node-traces] .trace-pager .page-prev,
[np-rsearch-node-traces] .trace-pager .page-next {
  padding-top: 5px;
  padding-bottom: 3px;
}
[np-rsearch-node-traces] .trace-pager .page-info {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #666666 !important;
  background-color: #ffffff !important;
  cursor: default !important;
}
[np-rsearch-node-traces] .trace-result .empty-result {
  padding-top: 5px;
  color: #999999;
}
[np-rsearch-node-traces] .trace-result .traces {
  padding: 5px;
}
[np-rsearch-node-traces] .trace-part {
  position: relative;
}
[np-rsearch-node-traces] .trace-part-info {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0px 18px 0 0;
  text-align: right;
  white-space: nowrap;
  color: #999999;
}
[np-rsearch-node-traces] .trace-part-info .trace-part-info-entry.node-status {
  display: none;
}
[np-rsearch-node-traces] .traces .relation {
  position: relative;
  width: 30px;
  min-height: 25px;
  margin-top: 25px;
  border-top: 1px solid #cccccc;
}
[np-rsearch-node-traces] .traces .relation [np-rsearch-node-relations-info] {
  position: relative;
  width: 600px;
  overflow: hidden;
  top: -11px;
  left: 30px;
  padding: 0 5px;
  color: #666666;
  background-color: #ffffff;
}
[np-rsearch-node-traces] .trace-result .relation.children:before,
[np-rsearch-node-traces] .trace-result .relation.children:after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 10px;
}
[np-rsearch-node-traces] .trace-result .relation.children:before {
  border-top: 5px solid #cccccc;
  top: 0;
}
[np-rsearch-node-traces] .trace-result .relation.children:after {
  border-top: 5px solid #ffffff;
  top: -1px;
}
[np-rsearch-node-traces] .trace-result .relation.parents:before {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #cccccc;
  position: absolute;
  top: -6px;
  left: 9px;
}
[np-rsearch-node-traces] .trace-result .relation.parents:after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  top: -5px;
  left: 10px;
}
/* np-rsearch-node-form */
[np-rsearch-node-form] {
  position: relative;
}
[np-rsearch-node-form] [np-rsearch-node-history-info] .history-labels {
  margin-left: -2px;
  padding: 0 5px 5px 0;
}
[np-rsearch-node-form] [np-rsearch-node-info] {
  margin-bottom: 20px;
}
[np-rsearch-node-form] [np-rsearch-node-info] .node-info .node-info-entry.node-status {
  display: none;
}
[np-rsearch-node-form] [np-rsearch-node-info] .body {
  padding: 5px 7px 0 0;
}
[np-rsearch-node-form] [np-rsearch-node-info] .node-header {
  font-size: 150%;
  line-height: 150%;
}
[np-rsearch-node-form] [np-rsearch-node-info] .node-header-small {
  padding-top: 8px;
}
[np-rsearch-node-form] [np-rsearch-node-info] .reg-state {
  display: block;
}
[np-rsearch-node-form] [np-rsearch-node-relations] {
  padding: 13px 0 0 0;
}
[np-rsearch-node-form] .np-rsearch-node-info {
  padding: 0 7px 20px 7px;
}
[np-rsearch-node-form] .active-state {
  display: block;
  color: #5bb75b;
  /* TODO: config, commons */
}
[np-rsearch-node-form] .liquidate .active-state {
  display: none;
}
[np-rsearch-node-form] .actions {
  padding: 0 7px 0 0;
}
[np-rsearch-node-form] .actions .span5 {
  width: 360px;
}
[np-rsearch-node-form] .actions .actions-row {
  margin-bottom: 20px;
  padding-left: 1.5em;
}
[np-rsearch-node-form] .actions .actions-label {
  margin-top: 0;
  line-height: 1;
  font-weight: normal;
  color: #666666;
}
[np-rsearch-node-form] .actions .actions-list {
  margin-bottom: 20px;
}
[np-rsearch-node-form] .actions .actions-list li > ul {
  padding-top: 5px;
}
[np-rsearch-node-form] .product-panel {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #f6f6f6;
}
[np-rsearch-node-form] .product-panel.shadow-lift-lb-corner:after {
  background-color: #ffffff;
}
[np-rsearch-node-form] .product-panel-label {
  margin-top: 5px;
  line-height: 1;
  font-weight: normal;
  color: #666666;
}
[np-rsearch-node-form] .product-list {
  margin-bottom: 0;
}
[np-rsearch-node-form] .egrul-products .icon {
  margin-right: 0;
  margin-left: -4px;
}
[np-rsearch-node-form] .egrul-products .more {
  padding-left: 20px;
}
[np-rsearch-node-form] .INDIVIDUAL .egrul-products {
  width: 380px;
}
[np-rsearch-node-form] .INDIVIDUAL .egrul-products ul.actions-list > li {
  margin-bottom: 10px;
}
[np-rsearch-node-form] .INDIVIDUAL .extra-search {
  width: 280px;
  white-space: nowrap;
}
[np-rsearch-node-form] .PURCHASE [np-rsearch-node-info] {
  margin-bottom: 0;
}
[np-rsearch-node-form] .PURCHASE .lot-list {
  margin-bottom: 20px;
}
[np-rsearch-node-form] .PURCHASE .lot .lot-header {
  padding: 20px 0 5px 0;
}
[np-rsearch-node-form] .PURCHASE .lot .lot-header .lot-number {
  font-weight: bold;
}
[np-rsearch-node-form] .PURCHASE .lot .lot-header .lot-abandoned {
  color: #999999;
}
[np-rsearch-node-form] .PURCHASE .lot .lot-price {
  padding: 0 0 5px 0;
}
[np-rsearch-node-form] .info-block .value-muted {
  color: #999999;
}
[np-rsearch-node-form] .report {
  margin-bottom: 30px;
}
[np-rsearch-node-form] .info-block {
  margin-bottom: 20px;
}
[np-rsearch-node-form] .info-block .info-block-entry {
  padding-bottom: 5px;
}
[np-rsearch-node-form] .info-block .info-block-header {
  z-index: 1;
  position: relative;
  padding: 10px 0;
  text-align: left;
}
[np-rsearch-node-form] .info-block .info-block-header:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
[np-rsearch-node-form] .info-block .info-block-header .text {
  padding: 0 6px;
  margin-left: 20px;
  background-color: #ffffff;
  font-weight: bold;
}
[np-rsearch-node-form] .info-block [np-rsearch-more-items] {
  text-align: right;
}
[np-rsearch-node-form] .info-block [np-rsearch-more-items] .wrapper {
  padding-bottom: 5px;
  font-size: 85%;
}
[np-rsearch-node-form] [np-autokad] {
  padding-bottom: 20px;
}
[np-rsearch-node-form] [np-autokad] h5,
[np-rsearch-node-form] [np-autokad] .search-result table th,
[np-extraneous-fedresurs-bankruptcy] h5,
[np-extraneous-fedresurs-bankruptcy] .search-result table th,
[np-rsearch-node-form] [np-extraneous-fns-reg-docs-company] h5,
[np-rsearch-node-form] [np-extraneous-fns-reg-docs-company] .search-result table th {
  font-weight: normal;
  color: #666666;
}
[np-rsearch-purchase-dishonest-supplier-info] .action .icon {
  color: #b94a48;
}
/* nkb-comment-widget */
[nkb-comment-widget] {
  width: 520px;
  margin-bottom: 10px;
}
[nkb-comment-widget] .comment-widget .comment-view .footer {
  opacity: 1 !important;
}
[nkb-comment-widget] .comment-widget-toolbar {
  margin-bottom: 0;
  color: #666666;
}
[nkb-comment-widget] .comment-widget-toolbar > li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
[nkb-comment-widget] .comment-widget-toolbar .nkbcomment-info .icon {
  margin-left: 1px;
}
[nkb-comment-widget] .comment-widget-toolbar .nkbcomment-groups {
  margin-left: 20px;
}
/* nkbcomment comment-widget TODO LESS */
[nkb-comment-widget] .comment-widget {
  position: relative !important;
}
[nkb-comment-widget] .comment-widget .modal {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[nkb-comment-widget] .comment-widget .widget-header {
  display: none !important;
}
[nkb-comment-widget] .comment-widget .widget-body {
  padding-top: 0 !important;
}
[nkb-comment-widget] .comment-widget .widget-body .add-comment {
  display: none !important;
}
[nkb-comment-widget] .comment-widget .comment-list .no-comments {
  display: none !important;
}
[nkb-comment-widget] .comment-widget .attach-file {
  display: inline-block !important;
}
[nkb-comment-widget] .comment-widget .more-comments .span3 {
  width: 40px;
  text-align: left !important;
}
[nkb-comment-widget] .comment-widget .more-comments .btn {
  position: relative;
  width: 40px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
[nkb-comment-widget] .comment-widget .more-comments .btn.disabled,
[nkb-comment-widget] .comment-widget .more-comments .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6 !important;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[nkb-comment-widget] .comment-widget .more-comments .prev {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
[nkb-comment-widget] .comment-widget .more-comments .next {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
[nkb-comment-widget] .comment-widget .more-comments .btn span {
  display: inline;
  height: auto;
  padding: 0;
}
[nkb-comment-widget],
[nkb-comment-widget] .comment-widget,
[nkb-comment-widget] .comment-widget .modal,
[nkb-comment-widget] .comment-widget .comment-view .wrapper,
[nkb-comment-widget] .comment-widget .comment-view .wrapper .span6 {
  width: 550px;
}
[nkb-comment-widget] .comment-widget,
[nkb-comment-widget] .comment-widget .modal {
  overflow: visible;
}
[nkb-comment-widget] .comment-widget .widget-body {
  padding: 0;
}
[nkb-comment-widget] .comment-widget .scope-view label input {
  margin-top: -3px;
}
[nkb-comment-widget] .comment-widget .comment-view .wrapper {
  position: relative;
  padding-top: 5px;
}
[nkb-comment-widget] .comment-widget .comment-view .wrapper.private:before {
  position: absolute;
  z-index: -2;
  content: "";
  left: 0;
  top: 0;
  right: -2px;
  bottom: 0;
  background-color: #f0f0f0;
}
[nkb-comment-widget] .comment-widget .comment-view .info .author {
  width: 330px;
}
[nkb-comment-widget] .comment-widget .comment-view .info .date {
  width: 218px;
}
[nkb-comment-widget] .comment-widget .comment-view .footer .actions.span-w30 {
  width: 80px;
}
[nkb-comment-widget] .comment-widget .comment-view .footer .actions.span-w80 {
  width: 88px;
}
[nkb-comment-widget] .comment-widget .comment-view .attachments .attachment .span3 {
  width: 292px;
  padding-right: 10px;
}
[nkb-comment-widget] .comment-widget .comment-view .attachments .attachment .actions.span1 {
  width: 66px;
}
[nkb-comment-widget] .comment-widget .comment-view .visibility .span-w80 {
  width: 100px;
}
[nkb-comment-widget] .comment-widget .comment-view .visibility .span-w120 {
  width: 202px;
}
[nkb-comment-widget] .comment-widget .comment-view .moderate-view .span-w80 {
  width: 95px;
}
[nkb-comment-widget] .comment-widget .comment-view .moderate-view .span-w200 {
  width: 290px;
}
[nkb-comment-widget] .comment-widget .comment-view .moderation-actions .span4 {
  width: 385px;
}
[nkb-comment-widget] .comment-widget .comment-view .moderation-actions .span3 {
  width: 263px;
}
[nkb-comment-widget] .comment-widget .comment-view .moderation-actions .rejection-reason-action {
  width: 260px;
  margin-top: -2px;
}
[nkb-comment-widget] .comment-widget .add-comment-cnt {
  padding-bottom: 10px;
}
[nkb-comment-widget] .comment-widget .edit-comment-cnt {
  padding-top: 10px;
  padding-bottom: 10px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .span6,
[nkb-comment-widget] .comment-widget .edit-comment-widget .span6 .attr-content.editor {
  width: 550px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .span6 .attr-content.editor {
  min-width: 536px;
  max-width: 536px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .attachment-list.new .info {
  width: 505px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .attachment-list.new .info input {
  width: 490px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .btn.attach-file {
  border: 1px solid #cccccc;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .visibility .span-w80 {
  width: 100px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .visibility .span-w120 {
  width: 202px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget > .row > .span3 {
  width: 275px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .attachment-list .attachment .span3 {
  width: 292px;
  padding-right: 10px;
}
[nkb-comment-widget] .comment-widget .edit-comment-widget .attachment-list .attachment .actions {
  width: 88px;
}
[nkb-comment-widget] .message-widget {
  background: rgba(255, 255, 255, 0.75) none;
}
[nkb-comment-widget] .message-widget .indicator {
  background-image: none;
}
[nkb-comment-widget] .message-widget .wrapper {
  border: 1px solid #cccccc;
  border-top: 0 none;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
[nkb-comment-widget] .message-widget .message,
[nkb-comment-widget] .message-widget .footer .align-center,
[nkb-comment-widget] .message-widget .footer .align-right {
  float: none;
  width: auto;
}
[nkb-comment-widget] .message-widget .btn {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #cccccc;
}
/* np-rsearch-filter */
.np-rsearch-filter {
  margin-top: 16px;
  margin-bottom: 25px;
}
.np-rsearch-filter .filter-label {
  margin-top: 5px;
  line-height: 1;
}
.np-rsearch-filter .no-filter-message {
  color: #999999;
  font-style: italic;
}
.np-rsearch-filter .filter-item .action {
  display: block;
}
.np-rsearch-filter .filter-item .text {
  display: block;
  overflow: hidden;
}
.np-rsearch-filter .filter-item .count {
  display: block;
  float: right;
  padding-left: 10px;
  text-align: right;
}
.np-rsearch-filter .filter-item.active .action {
  font-weight: bold;
}
.np-rsearch-filter .filter-item.disabled .action {
  color: #999999;
}
/* product-limits */
[np-rsearch-user-product-limits-info] {
  white-space: nowrap;
}
[np-rsearch-user-product-limits-info] .divider {
  color: #cccccc;
}
[np-rsearch-user-product-limits-info] .info {
  color: #999999;
}
/* np-rsearch-egrul-data-update */
[np-rsearch-egrul-data-update] .pending-info {
  display: none;
  padding-left: 10px;
  color: #999999;
}
[np-rsearch-egrul-data-update] .PENDING .pending-info {
  display: inline;
}
[np-rsearch-egrul-data-update] .actual-info {
  color: #999999;
}
/* np-connections-widgets-node-favorites */
[np-rsearch-node-form] [np-rsearch-node-info] .node-info .node-info-entry.node-favorites {
  position: relative;
  margin: 0;
  height: 27px;
}
[np-rsearch-node-form] [np-rsearch-node-info] .node-info .node-info-entry.node-favorites [np-connections-widgets-node-favorites] {
  position: absolute;
  top: -4px;
  right: 0;
  text-align: left;
}
[np-rsearch-node-form] [np-rsearch-node-info] .node-info .node-info-entry.node-favorites [np-connections-widgets-node-favorites] .favorites-link {
  font-size: 150%;
}
[np-rsearch-node-list] .node-list-item .item-info .item-info-entry.node-favorites {
  position: relative;
  margin: 0;
  height: 24px;
}
[np-rsearch-node-list] .node-list-item .item-info .item-info-entry.node-favorites [np-connections-widgets-node-favorites] {
  position: absolute;
  top: -2px;
  right: 0;
  text-align: left;
}
[np-rsearch-node-list] .node-list-item .item-info .item-info-entry.node-favorites [np-connections-widgets-node-favorites] .favorites-link {
  font-size: 16px;
}
[np-rsearch-node-traces] .trace-part-info .trace-part-info-entry.node-favorites {
  position: relative;
  margin: 0;
  height: 16px;
}
[np-rsearch-node-traces] .trace-part-info .trace-part-info-entry.node-favorites [np-connections-widgets-node-favorites] {
  position: absolute;
  top: -1px;
  right: 0;
  text-align: left;
}
[np-rsearch-node-traces] .trace-part-info .trace-part-info-entry.node-favorites [np-connections-widgets-node-favorites] .favorites-link {
  font-size: 14px;
}
[np-connections-widgets-node-favorites] .favorites-link .favorites-mark {
  color: #ffc76b;
}
[np-connections-widgets-node-favorites] .favorites-link:hover .favorites-mark {
  color: #98012e;
}
[np-connections-widgets-node-favorites] [np-loader] .line-balls {
  color: #ffc76b;
  opacity: 0.75;
}
app-rsearch {
  position: absolute;
  top: 2px;
  right: 60px;
  padding: 0;
  margin: 0;
  /* nodes-traces */
  /* rsearch-result-empty */
}
app-rsearch .result-drag__start {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
app-rsearch .result-drag__stop {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
app-rsearch .app-rsearch-toolbar-expand-content {
  cursor: default;
}
app-rsearch .np-rsearch-content a {
  color: #3a87ad;
}
app-rsearch .np-rsearch-content a.underline {
  border-bottom-color: #89b7ce;
}
app-rsearch .np-rsearch-content a:hover,
app-rsearch .np-rsearch-content a:focus,
app-rsearch .np-rsearch-content a:active {
  color: #98012e;
}
app-rsearch .np-rsearch-content a.underline:hover,
app-rsearch .np-rsearch-content a.underline:focus,
app-rsearch .np-rsearch-content a.underline:active {
  border-bottom-color: #ddabba;
}
app-rsearch .np-rsearch-content a.disabled,
app-rsearch .np-rsearch-content a.disabled:hover,
app-rsearch .np-rsearch-content a.disabled:focus,
app-rsearch .np-rsearch-content a.disabled:active {
  color: #999999;
}
app-rsearch .np-rsearch-content .icon {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 14px;
}
app-rsearch .rsearch-relations-bar {
  padding: 4px 4px 4px 4px;
}
app-rsearch .rsearch-relations-bar.content-open {
  padding-bottom: 8px;
}
app-rsearch .rsearch-relations-bar .nav.nav-pills > li:first-child {
  margin-right: 25px;
}
app-rsearch .rsearch-relations-bar .nav.nav-pills > li > a {
  margin: 0;
}
app-rsearch .rsearch-relations-bar .content.dropdown {
  right: -59px;
}
app-rsearch .content.dropdown.nodes-relations-empty {
  left: -1px;
  padding: 10px 15px;
}
app-rsearch .content.dropdown.nodes-traces {
  width: 1200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
app-rsearch .content.dropdown.rsearch-result-empty {
  left: -1px;
  padding: 10px 15px;
}
app-rsearch .nodes-traces .nodes-traces-content {
  padding: 30px 10px 20px 100px;
  font-size: 14px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools,
app-rsearch .nodes-traces .result-tools {
  width: 1110px;
  margin-bottom: 40px;
}
app-rsearch .nodes-traces__toolbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
app-rsearch .nodes-traces .nodes-traces-header {
  font-size: 120%;
  padding-top: 1px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools label {
  font-size: 14px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools label.checkbox {
  margin-top: -3px;
  margin-left: 10px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools select.depth {
  width: 60px;
  margin-left: 10px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools select.history {
  width: 220px;
  margin-right: 10px;
}
app-rsearch .nodes-traces .nodes-traces-content > .tools button {
  margin-top: -3px;
  border-color: #ffc76b;
}
app-rsearch .nodes-traces .filters-message {
  color: #999999;
}
app-rsearch .nodes-traces .nodes-pairs {
  margin-left: 40px;
  width: 350px;
}
app-rsearch .nodes-traces .nodes-pair {
  display: block;
  margin-bottom: 20px;
}
app-rsearch .nodes-traces .nodes-pair [np-rsearch-node-simple].node1 {
  margin-bottom: 5px;
}
app-rsearch .nodes-traces [np-rsearch-node-traces] {
  padding-top: 0;
}
app-rsearch .nodes-traces [np-rsearch-node-traces] .filters,
app-rsearch .nodes-traces [np-rsearch-node-traces] .filters-message.hint {
  display: none;
}
app-rsearch .nodes-traces [np-rsearch-node-traces] .trace-part a.action {
  color: #004466;
  cursor: default;
}
app-rsearch .nodes-traces .result-tools {
  position: relative;
}
app-rsearch .nodes-traces .result-tools .trace-check {
  position: absolute;
  z-index: 10;
  top: 71px;
  left: 20px;
  padding: 2px 10px 35px 3px;
}
app-rsearch .nodes-traces .result-tools .trace-check label {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}
app-rsearch .nodes-traces .result-tools .btn {
  background-color: #fcf8f2;
}
app-rsearch [np-rsearch-input] {
  padding-top: 0;
}
app-rsearch [np-rsearch-input] .input-append {
  padding: 1px;
}
app-rsearch [np-rsearch-input] input {
  width: 300px;
  padding: 2px 4px;
  height: 24px;
  line-height: 18px;
  font-size: 14px;
}
app-rsearch [np-rsearch-input] .search-btn {
  width: 50px;
  padding: 1px 0px;
  line-height: 20px;
  font-size: 14px;
}
app-rsearch [np-rsearch-input].active .search-btn {
  color: #98012e;
  background-color: #eeeeee;
}
app-rsearch [np-rsearch-input] .search-btn .icon {
  vertical-align: -2px;
}
app-rsearch [np-rsearch-input] .search-btn span {
  display: none;
}
app-rsearch [np-rsearch-navigation] {
  padding: 30px 20px 20px 80px;
  font-size: 14px;
}
app-rsearch [np-rsearch-navigation] .mask .message-box {
  top: 120px;
}
app-rsearch [np-rsearch-navigation] .icon.small {
  font-size: 85%;
}
app-rsearch [np-rsearch-navigation] .icon.large {
  padding-right: 2px;
  font-size: 150%;
  vertical-align: -5px;
}
app-rsearch [np-rsearch-navigation] .icon.big {
  padding-right: 5px;
  font-size: 200%;
  vertical-align: -6px;
}
app-rsearch [np-rsearch-navigation] .product-link .link-icon .icon {
  font-size: 21px;
}
app-rsearch [np-rsearch-navigation] [np-rsearch-node-relations] .action.relations-product {
  display: none !important;
}
app-rsearch [np-rsearch-node-history-info] .history-labels .icon {
  vertical-align: -5px;
  font-size: 150%;
}
app-rsearch .content.dropdown.rsearch-result {
  width: 1100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* np-rsearch-node-plain */
app-rsearch [np-rsearch-node-plain].selected > div,
app-rsearch .node-list-item:not(.INDIVIDUAL_IDENTITY) [np-rsearch-node-plain]:not(.on-report):hover > div,
[drag-and-drop-node-view] [np-rsearch-node-info] {
  background-color: #fcf8f2;
}
/* np-rsearch-node-list */
app-rsearch [np-rsearch-node-list] .node-list-item.on-report .item-info .item-info-entry.node-status {
  display: block;
}
/* np-rsearch-node-traces */
app-rsearch [np-rsearch-node-traces] .trace-result .traces {
  margin-top: 20px;
  cursor: default;
}
app-rsearch [np-rsearch-node-traces] .trace-pager .page-prev,
app-rsearch [np-rsearch-node-traces] .trace-pager .page-next,
app-rsearch [np-rsearch-node-traces] .trace-pager .page-info {
  padding-top: 2px;
  padding-bottom: 2px;
}
app-rsearch [np-rsearch-node-traces] .trace-result .traces:not(.on-report):hover,
app-rsearch [np-rsearch-node-traces] .trace-result .traces:not(.on-report):hover .relation [np-rsearch-node-relations-info] {
  background-color: #fcf8f2;
  cursor: move;
}
app-rsearch [np-rsearch-node-traces] .trace-result .traces:not(.on-report):hover .node a {
  cursor: move !important;
}
app-rsearch [np-rsearch-node-traces] .trace-result .traces:not(.on-report):hover .relation.parents:after {
  border-bottom-color: #fcf8f2;
}
app-rsearch [np-rsearch-node-traces] .trace-result .traces:not(.on-report):hover .relation.children:after {
  border-top-color: #fcf8f2;
}
app-rsearch [np-rsearch-node-traces] .on-report .trace-part-info .trace-part-info-entry.node-status {
  display: block;
}
app-rsearch .nodes-traces.current-trace-checked .result-tools .trace-check,
app-rsearch .nodes-traces.current-trace-checked [np-rsearch-node-traces] .trace-result .traces,
app-rsearch .nodes-traces.current-trace-checked [np-rsearch-node-traces] .trace-result .traces .relation [np-rsearch-node-relations-info] {
  background-color: #fcf8f2;
}
app-rsearch .nodes-traces.current-trace-checked [np-rsearch-node-traces] .trace-result .traces .relation.parents:after {
  border-bottom-color: #fcf8f2;
}
app-rsearch .nodes-traces.current-trace-checked [np-rsearch-node-traces] .trace-result .traces .relation.children:after {
  border-top-color: #fcf8f2;
}
/* np-rsearch-node-form */
app-rsearch [np-rsearch-node-form] [np-rsearch-node-info] {
  margin-left: -8px;
  padding-left: 8px;
}
app-rsearch [np-rsearch-node-form] > div:not(.INDIVIDUAL_IDENTITY) [np-rsearch-node-info]:not(.on-report):hover {
  background-color: #fcf8f2;
  cursor: move;
}
app-rsearch [np-rsearch-node-form] .INDIVIDUAL_IDENTITY,
app-rsearch [np-rsearch-node-form] [np-rsearch-node-info].on-report {
  cursor: text;
  /* TODO LESS mixin: .user-selectable; */
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
app-rsearch [np-rsearch-node-form] [np-rsearch-node-info] .node-info {
  padding-right: 5px;
}
app-rsearch [np-rsearch-node-form] [np-rsearch-node-info].on-report .node-info .node-info-entry.node-status {
  display: block;
}
/* drag-and-drop-node-view */
[drag-and-drop-node-view] [np-rsearch-node-simple],
[drag-and-drop-node-view] [np-rsearch-node-info] {
  display: block;
  color: #3a87ad !important;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcf8f2;
}
[drag-and-drop-node-view] [np-rsearch-node-simple] {
  padding: 5px 8px;
}
[drag-and-drop-node-view] [np-rsearch-node-simple]:not(:first-child),
[drag-and-drop-node-view] [np-rsearch-node-info]:not(:first-child) {
  margin-top: -1px;
}
[drag-and-drop-node-view] [np-rsearch-node-simple],
[drag-and-drop-node-view] [np-rsearch-node-info] .node-header {
  width: 300px;
  /* TODO LESS mixin: .text-ellipsis; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
[drag-and-drop-node-view] .item-info,
[drag-and-drop-node-view] .node-info,
[drag-and-drop-node-view] [np-rsearch-node-simple] .icon,
[drag-and-drop-node-view] [np-rsearch-node-info] .node-content,
[drag-and-drop-node-view] [np-rsearch-node-info] .node-entry,
[drag-and-drop-node-view] [np-rsearch-node-info] .align-right,
[drag-and-drop-node-view] [np-rsearch-node-info] .inline,
[drag-and-drop-node-view] [np-rsearch-node-plain] .target-relations-info,
[drag-and-drop-node-view] [np-rsearch-node-plain] [np-rsearch-node-history-info],
[drag-and-drop-node-view] [np-rsearch-node-plain] .extra-info,
[drag-and-drop-node-view] [np-rsearch-node-plain].shadow-lift-lb-corner:before,
[drag-and-drop-node-view] [np-rsearch-node-plain].shadow-lift-lb-corner:after {
  display: none;
}
[drag-and-drop-node-view] [np-rsearch-node-plain] .hidden-on-drag {
  display: none;
}
/**/
/*
 * np-loader
 *
 */
[np-loader] {
  position: absolute;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
/* np-loader line-balls */
[np-loader] .line-balls:before,
[np-loader] .line-balls:after,
[np-loader] .line-balls {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: np-loader-line-balls-frames 1.6s infinite ease-in-out;
  animation: np-loader-line-balls-frames 1.6s infinite ease-in-out;
}
[np-loader] .line-balls {
  position: relative;
  top: 50%;
  /*top: @npLoaderLineBallsSize;*/
  margin: -30px auto 0 auto;
  font-size: 6px;
  color: #eeeeee;
  /*
    transform: translateZ(0) - хак для улучшения производительности отрисовки,
    но при translateZ(0) "шарики" иногда обрезаны снизу.

    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    */
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
[np-loader] .line-balls:before {
  left: -21px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
[np-loader] .line-balls:after {
  left: 21px;
}
[np-loader] .line-balls:before,
[np-loader] .line-balls:after {
  content: "";
  position: absolute;
  top: 0;
}
@-webkit-keyframes np-loader-line-balls-frames {
  0%,
  80%,
  100% {
    box-shadow: 0 15px 0 -7.5px;
  }
  40% {
    box-shadow: 0 15px 0 0;
  }
}
@keyframes np-loader-line-balls-frames {
  0%,
  80%,
  100% {
    box-shadow: 0 15px 0 -7.5px;
  }
  40% {
    box-shadow: 0 15px 0 0;
  }
}
/*
 * np-message
 *
 */
[np-message] {
  position: absolute;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
}
[np-message] .center {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -10px;
  text-align: center;
}
[np-message] .message-box {
  display: inline-block;
  position: relative;
}
[np-message] .message-wrapper {
  display: inline-block;
  text-align: left;
}
[np-message] .message-close-wrapper {
  position: absolute;
  left: 100%;
  top: 2px;
  margin-left: 10px;
  font-size: 125%;
}
/*
 * np-inline-edit
 *
 */
[np-inline-edit] {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
}
[np-inline-edit]:before {
  content: "";
  display: none;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  background-color: #ffffff;
}
[np-inline-edit].active {
  bottom: 0;
}
[np-inline-edit].active:before {
  display: block;
}
[np-inline-edit] .inline-edit-input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -10px;
  margin: 0;
}
[np-inline-edit] .inline-edit-input input {
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[np-inline-edit] .inline-edit-input .save {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[np-inline-edit] .inline-edit-input .cancel .icon {
  vertical-align: -1px;
}
[np-inline-edit] .inline-edit-on {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
}
[np-inline-edit].mini .inline-edit-input input {
  height: 20px;
  min-height: 20px;
  padding: 0 4px;
}
[np-inline-edit].mini .inline-edit-input .btn {
  padding: 0 8px;
  line-height: 18px;
  font-size: 11px;
}
/*
 * np-inline-confirm
 *
 */
[np-inline-confirm] .icon {
  margin-right: 7px;
}
/*
 * autokad
 *
 */
/*
* autokad
*
*/
[np-autokad] {
  position: relative;
}
[np-autokad] .mask {
  position: absolute;
  z-index: 10;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
[np-autokad] .mask .message-box {
  position: fixed;
  left: 50%;
  top: 50%;
}
[np-autokad] .mask .message {
  margin-left: -100%;
}
[np-autokad].loading .mask {
  display: block;
}
[np-autokad].loading .autokad-content {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
[np-autokad] .filters {
  padding: 10px 0;
}
[np-autokad] .filters .source-filter.span-x,
[np-autokad] .filters .source-filter .span-x {
  width: 215px;
}
[np-autokad] .filters .period-filter.span-x,
[np-autokad] .filters .period-filter .span-x {
  width: 125px;
}
[np-autokad] .filters .case-type-filter.span-x,
[np-autokad] .filters .case-type-filter .span-x {
  width: 160px;
}
[np-autokad] .filters .search-header {
  margin-top: 5px;
  margin-bottom: 0;
  width: 200px;
}
[np-autokad] .filters .period-filter,
[np-autokad] .filters .case-type-filter {
  margin-left: 5px;
}
[np-autokad] .filters .arbitr-link-box {
  padding-top: 5px;
}
.table-kad {
  min-width: 940px;
}
[np-autokad] .search-result table thead th {
  vertical-align: top;
}
[np-autokad] .search-result th.case {
  width: 200px;
}
[np-autokad] .case_number {
  width: 120px;
}
[np-autokad] .case__date {
  width: 120px;
}
[np-autokad] .case__no {
  min-width: 105px;
}
[np-autokad] .case__court {
  width: 120px;
}
[np-autokad] .case__plaintiff {
  width: 200px;
}
[np-autokad] .case__respondent {
  width: 200px;
}
[np-autokad] .case__sum {
  width: 120px;
}
[np-autokad] .search-result th.court {
  width: 200px;
}
[np-autokad] .search-result th.plaintiff {
  width: 200px;
}
/*[np-autokad] .search-result td .td-wrapper {
    position: relative;
}*/
/*[np-autokad] .search-result .item-number {
    display: block;
    position: absolute;
    right: 100%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
}*/
[np-autokad] .search-result .case-info {
  display: block;
  white-space: nowrap;
}
[np-autokad] .search-result .case-type {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: 1px;
}
[np-autokad] .search-result .case-link {
  white-space: nowrap;
}
[np-autokad] .search-result .case-judge {
  display: block;
  white-space: nowrap;
}
[np-autokad] .search-result .participant {
  line-height: 20px;
}
[np-autokad] .search-result .participant-more-items {
  padding-top: 20px;
}
[np-autokad] .search-result .participant-more-items .participant {
  padding-bottom: 20px;
}
[np-autokad] .search-result .participant b {
  font-weight: normal;
  background-color: #ffff00;
}
[np-autokad] .search-result .participant-name,
[np-autokad] .search-result .participant-address,
[np-autokad] .search-result .participant-inn {
  display: block;
}
[np-autokad] .search-result .participant-more-info {
  float: right;
  padding-left: 10px;
  text-align: right;
}
[np-autokad] .search-result .empty-result {
  padding-top: 20px;
}
.highlight {
  background-color: yellow;
}
/*
 */
/*
*/
[np-extraneous-fedresurs-bankruptcy] {
  position: relative;
}
[np-extraneous-fedresurs-bankruptcy] .mask {
  position: absolute;
  z-index: 10;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
[np-extraneous-fedresurs-bankruptcy] .mask .message-box {
  position: fixed;
  left: 50%;
  top: 50%;
}
[np-extraneous-fedresurs-bankruptcy] .mask .message {
  margin-left: -100%;
}
[np-extraneous-fedresurs-bankruptcy].loading .mask {
  display: block;
}
[np-extraneous-fedresurs-bankruptcy].loading .content {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
[np-extraneous-fedresurs-bankruptcy] .filters {
  padding: 10px 0 20px 0;
}
[np-extraneous-fedresurs-bankruptcy] .filters .search-header {
  margin-top: 5px;
  margin-bottom: 0;
}
[np-extraneous-fedresurs-bankruptcy] .filters .link-box {
  padding-top: 5px;
}
[np-extraneous-fedresurs-bankruptcy] .search-result table thead th {
  vertical-align: top;
}
[np-extraneous-fedresurs-bankruptcy] .search-result th.col1 {
  width: 180px;
}
[np-extraneous-fedresurs-bankruptcy] .search-result .empty-result {
  padding-top: 20px;
}
/*
 */
/*
*/
[np-extraneous-fns-reg-docs-company] {
  position: relative;
}
[np-extraneous-fns-reg-docs-company] .mask {
  position: absolute;
  z-index: 10;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
[np-extraneous-fns-reg-docs-company] .mask .message-box {
  position: fixed;
  left: 50%;
  top: 50%;
}
[np-extraneous-fns-reg-docs-company] .mask .message {
  margin-left: -100%;
}
[np-extraneous-fns-reg-docs-company].loading .mask {
  display: block;
}
[np-extraneous-fns-reg-docs-company].loading .content {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
[np-extraneous-fns-reg-docs-company] .filters {
  padding: 10px 0 20px 0;
}
[np-extraneous-fns-reg-docs-company] .filters .search-header {
  margin-top: 5px;
  margin-bottom: 0;
}
[np-extraneous-fns-reg-docs-company] .filters .link-box {
  padding-top: 5px;
}
[np-extraneous-fns-reg-docs-company] .search-result table thead th {
  vertical-align: top;
}
/*[np-extraneous-fns-reg-docs-company] .search-result th.col1 {
    width: 200px;
}*/
[np-extraneous-fns-reg-docs-company] .search-result th.col3 {
  /*width: 130px;*/
  width: 200px;
}
[np-extraneous-fns-reg-docs-company] .search-result th.col4 {
  /*width: 120px;*/
  width: 140px;
}
[np-extraneous-fns-reg-docs-company] .search-result th.col5 {
  width: 200px;
}
[np-extraneous-fns-reg-docs-company] .search-result .empty-result {
  padding-top: 20px;
}
/* widgets */
/* np-connections-widgets-node-favorites */
[np-connections-widgets-node-favorites] .favorites-link .favorites-mark {
  display: none;
}
[np-connections-widgets-node-favorites] .favorites-link.in-favorites .favorites-mark {
  display: inline;
}
[np-connections-widgets-node-favorites] .favorites-link.in-favorites .no-favorites-mark {
  display: none;
}
[np-connections-widgets-node-favorites] .lists-popup {
  display: block;
  float: none;
  width: 500px;
  border-radius: 4px;
  padding: 8px 12px 12px 12px;
}
[np-connections-widgets-node-favorites] .lists-popup .close-box {
  position: absolute;
  top: 10px;
  right: 10px;
}
[np-connections-widgets-node-favorites] .lists-popup .header-sep {
  margin: 10px -12px 15px -12px;
}
[np-connections-widgets-node-favorites] .lists-popup .footer-sep {
  margin: 15px -12px 10px -12px;
}
[np-connections-widgets-node-favorites] .lists-popup .list-action {
  padding-top: 5px;
  white-space: nowrap;
}
[np-connections-widgets-node-favorites] .lists-popup .list-action a {
  margin: 0 0 0 10px;
}
[np-connections-widgets-node-favorites] .lists-popup .list-action select,
[np-connections-widgets-node-favorites] .lists-popup .list-action input {
  margin: 0;
}
[np-connections-widgets-node-favorites] .lists-popup .list-action .tools {
  padding-top: 20px;
}
/* np-loader */
[np-connections-widgets-node-favorites] [np-loader] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
.balance-properties__inner {
  margin-top: 1em;
  margin-left: 1.3em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.balance-properties__property {
  flex-basis: 50%;
  font-size: small;
}
.balance-properties__property-caption {
  font-size: 11px;
}
.indicator--up {
  color: #51a351;
}
.indicator--down {
  color: #bd362f;
}
.balance-properties__percent {
  font-size: 11px;
}
.balance-properties__percent--up {
  color: #51a351;
}
.balance-properties__percent--down {
  color: #bd362f;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* object-theme */
/* node component */
/* simple */
/**/
/* graph */
/*@graphPaintNormalColor: #d0d0d0;*/
/*@graphPaintNormalLightColor: #e8e8e8;*/
/* node on graph */
/* object comment */
/* node on graph states */
/* by node type */
/* relation on graph */
/* node-simple-view */
[node-simple-view] {
  font-weight: bold;
  color: #004466;
}
[node-simple-view] .liquidate {
  color: #b94a48;
}
[node-simple-view] .icon {
  margin-right: 5px;
}
[node-simple-view] .USER_OBJECT > span {
  display: inline-block;
  max-width: 200px;
  line-height: 16px;
}
[node-simple-view] .USER_OBJECT img {
  height: 16px;
  margin-right: 5px;
  vertical-align: -2px;
}
/* node-graph-view */
.node-graph-vew__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
[node-graph-view] {
  position: absolute;
  z-index: 100;
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 13px;
  white-space: nowrap;
  cursor: default;
  background-color: #ffffff;
  /*
   * Используется для определения координат вершины графа.
   * Координаты вершины графа определяются как положение элемента ноды + смещение на значение background-position.
   * Пока используется только первое значение в background-position, т.е. смещение будет одинаковым по x и по y.
   */
  background-position-x: 16px;
  /* ie8, т.к. background-position - в ie8 - undefined! */
  background-position: 16px 16px;
  /* link */
  /* user-object */
  /* node state */
}
[node-graph-view] .main {
  min-height: 11px;
  margin-left: 11px;
}
[node-graph-view] .main--small {
  min-height: 14px;
  margin-left: 2px;
}
[node-graph-view] .main--small .header {
  font-weight: normal;
}
[node-graph-view] .main .header {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  color: #004466;
  /* @Deprecated
       * Используется для определения максимальной ширины заголовка.
       */
  background-position-x: 200px;
  /* ie8, т.к. background-position - в ie8 - undefined! */
  background-position: 200px 200px;
}
[node-graph-view] .main .header-2 {
  white-space: normal;
}
[node-graph-view] .main .content {
  white-space: normal;
}
[node-graph-view] .body {
  position: relative;
  z-index: 10;
  min-width: 33px;
  min-height: 28px;
  padding: 6px;
  color: #000000;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
[node-graph-view] .body--flex {
  display: flex;
}
[node-graph-view] .node-icon {
  display: block;
  margin: 0;
  left: 4px;
  top: 4px;
  font-size: 20px;
  color: #444444;
}
[node-graph-view] .node-icon--small {
  font-size: 11px;
}
[node-graph-view] .link-address {
  white-space: normal;
}
[node-graph-view].COMPANY,
[node-graph-view].COMPANY .body {
  background-color: #e5eff8;
}
[node-graph-view].COMPANY .header {
  white-space: pre;
}
[node-graph-view].INDIVIDUAL,
[node-graph-view].INDIVIDUAL .body {
  background-color: #fcf9df;
}
[node-graph-view].INDIVIDUAL .header {
  padding-top: 0;
  white-space: normal;
}
[node-graph-view].ADDRESS,
[node-graph-view].ADDRESS .body {
  background-color: #f2f8df;
}
[node-graph-view].ADDRESS .header {
  white-space: pre;
}
[node-graph-view].PHONE,
[node-graph-view].PHONE .body {
  background-color: #f2f8df;
}
[node-graph-view].PURCHASE,
[node-graph-view].PURCHASE .body {
  background-color: #f1e8f4;
}
[node-graph-view].PURCHASE .header {
  white-space: pre;
}
[node-graph-view]:hover {
  z-index: 120;
}
[node-graph-view].LINK {
  border-color: #f0ad4e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fcf8f2;
  font-size: 11px;
  line-height: 16px;
}
[node-graph-view].LINK .node-icon {
  color: #f0ad4e;
}
[node-graph-view].LINK .body {
  background-color: #fcf8f2;
}
[node-graph-view].LINK .body .content {
  white-space: pre;
}
[node-graph-view].USER_OBJECT .image-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  overflow: hidden;
  border: 1px solid transparent;
}
[node-graph-view].USER_OBJECT .image-wrapper img {
  width: 100%;
}
[node-graph-view].USER_OBJECT .body {
  min-height: 12px;
  padding: 4px;
}
[node-graph-view].USER_OBJECT .main {
  display: inline-block;
  vertical-align: top;
  min-height: 0;
  margin-left: 0;
  padding: 0 2px;
}
[node-graph-view].USER_OBJECT .main .header {
  white-space: pre;
}
[node-graph-view].USER_OBJECT .image-position-top .image-wrapper,
[node-graph-view].USER_OBJECT .image-position-top .main {
  display: block;
  vertical-align: baseline;
}
[node-graph-view].USER_OBJECT .image-position-top .image-wrapper {
  margin: 0 0 4px 0;
}
[node-graph-view].state__hover {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 1px 1px #3a87ad;
  -moz-box-shadow: 0 0 1px 1px #3a87ad;
  box-shadow: 0 0 1px 1px #3a87ad;
}
[node-graph-view].state__selected {
  border: 1px solid #004466;
  -webkit-box-shadow: 0 0 10px 3px #004466;
  -moz-box-shadow: 0 0 10px 3px #004466;
  box-shadow: 0 0 10px 3px #004466;
}
[node-graph-view].state__selected-hover {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 10px 3px #3a87ad;
  -moz-box-shadow: 0 0 10px 3px #3a87ad;
  box-shadow: 0 0 10px 3px #3a87ad;
}
[node-graph-view].state__edge-selected {
  border: 1px solid #004466;
  -webkit-box-shadow: 0 0 1px 1px #004466;
  -moz-box-shadow: 0 0 1px 1px #004466;
  box-shadow: 0 0 1px 1px #004466;
}
/* ie8 state */
.browser_explorer.browser-version_8 [node-graph-view]:before {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
}
.browser_explorer.browser-version_8 [node-graph-view].state__hover:before {
  content: " " !important;
  /* без переопределения ie8 нормально не прорисовывает, также и далее */
  border: 1px solid #3a87ad;
}
.browser_explorer.browser-version_8 [node-graph-view].state__selected:before {
  content: " " !important;
  left: -4px !important;
  top: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  border: 4px solid #004466;
}
.browser_explorer.browser-version_8 [node-graph-view].state__selected-hover:before {
  content: " " !important;
  left: -4px !important;
  top: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  border: 4px solid #3a87ad;
}
.browser_explorer.browser-version_8 [node-graph-view].state__edge-selected:before {
  border: 1px solid #004466;
}
[node-graph-view] .liquidate .node-icon,
[node-graph-view] .liquidate .main .header,
[node-graph-view] .liquidate .liquidate-state {
  color: #b94a48;
}
[node-graph-view] .liquidate-state,
[node-graph-view] .liquidate-state-entry {
  display: none;
}
[node-graph-view] .liquidate .liquidate-state {
  display: inline;
  font-weight: bold;
}
[node-graph-view] .liquidate .liquidate-state-entry {
  display: block;
  padding-bottom: 2px;
}
[node-graph-view] .body .entry .icon {
  width: 9px;
  font-size: 9px;
  vertical-align: 0px;
}
/* small */
/* relation-graph-view */
[relation-graph-view] {
  position: absolute;
  z-index: 110;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #ffffff;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
}
[relation-graph-view].LINK {
  display: none !important;
}
[relation-graph-view].LINK .small {
  background-position-x: 11px;
  background-position: 11px 11px;
}
[relation-graph-view].LINK .small .main {
  min-height: 14px;
}
[relation-graph-view].LINK .small .main .header {
  font-weight: normal;
}
[relation-graph-view] .body {
  position: relative;
  z-index: 10;
  min-width: 11px;
  min-height: 11px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 13px;
  white-space: nowrap;
}
[relation-graph-view] .body--small {
  min-width: 10px;
  min-height: 16px;
}
[relation-graph-view] .body .icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 11px;
  vertical-align: -2px;
}
[relation-graph-view] .body [relation-label-graph-view] {
  position: relative;
  z-index: 10;
  background-color: inherit;
}
[relation-graph-view]:hover {
  z-index: 130;
}
[relation-graph-view] .header {
  margin: 2px 4px;
  font-weight: bold;
  color: #004466;
  white-space: pre;
}
[relation-graph-view] .header .icon {
  margin-left: -3px;
  margin-right: 3px;
  color: #000;
}
[relation-graph-view] .entry {
  display: none;
  margin: 0 4px;
}
[relation-graph-view] .entry.inn {
  margin: 2px 4px;
  font-weight: bold;
  color: #004466;
}
[relation-graph-view].expanded .entry,
[relation-graph-view] .entry.always-show {
  display: block;
}
[relation-graph-view] .entry:empty {
  display: none !important;
}
[relation-graph-view].state__hover {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 1px 1px #3a87ad;
  -moz-box-shadow: 0 0 1px 1px #3a87ad;
  box-shadow: 0 0 1px 1px #3a87ad;
}
[relation-graph-view].state__selected {
  border: 1px solid #004466;
  -webkit-box-shadow: 0 0 8px 1px #004466;
  -moz-box-shadow: 0 0 8px 1px #004466;
  box-shadow: 0 0 8px 1px #004466;
}
[relation-graph-view].state__selected-hover {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 8px 1px #3a87ad;
  -moz-box-shadow: 0 0 8px 1px #3a87ad;
  box-shadow: 0 0 8px 1px #3a87ad;
}
[relation-graph-view].state__vertex-selected {
  border: 1px solid #004466;
  -webkit-box-shadow: 0 0 1px 1px #004466;
  -moz-box-shadow: 0 0 1px 1px #004466;
  box-shadow: 0 0 1px 1px #004466;
}
[relation-graph-view].USER_RELATION .body .header {
  white-space: pre;
}
/* object comment */
.graph-object-layout .comment {
  position: absolute;
  left: -1px;
  top: 100%;
  min-width: 40px;
  margin-top: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fcf8f2;
  border: 1px solid #f0ad4e;
}
.graph-object-layout .comment:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f0ad4e;
  position: absolute;
  top: -7px;
  left: 5px;
}
.graph-object-layout .comment:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fcf8f2;
  position: absolute;
  top: -6px;
  left: 6px;
}
.graph-object-layout .comment .comment-content {
  padding: 2px 5px;
  white-space: pre;
  font-size: 11px;
  line-height: 16px;
}
/* drag-and-drop-node-view */
[drag-and-drop-node-view] {
  position: absolute;
}
/* node-popup */
[node-popup-view] {
  position: absolute;
  display: none;
  padding: 3px 0;
  white-space: normal;
  min-width: 100%;
  background-color: #ffffff;
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
[node-graph-view]:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: none;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ffffff;
}
[node-graph-view]:after {
  content: "";
  position: absolute;
  z-index: 15;
  display: none;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
}
[node-graph-view].node-popup:before,
[node-graph-view].node-popup:after {
  display: block;
}
[node-graph-view] [node-popup-view] {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 1px 1px #3a87ad;
  -moz-box-shadow: 0 0 1px 1px #3a87ad;
  box-shadow: 0 0 1px 1px #3a87ad;
}
[node-graph-view].state__selected-hover [node-popup-view] {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 10px 3px #3a87ad;
  -moz-box-shadow: 0 0 10px 3px #3a87ad;
  box-shadow: 0 0 10px 3px #3a87ad;
}
[node-graph-view].node-popup-width__justify [node-popup-view] {
  left: -1px;
  right: -1px;
}
[node-graph-view].node-popup-pos__bottom-right [node-popup-view] {
  left: -1px;
  top: 100%;
  margin-top: -2px;
}
[node-graph-view].node-popup-pos__bottom-right:before {
  bottom: -2px;
}
[node-graph-view].node-popup-pos__bottom-left [node-popup-view] {
  right: -1px;
  top: 100%;
  margin-top: -2px;
}
[node-graph-view].node-popup-pos__bottom-left:before {
  bottom: -2px;
}
[node-graph-view].node-popup-pos__bottom-left:after,
[node-graph-view].node-popup-pos__bottom-right:after {
  bottom: -1px;
  border-top: 1px solid #808080;
}
[node-graph-view].node-popup-pos__top-left [node-popup-view] {
  right: -1px;
  bottom: 100%;
  margin-bottom: -2px;
}
[node-graph-view].node-popup-pos__top-left:before {
  top: -2px;
}
[node-graph-view].node-popup-pos__top-right [node-popup-view] {
  left: -1px;
  bottom: 100%;
  margin-bottom: -2px;
}
[node-graph-view].node-popup-pos__top-right:before {
  top: -2px;
}
[node-graph-view].node-popup-pos__top-left:after,
[node-graph-view].node-popup-pos__top-right:after {
  top: -1px;
  border-bottom: 1px solid #808080;
}
[node-popup-view] .data:empty {
  display: none;
}
[node-popup-view] .nav.nav-list {
  padding: 0;
  white-space: nowrap;
}
[node-popup-view] .nav.nav-list > li > a {
  margin: 0;
  padding: 0 5px 0 22px;
}
[node-popup-view] .nav.nav-list > li > a > i {
  position: absolute;
  margin-top: 2px;
  margin-left: -18px;
  font-size: 13px;
}
[node-popup-view] .nav.nav-list > li > .wrapper {
  padding: 0 5px;
}
[node-popup-view] .nav.nav-list > li > .wrapper:hover {
  background-color: #eeeeee;
}
[node-popup-view] .relations .relation {
  font-weight: bold;
}
[node-popup-view] .relations .shortcut {
  visibility: hidden;
  margin-left: 10px;
}
[node-popup-view] .relations .wrapper:hover .shortcut {
  visibility: visible;
}
[node-popup-view] .relations .relation:empty,
[node-popup-view] .relations .shortcut:empty {
  display: none;
}
[node-popup-view] .relations li.also-in-body {
  display: none;
}
/**/
[node-graph-view] .body .relations {
  margin: 2px 0 0 -1px;
  padding: 0;
}
[node-graph-view] .body .relations .relation {
  font-weight: bold;
}
[node-graph-view] .body .relations .shortcut {
  visibility: hidden;
  margin-left: 10px;
}
[node-graph-view] .body .relations .wrapper:hover .shortcut {
  visibility: visible;
}
[node-graph-view] .body .relations .relation:empty,
[node-graph-view] .body .relations .shortcut:empty {
  display: none;
}
/**/
[node-graph-view] .nav li {
  line-height: 16px;
}
/* relation-popup */
[relation-popup-view] {
  position: absolute;
  display: none;
  padding: 0;
  white-space: nowrap;
  min-width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
}
[relation-graph-view]:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: none;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ffffff;
}
[relation-graph-view]:after {
  content: "";
  position: absolute;
  z-index: 15;
  display: none;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
}
[relation-graph-view].relation-popup:before,
[relation-graph-view].relation-popup:after {
  display: block;
}
[relation-graph-view] [relation-popup-view] {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 1px 1px #3a87ad;
  -moz-box-shadow: 0 0 1px 1px #3a87ad;
  box-shadow: 0 0 1px 1px #3a87ad;
}
[relation-graph-view].state__selected-hover [relation-popup-view] {
  border: 1px solid #3a87ad;
  -webkit-box-shadow: 0 0 8px 1px #3a87ad;
  -moz-box-shadow: 0 0 8px 1px #3a87ad;
  box-shadow: 0 0 8px 1px #3a87ad;
}
[relation-graph-view].relation-popup-width__justify [relation-popup-view] {
  left: -1px;
  right: -1px;
}
[relation-graph-view].relation-popup-pos__bottom-right [relation-popup-view] {
  left: -1px;
  top: 100%;
  margin-top: -2px;
}
[relation-graph-view].relation-popup-pos__bottom-right:before {
  bottom: 0;
}
[relation-graph-view].relation-popup-pos__bottom-left [relation-popup-view] {
  right: -1px;
  top: 100%;
  margin-top: -2px;
}
[relation-graph-view].relation-popup-pos__bottom-left:before {
  bottom: 0;
}
[relation-graph-view].relation-popup-pos__bottom-left:after,
[relation-graph-view].relation-popup-pos__bottom-right:after {
  bottom: -1px;
  border-top: 1px solid #999999;
}
[relation-graph-view].relation-popup-pos__top-left [relation-popup-view] {
  right: -1px;
  bottom: 100%;
  margin-bottom: -2px;
}
[relation-graph-view].relation-popup-pos__top-left:before {
  top: 0;
}
[relation-graph-view].relation-popup-pos__top-right [relation-popup-view] {
  left: -1px;
  bottom: 100%;
  margin-bottom: -2px;
}
[relation-graph-view].relation-popup-pos__top-right:before {
  top: 0;
}
[relation-graph-view].relation-popup-pos__top-left:after,
[relation-graph-view].relation-popup-pos__top-right:after {
  top: -1px;
  border-bottom: transparent;
  /*@relationGraphBorder;*/
}
[relation-popup-view] .toolbar {
  padding-top: 2px;
}
[relation-popup-view] .toolbar a {
  margin: 0 0 0 4px;
}
[relation-popup-view] .toolbar .icon {
  font-size: 13px;
}
/*
 * zoom
 *
 */
.relationGraphViewNoHeaderZoom {
  /* Не [display: none;] -- для отображения заметки */
  width: 0 !important;
  height: 0 !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  /* "Подгон" положения заметки */
  margin-left: -12px !important;
  margin-top: 0 !important;
}
[node-popup-view] li.toggle-hold-zoom {
  display: none;
}
/* .zoom-level__normal  - default */
/*.zoom-level__normal [relation-graph-view].no-header {
    .relationGraphViewNoHeaderZoom
}
.zoom-level__normal [relation-label-graph-view] .entry {
    display: none;
}
*/
.zoom-level__base-info [node-graph-view] .body .relations {
  display: none;
}
.zoom-level__base-info [node-popup-view] .relations li.also-in-body {
  display: list-item;
}
/*.zoom-level__base-info [relation-graph-view].no-header {
    .relationGraphViewNoHeaderZoom
}
.zoom-level__base-info [relation-label-graph-view] .entry {
    display: none;
}*/
.zoom-level__min-info [node-graph-view] .entry,
.zoom-level__min-info [node-graph-view] .body .relations {
  display: none;
}
.zoom-level__min-info [node-popup-view] .relations li.also-in-body {
  display: list-item;
}
/*.zoom-level__min-info [relation-graph-view].no-header {
    .relationGraphViewNoHeaderZoom
}
.zoom-level__min-info [relation-label-graph-view] .entry {
    display: none;
}*/
.zoom-level__icons [node-graph-view] .main,
.zoom-level__icons [node-graph-view] .entry,
.zoom-level__icons [node-graph-view] .content,
.zoom-level__icons [node-graph-view] .body .relations {
  display: none;
}
.zoom-level__icons [node-popup-view] .relations li.also-in-body {
  display: list-item;
}
/*.zoom-level__icons [relation-graph-view].no-header {
    .relationGraphViewNoHeaderZoom
}
.zoom-level__icons [relation-label-graph-view] .entry {
    display: none;
}*/
.zoom-level__icons [node-graph-view]:hover .main,
.zoom-level__icons [node-graph-view]:hover .entry,
.zoom-level__icons [node-graph-view]:hover .content,
.zoom-level__icons [node-graph-view].hold-zoom .main,
.zoom-level__icons [node-graph-view].hold-zoom .entry,
.zoom-level__icons [node-graph-view].hold-zoom .content {
  display: block;
}
.zoom-level__icons [node-popup-view] li.toggle-hold-zoom {
  display: list-item;
}
/*
 * theme
 *
 */
/* node */
/*[node-graph-view].theme__default {
}*/
[node-graph-view].theme__yellow-0,
[node-graph-view].theme__yellow-0 .body {
  background-color: #fcf9df !important;
}
[node-graph-view].theme__green-0,
[node-graph-view].theme__green-0 .body {
  background-color: #f2f8df !important;
}
[node-graph-view].theme__blue-0,
[node-graph-view].theme__blue-0 .body {
  background-color: #e5eff8 !important;
}
[node-graph-view].theme__purple-0,
[node-graph-view].theme__purple-0 .body {
  background-color: #f1e8f4 !important;
}
[node-graph-view].theme__red,
[node-graph-view].theme__red .body {
  background-color: #f2776e !important;
}
[node-graph-view].theme__orange,
[node-graph-view].theme__orange .body {
  background-color: #f7b759 !important;
}
[node-graph-view].theme__yellow,
[node-graph-view].theme__yellow .body {
  background-color: #f1e060 !important;
}
[node-graph-view].theme__green,
[node-graph-view].theme__green .body {
  background-color: #bedc60 !important;
}
[node-graph-view].theme__blue,
[node-graph-view].theme__blue .body {
  background-color: #7cafdd !important;
}
[node-graph-view].theme__purple,
[node-graph-view].theme__purple .body {
  background-color: #cda1de !important;
}
[node-graph-view].theme__gray,
[node-graph-view].theme__gray .body {
  background-color: #dddddd !important;
}
/*
[node-graph-view].theme__black,
[node-graph-view].theme__black .body {
    background-color: @black_objectTheme_defaultColor !important;
}
*/
/* relation */
[relation-graph-view].state__normal.opacity__muted {
  background-color: #fafafa !important;
  border-color: #dddddd !important;
}
[relation-graph-view].state__normal.opacity__muted .body {
  opacity: 0.2;
}
/*[relation-graph-view].theme__default {
}*/
[relation-graph-view].theme__yellow-0,
[relation-graph-view].theme__yellow-0 .body {
  background-color: #fcf9df !important;
}
[relation-graph-view].theme__green-0,
[relation-graph-view].theme__green-0 .body {
  background-color: #f2f8df !important;
}
[relation-graph-view].theme__blue-0,
[relation-graph-view].theme__blue-0 .body {
  background-color: #e5eff8 !important;
}
[relation-graph-view].theme__purple-0,
[relation-graph-view].theme__purple-0 .body {
  background-color: #f1e8f4 !important;
}
[relation-graph-view].theme__red,
[relation-graph-view].theme__red .body {
  background-color: #f2776e !important;
}
[relation-graph-view].theme__orange,
[relation-graph-view].theme__orange .body {
  background-color: #f7b759 !important;
}
[relation-graph-view].theme__yellow,
[relation-graph-view].theme__yellow .body {
  background-color: #f1e060 !important;
}
[relation-graph-view].theme__green,
[relation-graph-view].theme__green .body {
  background-color: #bedc60 !important;
}
[relation-graph-view].theme__blue,
[relation-graph-view].theme__blue .body {
  background-color: #7cafdd !important;
}
[relation-graph-view].theme__purple,
[relation-graph-view].theme__purple .body {
  background-color: #cda1de !important;
}
[relation-graph-view].theme__gray,
[relation-graph-view].theme__gray .body {
  background-color: #dddddd !important;
}
/*
[relation-graph-view].theme__black,
[relation-graph-view].theme__black .body {
    background-color: @black_objectTheme_defaultColor !important;
}
*/
.data {
  margin-bottom: 2px;
  margin-top: 2px;
  white-space: normal;
  line-height: 1.25;
  max-width: 100%;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* desktop component */
[app-desktop] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
}
[app-transparent-mask] {
  position: fixed;
  z-index: 1000001;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
/* app-top-panel */
.app-top-panel {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
/* app-toolbar */
.app-toolbar {
  position: relative;
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  float: none;
}
.app-toolbar.covered {
  border-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.app-toolbar.covered.content-open {
  border: 1px solid #e0e0e0;
}
.app-toolbar .nav.nav-list {
  margin: 0;
  padding: 0;
}
.app-toolbar .nav.nav-list .divider {
  margin: 7px 0 6px 0;
}
.app-toolbar .nav.nav-list > li {
  margin-bottom: 10px;
  overflow: hidden;
}
.app-toolbar .nav.nav-list > li.active {
  background-color: #f9f9f9;
}
.app-toolbar .nav.nav-list > li > a {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 15px 0px 15px;
  cursor: pointer;
  font-size: 14px;
}
.app-toolbar .nav.nav-list > li > a > i {
  position: absolute;
  margin-top: 2px;
}
.app-toolbar .nav.nav-list > .active > a,
.app-toolbar .nav.nav-list > .active > a:hover,
.app-toolbar .nav.nav-list > .active > a:focus {
  color: #98012e;
  background-color: #eeeeee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.app-toolbar .nav.nav-list > .disabled > a,
.app-toolbar .nav.nav-list > .disabled > a:hover,
.app-toolbar .nav.nav-list > .disabled > a:focus,
.app-toolbar .nav.nav-list > li > a.disabled,
.app-toolbar .nav.nav-list > li > a.disabled:hover,
.app-toolbar .nav.nav-list > li > a.disabled:focus {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.app-toolbar .nav.nav-pills {
  margin: 0 0 0 2px;
}
.app-toolbar .nav.nav-pills > li > span {
  display: block;
  margin: 2px 10px;
  padding: 6px 0;
  line-height: 14px;
}
.app-toolbar .nav.nav-pills > li > a {
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.app-toolbar .nav.nav-pills.with-badge > li > a {
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 6px;
  margin-right: 10px;
}
.app-toolbar .nav.nav-pills.with-badge > li > a .link {
  display: inline-block;
  padding: 4px 0;
}
.app-toolbar .nav.nav-pills.with-badge > li > a .badge {
  margin-left: 6px;
}
.app-toolbar .nav.nav-pills.with-badge.badge-right > li > a {
  position: relative;
}
.app-toolbar .nav.nav-pills.with-badge.badge-right > li > a .badge {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  margin: 0;
}
.app-toolbar .nav.nav-pills.with-badge.badge-right > li > a .badge:empty {
  display: none;
}
.app-toolbar .nav.nav-pills > .active > a,
.app-toolbar .nav.nav-pills > .active > a:hover,
.app-toolbar .nav.nav-pills > .active > a:focus {
  color: #98012e;
  background-color: #eeeeee;
}
.app-toolbar .nav.nav-pills > .disabled > a,
.app-toolbar .nav.nav-pills > .disabled > a:hover,
.app-toolbar .nav.nav-pills > .disabled > a:focus,
.app-toolbar .nav.nav-pills > li > a.disabled,
.app-toolbar .nav.nav-pills > li > a.disabled:hover,
.app-toolbar .nav.nav-pills > li > a.disabled:focus {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.app-toolbar .nav.nav-tabs > li > a {
  cursor: default;
}
.app-toolbar .tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.app-toolbar .nav.nav-tabs > .active > a,
.app-toolbar .nav.nav-tabs > .active > a:hover,
.app-toolbar .nav.nav-tabs > .active > a:focus {
  color: #98012e;
}
.app-toolbar .content.dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  left: -1px;
  top: 100%;
  margin-top: -2px;
  padding: 2px 2px 2px 8px;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.app-toolbar .content.dropdown.normal-width {
  right: -1px;
}
.app-toolbar .content.dropdown.content-open {
  right: auto;
}
.app-toolbar:after {
  content: "";
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 8px;
  background-color: #ffffff;
}
.app-toolbar.content-open {
  padding-bottom: 6px;
}
.app-toolbar.content-open:after {
  display: block;
}
.app-toolbar.covered.covered-on-top-bar .content.dropdown {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.app-toolbar.pull-right .content.dropdown {
  left: auto;
  right: -1px;
}
.app-toolbar.pull-right .content.dropdown.normal-width {
  left: -1px;
}
.app-toolbar.pull-right .content.dropdown.content-open {
  left: auto;
}
.app-toolbar hr {
  margin: 10px 0;
}
/* context-popup */
[np-context-popup] .app-toolbar {
  font-size: 13px;
}
.no-top {
  top: 0 !important;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
.internal-export .app-top-panel {
  display: none;
}
.internal-export [app-desktop] {
  position: absolute;
  overflow: visible;
  right: auto;
  bottom: auto;
  background-color: #ffffff;
}
.internal-export [app-graph-layout] {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: auto;
  bottom: auto;
}
.internal-export [app-graph-layout] .graph-object-layout,
.internal-export [app-graph-layout] .graph-paper-container {
  overflow: visible;
  right: auto;
  bottom: auto;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* notification component */
/**/
[app-notification] {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  margin: 0;
}
[app-notification] .app-toolbar .content.dropdown {
  margin-top: -3px;
  padding: 0;
  width: 400px;
  min-height: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
}
[app-notification] .notification-list .no-notification {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 10px;
  text-align: center;
}
[app-notification] .notification {
  position: relative;
  z-index: 10;
  padding: 10px 40px 10px 10px;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
}
[app-notification] .notification:first-child {
  border-top: 0 none;
}
[app-notification] .notification .actions {
  position: absolute;
  display: none;
  right: 23px;
  top: 7px;
}
[app-notification] .notification:hover .actions {
  display: block;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* hint component */
[app-hint] {
  display: none;
  position: absolute;
  z-index: 999999;
  right: 0;
  bottom: 0;
  padding: 10px 40px 0 10px;
  border-top: 1px solid #f0ad4e;
  border-left: 3px solid #f0ad4e;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  background-color: #fcf8f2;
}
[app-hint] .actions {
  position: absolute;
  right: 10px;
  top: 8px;
}
[app-hint] .content {
  display: none;
  margin-bottom: 10px;
}
[app-hint].show__on {
  display: block;
}
[app-hint].OBJECT_ACTIONS_START__on .OBJECT_ACTIONS_START,
[app-hint].TRACES_RESULT_ON_REPORT__on .TRACES_RESULT_ON_REPORT,
[app-hint].TRACES_RESULT__on .TRACES_RESULT,
[app-hint].RELATIONS_RESULT__on .RELATIONS_RESULT,
[app-hint].RELATIONS_START__on .RELATIONS_START,
[app-hint].SEARCH_RESULT__on .SEARCH_RESULT,
[app-hint].SEARCH_INPUT__on .SEARCH_INPUT,
[app-hint].RSEARCH_NODE_LIST__on .RSEARCH_NODE_LIST,
[app-hint].RSEARCH_NODE_TRACES__on .RSEARCH_NODE_TRACES,
[app-hint].RSEARCH_NODE_FORM__on .RSEARCH_NODE_FORM,
[app-hint].ADD_NODES_FROM_URL__on .ADD_NODES_FROM_URL,
[app-hint].ADD_NODES_FROM_GRID__on .ADD_NODES_FROM_GRID,
[app-hint].START__on .START {
  display: block;
}
/*
 * Animate
 *
 * TODO проверить в браузерах
 */
/*
 * animate-pulsed-flash
 *
 */
.animatePulsedFlashKeyframes 0%,
.animatePulsedFlashKeyframes 50%,
.animatePulsedFlashKeyframes 100% {
  opacity: 1;
}
.animatePulsedFlashKeyframes 25%,
.animatePulsedFlashKeyframes 75% {
  opacity: 0.5;
}
@-webkit-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-moz-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-ms-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@-o-keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes animate-pulsed-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.5;
  }
}
.animate-pulsed-flash {
  -webkit-animation: animate-pulsed-flash 2s infinite;
  -moz-animation: animate-pulsed-flash 2s infinite;
  -ms-animation: animate-pulsed-flash 2s infinite;
  -o-animation: animate-pulsed-flash 2s infinite;
  animation: animate-pulsed-flash 2s infinite;
}
/*
 * animate-pulsed-flash 1-iteration
 *
 */
.animate-pulsed-flash-1 {
  -webkit-animation: animate-pulsed-flash 2s 1;
  -moz-animation: animate-pulsed-flash 2s 1;
  -ms-animation: animate-pulsed-flash 2s 1;
  -o-animation: animate-pulsed-flash 2s 1;
  animation: animate-pulsed-flash 2s 1;
}
/*
 * animate-fadeout
 *
 */
.animateFadeoutKeyframes 0% {
  opacity: 1;
}
.animateFadeoutKeyframes 100% {
  opacity: 0;
}
@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  -webkit-animation: animate-fadeout 0.5s;
  -moz-animation: animate-fadeout 0.5s;
  -ms-animation: animate-fadeout 0.5s;
  -o-animation: animate-fadeout 0.5s;
  animation: animate-fadeout 0.5s;
}
/*
 * animate-fadein
 *
 */
.animateFadeinKeyframes 0% {
  opacity: 0;
}
.animateFadeinKeyframes 100% {
  opacity: 1;
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fadein {
  -webkit-animation: animate-fadein 0.5s;
  -moz-animation: animate-fadein 0.5s;
  -ms-animation: animate-fadein 0.5s;
  -o-animation: animate-fadein 0.5s;
  animation: animate-fadein 0.5s;
}
/* app */
/* content */
/* link */
/* button */
/* input */
/* box */
/* icon */
/**/
/* state */
/* shadows */
/* panel */
/* search input */
/* favorites */
/* app */
/* icon */
/**/
/**/
/* object-theme */
/* graph-toolbar component */
.app-graph-toolbar__attach-file-wrapper {
  position: relative;
  overflow: hidden;
}
.app-graph-toolbar__attach-file-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
}
[app-graph-toolbar] {
  position: absolute;
  top: 2px;
  left: 362px;
  padding: 0;
  margin: 0;
}
[app-graph-toolbar] .control-group {
  margin-bottom: 0;
}
[app-graph-toolbar] .app-toolbar {
  min-width: 260px;
}
[app-graph-toolbar] .app-toolbar .nav.nav-list > li.no-nav,
[app-graph-toolbar] .app-toolbar .nav.nav-list > li > a {
  padding-left: 36px;
}
[app-graph-toolbar] .app-toolbar .nav.nav-list > li > a > i,
[app-graph-toolbar] .app-toolbar .nav.nav-list > li > a > span > i {
  margin-left: -26px;
}
[app-graph-toolbar] .app-toolbar .content.dropdown {
  padding: 10px 0 0 0;
}
/* history */
[app-graph-toolbar] .history-undo {
  /*margin-left: 20px;*/
  margin-right: 0;
  padding-bottom: 5px !important;
}
[app-graph-toolbar] .history-redo {
  padding-bottom: 5px !important;
}
/* zoom */
[app-graph-toolbar] .zoom-out {
  margin-left: 22px;
  margin-right: 0;
  padding-bottom: 5px !important;
}
[app-graph-toolbar] .zoom-in {
  padding-bottom: 5px !important;
}
/* drag */
[app-graph-toolbar] .i-drag-hand {
  margin-right: 0;
  background-image: url(images/hand.svg);
}
[app-graph-toolbar] .i-drag-pointer {
  margin-right: 0;
  background-image: url(images/hand.svg);
}
/* object-actions */
[app-graph-toolbar] .app-toolbar .object-actions .content {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 36px;
  border-bottom: 1px solid #eeeeee;
}
[app-graph-toolbar] .app-toolbar .object-actions .object-title {
  padding-bottom: 10px;
}
/* object-theme toolbar */
.object-theme {
  margin-right: 20px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.object-theme-label {
  width: 20px;
  height: 20px;
  padding-left: 2px !important;
  padding-right: 2px !important;
  line-height: 14px !important;
  font-weight: normal !important;
  border: 1px solid #808080 !important;
}
.object-theme-label.default {
  border: 1px solid #cccccc !important;
}
.object-theme-label[object-theme="yellow-0"] {
  background-color: #fcf9df !important;
}
.object-theme-label[object-theme="green-0"] {
  background-color: #f2f8df !important;
}
.object-theme-label[object-theme="blue-0"] {
  background-color: #e5eff8 !important;
}
.object-theme-label[object-theme="purple-0"] {
  background-color: #f1e8f4 !important;
}
.object-theme-label[object-theme="red"] {
  background-color: #f2776e !important;
}
.object-theme-label[object-theme="orange"] {
  background-color: #f7b759 !important;
}
.object-theme-label[object-theme="yellow"] {
  background-color: #f1e060 !important;
}
.object-theme-label[object-theme="green"] {
  background-color: #bedc60 !important;
}
.object-theme-label[object-theme="blue"] {
  background-color: #7cafdd !important;
}
.object-theme-label[object-theme="purple"] {
  background-color: #cda1de !important;
}
.object-theme-label[object-theme="gray"] {
  background-color: #dddddd !important;
}
.object-theme-label[object-theme="black"] {
  background-color: #000000 !important;
}
/* line-style toolbar */
.line-style-label {
  width: 60px;
  height: 20px;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.line-style-label:after {
  position: relative;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  height: 4px;
  border-top: 2px none #666666;
}
.line-style-label[line-style="solid"]:after {
  border-top-style: solid;
}
.line-style-label[line-style="dashed"]:after {
  border-top-style: dashed;
}
.line-style-label[line-style="dotted"]:after {
  border-top-style: dotted;
}
/* line-width toolbar */
.line-width-label {
  height: 20px !important;
  line-height: 14px !important;
  font-weight: normal !important;
}
.line-width-label[line-width="default"] {
  margin-left: 25px !important;
}
.line-width-label[line-width="strong"] {
  width: 60px;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.line-width-label[line-width="strong"]:after {
  position: relative;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  height: 4px;
  border-top: 4px solid #666666;
}
/* opacity toolbar */
.opacity-label {
  height: 20px !important;
  line-height: 14px !important;
  font-weight: normal !important;
}
/* user-object */
.user-object .image-tools .btn {
  display: inline-block;
  margin-bottom: 10px;
}
.user-object .image-tools .btn .icon {
  margin: 5px 6px 5px 0;
}
.user-object .image-tools .delete-image.confirm .delete-text,
.user-object .image-tools .delete-image .confirm-delete-text {
  display: inline;
}
.user-object .image-tools .delete-image .delete-text,
.user-object .image-tools .delete-image.confirm .confirm-delete-text {
  display: none;
}
.user-object .image-tools label {
  padding-left: 16px;
}
.user-object .image-tools label input {
  margin-left: -16px;
}
.user-object .object-preview {
  position: relative;
  margin: 20px 0;
}
.user-object .object-preview [node-graph-view] {
  position: relative;
  display: inline-block;
}
.user-object .object-preview [node-graph-view] .image-wrapper {
  position: relative;
}
.user-object .object-preview [node-graph-view] .image-wrapper .ui-resizable-se {
  width: 8px;
  height: 8px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.user-object .object-preview [node-graph-view] .image-wrapper:hover,
.user-object .object-preview [node-graph-view] .image-wrapper.ui-resizable-resizing {
  border-color: #f7b759;
}
.user-object .object-preview [node-graph-view] .image-wrapper:hover .ui-resizable-se,
.user-object .object-preview [node-graph-view] .image-wrapper.ui-resizable-resizing .ui-resizable-se {
  background-color: #f7b759;
}
