@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
@charset "UTF-8";

/* Lightbox */
div#ajaxlightbox-wrapper {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

div#ajaxlightbox-wrapper > div {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
}

div#ajaxlightbox-wrapper .lightbox-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 14px;
  padding: 10px 30px;
  margin: -20px 0 0 -70px;
  background: white url(/build/images/spinner_large.4b01ca50.gif) center center
    no-repeat;
  z-index: 1200;
}

div#ajaxlightbox-wrapper .lightbox-content-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  width: 600px;
  opacity: 0;
  margin: -200px 0 0 -300px;
  background: white;
  box-shaddow: 15px 0 0 black;
  z-index: 1100;
}

@charset "UTF-8";

div#ajaxtooltip {
  position: absolute;
  display: none;
  color: white;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.85);
}

div#ajaxtooltip div.tooltip-preloader {
  width: 40px;
  height: 40px;
  background: transparent url(/build/images/spinner_small.56d4c7ce.gif) center center
    no-repeat;
  display: none;
}

div#ajaxtooltip div.tooltip-content {
  color: white;
  padding: 7px;
}

div#ajaxtooltip div.tooltip-content h4 {
  padding: 3px 0 5px 0;
  margin: 0;
  font-size: 1em;
}

div#ajaxtooltip div.tooltip-content > div {
  padding-top: 5px;
  border-top: 1px dotted #ddd;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content {
  padding: 0;
}

.boewa-collection-selector .boewa-collection-selector-popover {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.6);
  position: absolute;
  overflow: visible;
}

.boewa-collection-selector .boewa-collection-selector-popover .highlight {
  /* background: rgba(255,255,255,1);
    border-radius: 3px;     */
}
.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content {
  padding: 0;
  margin: 0;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table.boewaAjaxSelectorTable {
  background: none;
  background-color: white;
  border: 0;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table.boewaAjaxSelectorTable
  tr {
  border: 0;
  background-color: white;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table.boewaAjaxSelectorTable
  tr
  td {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: white;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table
  tr
  > td
  > span {
  padding: 0.3em 30px 0.3em 0.3em;
  display: block;
  left: -10px;
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table
  tr.selected
  td,
.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  table
  tr:hover
  td {
  background-color: rgba(30, 140, 255, 0.6);
}

.boewa-collection-selector
  .boewa-collection-selector-popover
  .popover-inner
  .popover-content
  a.contactinfo {
  display: block;
  width: 20px;
  height: 20px;
  right: 22px;
  margin-top: 3px;
  background: #666;
  border-radius: 7px;
  /*overflow: hidden;
    text-indent: 16000px;
    */
}

input.ajaxloading {
  background: url(/build/images/spinner_small.56d4c7ce.gif) right center no-repeat;
}

/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */

/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */

.simplecolorpicker.picker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
    display: none;
    float: left;

    min-width: 160px;
    max-width: 283px; /* @popover-max-width = 276px + 7 */

    padding: 5px 0 0 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff; /* @dropdown-bg */

    border: 1px solid #ccc; /* @dropdown-fallback-border */
    border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */

    -webkit-border-radius: 4px; /* @border-radius-base */
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.simplecolorpicker.inline {
    display: inline-block;
    padding: 6px 0;
}

.simplecolorpicker span {
    margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
    display: inline-block;

    cursor: pointer;
    border: 1px solid transparent;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
    content: '\00a0\00a0\00a0\00a0'; /* Spaces */
}

.simplecolorpicker span.color[data-disabled]:hover {
    cursor: not-allowed;
    border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
    border: 1px solid #222; /* @gray-dark */
}
.simplecolorpicker span.color[data-selected]:after {
    color: #fff;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
    border-left: 1px solid #222; /* @gray-dark */
}

a.clipboard-pastelink.hidden {
    display: none;
}

li.hidden {
    display: none;
}
.select2-container[class*="span"], .select2-drop[class*="span"], .select2-search[class*="span"], .select2-search input[class*="span"] {
	margin-left: 0;
	float: none;
}
/*! 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 {
  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"] {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 12px;
  line-height: 1.666666;
  color: #333333;
  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.666666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.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: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.666666;
}
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: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.666666;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.666666;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, 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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 11px;
  line-height: 1.666666;
  color: #333333;
  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;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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%;
  }
}
@media (min-width: 1500px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-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: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.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.666666;
  vertical-align: top;
  border-top: 1px solid #bbb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bbb;
}
.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 #bbb;
}
.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 #bbb;
}
.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 #bbb;
}
.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: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bbb;
  }
  .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: 19px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  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: 6px;
  font-size: 12px;
  line-height: 1.666666;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.666666;
  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, 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: #eeeeee;
  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: 31px;
  }
  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: 26px;
  }
  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: 38px;
  }
}
.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: 19px;
  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: 31px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 26px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 26px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 26px;
  min-height: 30px;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 38px;
  line-height: 38px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 38px;
  line-height: 38px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 38px;
  min-height: 34px;
  padding: 9px 14px;
  font-size: 15px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  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: 38px;
  height: 38px;
  line-height: 38px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.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: 24px;
}
.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: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 6px;
    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: 9px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.666666;
  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: 0.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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons';
  src: url(/build/fonts/glyphicons-regular.fa8183e4.eot);
  src: url(/build/fonts/glyphicons-regular.fa8183e4.eot?#iefix) format('embedded-opentype'), url(/build/fonts/glyphicons-regular.95fcf17a.woff) format('woff'), url(/build/fonts/glyphicons-regular.8ec7fba1.ttf) format('truetype'), url(/build/images/glyphicons-regular.5170b948.svg#glyphiconsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon.glyphicon-glass:before {
  content: '\E001';
}
.glyphicon.glyphicon-leaf:before {
  content: '\E002';
}
.glyphicon.glyphicon-dog:before {
  content: '\1F415';
}
.glyphicon.glyphicon-user:before {
  content: '\E004';
}
.glyphicon.glyphicon-girl:before {
  content: '\1F467';
}
.glyphicon.glyphicon-car:before {
  content: '\E006';
}
.glyphicon.glyphicon-user_add:before {
  content: '\E007';
}
.glyphicon.glyphicon-user_remove:before {
  content: '\E008';
}
.glyphicon.glyphicon-film:before {
  content: '\E009';
}
.glyphicon.glyphicon-magic:before {
  content: '\E010';
}
.glyphicon.glyphicon-envelope:before {
  content: '\2709';
}
.glyphicon.glyphicon-camera:before {
  content: '\1F4F7';
}
.glyphicon.glyphicon-heart:before {
  content: '\E013';
}
.glyphicon.glyphicon-beach_umbrella:before {
  content: '\E014';
}
.glyphicon.glyphicon-train:before {
  content: '\1F686';
}
.glyphicon.glyphicon-print:before {
  content: '\E016';
}
.glyphicon.glyphicon-bin:before {
  content: '\E017';
}
.glyphicon.glyphicon-music:before {
  content: '\E018';
}
.glyphicon.glyphicon-note:before {
  content: '\E019';
}
.glyphicon.glyphicon-heart_empty:before {
  content: '\E020';
}
.glyphicon.glyphicon-home:before {
  content: '\E021';
}
.glyphicon.glyphicon-snowflake:before {
  content: '\2744';
}
.glyphicon.glyphicon-fire:before {
  content: '\1F525';
}
.glyphicon.glyphicon-magnet:before {
  content: '\E024';
}
.glyphicon.glyphicon-parents:before {
  content: '\E025';
}
.glyphicon.glyphicon-binoculars:before {
  content: '\E026';
}
.glyphicon.glyphicon-road:before {
  content: '\E027';
}
.glyphicon.glyphicon-search:before {
  content: '\E028';
}
.glyphicon.glyphicon-cars:before {
  content: '\E029';
}
.glyphicon.glyphicon-notes_2:before {
  content: '\E030';
}
.glyphicon.glyphicon-pencil:before {
  content: '\270F';
}
.glyphicon.glyphicon-bus:before {
  content: '\1F68C';
}
.glyphicon.glyphicon-wifi_alt:before {
  content: '\E033';
}
.glyphicon.glyphicon-luggage:before {
  content: '\E034';
}
.glyphicon.glyphicon-old_man:before {
  content: '\E035';
}
.glyphicon.glyphicon-woman:before {
  content: '\1F469';
}
.glyphicon.glyphicon-file:before {
  content: '\E037';
}
.glyphicon.glyphicon-coins:before {
  content: '\E038';
}
.glyphicon.glyphicon-airplane:before {
  content: '\2708';
}
.glyphicon.glyphicon-notes:before {
  content: '\E040';
}
.glyphicon.glyphicon-stats:before {
  content: '\E041';
}
.glyphicon.glyphicon-charts:before {
  content: '\E042';
}
.glyphicon.glyphicon-pie_chart:before {
  content: '\E043';
}
.glyphicon.glyphicon-group:before {
  content: '\E044';
}
.glyphicon.glyphicon-keys:before {
  content: '\E045';
}
.glyphicon.glyphicon-calendar:before {
  content: '\1F4C5';
}
.glyphicon.glyphicon-router:before {
  content: '\E047';
}
.glyphicon.glyphicon-camera_small:before {
  content: '\E048';
}
.glyphicon.glyphicon-dislikes:before {
  content: '\E049';
}
.glyphicon.glyphicon-star:before {
  content: '\E050';
}
.glyphicon.glyphicon-link:before {
  content: '\E051';
}
.glyphicon.glyphicon-eye_open:before {
  content: '\E052';
}
.glyphicon.glyphicon-eye_close:before {
  content: '\E053';
}
.glyphicon.glyphicon-alarm:before {
  content: '\E054';
}
.glyphicon.glyphicon-clock:before {
  content: '\E055';
}
.glyphicon.glyphicon-stopwatch:before {
  content: '\E056';
}
.glyphicon.glyphicon-projector:before {
  content: '\E057';
}
.glyphicon.glyphicon-history:before {
  content: '\E058';
}
.glyphicon.glyphicon-truck:before {
  content: '\E059';
}
.glyphicon.glyphicon-cargo:before {
  content: '\E060';
}
.glyphicon.glyphicon-compass:before {
  content: '\E061';
}
.glyphicon.glyphicon-keynote:before {
  content: '\E062';
}
.glyphicon.glyphicon-paperclip:before {
  content: '\1F4CE';
}
.glyphicon.glyphicon-power:before {
  content: '\E064';
}
.glyphicon.glyphicon-lightbulb:before {
  content: '\E065';
}
.glyphicon.glyphicon-tag:before {
  content: '\E066';
}
.glyphicon.glyphicon-tags:before {
  content: '\E067';
}
.glyphicon.glyphicon-cleaning:before {
  content: '\E068';
}
.glyphicon.glyphicon-ruller:before {
  content: '\E069';
}
.glyphicon.glyphicon-gift:before {
  content: '\E070';
}
.glyphicon.glyphicon-umbrella:before {
  content: '\2602';
}
.glyphicon.glyphicon-book:before {
  content: '\E072';
}
.glyphicon.glyphicon-bookmark:before {
  content: '\1F516';
}
.glyphicon.glyphicon-wifi:before {
  content: '\E074';
}
.glyphicon.glyphicon-cup:before {
  content: '\E075';
}
.glyphicon.glyphicon-stroller:before {
  content: '\E076';
}
.glyphicon.glyphicon-headphones:before {
  content: '\E077';
}
.glyphicon.glyphicon-headset:before {
  content: '\E078';
}
.glyphicon.glyphicon-warning_sign:before {
  content: '\E079';
}
.glyphicon.glyphicon-signal:before {
  content: '\E080';
}
.glyphicon.glyphicon-retweet:before {
  content: '\E081';
}
.glyphicon.glyphicon-refresh:before {
  content: '\E082';
}
.glyphicon.glyphicon-roundabout:before {
  content: '\E083';
}
.glyphicon.glyphicon-random:before {
  content: '\E084';
}
.glyphicon.glyphicon-heat:before {
  content: '\E085';
}
.glyphicon.glyphicon-repeat:before {
  content: '\E086';
}
.glyphicon.glyphicon-display:before {
  content: '\E087';
}
.glyphicon.glyphicon-log_book:before {
  content: '\E088';
}
.glyphicon.glyphicon-address_book:before {
  content: '\E089';
}
.glyphicon.glyphicon-building:before {
  content: '\E090';
}
.glyphicon.glyphicon-eyedropper:before {
  content: '\E091';
}
.glyphicon.glyphicon-adjust:before {
  content: '\E092';
}
.glyphicon.glyphicon-tint:before {
  content: '\E093';
}
.glyphicon.glyphicon-crop:before {
  content: '\E094';
}
.glyphicon.glyphicon-vector_path_square:before {
  content: '\E095';
}
.glyphicon.glyphicon-vector_path_circle:before {
  content: '\E096';
}
.glyphicon.glyphicon-vector_path_polygon:before {
  content: '\E097';
}
.glyphicon.glyphicon-vector_path_line:before {
  content: '\E098';
}
.glyphicon.glyphicon-vector_path_curve:before {
  content: '\E099';
}
.glyphicon.glyphicon-vector_path_all:before {
  content: '\E100';
}
.glyphicon.glyphicon-font:before {
  content: '\E101';
}
.glyphicon.glyphicon-italic:before {
  content: '\E102';
}
.glyphicon.glyphicon-bold:before {
  content: '\E103';
}
.glyphicon.glyphicon-text_underline:before {
  content: '\E104';
}
.glyphicon.glyphicon-text_strike:before {
  content: '\E105';
}
.glyphicon.glyphicon-text_height:before {
  content: '\E106';
}
.glyphicon.glyphicon-text_width:before {
  content: '\E107';
}
.glyphicon.glyphicon-text_resize:before {
  content: '\E108';
}
.glyphicon.glyphicon-left_indent:before {
  content: '\E109';
}
.glyphicon.glyphicon-right_indent:before {
  content: '\E110';
}
.glyphicon.glyphicon-align_left:before {
  content: '\E111';
}
.glyphicon.glyphicon-align_center:before {
  content: '\E112';
}
.glyphicon.glyphicon-align_right:before {
  content: '\E113';
}
.glyphicon.glyphicon-justify:before {
  content: '\E114';
}
.glyphicon.glyphicon-list:before {
  content: '\E115';
}
.glyphicon.glyphicon-text_smaller:before {
  content: '\E116';
}
.glyphicon.glyphicon-text_bigger:before {
  content: '\E117';
}
.glyphicon.glyphicon-embed:before {
  content: '\E118';
}
.glyphicon.glyphicon-embed_close:before {
  content: '\E119';
}
.glyphicon.glyphicon-table:before {
  content: '\E120';
}
.glyphicon.glyphicon-message_full:before {
  content: '\E121';
}
.glyphicon.glyphicon-message_empty:before {
  content: '\E122';
}
.glyphicon.glyphicon-message_in:before {
  content: '\E123';
}
.glyphicon.glyphicon-message_out:before {
  content: '\E124';
}
.glyphicon.glyphicon-message_plus:before {
  content: '\E125';
}
.glyphicon.glyphicon-message_minus:before {
  content: '\E126';
}
.glyphicon.glyphicon-message_ban:before {
  content: '\E127';
}
.glyphicon.glyphicon-message_flag:before {
  content: '\E128';
}
.glyphicon.glyphicon-message_lock:before {
  content: '\E129';
}
.glyphicon.glyphicon-message_new:before {
  content: '\E130';
}
.glyphicon.glyphicon-inbox:before {
  content: '\E131';
}
.glyphicon.glyphicon-inbox_plus:before {
  content: '\E132';
}
.glyphicon.glyphicon-inbox_minus:before {
  content: '\E133';
}
.glyphicon.glyphicon-inbox_lock:before {
  content: '\E134';
}
.glyphicon.glyphicon-inbox_in:before {
  content: '\E135';
}
.glyphicon.glyphicon-inbox_out:before {
  content: '\E136';
}
.glyphicon.glyphicon-cogwheel:before {
  content: '\E137';
}
.glyphicon.glyphicon-cogwheels:before {
  content: '\E138';
}
.glyphicon.glyphicon-picture:before {
  content: '\E139';
}
.glyphicon.glyphicon-adjust_alt:before {
  content: '\E140';
}
.glyphicon.glyphicon-database_lock:before {
  content: '\E141';
}
.glyphicon.glyphicon-database_plus:before {
  content: '\E142';
}
.glyphicon.glyphicon-database_minus:before {
  content: '\E143';
}
.glyphicon.glyphicon-database_ban:before {
  content: '\E144';
}
.glyphicon.glyphicon-folder_open:before {
  content: '\E145';
}
.glyphicon.glyphicon-folder_plus:before {
  content: '\E146';
}
.glyphicon.glyphicon-folder_minus:before {
  content: '\E147';
}
.glyphicon.glyphicon-folder_lock:before {
  content: '\E148';
}
.glyphicon.glyphicon-folder_flag:before {
  content: '\E149';
}
.glyphicon.glyphicon-folder_new:before {
  content: '\E150';
}
.glyphicon.glyphicon-edit:before {
  content: '\E151';
}
.glyphicon.glyphicon-new_window:before {
  content: '\E152';
}
.glyphicon.glyphicon-check:before {
  content: '\E153';
}
.glyphicon.glyphicon-unchecked:before {
  content: '\E154';
}
.glyphicon.glyphicon-more_windows:before {
  content: '\E155';
}
.glyphicon.glyphicon-show_big_thumbnails:before {
  content: '\E156';
}
.glyphicon.glyphicon-show_thumbnails:before {
  content: '\E157';
}
.glyphicon.glyphicon-show_thumbnails_with_lines:before {
  content: '\E158';
}
.glyphicon.glyphicon-show_lines:before {
  content: '\E159';
}
.glyphicon.glyphicon-playlist:before {
  content: '\E160';
}
.glyphicon.glyphicon-imac:before {
  content: '\E161';
}
.glyphicon.glyphicon-macbook:before {
  content: '\E162';
}
.glyphicon.glyphicon-ipad:before {
  content: '\E163';
}
.glyphicon.glyphicon-iphone:before {
  content: '\E164';
}
.glyphicon.glyphicon-iphone_transfer:before {
  content: '\E165';
}
.glyphicon.glyphicon-iphone_exchange:before {
  content: '\E166';
}
.glyphicon.glyphicon-ipod:before {
  content: '\E167';
}
.glyphicon.glyphicon-ipod_shuffle:before {
  content: '\E168';
}
.glyphicon.glyphicon-ear_plugs:before {
  content: '\E169';
}
.glyphicon.glyphicon-record:before {
  content: '\E170';
}
.glyphicon.glyphicon-step_backward:before {
  content: '\E171';
}
.glyphicon.glyphicon-fast_backward:before {
  content: '\E172';
}
.glyphicon.glyphicon-rewind:before {
  content: '\E173';
}
.glyphicon.glyphicon-play:before {
  content: '\E174';
}
.glyphicon.glyphicon-pause:before {
  content: '\E175';
}
.glyphicon.glyphicon-stop:before {
  content: '\E176';
}
.glyphicon.glyphicon-forward:before {
  content: '\E177';
}
.glyphicon.glyphicon-fast_forward:before {
  content: '\E178';
}
.glyphicon.glyphicon-step_forward:before {
  content: '\E179';
}
.glyphicon.glyphicon-eject:before {
  content: '\E180';
}
.glyphicon.glyphicon-facetime_video:before {
  content: '\E181';
}
.glyphicon.glyphicon-download_alt:before {
  content: '\E182';
}
.glyphicon.glyphicon-mute:before {
  content: '\E183';
}
.glyphicon.glyphicon-volume_down:before {
  content: '\E184';
}
.glyphicon.glyphicon-volume_up:before {
  content: '\E185';
}
.glyphicon.glyphicon-screenshot:before {
  content: '\E186';
}
.glyphicon.glyphicon-move:before {
  content: '\E187';
}
.glyphicon.glyphicon-more:before {
  content: '\E188';
}
.glyphicon.glyphicon-brightness_reduce:before {
  content: '\E189';
}
.glyphicon.glyphicon-brightness_increase:before {
  content: '\E190';
}
.glyphicon.glyphicon-circle_plus:before {
  content: '\E191';
}
.glyphicon.glyphicon-circle_minus:before {
  content: '\E192';
}
.glyphicon.glyphicon-circle_remove:before {
  content: '\E193';
}
.glyphicon.glyphicon-circle_ok:before {
  content: '\E194';
}
.glyphicon.glyphicon-circle_question_mark:before {
  content: '\E195';
}
.glyphicon.glyphicon-circle_info:before {
  content: '\E196';
}
.glyphicon.glyphicon-circle_exclamation_mark:before {
  content: '\E197';
}
.glyphicon.glyphicon-remove:before {
  content: '\E198';
}
.glyphicon.glyphicon-ok:before {
  content: '\E199';
}
.glyphicon.glyphicon-ban:before {
  content: '\E200';
}
.glyphicon.glyphicon-download:before {
  content: '\E201';
}
.glyphicon.glyphicon-upload:before {
  content: '\E202';
}
.glyphicon.glyphicon-shopping_cart:before {
  content: '\E203';
}
.glyphicon.glyphicon-lock:before {
  content: '\1F512';
}
.glyphicon.glyphicon-unlock:before {
  content: '\E205';
}
.glyphicon.glyphicon-electricity:before {
  content: '\E206';
}
.glyphicon.glyphicon-ok_2:before {
  content: '\E207';
}
.glyphicon.glyphicon-remove_2:before {
  content: '\E208';
}
.glyphicon.glyphicon-cart_out:before {
  content: '\E209';
}
.glyphicon.glyphicon-cart_in:before {
  content: '\E210';
}
.glyphicon.glyphicon-left_arrow:before {
  content: '\E211';
}
.glyphicon.glyphicon-right_arrow:before {
  content: '\E212';
}
.glyphicon.glyphicon-down_arrow:before {
  content: '\E213';
}
.glyphicon.glyphicon-up_arrow:before {
  content: '\E214';
}
.glyphicon.glyphicon-resize_small:before {
  content: '\E215';
}
.glyphicon.glyphicon-resize_full:before {
  content: '\E216';
}
.glyphicon.glyphicon-circle_arrow_left:before {
  content: '\E217';
}
.glyphicon.glyphicon-circle_arrow_right:before {
  content: '\E218';
}
.glyphicon.glyphicon-circle_arrow_top:before {
  content: '\E219';
}
.glyphicon.glyphicon-circle_arrow_down:before {
  content: '\E220';
}
.glyphicon.glyphicon-play_button:before {
  content: '\E221';
}
.glyphicon.glyphicon-unshare:before {
  content: '\E222';
}
.glyphicon.glyphicon-share:before {
  content: '\E223';
}
.glyphicon.glyphicon-chevron-right:before {
  content: '\E224';
}
.glyphicon.glyphicon-chevron-left:before {
  content: '\E225';
}
.glyphicon.glyphicon-bluetooth:before {
  content: '\E226';
}
.glyphicon.glyphicon-euro:before {
  content: '\20AC';
}
.glyphicon.glyphicon-usd:before {
  content: '\E228';
}
.glyphicon.glyphicon-gbp:before {
  content: '\E229';
}
.glyphicon.glyphicon-retweet_2:before {
  content: '\E230';
}
.glyphicon.glyphicon-moon:before {
  content: '\E231';
}
.glyphicon.glyphicon-sun:before {
  content: '\2609';
}
.glyphicon.glyphicon-cloud:before {
  content: '\2601';
}
.glyphicon.glyphicon-direction:before {
  content: '\E234';
}
.glyphicon.glyphicon-brush:before {
  content: '\E235';
}
.glyphicon.glyphicon-pen:before {
  content: '\E236';
}
.glyphicon.glyphicon-zoom_in:before {
  content: '\E237';
}
.glyphicon.glyphicon-zoom_out:before {
  content: '\E238';
}
.glyphicon.glyphicon-pin:before {
  content: '\E239';
}
.glyphicon.glyphicon-albums:before {
  content: '\E240';
}
.glyphicon.glyphicon-rotation_lock:before {
  content: '\E241';
}
.glyphicon.glyphicon-flash:before {
  content: '\E242';
}
.glyphicon.glyphicon-google_maps:before {
  content: '\E243';
}
.glyphicon.glyphicon-anchor:before {
  content: '\2693';
}
.glyphicon.glyphicon-conversation:before {
  content: '\E245';
}
.glyphicon.glyphicon-chat:before {
  content: '\E246';
}
.glyphicon.glyphicon-male:before {
  content: '\E247';
}
.glyphicon.glyphicon-female:before {
  content: '\E248';
}
.glyphicon.glyphicon-asterisk:before {
  content: '\002A';
}
.glyphicon.glyphicon-divide:before {
  content: '\00F7';
}
.glyphicon.glyphicon-snorkel_diving:before {
  content: '\E251';
}
.glyphicon.glyphicon-scuba_diving:before {
  content: '\E252';
}
.glyphicon.glyphicon-oxygen_bottle:before {
  content: '\E253';
}
.glyphicon.glyphicon-fins:before {
  content: '\E254';
}
.glyphicon.glyphicon-fishes:before {
  content: '\E255';
}
.glyphicon.glyphicon-boat:before {
  content: '\E256';
}
.glyphicon.glyphicon-delete:before {
  content: '\E257';
}
.glyphicon.glyphicon-sheriffs_star:before {
  content: '\E258';
}
.glyphicon.glyphicon-qrcode:before {
  content: '\E259';
}
.glyphicon.glyphicon-barcode:before {
  content: '\E260';
}
.glyphicon.glyphicon-pool:before {
  content: '\E261';
}
.glyphicon.glyphicon-buoy:before {
  content: '\E262';
}
.glyphicon.glyphicon-spade:before {
  content: '\E263';
}
.glyphicon.glyphicon-bank:before {
  content: '\1F3E6';
}
.glyphicon.glyphicon-vcard:before {
  content: '\E265';
}
.glyphicon.glyphicon-electrical_plug:before {
  content: '\E266';
}
.glyphicon.glyphicon-flag:before {
  content: '\E267';
}
.glyphicon.glyphicon-credit_card:before {
  content: '\E268';
}
.glyphicon.glyphicon-keyboard-wireless:before {
  content: '\E269';
}
.glyphicon.glyphicon-keyboard-wired:before {
  content: '\E270';
}
.glyphicon.glyphicon-shield:before {
  content: '\E271';
}
.glyphicon.glyphicon-ring:before {
  content: '\02DA';
}
.glyphicon.glyphicon-cake:before {
  content: '\E273';
}
.glyphicon.glyphicon-drink:before {
  content: '\E274';
}
.glyphicon.glyphicon-beer:before {
  content: '\E275';
}
.glyphicon.glyphicon-fast_food:before {
  content: '\E276';
}
.glyphicon.glyphicon-cutlery:before {
  content: '\E277';
}
.glyphicon.glyphicon-pizza:before {
  content: '\E278';
}
.glyphicon.glyphicon-birthday_cake:before {
  content: '\E279';
}
.glyphicon.glyphicon-tablet:before {
  content: '\E280';
}
.glyphicon.glyphicon-settings:before {
  content: '\E281';
}
.glyphicon.glyphicon-bullets:before {
  content: '\E282';
}
.glyphicon.glyphicon-cardio:before {
  content: '\E283';
}
.glyphicon.glyphicon-t-shirt:before {
  content: '\E284';
}
.glyphicon.glyphicon-pants:before {
  content: '\E285';
}
.glyphicon.glyphicon-sweater:before {
  content: '\E286';
}
.glyphicon.glyphicon-fabric:before {
  content: '\E287';
}
.glyphicon.glyphicon-leather:before {
  content: '\E288';
}
.glyphicon.glyphicon-scissors:before {
  content: '\E289';
}
.glyphicon.glyphicon-bomb:before {
  content: '\1F4A3';
}
.glyphicon.glyphicon-skull:before {
  content: '\1F480';
}
.glyphicon.glyphicon-celebration:before {
  content: '\E292';
}
.glyphicon.glyphicon-tea_kettle:before {
  content: '\E293';
}
.glyphicon.glyphicon-french_press:before {
  content: '\E294';
}
.glyphicon.glyphicon-coffe_cup:before {
  content: '\E295';
}
.glyphicon.glyphicon-pot:before {
  content: '\E296';
}
.glyphicon.glyphicon-grater:before {
  content: '\E297';
}
.glyphicon.glyphicon-kettle:before {
  content: '\E298';
}
.glyphicon.glyphicon-hospital:before {
  content: '\1F3E5';
}
.glyphicon.glyphicon-hospital_h:before {
  content: '\E300';
}
.glyphicon.glyphicon-microphone:before {
  content: '\1F3A4';
}
.glyphicon.glyphicon-webcam:before {
  content: '\E302';
}
.glyphicon.glyphicon-temple_christianity_church:before {
  content: '\E303';
}
.glyphicon.glyphicon-temple_islam:before {
  content: '\E304';
}
.glyphicon.glyphicon-temple_hindu:before {
  content: '\E305';
}
.glyphicon.glyphicon-temple_buddhist:before {
  content: '\E306';
}
.glyphicon.glyphicon-bicycle:before {
  content: '\1F6B2';
}
.glyphicon.glyphicon-life_preserver:before {
  content: '\E308';
}
.glyphicon.glyphicon-share_alt:before {
  content: '\E309';
}
.glyphicon.glyphicon-comments:before {
  content: '\E310';
}
.glyphicon.glyphicon-flower:before {
  content: '\2698';
}
.glyphicon.glyphicon-baseball:before {
  content: '\26BE';
}
.glyphicon.glyphicon-rugby:before {
  content: '\E313';
}
.glyphicon.glyphicon-ax:before {
  content: '\E314';
}
.glyphicon.glyphicon-table_tennis:before {
  content: '\E315';
}
.glyphicon.glyphicon-bowling:before {
  content: '\1F3B3';
}
.glyphicon.glyphicon-tree_conifer:before {
  content: '\E317';
}
.glyphicon.glyphicon-tree_deciduous:before {
  content: '\E318';
}
.glyphicon.glyphicon-more_items:before {
  content: '\E319';
}
.glyphicon.glyphicon-sort:before {
  content: '\E320';
}
.glyphicon.glyphicon-filter:before {
  content: '\E321';
}
.glyphicon.glyphicon-gamepad:before {
  content: '\E322';
}
.glyphicon.glyphicon-playing_dices:before {
  content: '\E323';
}
.glyphicon.glyphicon-calculator:before {
  content: '\E324';
}
.glyphicon.glyphicon-tie:before {
  content: '\E325';
}
.glyphicon.glyphicon-wallet:before {
  content: '\E326';
}
.glyphicon.glyphicon-piano:before {
  content: '\E327';
}
.glyphicon.glyphicon-sampler:before {
  content: '\E328';
}
.glyphicon.glyphicon-podium:before {
  content: '\E329';
}
.glyphicon.glyphicon-soccer_ball:before {
  content: '\E330';
}
.glyphicon.glyphicon-blog:before {
  content: '\E331';
}
.glyphicon.glyphicon-dashboard:before {
  content: '\E332';
}
.glyphicon.glyphicon-certificate:before {
  content: '\E333';
}
.glyphicon.glyphicon-bell:before {
  content: '\1F514';
}
.glyphicon.glyphicon-candle:before {
  content: '\E335';
}
.glyphicon.glyphicon-pushpin:before {
  content: '\1F4CC';
}
.glyphicon.glyphicon-iphone_shake:before {
  content: '\E337';
}
.glyphicon.glyphicon-pin_flag:before {
  content: '\E338';
}
.glyphicon.glyphicon-turtle:before {
  content: '\1F422';
}
.glyphicon.glyphicon-rabbit:before {
  content: '\1F407';
}
.glyphicon.glyphicon-globe:before {
  content: '\E341';
}
.glyphicon.glyphicon-briefcase:before {
  content: '\1F4BC';
}
.glyphicon.glyphicon-hdd:before {
  content: '\E343';
}
.glyphicon.glyphicon-thumbs_up:before {
  content: '\E344';
}
.glyphicon.glyphicon-thumbs_down:before {
  content: '\E345';
}
.glyphicon.glyphicon-hand_right:before {
  content: '\E346';
}
.glyphicon.glyphicon-hand_left:before {
  content: '\E347';
}
.glyphicon.glyphicon-hand_up:before {
  content: '\E348';
}
.glyphicon.glyphicon-hand_down:before {
  content: '\E349';
}
.glyphicon.glyphicon-fullscreen:before {
  content: '\E350';
}
.glyphicon.glyphicon-shopping_bag:before {
  content: '\E351';
}
.glyphicon.glyphicon-book_open:before {
  content: '\E352';
}
.glyphicon.glyphicon-nameplate:before {
  content: '\E353';
}
.glyphicon.glyphicon-nameplate_alt:before {
  content: '\E354';
}
.glyphicon.glyphicon-vases:before {
  content: '\E355';
}
.glyphicon.glyphicon-bullhorn:before {
  content: '\E356';
}
.glyphicon.glyphicon-dumbbell:before {
  content: '\E357';
}
.glyphicon.glyphicon-suitcase:before {
  content: '\E358';
}
.glyphicon.glyphicon-file_import:before {
  content: '\E359';
}
.glyphicon.glyphicon-file_export:before {
  content: '\E360';
}
.glyphicon.glyphicon-bug:before {
  content: '\1F41B';
}
.glyphicon.glyphicon-crown:before {
  content: '\1F451';
}
.glyphicon.glyphicon-smoking:before {
  content: '\E363';
}
.glyphicon.glyphicon-cloud-upload:before {
  content: '\E364';
}
.glyphicon.glyphicon-cloud-download:before {
  content: '\E365';
}
.glyphicon.glyphicon-restart:before {
  content: '\E366';
}
.glyphicon.glyphicon-security_camera:before {
  content: '\E367';
}
.glyphicon.glyphicon-expand:before {
  content: '\E368';
}
.glyphicon.glyphicon-collapse:before {
  content: '\E369';
}
.glyphicon.glyphicon-collapse_top:before {
  content: '\E370';
}
.glyphicon.glyphicon-globe_af:before {
  content: '\E371';
}
.glyphicon.glyphicon-global:before {
  content: '\E372';
}
.glyphicon.glyphicon-spray:before {
  content: '\E373';
}
.glyphicon.glyphicon-nails:before {
  content: '\E374';
}
.glyphicon.glyphicon-claw_hammer:before {
  content: '\E375';
}
.glyphicon.glyphicon-classic_hammer:before {
  content: '\E376';
}
.glyphicon.glyphicon-hand_saw:before {
  content: '\E377';
}
.glyphicon.glyphicon-riflescope:before {
  content: '\E378';
}
.glyphicon.glyphicon-electrical_socket_eu:before {
  content: '\E379';
}
.glyphicon.glyphicon-electrical_socket_us:before {
  content: '\E380';
}
.glyphicon.glyphicon-message_forward:before {
  content: '\E381';
}
.glyphicon.glyphicon-coat_hanger:before {
  content: '\E382';
}
.glyphicon.glyphicon-dress:before {
  content: '\1F457';
}
.glyphicon.glyphicon-bathrobe:before {
  content: '\E384';
}
.glyphicon.glyphicon-shirt:before {
  content: '\E385';
}
.glyphicon.glyphicon-underwear:before {
  content: '\E386';
}
.glyphicon.glyphicon-log_in:before {
  content: '\E387';
}
.glyphicon.glyphicon-log_out:before {
  content: '\E388';
}
.glyphicon.glyphicon-exit:before {
  content: '\E389';
}
.glyphicon.glyphicon-new_window_alt:before {
  content: '\E390';
}
.glyphicon.glyphicon-video_sd:before {
  content: '\E391';
}
.glyphicon.glyphicon-video_hd:before {
  content: '\E392';
}
.glyphicon.glyphicon-subtitles:before {
  content: '\E393';
}
.glyphicon.glyphicon-sound_stereo:before {
  content: '\E394';
}
.glyphicon.glyphicon-sound_dolby:before {
  content: '\E395';
}
.glyphicon.glyphicon-sound_5_1:before {
  content: '\E396';
}
.glyphicon.glyphicon-sound_6_1:before {
  content: '\E397';
}
.glyphicon.glyphicon-sound_7_1:before {
  content: '\E398';
}
.glyphicon.glyphicon-copyright_mark:before {
  content: '\E399';
}
.glyphicon.glyphicon-registration_mark:before {
  content: '\E400';
}
.glyphicon.glyphicon-radar:before {
  content: '\E401';
}
.glyphicon.glyphicon-skateboard:before {
  content: '\E402';
}
.glyphicon.glyphicon-golf_course:before {
  content: '\E403';
}
.glyphicon.glyphicon-sorting:before {
  content: '\E404';
}
.glyphicon.glyphicon-sort-by-alphabet:before {
  content: '\E405';
}
.glyphicon.glyphicon-sort-by-alphabet-alt:before {
  content: '\E406';
}
.glyphicon.glyphicon-sort-by-order:before {
  content: '\E407';
}
.glyphicon.glyphicon-sort-by-order-alt:before {
  content: '\E408';
}
.glyphicon.glyphicon-sort-by-attributes:before {
  content: '\E409';
}
.glyphicon.glyphicon-sort-by-attributes-alt:before {
  content: '\E410';
}
.glyphicon.glyphicon-compressed:before {
  content: '\E411';
}
.glyphicon.glyphicon-package:before {
  content: '\1F4E6';
}
.glyphicon.glyphicon-cloud_plus:before {
  content: '\E413';
}
.glyphicon.glyphicon-cloud_minus:before {
  content: '\E414';
}
.glyphicon.glyphicon-disk_save:before {
  content: '\E415';
}
.glyphicon.glyphicon-disk_open:before {
  content: '\E416';
}
.glyphicon.glyphicon-disk_saved:before {
  content: '\E417';
}
.glyphicon.glyphicon-disk_remove:before {
  content: '\E418';
}
.glyphicon.glyphicon-disk_import:before {
  content: '\E419';
}
.glyphicon.glyphicon-disk_export:before {
  content: '\E420';
}
.glyphicon.glyphicon-tower:before {
  content: '\E421';
}
.glyphicon.glyphicon-send:before {
  content: '\E422';
}
.glyphicon.glyphicon-git_branch:before {
  content: '\E423';
}
.glyphicon.glyphicon-git_create:before {
  content: '\E424';
}
.glyphicon.glyphicon-git_private:before {
  content: '\E425';
}
.glyphicon.glyphicon-git_delete:before {
  content: '\E426';
}
.glyphicon.glyphicon-git_merge:before {
  content: '\E427';
}
.glyphicon.glyphicon-git_pull_request:before {
  content: '\E428';
}
.glyphicon.glyphicon-git_compare:before {
  content: '\E429';
}
.glyphicon.glyphicon-git_commit:before {
  content: '\E430';
}
.glyphicon.glyphicon-construction_cone:before {
  content: '\E431';
}
.glyphicon.glyphicon-shoe_steps:before {
  content: '\E432';
}
.glyphicon.glyphicon-plus:before {
  content: '\002B';
}
.glyphicon.glyphicon-minus:before {
  content: '\2212';
}
.glyphicon.glyphicon-redo:before {
  content: '\E435';
}
.glyphicon.glyphicon-undo:before {
  content: '\E436';
}
.glyphicon.glyphicon-golf:before {
  content: '\E437';
}
.glyphicon.glyphicon-hockey:before {
  content: '\E438';
}
.glyphicon.glyphicon-pipe:before {
  content: '\E439';
}
.glyphicon.glyphicon-wrench:before {
  content: '\1F527';
}
.glyphicon.glyphicon-folder_closed:before {
  content: '\E441';
}
.glyphicon.glyphicon-phone_alt:before {
  content: '\E442';
}
.glyphicon.glyphicon-earphone:before {
  content: '\E443';
}
.glyphicon.glyphicon-floppy_disk:before {
  content: '\E444';
}
.glyphicon.glyphicon-floppy_saved:before {
  content: '\E445';
}
.glyphicon.glyphicon-floppy_remove:before {
  content: '\E446';
}
.glyphicon.glyphicon-floppy_save:before {
  content: '\E447';
}
.glyphicon.glyphicon-floppy_open:before {
  content: '\E448';
}
.glyphicon.glyphicon-translate:before {
  content: '\E449';
}
.glyphicon.glyphicon-fax:before {
  content: '\E450';
}
.glyphicon.glyphicon-factory:before {
  content: '\1F3ED';
}
.glyphicon.glyphicon-shop_window:before {
  content: '\E452';
}
.glyphicon.glyphicon-shop:before {
  content: '\E453';
}
.glyphicon.glyphicon-kiosk:before {
  content: '\E454';
}
.glyphicon.glyphicon-kiosk_wheels:before {
  content: '\E455';
}
.glyphicon.glyphicon-kiosk_light:before {
  content: '\E456';
}
.glyphicon.glyphicon-kiosk_food:before {
  content: '\E457';
}
.glyphicon.glyphicon-transfer:before {
  content: '\E458';
}
.glyphicon.glyphicon-money:before {
  content: '\E459';
}
.glyphicon.glyphicon-header:before {
  content: '\E460';
}
.glyphicon.glyphicon-blacksmith:before {
  content: '\E461';
}
.glyphicon.glyphicon-saw_blade:before {
  content: '\E462';
}
.glyphicon.glyphicon-basketball:before {
  content: '\E463';
}
.glyphicon.glyphicon-server:before {
  content: '\E464';
}
.glyphicon.glyphicon-server_plus:before {
  content: '\E465';
}
.glyphicon.glyphicon-server_minus:before {
  content: '\E466';
}
.glyphicon.glyphicon-server_ban:before {
  content: '\E467';
}
.glyphicon.glyphicon-server_flag:before {
  content: '\E468';
}
.glyphicon.glyphicon-server_lock:before {
  content: '\E469';
}
.glyphicon.glyphicon-server_new:before {
  content: '\E470';
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url(/build/fonts/glyphicons-social-regular.a7c3f721.eot);
  src: url(/build/fonts/glyphicons-social-regular.a7c3f721.eot?#iefix) format('embedded-opentype'), url(/build/fonts/glyphicons-social-regular.cd96ead3.woff) format('woff'), url(/build/fonts/glyphicons-social-regular.d3d11369.ttf) format('truetype'), url(/build/images/glyphicons-social-regular.c983774a.svg#glyphicons_socialregular) format('svg');
}
.glyphicon-social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-social.glyphicon-glass:before {
  content: '\e001';
}
.glyphicon-social.glyphicon-pinterest:before {
  content: '\E001';
}
.glyphicon-social.glyphicon-dropbox:before {
  content: '\E002';
}
.glyphicon-social.glyphicon-google_plus:before {
  content: '\E003';
}
.glyphicon-social.glyphicon-jolicloud:before {
  content: '\E004';
}
.glyphicon-social.glyphicon-yahoo:before {
  content: '\E005';
}
.glyphicon-social.glyphicon-blogger:before {
  content: '\E006';
}
.glyphicon-social.glyphicon-picasa:before {
  content: '\E007';
}
.glyphicon-social.glyphicon-amazon:before {
  content: '\E008';
}
.glyphicon-social.glyphicon-tumblr:before {
  content: '\E009';
}
.glyphicon-social.glyphicon-wordpress:before {
  content: '\E010';
}
.glyphicon-social.glyphicon-instapaper:before {
  content: '\E011';
}
.glyphicon-social.glyphicon-evernote:before {
  content: '\E012';
}
.glyphicon-social.glyphicon-xing:before {
  content: '\E013';
}
.glyphicon-social.glyphicon-zootool:before {
  content: '\E014';
}
.glyphicon-social.glyphicon-dribbble:before {
  content: '\E015';
}
.glyphicon-social.glyphicon-deviantart:before {
  content: '\E016';
}
.glyphicon-social.glyphicon-read_it_later:before {
  content: '\E017';
}
.glyphicon-social.glyphicon-linked_in:before {
  content: '\E018';
}
.glyphicon-social.glyphicon-forrst:before {
  content: '\E019';
}
.glyphicon-social.glyphicon-pinboard:before {
  content: '\E020';
}
.glyphicon-social.glyphicon-behance:before {
  content: '\E021';
}
.glyphicon-social.glyphicon-github:before {
  content: '\E022';
}
.glyphicon-social.glyphicon-youtube:before {
  content: '\E023';
}
.glyphicon-social.glyphicon-skitch:before {
  content: '\E024';
}
.glyphicon-social.glyphicon-foursquare:before {
  content: '\E025';
}
.glyphicon-social.glyphicon-quora:before {
  content: '\E026';
}
.glyphicon-social.glyphicon-badoo:before {
  content: '\E027';
}
.glyphicon-social.glyphicon-spotify:before {
  content: '\E028';
}
.glyphicon-social.glyphicon-stumbleupon:before {
  content: '\E029';
}
.glyphicon-social.glyphicon-readability:before {
  content: '\E030';
}
.glyphicon-social.glyphicon-facebook:before {
  content: '\E031';
}
.glyphicon-social.glyphicon-twitter:before {
  content: '\E032';
}
.glyphicon-social.glyphicon-instagram:before {
  content: '\E033';
}
.glyphicon-social.glyphicon-posterous_spaces:before {
  content: '\E034';
}
.glyphicon-social.glyphicon-vimeo:before {
  content: '\E035';
}
.glyphicon-social.glyphicon-flickr:before {
  content: '\E036';
}
.glyphicon-social.glyphicon-last_fm:before {
  content: '\E037';
}
.glyphicon-social.glyphicon-rss:before {
  content: '\E038';
}
.glyphicon-social.glyphicon-skype:before {
  content: '\E039';
}
.glyphicon-social.glyphicon-e-mail:before {
  content: '\E040';
}
.glyphicon-social.glyphicon-vine:before {
  content: '\E041';
}
.glyphicon-social.glyphicon-myspace:before {
  content: '\E042';
}
.glyphicon-social.glyphicon-goodreads:before {
  content: '\E043';
}
.glyphicon-social.glyphicon-apple:before {
  content: '\F8FF';
}
.glyphicon-social.glyphicon-windows:before {
  content: '\E045';
}
.glyphicon-social.glyphicon-yelp:before {
  content: '\E046';
}
.glyphicon-social.glyphicon-playstation:before {
  content: '\E047';
}
.glyphicon-social.glyphicon-xbox:before {
  content: '\E048';
}
.glyphicon-social.glyphicon-android:before {
  content: '\E049';
}
.glyphicon-social.glyphicon-ios:before {
  content: '\E050';
}
@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url(/build/fonts/glyphicons-filetypes-regular.0d8c69c5.eot);
  src: url(/build/fonts/glyphicons-filetypes-regular.0d8c69c5.eot?#iefix) format('embedded-opentype'), url(/build/fonts/glyphicons-filetypes-regular.4249d402.woff) format('woff'), url(/build/images/glyphicons-filetypes-regular.b39005bc.svg#glyphicons_filetypesregular) format('svg');
}
.glyphicon-filetype {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-filetype.glyphicon-txt:before {
  content: '\E001';
}
.glyphicon-filetype.glyphicon-doc:before {
  content: '\E002';
}
.glyphicon-filetype.glyphicon-rtf:before {
  content: '\E003';
}
.glyphicon-filetype.glyphicon-log:before {
  content: '\E004';
}
.glyphicon-filetype.glyphicon-tex:before {
  content: '\E005';
}
.glyphicon-filetype.glyphicon-msg:before {
  content: '\E006';
}
.glyphicon-filetype.glyphicon-text:before {
  content: '\E007';
}
.glyphicon-filetype.glyphicon-wpd:before {
  content: '\E008';
}
.glyphicon-filetype.glyphicon-wps:before {
  content: '\E009';
}
.glyphicon-filetype.glyphicon-docx:before {
  content: '\E010';
}
.glyphicon-filetype.glyphicon-page:before {
  content: '\E011';
}
.glyphicon-filetype.glyphicon-csv:before {
  content: '\E012';
}
.glyphicon-filetype.glyphicon-dat:before {
  content: '\E013';
}
.glyphicon-filetype.glyphicon-tar:before {
  content: '\E014';
}
.glyphicon-filetype.glyphicon-xml:before {
  content: '\E015';
}
.glyphicon-filetype.glyphicon-vcf:before {
  content: '\E016';
}
.glyphicon-filetype.glyphicon-pps:before {
  content: '\E017';
}
.glyphicon-filetype.glyphicon-key:before {
  content: '\1F511';
}
.glyphicon-filetype.glyphicon-ppt:before {
  content: '\E019';
}
.glyphicon-filetype.glyphicon-pptx:before {
  content: '\E020';
}
.glyphicon-filetype.glyphicon-sdf:before {
  content: '\E021';
}
.glyphicon-filetype.glyphicon-gbr:before {
  content: '\E022';
}
.glyphicon-filetype.glyphicon-ged:before {
  content: '\E023';
}
.glyphicon-filetype.glyphicon-mp3:before {
  content: '\E024';
}
.glyphicon-filetype.glyphicon-m4a:before {
  content: '\E025';
}
.glyphicon-filetype.glyphicon-waw:before {
  content: '\E026';
}
.glyphicon-filetype.glyphicon-wma:before {
  content: '\E027';
}
.glyphicon-filetype.glyphicon-mpa:before {
  content: '\E028';
}
.glyphicon-filetype.glyphicon-iff:before {
  content: '\E029';
}
.glyphicon-filetype.glyphicon-aif:before {
  content: '\E030';
}
.glyphicon-filetype.glyphicon-ra:before {
  content: '\E031';
}
.glyphicon-filetype.glyphicon-mid:before {
  content: '\E032';
}
.glyphicon-filetype.glyphicon-m3v:before {
  content: '\E033';
}
.glyphicon-filetype.glyphicon-e_3gp:before {
  content: '\E034';
}
.glyphicon-filetype.glyphicon-shf:before {
  content: '\E035';
}
.glyphicon-filetype.glyphicon-avi:before {
  content: '\E036';
}
.glyphicon-filetype.glyphicon-asx:before {
  content: '\E037';
}
.glyphicon-filetype.glyphicon-mp4:before {
  content: '\E038';
}
.glyphicon-filetype.glyphicon-e_3g2:before {
  content: '\E039';
}
.glyphicon-filetype.glyphicon-mpg:before {
  content: '\E040';
}
.glyphicon-filetype.glyphicon-asf:before {
  content: '\E041';
}
.glyphicon-filetype.glyphicon-vob:before {
  content: '\E042';
}
.glyphicon-filetype.glyphicon-wmv:before {
  content: '\E043';
}
.glyphicon-filetype.glyphicon-mov:before {
  content: '\E044';
}
.glyphicon-filetype.glyphicon-srt:before {
  content: '\E045';
}
.glyphicon-filetype.glyphicon-m4v:before {
  content: '\E046';
}
.glyphicon-filetype.glyphicon-flv:before {
  content: '\E047';
}
.glyphicon-filetype.glyphicon-rm:before {
  content: '\E048';
}
.glyphicon-filetype.glyphicon-png:before {
  content: '\E049';
}
.glyphicon-filetype.glyphicon-psd:before {
  content: '\E050';
}
.glyphicon-filetype.glyphicon-psp:before {
  content: '\E051';
}
.glyphicon-filetype.glyphicon-jpg:before {
  content: '\E052';
}
.glyphicon-filetype.glyphicon-tif:before {
  content: '\E053';
}
.glyphicon-filetype.glyphicon-tiff:before {
  content: '\E054';
}
.glyphicon-filetype.glyphicon-gif:before {
  content: '\E055';
}
.glyphicon-filetype.glyphicon-bmp:before {
  content: '\E056';
}
.glyphicon-filetype.glyphicon-tga:before {
  content: '\E057';
}
.glyphicon-filetype.glyphicon-thm:before {
  content: '\E058';
}
.glyphicon-filetype.glyphicon-yuv:before {
  content: '\E059';
}
.glyphicon-filetype.glyphicon-dds:before {
  content: '\E060';
}
.glyphicon-filetype.glyphicon-ai:before {
  content: '\E061';
}
.glyphicon-filetype.glyphicon-eps:before {
  content: '\E062';
}
.glyphicon-filetype.glyphicon-ps:before {
  content: '\E063';
}
.glyphicon-filetype.glyphicon-svg:before {
  content: '\E064';
}
.glyphicon-filetype.glyphicon-pdf:before {
  content: '\E065';
}
.glyphicon-filetype.glyphicon-pct:before {
  content: '\E066';
}
.glyphicon-filetype.glyphicon-indd:before {
  content: '\E067';
}
.glyphicon-filetype.glyphicon-xlr:before {
  content: '\E068';
}
.glyphicon-filetype.glyphicon-xls:before {
  content: '\E069';
}
.glyphicon-filetype.glyphicon-xlsx:before {
  content: '\E070';
}
.glyphicon-filetype.glyphicon-db:before {
  content: '\E071';
}
.glyphicon-filetype.glyphicon-dbf:before {
  content: '\E072';
}
.glyphicon-filetype.glyphicon-mdb:before {
  content: '\E073';
}
.glyphicon-filetype.glyphicon-pdb:before {
  content: '\E074';
}
.glyphicon-filetype.glyphicon-sql:before {
  content: '\E075';
}
.glyphicon-filetype.glyphicon-aacd:before {
  content: '\E076';
}
.glyphicon-filetype.glyphicon-app:before {
  content: '\E077';
}
.glyphicon-filetype.glyphicon-exe:before {
  content: '\E078';
}
.glyphicon-filetype.glyphicon-com:before {
  content: '\E079';
}
.glyphicon-filetype.glyphicon-bat:before {
  content: '\E080';
}
.glyphicon-filetype.glyphicon-apk:before {
  content: '\E081';
}
.glyphicon-filetype.glyphicon-jar:before {
  content: '\E082';
}
.glyphicon-filetype.glyphicon-hsf:before {
  content: '\E083';
}
.glyphicon-filetype.glyphicon-pif:before {
  content: '\E084';
}
.glyphicon-filetype.glyphicon-vb:before {
  content: '\E085';
}
.glyphicon-filetype.glyphicon-cgi:before {
  content: '\E086';
}
.glyphicon-filetype.glyphicon-css:before {
  content: '\E087';
}
.glyphicon-filetype.glyphicon-js:before {
  content: '\E088';
}
.glyphicon-filetype.glyphicon-php:before {
  content: '\E089';
}
.glyphicon-filetype.glyphicon-xhtml:before {
  content: '\E090';
}
.glyphicon-filetype.glyphicon-htm:before {
  content: '\E091';
}
.glyphicon-filetype.glyphicon-html:before {
  content: '\E092';
}
.glyphicon-filetype.glyphicon-asp:before {
  content: '\E093';
}
.glyphicon-filetype.glyphicon-cer:before {
  content: '\E094';
}
.glyphicon-filetype.glyphicon-jsp:before {
  content: '\E095';
}
.glyphicon-filetype.glyphicon-cfm:before {
  content: '\E096';
}
.glyphicon-filetype.glyphicon-aspx:before {
  content: '\E097';
}
.glyphicon-filetype.glyphicon-rss:before {
  content: '\E098';
}
.glyphicon-filetype.glyphicon-csr:before {
  content: '\E099';
}
.glyphicon-filetype.glyphicon-less:before {
  content: '\003C';
}
.glyphicon-filetype.glyphicon-otf:before {
  content: '\E101';
}
.glyphicon-filetype.glyphicon-ttf:before {
  content: '\E102';
}
.glyphicon-filetype.glyphicon-font:before {
  content: '\E103';
}
.glyphicon-filetype.glyphicon-fnt:before {
  content: '\E104';
}
.glyphicon-filetype.glyphicon-eot:before {
  content: '\E105';
}
.glyphicon-filetype.glyphicon-woff:before {
  content: '\E106';
}
.glyphicon-filetype.glyphicon-zip:before {
  content: '\E107';
}
.glyphicon-filetype.glyphicon-zipx:before {
  content: '\E108';
}
.glyphicon-filetype.glyphicon-rar:before {
  content: '\E109';
}
.glyphicon-filetype.glyphicon-targ:before {
  content: '\E110';
}
.glyphicon-filetype.glyphicon-sitx:before {
  content: '\E111';
}
.glyphicon-filetype.glyphicon-deb:before {
  content: '\E112';
}
.glyphicon-filetype.glyphicon-e_7z:before {
  content: '\E113';
}
.glyphicon-filetype.glyphicon-pkg:before {
  content: '\E114';
}
.glyphicon-filetype.glyphicon-rpm:before {
  content: '\E115';
}
.glyphicon-filetype.glyphicon-cbr:before {
  content: '\E116';
}
.glyphicon-filetype.glyphicon-gz:before {
  content: '\E117';
}
.glyphicon-filetype.glyphicon-dmg:before {
  content: '\E118';
}
.glyphicon-filetype.glyphicon-cue:before {
  content: '\E119';
}
.glyphicon-filetype.glyphicon-bin:before {
  content: '\E120';
}
.glyphicon-filetype.glyphicon-iso:before {
  content: '\E121';
}
.glyphicon-filetype.glyphicon-hdf:before {
  content: '\E122';
}
.glyphicon-filetype.glyphicon-vcd:before {
  content: '\E123';
}
.glyphicon-filetype.glyphicon-bak:before {
  content: '\E124';
}
.glyphicon-filetype.glyphicon-tmp:before {
  content: '\E125';
}
.glyphicon-filetype.glyphicon-ics:before {
  content: '\E126';
}
.glyphicon-filetype.glyphicon-msi:before {
  content: '\E127';
}
.glyphicon-filetype.glyphicon-cfg:before {
  content: '\E128';
}
.glyphicon-filetype.glyphicon-ini:before {
  content: '\E129';
}
.glyphicon-filetype.glyphicon-prf:before {
  content: '\E130';
}
.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: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.666666;
  color: #333333;
  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: #999999;
}
.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: 11px;
  line-height: 1.666666;
  color: #999999;
  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: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.33;
  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: 38px;
  line-height: 38px;
}
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: 26px;
  padding: 4px 8px;
  font-size: 11px;
  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: 26px;
  line-height: 26px;
}
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: 5px 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 8px 14px;
  font-size: 15px;
  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: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 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.666666;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #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: 40px;
  margin-bottom: 19px;
  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;
  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;
    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: 40px;
  padding: 10.5px 15px;
  font-size: 15px;
  line-height: 19px;
}
.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: 3px;
  margin-bottom: 3px;
  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: 5.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 19px;
  }
  .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: 10.5px;
    padding-bottom: 10.5px;
  }
}
.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: 4.5px;
  margin-bottom: 4.5px;
}
@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: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
@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: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #222222;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00ccff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00ccff;
  background-color: transparent;
}
.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: #00ccff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #00ccff;
    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: #00ccff;
    background-color: transparent;
  }
  .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: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #00ccff;
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #00ccff;
}
.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: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.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: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 9px;
  margin-left: -1px;
  line-height: 1.666666;
  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: #eeeeee;
  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: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.33;
}
.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: 4px 8px;
  font-size: 11px;
  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: 19px 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: #eeeeee;
}
.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: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.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: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  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: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.666666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.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: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 19px;
  margin-bottom: 19px;
  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: 11px;
  line-height: 19px;
  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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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);
  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: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: #999999;
}
.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: 19px;
  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: 14px;
  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 #bbb;
}
.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: 19px;
}
.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: #333333;
  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: #333333;
}
.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: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.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;
  -moz-transition: -moz-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;
  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: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.666666;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  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: 1030;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.666666;
  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: 11px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.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: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.666666;
  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;
  background-color: #fff;
  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: 12px;
  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: 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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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: 0.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: 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: 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: 0.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,
.row .collection-item:before,
.row .collection-item:after,
.form-group .collection-item:before,
.form-group .collection-item: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,
.row .collection-item:after,
.form-group .collection-item:after {
  clear: both;
}
.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,
.row .collection-item:before,
.row .collection-item:after,
.form-group .collection-item:before,
.form-group .collection-item:after {
  content: " ";
  display: table;
}
.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,
.row .collection-item:after,
.form-group .collection-item: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,
.visible-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-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) and (max-width: 1499px) {
  .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) and (max-width: 1499px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1500px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1500px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1500px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1500px) {
  .visible-xl-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) and (max-width: 1499px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hidden-xl {
    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;
  }
}
/*!
 * MopaBootstrapBundle pagination support
 */
.pagination .disabled a,
.pagination .disabled a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #BFBFBF;
  cursor: default;
}
.pagination .next a {
  border-right: 1px solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}
/*
 * moving subnavigation bar snapping to top on scroll
 * http://stackoverflow.com/questions/9179708/replicating-bootstraps-main-nav-and-subnav
 * http://stackoverflow.com/questions/10318163/subnav-bar-collapsed-with-twitter-bootstrap
 * http://twitter.github.com/bootstrap/assets/css/docs.css
 */
/* Subnav */
.subnav {
  width: 100%;
  background-color: #eeeeee;
  /* Old browsers */
  background-repeat: repeat-x;
  /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020;
    /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px;
    /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 15px;
}
/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px;
    /* 2px less to account for left/right borders being removed when in fixed mode */
  }
}
/**
 * To support subnavbars we add a section padding top, 
 * so if you use inpage anchors wrap them in sections to have correct scrolling padding-top
 */
section {
  padding-top: 0px;
}
/*!
 * MopaBootstrapBundle collection support
 */
.row .collection-item,
.form-group .collection-item {
  margin-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
/**
* Some fixes for displaying google maps inside a page with bootstrap
*/
.gmnoprint img {
  max-width: none;
}
/* ======== Fixes ======== */
/* BS3/Select2 fix */
div.select2-container.form-control {
  padding: 0;
  border: 0;
}
/* ======== AddOns ======== */
.btn-outline {
  background-color: #ffffff;
  border-color: #00ccff;
  color: #5bc0de;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  background-color: #5bc0de;
  color: #ffffff;
}
.btn-outline-inverse {
  background-color: rgba(0, 0, 0, 0);
  border-color: #00ccff;
  color: #ffffff;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  background-color: #ffffff;
  color: #5bc0de;
  text-shadow: none;
}
/* Icons und Bilder in Navbar vergrößern */
.navbar ul.nav li.icon > a {
  padding: 8px 10px 10px 10px;
  font-size: 19px;
  line-height: 20px;
  vertical-align: text-bottom;
}
.navbar ul.nav li.icon > a .badge {
  position: absolute;
  padding: 1px 3px;
  right: 2px;
  top: 5px;
  z-index: 2;
}
.navbar ul.nav li.no-padding > a {
  padding: 0;
}
.navbar ul.nav li > a > span.navbar-collapse-icon {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 18px;
  vertical-align: text-bottom;
}
.navbar a.navbar-brand.no-padding {
  padding: 0;
}
.tab-content {
  margin-top: 15px;
}
.tab-content.tab-bordered {
  margin-top: 0px;
  border: 1px solid #ddd;
  border-top: 0;
}
table .row-actions {
  width: 120px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: right;
}
table .row-actions * {
  text-align: left;
}
td.table-actions div.btn-group a {
  padding: 2px 4px;
}
table.table-stacked tbody tr td {
  padding: 0;
}
table.table-stacked tbody table {
  width: 100%;
}
table.table-stacked tbody table tr td,
table.table-stacked tbody table tr th {
  padding: 8px;
  vertical-align: top;
}
.glyphicon.glyphicon-btn {
  font-size: 18px;
}
.badge-default {
  background-color: #999999;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #808080;
}
.badge-primary {
  background-color: #337ab7;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #286090;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #449d44;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #31b0d5;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #ec971f;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #c9302c;
}
.color-primary {
  color: #337ab7;
}
.color-success {
  color: #5cb85c;
}
.color-warning {
  color: #f0ad4e;
}
.color-danger {
  color: #d9534f;
}
.color-info {
  color: #5bc0de;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
html {
  overflow: scroll;
  overflow-x: auto;
  height: 100%;
}
body {
  padding-top: 40px;
  height: 100%;
  background: #fff;
}
body > .base .page header {
  padding: 0;
  margin-bottom: 15px;
}
body > .base .page header .header-row:before,
body > .base .page header .header-row:after {
  display: table;
  content: " ";
}
body > .base .page header .header-row:after {
  clear: both;
}
body > .base .page header .header-row:before,
body > .base .page header .header-row:after {
  display: table;
  content: " ";
}
body > .base .page header .header-row:after {
  clear: both;
}
body > .base .page header .header-row:before,
body > .base .page header .header-row:after {
  content: " ";
  display: table;
}
body > .base .page header .header-row:after {
  clear: both;
}
body > .base .page header .header-row:before,
body > .base .page header .header-row:after {
  content: " ";
  display: table;
}
body > .base .page header .header-row:after {
  clear: both;
}
body > .base .page header .header-row .header-title {
  float: left;
}
body > .base .page header .header-row .header-tools {
  float: right;
  margin: 19px 0 10px 0;
}
body > .base .page header .filters {
  margin-bottom: 15px;
  padding: 7.5px 0;
}
body > .base .page header .filters table {
  width: 100%;
}
body > .base .page header .filters table tr td {
  width: 33.3333%;
}
body > .base > footer {
  padding: 30px 0 50px;
  border-top: 1px solid #eee;
  text-align: center;
}
.fragment-loading {
  position: relative;
}
.fragment-loading > .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fragment-loading > .loader > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.search-wrapper {
  margin: 10px 0;
}
.search-wrapper.single-search-wrapper {
  background: #f9f9f9;
  border: 1px solid #c8c8c8;
  padding: 8px;
}
.search-wrapper ul.nav.nav-tabs {
  margin-bottom: -1px;
}
.search-wrapper ul.nav.nav-tabs > li > a {
  padding: 4px 10px;
}
.search-wrapper ul.nav.nav-tabs > li.active > a {
  background: #f6f6f6;
}
.search-wrapper .tab-content {
  background: #f6f6f6;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #c8c8c8;
}
.header-tools .btn-group {
  margin-left: 7.5px;
}
.header-tools .btn.active {
  color: white;
  background: #08c;
  border-color: #08c;
  /*
    box-shadow: inset 0 0 3px rgba(0,0,0,.6);
    border: 1px solid #555;
    */
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(255, 255, 255, 0.5);
}
.remote-loading {
  position: relative;
}
.remote-loading > .loading-overlay {
  display: block;
  z-index: 10000;
}
.remote-loading > .loading-overlay > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 4px;
  background: rgba(40, 40, 40, 0.5);
  text-align: center;
  vertical-align: middle;
}
.remote-loading > .loading-overlay > .loader > img {
  width: 32px;
  height: 32px;
  margin: 14px;
}
div.navbar.navbar-fixed-top .navbar-header > .navbar-brand {
  margin: 0;
}
div.navbar.navbar-fixed-top .nav.navbar-nav.navbar-right {
  margin: 0;
}
/*
 * Global add-ons
 */
div.header > h3 {
  margin: 14px 0 6px 0;
}
div.header > div.pull-right {
  margin: 12px 0 4px 0;
}
hr.small {
  margin: 4px 0;
}
hr.clear {
  clear: both;
}
div.container > * > div.content-tabs {
  padding: 0 20px;
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
}
.navigation.navigation-center {
  text-align: center;
}
/*
 * Sidebar
 */
/* Hide for mobile, show later */
.manager-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .manager-sidebar.collapse {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    padding: 0 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #222222;
    border-right: 1px solid #eee;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .manager-sidebar.collapse.in {
    position: static;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    padding: 0 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #222222;
    max-height: 340px;
    width: 100%;
  }
}
/* Sidebar navigation */
.manager-sidebar .navbar-nav {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  float: none;
}
.manager-sidebar .navbar-nav > li {
  float: none;
  background: #222222;
}
.manager-sidebar .navbar-nav > li:hover {
  background: #333333;
}
.manager-sidebar .navbar-nav > li.dropdown > a:after {
  float: right;
  display: inline-block;
  position: relative;
  top: 8px;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  border-left: 6px solid transparent;
  content: '';
}
.manager-sidebar .navbar-nav > li.open > a,
.manager-sidebar .navbar-nav > li > a {
  background: transparent;
  border-left: 6px solid #003d4d;
  border-bottom: 1px solid #333333;
  color: #999999;
  padding-right: 20px;
  padding-left: 19px;
  display: block;
}
.manager-sidebar .navbar-nav > li.open > a:focus,
.manager-sidebar .navbar-nav > li > a:focus,
.manager-sidebar .navbar-nav > li.open > a:hover,
.manager-sidebar .navbar-nav > li > a:hover {
  background: transparent;
  background-image: -webkit-linear-gradient(left, #003d4d 0%, #222222 10%);
  background-image: -o-linear-gradient(left, #003d4d 0%, #222222 10%);
  background-image: linear-gradient(to right, #003d4d 0%, #222222 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003d4d', endColorstr='#ff222222', GradientType=1);
  background-repeat: repeat-x;
}
.manager-sidebar .navbar-nav > li > ul {
  margin: 0;
  padding: 0;
}
.manager-sidebar .navbar-nav > li > ul.dropdown-menu {
  float: none;
  position: relative;
  top: 0;
}
.manager-sidebar .navbar-nav > li > ul > li {
  background-image: -webkit-linear-gradient(top, #282828 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #282828 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #282828 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff222222', GradientType=0);
  background-repeat: repeat-x;
  border-bottom: 1px solid #333333;
  list-style: none;
  margin: 0;
  padding: 3px 10px 1px 25px;
}
.manager-sidebar .navbar-nav > li > ul > li > a {
  display: block;
  color: #999999;
  padding: 0;
}
.manager-sidebar .navbar-nav > li > ul > li > a:focus,
.manager-sidebar .navbar-nav > li > ul > li > a:hover {
  background: transparent;
  text-decoration: none;
  color: #eeeeee;
}
.manager-sidebar .navbar-nav > li > ul > li.active {
  background-color: #333333;
}
.manager-sidebar .navbar-nav > li > ul > li.active > a {
  color: #eeeeee;
}
.manager-sidebar .navbar-nav > .active > ul.dropdown-menu {
  display: block;
}
.manager-sidebar .navbar-nav > .active > ul.dropdown-menu > li > a {
  background: transparent;
}
.manager-sidebar .navbar-nav > .active > ul.dropdown-menu > li > a:focus,
.manager-sidebar .navbar-nav > .active > ul.dropdown-menu > li > a:hover {
  background: transparent;
  color: #eeeeee;
}
.manager-sidebar .navbar-nav > .active > a {
  color: #fff;
  border-left: 6px solid #00ccff;
  background-image: -webkit-linear-gradient(left, #002933 0%, #222222 10%);
  background-image: -o-linear-gradient(left, #002933 0%, #222222 10%);
  background-image: linear-gradient(to right, #002933 0%, #222222 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002933', endColorstr='#ff222222', GradientType=1);
  background-repeat: repeat-x;
}
.manager-sidebar .navbar-nav > .active > a:hover {
  background-image: -webkit-linear-gradient(left, #003d4d 0%, #222222 20%);
  background-image: -o-linear-gradient(left, #003d4d 0%, #222222 20%);
  background-image: linear-gradient(to right, #003d4d 0%, #222222 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003d4d', endColorstr='#ff222222', GradientType=1);
  background-repeat: repeat-x;
}
/*
 * Breadcrumbs
 */
div.breadcrumbs {
  background: white;
  border-bottom: 1px solid #eee;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper {
  width: 100%;
  height: 28px;
  /*  overflow: hidden; */
  padding-top: 4px;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb {
  background: none;
  padding: 0;
  clear: both;
  font-size: 0;
  margin-bottom: 0;
  border-top-right-radius: 0;
  float: right;
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li:before {
  content: '';
  padding: 0;
  margin: 0;
  border: 0;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li.parent-group {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 9px;
  margin: 0 0 0 7px;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li > .btn-group {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li > .btn-group.open > .btn-breadcrumb.dropdown-toggle {
  box-shadow: none;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li > .btn-group.open {
  box-shadow: none;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li a.btn-breadcrumb,
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li button.btn-breadcrumb {
  display: inline-block;
  background: none;
  color: #337ab7;
  border: 0;
  padding: 1px 1px 1px 4px;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li a.btn-breadcrumb.dropdown-toggle:after,
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li button.btn-breadcrumb.dropdown-toggle:after {
  content: '';
  /* Dropdown-Pfeile, kopiert aus .caret */
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li:first-of-type {
  margin: 0;
  padding-left: 0;
  background-image: none /* url('/images/breadcrumbs/right_active.png') */;
  /*      background-repeat: no-repeat;
                background-position: right; */
  /*     background-repeat: no-repeat;
              background-position: right;
         */
}
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li:first-of-type a.btn-breadcrumb,
div.breadcrumbs > div.container div.breadcrumb-wrapper ol.breadcrumb > li:first-of-type button.btn-breadcrumb {
  padding-left: 6px;
}
/*
 * Main content
 */
/* FORMS */
.form-horizontal fieldset {
  margin-bottom: 20px;
}
.form-group.form-actions {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid #66afe9;
}
/* TABS */
.tab-bordered {
  padding: 20px;
  border: 1px solid #bbb;
  border-top: 0;
}
.tab-bordered .tab-header {
  border-bottom: 1px solid #bbb;
  margin: 0 0 18px;
  padding-bottom: 8px;
}
.tab-bordered .tab-header h2 {
  margin-top: 0;
}
/* Navbar */
@media screen and (min-width: 768px) {
  /* Rechte Icon-Leiste weiter nach Rechts. Nicht bei kleiner Variante */
  ul.nav.navbar-nav.pull-right {
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  /* Rechte Icon-Leiste weiter nach Rechts. Nicht bei kleiner Variante */
  a.navbar-brand {
    margin-left: 15px;
  }
}
span.navbar-profile-box {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
span.navbar-profile-box img {
  margin-bottom: 5px;
}
/* Tables */
.table.table-outer-border {
  border: 1px solid #bbb;
  border-collapse: separate;
}
/* ======== Desktop ======== */
.manager-main .header-toolbar > a > img.img-responsive {
  margin: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.manager-main .header-toolbar > a > img.img-responsive:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.manager-main .panel > .panel {
  border: 0;
  margin: 0;
}
/**
 * PROJEKTTABELLE
 */
table.table tr > td.project-state {
  padding: 2px 4px;
  text-align: center;
  vertical-align: middle;
  width: 34px;
}
table.casualties {
  border-collapse: separate;
  margin: 0;
}
table.casualties > * > tr > .casualty,
table.casualties > * > tr > .rowlabel {
  border-right: 1px solid #ddd;
  width: 250px;
}
table.casualties > * > tr > td.casualty {
  padding: 0;
}
table.casualties > * > tr > td.period {
  padding: 10px 5px 5px 33px;
  font-size: 12px;
  color: #333;
  height: 36px;
}
table.casualties td,
table.casualties th {
  height: 24px;
  line-height: 24px;
}
table.casualties tr.commentrow td,
table.casualties tr.commentrow th {
  height: 48px;
  line-height: 48px;
}
table.casualties tr.commentrow td div.splittingbar-wrapper,
table.casualties tr.commentrow th div.splittingbar-wrapper {
  height: 54px;
}
table.casualties > tbody > tr {
  border: 0;
}
table.casualties > * > tr > .events {
  padding: 0;
  vertical-align: middle;
}
table.casualties > * > tr > .events > ul.events {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
table.casualties > * > tr > .events > ul.events > li {
  position: absolute;
  top: -10px;
  margin-left: -7px;
}
table.casualties > * > tr > .events > ul.events > li > a {
  color: black;
}
table.casualties > * > tr > .events > ul.events > li.event {
  z-index: 32;
}
table.casualties > * > tr > .events > ul.events > li#add-event-helper {
  z-index: 31;
  display: none;
}
table.casualties > tbody > tr.row_active {
  box-shadow: 0px 0px 14px rgba(0, 93, 200, 0.6);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 93, 200, 0.6);
  -moz-box-shadow: 0px 0px 14px rgba(0, 93, 200, 0.6);
  z-index: 20;
}
table.casualties > tbody > tr.row_active > td:first-of-type {
  background: #eeeeee;
}
table.casualties > tbody > tr.row_active > td:first-of-type table.infotable tr > * {
  background: #eeeeee;
}
table.casualties > tbody > tr > th,
table.casualties > tbody > tr > td {
  border-top: 1px solid #ddd;
}
table.casualties.casualties > * > tr > th.repairs {
  padding: 0;
}
table.casualties.casualties > * > tr > th.repairs div.limit {
  padding: 5px;
}
table.casualties.casualties > * > tr > th.repairs div.left-limit {
  /*   border-left: 1px solid #999;  */
}
table.casualties.casualties > * > tr > th.repairs div.right-limit {
  /*   border-right: 1px solid #999;  */
}
table.casualties.casualties > * > tr > td.repairs {
  padding: 0;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs {
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
  margin: 0;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs > * > tr {
  height: 35px;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs > * > tr > * {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs > tbody > tr > td {
  border-bottom: 0;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs > thead > tr > th {
  height: 26px;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper {
  height: 33px;
  width: 100%;
  padding: 0;
  position: relative;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div {
  height: 34px;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-bars {
  z-index: 10;
  position: relative;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-bars div.bar {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-bars div.bar .label {
  margin: 0;
  padding: 0;
  color: #333;
  background: none;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-bars div.bar .label.title-label {
  font-weight: normal;
  font-size: 0.9em;
  position: relative;
  top: -10px;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-bars div.bar.bar-franchise {
  background: #ddd;
}
table.casualties.casualties > * > tr > td.repairs > table.casualtyrepairs tr div.repairbar-wrapper div.layer-label {
  z-index: 11;
}
table.casualties tr.create-period-bar div.create-period-helper {
  display: none;
  background-color: #51b749;
  color: white;
}
table.casualties tr.create-period-bar div.create-period-helper * {
  color: white;
}
table.casualties tr.create-period-bar:hover div.create-period-helper {
  display: none;
}
table.casualties td.splittings {
  padding: 0;
}
table.casualties.casualties > * > tr > .casualty > table.infotable {
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
  margin: 0;
}
table.casualties.casualties > * > tr > .casualty > table.infotable > thead > tr {
  background: #fafafa;
  height: 32px;
}
table.casualties.casualties > * > tr > .casualty > table.infotable > thead > tr > th {
  height: 26px;
}
table.casualties.casualties > * > tr > .casualty > table.infotable > thead > tr > th.position {
  width: 34px;
  text-align: center;
  font-weight: bold;
}
table.casualties.casualties > * > tr > .casualty > table.infotable > thead > tr > th.number {
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
table.casualties.casualties > * > tr > .casualty > table.infotable > thead > tr > th.position > .actions {
  display: none;
}
table.casualties.casualties > * > tr:hover > .casualty > table.infotable > thead > tr > th.position > .cellvalue {
  display: none;
}
table.casualties.casualties > * > tr.row_active > .casualty > table.infotable > thead > tr > th.position > .cellvalue {
  display: none;
}
table.casualties.casualties > * > tr:hover > .casualty > table.infotable > thead > tr > th.position > .actions,
table.casualties.casualties > * > tr.row_active > .casualty > table.infotable > thead > tr > th.position > .actions {
  display: block;
  height: 22px;
  width: 100%;
}
table.casualties .btn.statebutton.ajaxloading {
  background: url(/build/images/spinner_small.56d4c7ce.gif) center center no-repeat;
  display: block;
}
table.casualties > * > tr .collapsed-hide {
  display: none;
}
table.casualties > * > tr.expanded tr.collapsed-hide {
  display: table-row;
}
table.casualties > * > tr.expanded div.collapsed-hide {
  display: block;
}
table.casualties td.casualtyordergripper {
  display: none;
  padding: 0;
  width: 12px;
  background: #708090;
  cursor: move;
}
table.casualties div.splittingbar-wrapper {
  height: 33px;
  width: 100%;
  padding: 0;
  position: relative;
}
table.casualties div.splittingbar-wrapper div {
  height: 100%;
}
table.casualties div.splittingbar-wrapper div.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.casualties div.splittingbar-wrapper div.layer-bars {
  z-index: 10;
  position: relative;
  /*
      div.bar.bar-splitting {
        background: #444;
        color: white;

        & * {
          color: white;
        }
      }
      */
}
table.casualties div.splittingbar-wrapper div.layer-bars div.bar {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: center;
  background: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.casualties div.splittingbar-wrapper div.layer-bars div.bar .label {
  color: #333;
  background: none;
  margin-top: 8px;
}
table.casualties div.splittingbar-wrapper div.layer-bars div.bar-franchise {
  background: #f9f9f9;
}
table.casualties div.splittingbar-wrapper div.layer-label {
  z-index: 11;
}
table.casualties a.statebutton {
  height: 18px;
  padding: 3px 2px 2px;
  margin: 3px 0 0 0;
  width: 20px;
  border-radius: 20px;
  color: white;
}
table.casualties.bars-in-selection div.bar {
  opacity: 0.6;
}
table.casualties.bars-in-selection div.bar.selected {
  opacity: 1;
}
table.splittingtable {
  margin: 0;
}
table.splittingtable * > tr > .name {
  padding-left: 30px;
}
table.splittingtable * > tr > .value {
  padding-right: 30px;
}
table.splittingtable tbody > tr:first-of-type > th {
  border-top-width: 3px;
}
table.splittingtable tfoot > tr > th {
  border-top-width: 3px;
}
.splittingperiodintervalinput input.intervalinput {
  width: 70px;
  text-align: right;
}
div.period_label {
  position: absolute;
  width: 70px;
  height: 33px;
  text-align: center;
  z-index: 15;
  pointer-events: none;
  line-height: 1em;
  display: none;
}
div.period_label > span.date-container {
  font-size: 0.8em;
  padding: 1px 4px;
  background: white;
}
div#period_label_begin {
  text-align: right;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
div#period_label_end {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
}
div#period_label_end.to-left {
  text-align: right;
  border-left: none;
  border-right: 1px solid #555;
}
#period_label_helper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: right;
  height: 24px;
  width: 80px;
  margin: 0 0 0 -80px;
  border-right: 1px dotted #555;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.susibridge-redirect img {
  height: 11px;
  position: relative;
  top: -2px;
}
table a.changeentityhighlight {
  display: none;
}
.btn-round {
  float: left;
  padding: 0;
  margin: 0 2px;
  border-radius: 20px;
  outline: none;
  font-weight: bold;
}
.btn-toggle-highlight {
  outline: none;
  display: inline-block;
  padding: 0;
  margin: 0 2px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
table.voucherpositions.voucherheadline td.highlighted > a,
table.voucherpositions.vouchersum td.highlighted > a {
  opacity: 0.6;
}
a.btn-round.remote-current-request {
  background: url(/build/images/spinner_small.56d4c7ce.gif) center center no-repeat;
  outline: none;
}
table a.changeentityhighlight.btn-danger,
table table > * > tr:hover a.changeentityhighlight {
  display: block;
}
span.itemhaschanged {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/build/images/redcorner.4debaa97.gif) no-repeat 0 0;
  position: absolute;
  margin: -5px 0 0 -5px;
}
span.voucherhaschanged {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/build/images/redcorner.4debaa97.gif) no-repeat 0 0;
  position: absolute;
}
span.itemhasexchangerate {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/build/images/yellowcorner.b0677021.gif) no-repeat 0 0;
  position: absolute;
  margin: -3px 0 0 0;
}
div.check-lightbox h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
div.check-lightbox ul {
  margin-bottom: 0;
}
div.check-lightbox dl.dl-horizontal dt {
  width: 200px;
}
div.check-lightbox dl.dl-horizontal dd {
  margin-left: 210px;
}
div.check-lightbox div.level0 {
  background: #eaedef;
  margin-bottom: 50px;
  padding: 20px;
}
div.check-lightbox div.level1 {
  background: #f1f3f5;
  padding: 20px;
  margin-top: 20px;
}
div.check-lightbox div.level1dot5 {
  background: #f1f3f5;
  padding: 20px;
}
div.check-lightbox div.level2 {
  background: #FFFFFF;
  padding: 20px;
  border: 20px solid #f1f3f5;
  border-top: 0;
}
table.table-voucher-columns {
  width: 100%;
}
table.table-voucher-columns > tbody > tr:hover {
  background: #f5f5f5;
}
table.table-voucher-columns tr.column-costs td {
  background-color: #f4f4f4;
}
div.row-fluid.staterow {
  opacity: 0.5;
  margin: 6px 0;
}
div.row-fluid.staterow.active,
div.row-fluid.staterow:hover {
  opacity: 1;
}
div.row-fluid.staterow a {
  color: black;
  text-decoration: none;
}
.statebutton {
  border-radius: 20px;
  height: 18px;
  width: 20px;
  padding: 3px 2px 2px 2px;
}
.hoverchange > .hovershow {
  display: none;
}
tr:hover .hoverchange > .hovershow,
.hoverchange:hover > .hovershow {
  display: block;
}
tr:hover .hoverchange > .hoverhide,
.hoverchange:hover > .hoverhide {
  display: none;
}
table.itementrycreatefast {
  margin-left: 22px;
  margin-right: 22px;
  width: 90%;
}
table.itementrycreatefast > * > tr > td,
table.itementrycreatefast > * > tr > th {
  padding-top: 3px;
  padding-bottom: 3px;
}
table.itementrycreatefast > * > tr > .idstr {
  padding-right: 8px;
}
table.itementrycreatefast > * > tr > .title {
  padding-right: 8px;
}
table.itementrycreatefast > * > tr > .amount {
  padding-right: 8px;
}
body.lightbox-is-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lightbox-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 10000;
}
.lightbox-wrapper .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.lightbox-wrapper > .lightbox {
  position: relative;
  margin: 60px auto;
  width: 50%;
  border-radius: 5px;
  background: white;
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.5);
}
.lightbox-wrapper > .lightbox header {
  padding: 10px !important;
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid #f4f4f4;
}
.lightbox-wrapper > .lightbox header > .header-content {
  position: relative;
}
.lightbox-wrapper > .lightbox header > .header-content h2 {
  margin: 0;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls {
  position: absolute;
  top: -10px;
  right: -10px;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group > .btn-close {
  font-size: 1.5em;
  padding: 2px 6px 0;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  display: table;
  content: " ";
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  display: table;
  content: " ";
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  content: " ";
  display: table;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  content: " ";
  display: table;
}
.lightbox-wrapper > .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
@media (max-width: 1199px) {
  .lightbox-wrapper > .lightbox.lightbox-md-xl {
    width: 95%;
  }
}
.lightbox-wrapper > .lightbox .lightbox-content > .container {
  width: 100%;
}
.lightbox-wrapper > .lightbox footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  margin: 10px 0 0 0;
}
.lightbox-wrapper > .lightbox footer .footer-row:before,
.lightbox-wrapper > .lightbox footer .footer-row:after {
  display: table;
  content: " ";
}
.lightbox-wrapper > .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-wrapper > .lightbox footer .footer-row:before,
.lightbox-wrapper > .lightbox footer .footer-row:after {
  display: table;
  content: " ";
}
.lightbox-wrapper > .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-wrapper > .lightbox footer .footer-row:before,
.lightbox-wrapper > .lightbox footer .footer-row:after {
  content: " ";
  display: table;
}
.lightbox-wrapper > .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-wrapper > .lightbox footer .footer-row:before,
.lightbox-wrapper > .lightbox footer .footer-row:after {
  content: " ";
  display: table;
}
.lightbox-wrapper > .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-wrapper > .lightbox footer .footer-row .block-tools {
  float: left;
}
.lightbox-wrapper > .lightbox footer .footer-row .block-actions {
  float: right;
}
@keyframes lightbox-modal-appear {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes lightbox-slide-in {
  from {
    transform: scale(0.8);
    opacity: 0.1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#certification_vouchers .lightbox-container {
  top: -230px;
}
.loading-placeholder {
  position: relative;
  min-height: 100px;
}
.loading-placeholder .placeholder-image {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #08c;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.loading-placeholder.loading-placeholder-table {
  height: 30vh;
  border: 1px solid #eee;
}
.loading-indicator {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
form.pdf_generation_settings div.genmode {
  padding: 5px 0;
}
form.pdf_generation_settings div.genmode div.pdfgenmode_columns {
  padding: 5px 15px;
  opacity: 0.6;
}
form.pdf_generation_settings div.genmode.active div.pdfgenmode_columns {
  opacity: 1;
}
#overview blockquote {
  margin: 0;
  border: 0;
  padding: 0;
}
#overview blockquote p {
  font-size: inherit;
}
.form-horizontal .form-actions.table-form-actions {
  padding: 10px 5px 10px 35px;
  margin-top: -20px;
}
/* TODO: Anpassen für smartphone Ansicht */
dl.dl-horizontal {
  margin: 2px 0;
}
dl.dl-horizontal dt {
  width: 160px;
}
dl.dl-horizontal dd {
  margin-left: 170px;
}
.tab-layout .certification-vouchers {
  margin: 0 -15px -20px -15px;
}
table.table-voucher {
  margin-bottom: 0;
  table-layout: fixed;
  background-color: #f5f5f5;
}
table.table-voucher .table-voucher-row {
  border-bottom: 1px solid #ddd;
}
table.table-voucher.table-sticky-headline {
  background: white;
  z-index: 10;
}
table.table-voucher > colgroup > col,
table.table-voucher > tr > col,
table.table-voucher > * > tr > col,
table.table-voucher > colgroup > th,
table.table-voucher > tr > th,
table.table-voucher > * > tr > th,
table.table-voucher > colgroup > td,
table.table-voucher > tr > td,
table.table-voucher > * > tr > td {
  position: relative;
  border-color: #ddd;
}
table.table-voucher > colgroup > col.row-expand-collapse,
table.table-voucher > tr > col.row-expand-collapse,
table.table-voucher > * > tr > col.row-expand-collapse,
table.table-voucher > colgroup > th.row-expand-collapse,
table.table-voucher > tr > th.row-expand-collapse,
table.table-voucher > * > tr > th.row-expand-collapse,
table.table-voucher > colgroup > td.row-expand-collapse,
table.table-voucher > tr > td.row-expand-collapse,
table.table-voucher > * > tr > td.row-expand-collapse {
  width: 30px;
  padding: 2px 3px;
  vertical-align: bottom;
  text-align: center;
}
table.table-voucher > colgroup > col.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > tr > col.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > * > tr > col.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > colgroup > th.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > tr > th.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > * > tr > th.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > colgroup > td.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > tr > td.row-expand-collapse.all-expanded .visible-all-expanded,
table.table-voucher > * > tr > td.row-expand-collapse.all-expanded .visible-all-expanded {
  display: block;
}
table.table-voucher > colgroup > col.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > tr > col.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > * > tr > col.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > colgroup > th.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > tr > th.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > * > tr > th.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > colgroup > td.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > tr > td.row-expand-collapse.all-expanded .hidden-all-expanded,
table.table-voucher > * > tr > td.row-expand-collapse.all-expanded .hidden-all-expanded {
  display: none;
}
table.table-voucher > colgroup > col.row-expand-collapse .visible-all-expanded,
table.table-voucher > tr > col.row-expand-collapse .visible-all-expanded,
table.table-voucher > * > tr > col.row-expand-collapse .visible-all-expanded,
table.table-voucher > colgroup > th.row-expand-collapse .visible-all-expanded,
table.table-voucher > tr > th.row-expand-collapse .visible-all-expanded,
table.table-voucher > * > tr > th.row-expand-collapse .visible-all-expanded,
table.table-voucher > colgroup > td.row-expand-collapse .visible-all-expanded,
table.table-voucher > tr > td.row-expand-collapse .visible-all-expanded,
table.table-voucher > * > tr > td.row-expand-collapse .visible-all-expanded {
  display: none;
}
table.table-voucher > colgroup > col.row-expand-collapse .hidden-all-expanded,
table.table-voucher > tr > col.row-expand-collapse .hidden-all-expanded,
table.table-voucher > * > tr > col.row-expand-collapse .hidden-all-expanded,
table.table-voucher > colgroup > th.row-expand-collapse .hidden-all-expanded,
table.table-voucher > tr > th.row-expand-collapse .hidden-all-expanded,
table.table-voucher > * > tr > th.row-expand-collapse .hidden-all-expanded,
table.table-voucher > colgroup > td.row-expand-collapse .hidden-all-expanded,
table.table-voucher > tr > td.row-expand-collapse .hidden-all-expanded,
table.table-voucher > * > tr > td.row-expand-collapse .hidden-all-expanded {
  display: block;
}
table.table-voucher > colgroup > col.row-expand-collapse.expanded-voucher,
table.table-voucher > tr > col.row-expand-collapse.expanded-voucher,
table.table-voucher > * > tr > col.row-expand-collapse.expanded-voucher,
table.table-voucher > colgroup > th.row-expand-collapse.expanded-voucher,
table.table-voucher > tr > th.row-expand-collapse.expanded-voucher,
table.table-voucher > * > tr > th.row-expand-collapse.expanded-voucher,
table.table-voucher > colgroup > td.row-expand-collapse.expanded-voucher,
table.table-voucher > tr > td.row-expand-collapse.expanded-voucher,
table.table-voucher > * > tr > td.row-expand-collapse.expanded-voucher {
  background-color: #f5f5f5;
}
table.table-voucher > colgroup > col.row-voucher-no,
table.table-voucher > tr > col.row-voucher-no,
table.table-voucher > * > tr > col.row-voucher-no,
table.table-voucher > colgroup > th.row-voucher-no,
table.table-voucher > tr > th.row-voucher-no,
table.table-voucher > * > tr > th.row-voucher-no,
table.table-voucher > colgroup > td.row-voucher-no,
table.table-voucher > tr > td.row-voucher-no,
table.table-voucher > * > tr > td.row-voucher-no {
  width: 120px;
}
table.table-voucher > colgroup > col.row-voucher-no .voucher-pubid,
table.table-voucher > tr > col.row-voucher-no .voucher-pubid,
table.table-voucher > * > tr > col.row-voucher-no .voucher-pubid,
table.table-voucher > colgroup > th.row-voucher-no .voucher-pubid,
table.table-voucher > tr > th.row-voucher-no .voucher-pubid,
table.table-voucher > * > tr > th.row-voucher-no .voucher-pubid,
table.table-voucher > colgroup > td.row-voucher-no .voucher-pubid,
table.table-voucher > tr > td.row-voucher-no .voucher-pubid,
table.table-voucher > * > tr > td.row-voucher-no .voucher-pubid {
  font-weight: bold;
}
table.table-voucher > colgroup > col.row-voucher-no .voucher-no,
table.table-voucher > tr > col.row-voucher-no .voucher-no,
table.table-voucher > * > tr > col.row-voucher-no .voucher-no,
table.table-voucher > colgroup > th.row-voucher-no .voucher-no,
table.table-voucher > tr > th.row-voucher-no .voucher-no,
table.table-voucher > * > tr > th.row-voucher-no .voucher-no,
table.table-voucher > colgroup > td.row-voucher-no .voucher-no,
table.table-voucher > tr > td.row-voucher-no .voucher-no,
table.table-voucher > * > tr > td.row-voucher-no .voucher-no {
  font-weight: normal;
  color: #999;
}
table.table-voucher > colgroup > col.row-select,
table.table-voucher > tr > col.row-select,
table.table-voucher > * > tr > col.row-select,
table.table-voucher > colgroup > th.row-select,
table.table-voucher > tr > th.row-select,
table.table-voucher > * > tr > th.row-select,
table.table-voucher > colgroup > td.row-select,
table.table-voucher > tr > td.row-select,
table.table-voucher > * > tr > td.row-select {
  width: 28px;
}
table.table-voucher > colgroup > col.row-voucher-pos,
table.table-voucher > tr > col.row-voucher-pos,
table.table-voucher > * > tr > col.row-voucher-pos,
table.table-voucher > colgroup > th.row-voucher-pos,
table.table-voucher > tr > th.row-voucher-pos,
table.table-voucher > * > tr > th.row-voucher-pos,
table.table-voucher > colgroup > td.row-voucher-pos,
table.table-voucher > tr > td.row-voucher-pos,
table.table-voucher > * > tr > td.row-voucher-pos {
  width: 40px;
  text-align: right;
  color: #999;
}
@media (min-width: 600px) {
  table.table-voucher > colgroup > col.row-voucher-title,
  table.table-voucher > tr > col.row-voucher-title,
  table.table-voucher > * > tr > col.row-voucher-title,
  table.table-voucher > colgroup > th.row-voucher-title,
  table.table-voucher > tr > th.row-voucher-title,
  table.table-voucher > * > tr > th.row-voucher-title,
  table.table-voucher > colgroup > td.row-voucher-title,
  table.table-voucher > tr > td.row-voucher-title,
  table.table-voucher > * > tr > td.row-voucher-title {
    width: 336px;
  }
}
@media (min-width: 1500px) {
  table.table-voucher > colgroup > col.row-voucher-title,
  table.table-voucher > tr > col.row-voucher-title,
  table.table-voucher > * > tr > col.row-voucher-title,
  table.table-voucher > colgroup > th.row-voucher-title,
  table.table-voucher > tr > th.row-voucher-title,
  table.table-voucher > * > tr > th.row-voucher-title,
  table.table-voucher > colgroup > td.row-voucher-title,
  table.table-voucher > tr > td.row-voucher-title,
  table.table-voucher > * > tr > td.row-voucher-title {
    width: 636px;
  }
}
table.table-voucher > colgroup > col.row-voucher-title .voucher-description,
table.table-voucher > tr > col.row-voucher-title .voucher-description,
table.table-voucher > * > tr > col.row-voucher-title .voucher-description,
table.table-voucher > colgroup > th.row-voucher-title .voucher-description,
table.table-voucher > tr > th.row-voucher-title .voucher-description,
table.table-voucher > * > tr > th.row-voucher-title .voucher-description,
table.table-voucher > colgroup > td.row-voucher-title .voucher-description,
table.table-voucher > tr > td.row-voucher-title .voucher-description,
table.table-voucher > * > tr > td.row-voucher-title .voucher-description {
  font-weight: normal;
  color: #777;
}
table.table-voucher > colgroup > col.row-voucher-group,
table.table-voucher > tr > col.row-voucher-group,
table.table-voucher > * > tr > col.row-voucher-group,
table.table-voucher > colgroup > th.row-voucher-group,
table.table-voucher > tr > th.row-voucher-group,
table.table-voucher > * > tr > th.row-voucher-group,
table.table-voucher > colgroup > td.row-voucher-group,
table.table-voucher > tr > td.row-voucher-group,
table.table-voucher > * > tr > td.row-voucher-group {
  width: 160px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.table-voucher > colgroup > col.row-voucher-splitting,
table.table-voucher > tr > col.row-voucher-splitting,
table.table-voucher > * > tr > col.row-voucher-splitting,
table.table-voucher > colgroup > th.row-voucher-splitting,
table.table-voucher > tr > th.row-voucher-splitting,
table.table-voucher > * > tr > th.row-voucher-splitting,
table.table-voucher > colgroup > td.row-voucher-splitting,
table.table-voucher > tr > td.row-voucher-splitting,
table.table-voucher > * > tr > td.row-voucher-splitting {
  width: 160px;
}
table.table-voucher > colgroup > col.row-voucher-splitting .progress,
table.table-voucher > tr > col.row-voucher-splitting .progress,
table.table-voucher > * > tr > col.row-voucher-splitting .progress,
table.table-voucher > colgroup > th.row-voucher-splitting .progress,
table.table-voucher > tr > th.row-voucher-splitting .progress,
table.table-voucher > * > tr > th.row-voucher-splitting .progress,
table.table-voucher > colgroup > td.row-voucher-splitting .progress,
table.table-voucher > tr > td.row-voucher-splitting .progress,
table.table-voucher > * > tr > td.row-voucher-splitting .progress {
  margin: 0;
}
table.table-voucher > colgroup > col.row-voucher-amount,
table.table-voucher > tr > col.row-voucher-amount,
table.table-voucher > * > tr > col.row-voucher-amount,
table.table-voucher > colgroup > th.row-voucher-amount,
table.table-voucher > tr > th.row-voucher-amount,
table.table-voucher > * > tr > th.row-voucher-amount,
table.table-voucher > colgroup > td.row-voucher-amount,
table.table-voucher > tr > td.row-voucher-amount,
table.table-voucher > * > tr > td.row-voucher-amount {
  width: 160px;
  text-align: right;
}
table.table-voucher > colgroup > col.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > tr > col.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > * > tr > col.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > colgroup > th.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > tr > th.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > * > tr > th.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > colgroup > td.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > tr > td.row-voucher-amount .row-voucher-amount-cert,
table.table-voucher > * > tr > td.row-voucher-amount .row-voucher-amount-cert {
  font-weight: bold;
}
table.table-voucher > colgroup > col.row-voucher-amount .row-voucher-amount,
table.table-voucher > tr > col.row-voucher-amount .row-voucher-amount,
table.table-voucher > * > tr > col.row-voucher-amount .row-voucher-amount,
table.table-voucher > colgroup > th.row-voucher-amount .row-voucher-amount,
table.table-voucher > tr > th.row-voucher-amount .row-voucher-amount,
table.table-voucher > * > tr > th.row-voucher-amount .row-voucher-amount,
table.table-voucher > colgroup > td.row-voucher-amount .row-voucher-amount,
table.table-voucher > tr > td.row-voucher-amount .row-voucher-amount,
table.table-voucher > * > tr > td.row-voucher-amount .row-voucher-amount {
  color: #555;
}
table.table-voucher > colgroup > col.row-item-highlights,
table.table-voucher > tr > col.row-item-highlights,
table.table-voucher > * > tr > col.row-item-highlights,
table.table-voucher > colgroup > th.row-item-highlights,
table.table-voucher > tr > th.row-item-highlights,
table.table-voucher > * > tr > th.row-item-highlights,
table.table-voucher > colgroup > td.row-item-highlights,
table.table-voucher > tr > td.row-item-highlights,
table.table-voucher > * > tr > td.row-item-highlights {
  width: 30px;
  color: red;
  text-align: center;
}
table.table-voucher > colgroup > col.row-actions,
table.table-voucher > tr > col.row-actions,
table.table-voucher > * > tr > col.row-actions,
table.table-voucher > colgroup > th.row-actions,
table.table-voucher > tr > th.row-actions,
table.table-voucher > * > tr > th.row-actions,
table.table-voucher > colgroup > td.row-actions,
table.table-voucher > tr > td.row-actions,
table.table-voucher > * > tr > td.row-actions {
  width: 90px;
}
table.table-voucher > colgroup > col.row-actions .tooltip,
table.table-voucher > tr > col.row-actions .tooltip,
table.table-voucher > * > tr > col.row-actions .tooltip,
table.table-voucher > colgroup > th.row-actions .tooltip,
table.table-voucher > tr > th.row-actions .tooltip,
table.table-voucher > * > tr > th.row-actions .tooltip,
table.table-voucher > colgroup > td.row-actions .tooltip,
table.table-voucher > tr > td.row-actions .tooltip,
table.table-voucher > * > tr > td.row-actions .tooltip {
  /**
          Die Spalte verursacht inkonsistenzen im Bezug zu den relative/absolute Angaben
          Daher die Höhe hier manuell eingeben
           */
  bottom: 17px!important;
}
table.table-voucher > colgroup > col.row-order,
table.table-voucher > tr > col.row-order,
table.table-voucher > * > tr > col.row-order,
table.table-voucher > colgroup > th.row-order,
table.table-voucher > tr > th.row-order,
table.table-voucher > * > tr > th.row-order,
table.table-voucher > colgroup > td.row-order,
table.table-voucher > tr > td.row-order,
table.table-voucher > * > tr > td.row-order {
  width: 12px;
  padding: 0;
}
table.table-voucher .row-voucher-sum {
  border-bottom: 1px solid #ddd;
}
table.table-voucher .row-voucher-sum > td {
  background: #fff;
}
table.table-voucher .expanded-voucher {
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.table-voucher > colgroup > td,
table.table-voucher > tr > td,
table.table-voucher > * > tr > td {
  padding: 2px 4px 2px 4px;
}
table.table-voucher.table-voucher-entries > thead > tr > td.row-order {
  background: transparent url(/build/images/handle_grid1.9838ffb2.png);
  border: 1px solid #aaa;
  cursor: move;
}
table.table-voucher.table-voucher-entries.voucher-expanded > tbody,
table.table-voucher.table-voucher-entries.voucher-expanded > tfoot {
  display: table-row-group;
}
table.table-voucher.table-voucher-entries.voucher-expanded .visible-expanded {
  display: block;
}
table.table-voucher.table-voucher-entries.voucher-expanded .hidden-expanded {
  display: none;
}
table.table-voucher.table-voucher-entries > tbody,
table.table-voucher.table-voucher-entries > tfoot {
  display: none;
}
table.table-voucher.table-voucher-entries .visible-expanded {
  display: none;
}
table.table-voucher tbody > tr > th,
table.table-voucher tfoot > tr > th,
table.table-voucher tbody > tr > td,
table.table-voucher tfoot > tr > td {
  border-top: none;
}
table.table-voucher tbody > tr > th.row-voucher-no .voucher-no,
table.table-voucher tfoot > tr > th.row-voucher-no .voucher-no,
table.table-voucher tbody > tr > td.row-voucher-no .voucher-no,
table.table-voucher tfoot > tr > td.row-voucher-no .voucher-no {
  font-weight: bold;
}
table.table-voucher tbody > tr > th.row-item-column,
table.table-voucher tfoot > tr > th.row-item-column,
table.table-voucher tbody > tr > td.row-item-column,
table.table-voucher tfoot > tr > td.row-item-column {
  padding: 0;
  border-bottom: 1px solid #bbb;
}
table.table-voucher tbody > tr > th.row-item-column p.loader-wrapper,
table.table-voucher tfoot > tr > th.row-item-column p.loader-wrapper,
table.table-voucher tbody > tr > td.row-item-column p.loader-wrapper,
table.table-voucher tfoot > tr > td.row-item-column p.loader-wrapper {
  text-align: center;
  background: white;
  padding: 5px 0;
  margin: 0;
}
table.table-voucher tbody > tr > th.row-voucher-title .voucher-title,
table.table-voucher tfoot > tr > th.row-voucher-title .voucher-title,
table.table-voucher tbody > tr > td.row-voucher-title .voucher-title,
table.table-voucher tfoot > tr > td.row-voucher-title .voucher-title {
  font-weight: bold;
}
table.table-voucher tfoot > tr > td.row-select,
table.table-voucher tfoot > tr > td.row-voucher-no,
table.table-voucher tfoot > tr > td.row-voucher-pos,
table.table-voucher tfoot > tr > td.row-voucher-title,
table.table-voucher tfoot > tr > td.row-voucher-group,
table.table-voucher tfoot > tr > td.row-voucher-splitting,
table.table-voucher tfoot > tr > td.row-voucher-amount,
table.table-voucher tfoot > tr > td.row-item-highlights,
table.table-voucher tfoot > tr > td.row-actions,
table.table-voucher tfoot > tr > td.row-order {
  background: white;
}
table.table-voucher.table-voucher-items.table-commentator .row-highlighted {
  color: red;
}
table.table-voucher .voucherhaschanged {
  position: absolute;
  top: -1px;
  left: 0;
}
table.table-voucher > thead:first-child > tr:first-child > td {
  border-top: 1px solid #ddd;
}
table.table-voucher.table-voucher-items {
  /*
    & > tbody > tr:first-of-type, & > tr:first-of-type {
      & > th,
      & > td {
        border-top: 1px solid #ededed;
      }
    }
    */
}
table.table-voucher.table-voucher-items > tbody > tr > th,
table.table-voucher.table-voucher-items > tr > th,
table.table-voucher.table-voucher-items > tbody > tr > td,
table.table-voucher.table-voucher-items > tr > td {
  border-top: 1px solid #ededed;
}
table.table-voucher.table-voucher-items > tbody > tr > td.row-order,
table.table-voucher.table-voucher-items > tr > td.row-order {
  background: transparent url(/build/images/handle_grid2.84e4a858.png) repeat;
  border: 2px solid #ddd;
  border-right: 0;
  cursor: move;
}
table.table-voucher.table-voucher-items > tbody > tr.voucher-item-headline {
  background: #777;
  color: white;
  font-weight: bold;
}
table.table-voucher.table-voucher-items > tbody > tr.voucher-item-headline:hover {
  background: #555;
}
table.table-voucher.table-voucher-items > tbody > tr.voucher-item-headline > td.row-voucher-pos {
  color: #eee;
}
table.table-voucher.table-voucher-items .voucher-group-row {
  background: #D6DFE4;
}
table.table-voucher.table-voucher-items .voucher-group-row.row-voucher-title .voucher-description {
  font-weight: normal;
  color: #777;
}
table.table-voucher.table-voucher-items .voucher-group-row > .row-expand-collapse {
  background: #D6DFE4;
}
table.table-voucher .voucher-highlighting {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 5px;
  font-weight: bold;
  color: red;
}
table.table-voucher.table-voucher-sum tr:first-child > th {
  border-top: 2px solid #ddd;
}
.voucher-headline {
  font-weight: bold;
  color: white;
  background: #555;
}
table.table-voucher:hover > thead > tr > td,
table.table-voucher:hover > tfoot > tr > td.row-expand-collapse,
table.table-voucher:hover > tfoot > tr > td {
  background: #EEE;
}
table.table-voucher:hover > thead > .voucher-headline > td {
  background: #808080;
}
.voucher-item-entry:hover {
  background: #EEE;
}
div.navbar-table {
  margin-bottom: 0;
  z-index: 10;
}
div.navbar-table div.navbar-inner {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  min-height: 0;
  height: 30px;
  padding: 0;
}
div.navbar-table div.navbar-inner > ul {
  margin: 0;
}
div.navbar-table div.navbar-inner > ul > li > a {
  padding: 5px 10px 6px 10px;
}
div.navbar-table span.current_row_name {
  white-space: nowrap;
}
div.navbar-table span.current_row_name span.cellvalue {
  font-weight: bold;
  width: 34px;
  display: inline-block;
  padding: 0 8px;
  text-align: center;
}
div.navbar-table .requires_selected_row_item,
div.navbar-table .requires_selected_row_item * {
  color: #a3a3a3;
}
.current_row_hidden {
  display: none !important;
}
div.maintenance-bar {
  position: relative;
  padding: 5px 0;
  min-height: 25px;
  width: 100%;
}
div.maintenance-bar.maintenance-bar-warning {
  background: #fcf8e3;
  color: #8a6d3b;
  border-bottom: #faebcc;
}
div.maintenance-bar.maintenance-bar-notification {
  background: #d9edf7;
  color: #31708f;
  border-bottom: #bce8f1;
}
div.maintenance-bar.maintenance-bar-danger {
  background: #f2dede;
  color: #a94442;
  border-bottom: #ebccd1;
}
div.maintenance-bar div.messagebar-bar-message {
  text-align: center;
  line-height: 15px;
  font-weight: bold;
}
div.navbar.sticky-top.shadow {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
#collapseSuperadminSwitchUser {
  margin-top: 1rem;
}
#collapseSuperadminSwitchUser form.row {
  display: flex;
}
#collapseSuperadminSwitchUser form.row div label.visually-hidden {
  display: none;
}
#collapseSuperadminSwitchUser form.row div input.form-control {
  height: 31px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#collapseSuperadminSwitchUser form.row div button {
  height: 31px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(2, 2, 2, 0.3);
}
.input-group-splitting input {
  text-align: right;
  border-right: none;
  padding-right: 3px;
}
.input-group-splitting .currency-addon {
  background: transparent;
  padding-left: 3px;
  min-width: 50px;
}
.input-group-splitting .currency-addon.override {
  font-weight: bold;
}
.input-group-splitting.hide-currency .currency-addon {
  color: transparent;
}
div.splitting-table-wrapper {
  margin: -10px -15px 10px -15px;
  padding: 0;
  background: #fcfcfc;
}
div.splitting-table-wrapper table.splitting-table {
  margin: 0;
}
div.splitting-table-wrapper table.splitting-table > tbody > tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
div.splitting-table-wrapper table.splitting-table > * > tr .column {
  padding-left: 20px;
  vertical-align: middle;
}
div.splitting-table-wrapper table.splitting-table > * > tr .splitting {
  width: 160px;
  text-align: right;
}
div.splitting-table-wrapper table.splitting-table > * > tr .amount {
  width: 120px;
  padding-right: 40px;
  text-align: right;
}
div.splitting-table-wrapper table.splitting-table > * > tr .sumtitle {
  padding-left: 20px;
  width: 40px;
}
div.splitting-table-wrapper table.splitting-table > * > tr .sumamount {
  text-align: right;
}
div.splitting-table-wrapper table.splitting-table > tbody > tr.sumrow th {
  padding-top: 4px;
  padding-bottom: 1px;
  vertical-align: middle;
  border-bottom: 1px solid #DDDDDD;
}
div.splitting-table-wrapper table.splitting-table .item-amount-offset.positive {
  color: #128000;
}
div.splitting-table-wrapper table.splitting-table .item-amount-offset.negative {
  color: #8b0007;
}
div.splitting-table-wrapper table.splitting-table input.splitting-exchangerate {
  text-align: center;
}
div.splitting-table-wrapper table.splitting-table input.splitting-exchangerate.disabled {
  border: none;
  box-shadow: none;
  background: none;
}
div.splitting-table-wrapper table.splitting-table input.splittingfield {
  text-align: right;
  width: 140px;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #fff;
}
div.splitting-table-wrapper table.splitting-table.generalsplitting tr .column {
  padding-left: 40px;
}
div.splitting-table-wrapper table.splitting-table.generalsplitting tr .splitting {
  padding-right: 40px;
}
/**
 *  Bruchanzeige
 */
table.fraction {
  display: inline-block;
}
table.fraction tr.numerator td {
  border-bottom: 1px solid #555;
  border-top: none;
  text-align: center;
  padding: 3px;
}
table.fraction tr.numerator td.equals {
  text-align: center;
  vertical-align: middle;
  border: none;
}
table.fraction tr.denominator td {
  border-top: none;
  text-align: center;
  padding: 3px;
}
table.fraction tr.denominator td input {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
}
.row-voucher-splitting .tooltip {
  bottom: 100%;
  max-width: none;
}
.row-voucher-splitting .tooltip > .tooltip-inner {
  max-width: none;
}
table.table-splitting {
  table-layout: fixed;
  background: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
}
table.table-splitting tr {
  border: none;
}
table.table-splitting tr > td,
table.table-splitting tr > th {
  vertical-align: top;
  border: none;
  padding: 2px 0;
  margin: 0;
  text-align: left;
}
table.table-splitting tr > td.splitting-amount,
table.table-splitting tr > th.splitting-amount {
  text-align: right;
  white-space: nowrap;
}
table.table-splitting tfoot > tr {
  border-top: 1px solid #999;
}
.progress .progress-bar.column.column-0,
.column.column-0 {
  background-color: #149BDF;
  background-image: -moz-linear-gradient(top, #149BDF, #107ab0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149BDF), to(#107ab0));
  background-image: -webkit-linear-gradient(top, #149BDF, #107ab0);
  background-image: -o-linear-gradient(top, #149BDF, #107ab0);
  background-image: linear-gradient(to bottom, #149BDF, #107ab0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149BDF', endColorstr='#107ab0', GradientType=0);
}
.progress .progress-bar.column.column-1,
.column.column-1 {
  background-color: #62C462;
  background-image: -moz-linear-gradient(top, #62C462, #42b142);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#42b142));
  background-image: -webkit-linear-gradient(top, #62C462, #42b142);
  background-image: -o-linear-gradient(top, #62C462, #42b142);
  background-image: linear-gradient(to bottom, #62C462, #42b142);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C462', endColorstr='#42b142', GradientType=0);
}
.progress .progress-bar.column.column-2,
.column.column-2 {
  background-color: #FBB450;
  background-image: -moz-linear-gradient(top, #FBB450, #fa9f1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBB450), to(#fa9f1e));
  background-image: -webkit-linear-gradient(top, #FBB450, #fa9f1e);
  background-image: -o-linear-gradient(top, #FBB450, #fa9f1e);
  background-image: linear-gradient(to bottom, #FBB450, #fa9f1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBB450', endColorstr='#fa9f1e', GradientType=0);
}
.progress .progress-bar.column.column-3,
.column.column-3 {
  background-color: #EE5F5B;
  background-image: -moz-linear-gradient(top, #EE5F5B, #e9322d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#e9322d));
  background-image: -webkit-linear-gradient(top, #EE5F5B, #e9322d);
  background-image: -o-linear-gradient(top, #EE5F5B, #e9322d);
  background-image: linear-gradient(to bottom, #EE5F5B, #e9322d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#e9322d', GradientType=0);
}
.progress .progress-bar.column.column-4,
.column.column-4 {
  background-color: #666633;
  background-image: -moz-linear-gradient(top, #666633, #444422);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666633), to(#444422));
  background-image: -webkit-linear-gradient(top, #666633, #444422);
  background-image: -o-linear-gradient(top, #666633, #444422);
  background-image: linear-gradient(to bottom, #666633, #444422);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666633', endColorstr='#444422', GradientType=0);
}
.progress .progress-bar.column.column-5,
.column.column-5 {
  background-color: #6666CC;
  background-image: -moz-linear-gradient(top, #6666CC, #4040bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6666CC), to(#4040bf));
  background-image: -webkit-linear-gradient(top, #6666CC, #4040bf);
  background-image: -o-linear-gradient(top, #6666CC, #4040bf);
  background-image: linear-gradient(to bottom, #6666CC, #4040bf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6666CC', endColorstr='#4040bf', GradientType=0);
}
.progress .progress-bar.column.column-6,
.column.column-6 {
  background-color: #006666;
  background-image: -moz-linear-gradient(top, #006666, #003333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006666), to(#003333));
  background-image: -webkit-linear-gradient(top, #006666, #003333);
  background-image: -o-linear-gradient(top, #006666, #003333);
  background-image: linear-gradient(to bottom, #006666, #003333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006666', endColorstr='#003333', GradientType=0);
}
.progress .progress-bar.column.column-7,
.column.column-7 {
  background-color: #CCCC99;
  background-image: -moz-linear-gradient(top, #CCCC99, #bbbb77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCC99), to(#bbbb77));
  background-image: -webkit-linear-gradient(top, #CCCC99, #bbbb77);
  background-image: -o-linear-gradient(top, #CCCC99, #bbbb77);
  background-image: linear-gradient(to bottom, #CCCC99, #bbbb77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCC99', endColorstr='#bbbb77', GradientType=0);
}
.progress .progress-bar.column.column-8,
.column.column-8 {
  background-color: #c37dcc;
  background-image: -moz-linear-gradient(top, #c37dcc, #b258be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c37dcc), to(#b258be));
  background-image: -webkit-linear-gradient(top, #c37dcc, #b258be);
  background-image: -o-linear-gradient(top, #c37dcc, #b258be);
  background-image: linear-gradient(to bottom, #c37dcc, #b258be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c37dcc', endColorstr='#b258be', GradientType=0);
}
.progress .progress-bar.column.column-9,
.column.column-9 {
  background-color: #00cc94;
  background-image: -moz-linear-gradient(top, #00cc94, #00996f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00cc94), to(#00996f));
  background-image: -webkit-linear-gradient(top, #00cc94, #00996f);
  background-image: -o-linear-gradient(top, #00cc94, #00996f);
  background-image: linear-gradient(to bottom, #00cc94, #00996f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cc94', endColorstr='#00996f', GradientType=0);
}
.progress .progress-bar.column.column-10,
.column.column-10 {
  background-color: #cc6753;
  background-image: -moz-linear-gradient(top, #cc6753, #b64b36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc6753), to(#b64b36));
  background-image: -webkit-linear-gradient(top, #cc6753, #b64b36);
  background-image: -o-linear-gradient(top, #cc6753, #b64b36);
  background-image: linear-gradient(to bottom, #cc6753, #b64b36);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6753', endColorstr='#b64b36', GradientType=0);
}
.form-annotation-template-select {
  margin-bottom: 10px;
}
.action-link-button {
  text-decoration: none;
  color: #262626;
  background-color: #ffffff;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.666666;
  white-space: nowrap;
}
.action-link-button:hover,
.action-link-button:focus,
.action-link-button:active {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.form-error,
.form-errors {
  color: #a94442;
}
ul.form-errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-control:invalid,
.form-control.invalid {
  border-color: #a94442;
}
.voucher-entry-navigation-crumb {
  display: inline-block;
  width: 20px;
  text-align: right;
}
.voucher-headline-navigation-crumb {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.666666;
  white-space: nowrap;
  background: #555;
  color: white;
}
.input-next-position {
  display: inline-block;
  padding: 0 15px 3px 8px;
  margin: 0 4px 2px 0;
  border-right: 1px solid #999;
}
.lightbox-container .lightbox header {
  padding: 10px!important;
}
.glyphicon.glyphicon-chevron-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicon.glyphicon-chevron-down:before {
  content: "\E224";
}
.glyphicon.glyphicon-chevron-up {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicon.glyphicon-chevron-up:before {
  content: "\E225";
}
/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.toggle-password-container .form-control {
  padding-right: 5em;
}
.toggle-password-container .toggle-password-button {
  top: auto;
  bottom: 1em;
  font-size: 1rem;
  color: #333;
}
/**
  FIXME: Migrate to search.less
*/
input#framework_search_query {
  font-size: 20px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  body.overlay-active > .base {
    display: none;
  }
}
body.overlay-active > .base {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
}
.overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4500;
  display: none;
}
.overlay-wrapper .overlay.active {
  display: block;
}
.overlay-wrapper .overlay > .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.overlay-wrapper .overlay > .overlay-content {
  position: relative;
  height: auto;
}
.layer.layer-active {
  z-index: 5000;
}
.layer.layer-hidden {
  display: none;
}
.layer .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  background: rgba(0, 0, 0, 0.7);
}
.layer .layer-close {
  position: fixed;
  top: 6px;
  right: 6px;
  border-radius: 0;
  background: 0;
  border: 0;
  font-size: 16px;
  padding: 2px 10px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
/*
 * Kompatibilität für die alte Lightbox
 * Verhindert, dass die Lightbox unterhalb des Contents angezeigt wird.
 */
input#framework_search_query {
  font-size: 20px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  body.overlay-active > .base {
    display: none;
  }
}
body.overlay-active > .base {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
}
.lightbox-controls > .btn-group > .btn-round {
  font-size: 1.5em;
  padding: 2px 6px 0;
}
.layer.layer-lightbox {
  z-index: 2000;
  position: relative;
}
.layer.layer-lightbox > .loading-overlay {
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 3000;
}
.layer.layer-lightbox.remote-loading > .loading-overlay {
  display: block;
}
.layer.layer-lightbox .popover {
  z-index: 2500;
}
.lightbox-container {
  position: absolute;
  height: auto;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 2001;
}
.lightbox-container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.lightbox-container .lightbox {
  position: relative;
  margin: 60px auto;
  width: 50%;
  border-radius: 5px;
  background: white;
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.5);
}
.lightbox-container .lightbox header {
  padding: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.lightbox-container .lightbox header > .header-content {
  position: relative;
}
.lightbox-container .lightbox header > .header-content h2 {
  margin: 0;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls {
  position: absolute;
  top: -10px;
  right: -10px;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group > .btn-close {
  padding: 2px 6px;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  display: table;
  content: " ";
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  display: table;
  content: " ";
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  content: " ";
  display: table;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:before,
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  content: " ";
  display: table;
}
.lightbox-container .lightbox header > .header-content .lightbox-controls > .btn-group:after {
  clear: both;
}
.lightbox-container .lightbox .lightbox-content > .container {
  width: 100%;
}
.lightbox-container .lightbox footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  margin: 10px 0 0 0;
}
.lightbox-container .lightbox footer .footer-row:before,
.lightbox-container .lightbox footer .footer-row:after {
  display: table;
  content: " ";
}
.lightbox-container .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-container .lightbox footer .footer-row:before,
.lightbox-container .lightbox footer .footer-row:after {
  display: table;
  content: " ";
}
.lightbox-container .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-container .lightbox footer .footer-row:before,
.lightbox-container .lightbox footer .footer-row:after {
  content: " ";
  display: table;
}
.lightbox-container .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-container .lightbox footer .footer-row:before,
.lightbox-container .lightbox footer .footer-row:after {
  content: " ";
  display: table;
}
.lightbox-container .lightbox footer .footer-row:after {
  clear: both;
}
.lightbox-container .lightbox footer .footer-row .block-tools {
  float: left;
}
.lightbox-container .lightbox footer .footer-row .block-actions {
  float: right;
}
@media (max-width: 767px) {
  .lightbox-container .lightbox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .lightbox-container .lightbox.lb-30 {
    width: 30%;
  }
  .lightbox-container .lightbox.lb-40 {
    width: 40%;
  }
  .lightbox-container .lightbox.lb-50 {
    width: 50%;
  }
  .lightbox-container .lightbox.lb-60 {
    width: 60%;
  }
  .lightbox-container .lightbox.lb-70 {
    width: 70%;
  }
  .lightbox-container .lightbox.lb-80 {
    width: 80%;
  }
  .lightbox-container .lightbox.lb-90 {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .lightbox-container .lightbox.lb-sm-30 {
    width: 30%;
  }
  .lightbox-container .lightbox.lb-sm-40 {
    width: 40%;
  }
  .lightbox-container .lightbox.lb-sm-50 {
    width: 50%;
  }
  .lightbox-container .lightbox.lb-sm-60 {
    width: 60%;
  }
  .lightbox-container .lightbox.lb-sm-70 {
    width: 70%;
  }
  .lightbox-container .lightbox.lb-sm-80 {
    width: 80%;
  }
  .lightbox-container .lightbox.lb-sm-90 {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lightbox-container .lightbox.lb-md-30 {
    width: 30%;
  }
  .lightbox-container .lightbox.lb-md-40 {
    width: 40%;
  }
  .lightbox-container .lightbox.lb-md-50 {
    width: 50%;
  }
  .lightbox-container .lightbox.lb-md-60 {
    width: 60%;
  }
  .lightbox-container .lightbox.lb-md-70 {
    width: 70%;
  }
  .lightbox-container .lightbox.lb-md-80 {
    width: 80%;
  }
  .lightbox-container .lightbox.lb-md-90 {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .lightbox-container .lightbox.lb-lg-30 {
    width: 30%;
  }
  .lightbox-container .lightbox.lb-lg-40 {
    width: 40%;
  }
  .lightbox-container .lightbox.lb-lg-50 {
    width: 50%;
  }
  .lightbox-container .lightbox.lb-lg-60 {
    width: 60%;
  }
  .lightbox-container .lightbox.lb-lg-70 {
    width: 70%;
  }
  .lightbox-container .lightbox.lb-lg-80 {
    width: 80%;
  }
  .lightbox-container .lightbox.lb-lg-90 {
    width: 90%;
  }
}
.remote-loading {
  position: relative;
}
.remote-loading > .loading-overlay {
  display: block;
}
.loading-overlay {
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.2);
}
.loading-overlay > .loader {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  vertical-align: middle;
  z-index: 10001;
}
.block-page > .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
form.global-search .search-header > .input-group {
  height: 44px;
}
form.global-search .search-header > .input-group > input {
  border: 1px solid #ccc;
  background: #ffffff;
  color: #232323;
  font-size: 24px;
  padding: 5px 15px;
}
form.global-search .search-header > .input-group > input,
form.global-search .search-header > .input-group span.input-group-btn {
  height: 44px;
}
form.global-search .search-header > .input-group > input > *,
form.global-search .search-header > .input-group span.input-group-btn > * {
  height: 44px;
  font-size: 16px;
}
.search-result-list .list-header {
  margin: 0 12px 4px 0;
}
.search-result-list .list-header h3 {
  margin: 6px 12px 0;
  font-size: 16px;
  color: #343434;
  font-weight: bold;
}
.search-result-list .list-header:after {
  clear: both;
  display: table;
  content: " ";
}
.search-result-list .result-container .result-list .item {
  position: relative;
  background: #e8e8e8;
  border-bottom: 1px solid #ccc;
}
.search-result-list .result-container .result-list .item > .item-debug {
  color: #FFFFFF;
  background-color: #000000;
  padding: 3px 12px 3px 12px;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link {
  padding: 3px 12px 3px 12px;
  display: block;
  color: #000000;
  text-decoration: none;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-icon {
  display: inline-block;
  padding: 0 6px 0 0;
  font-size: 16px;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-description {
  color: #696969;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #696969;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight {
  display: block;
  color: #696969;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark {
  color: #000000;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark .hlt1 {
  color: #303030;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark .hlt2 {
  color: #404040;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark .hlt3 {
  color: #505050;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark .hlt4 {
  color: #606060;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-fragment mark .hlt5 {
  color: #696969;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-highlight span.item-highlight-field {
  color: #000000;
  font-style: italic;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link:hover,
.search-result-list .result-container .result-list .item > .item-data a.item-link:focus {
  background: rgba(35, 35, 35, 0.85);
}
.search-result-list .result-container .result-list .item > .item-data a.item-link:hover span.item-title,
.search-result-list .result-container .result-list .item > .item-data a.item-link:focus span.item-title {
  color: white;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link:hover span.item-description,
.search-result-list .result-container .result-list .item > .item-data a.item-link:focus span.item-description {
  color: #b0b0b0;
}
.search-result-list .result-container .result-list .item > .actions {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 12px;
}
.search-result-list .result-container .result-list .item:after {
  clear: both;
  display: table;
  content: " ";
}
.lightbox header form.form-search,
.lightbox header form.form-filter {
  padding: 6px 12px;
  background-color: white;
  border-top: 1px solid #eee;
}
.layer.layer-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.layer.layer-search .overlay-wrapper {
  margin: 100px auto 60px;
  width: 50%;
}
.layer.layer-search .overlay-wrapper button.layer-close {
  font-size: 20px;
  background: transparent;
}
.layer.layer-search .overlay-wrapper > .background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 50, 50, 0.8);
}
.layer.layer-search .overlay-wrapper .search-header .input-group {
  width: 100%;
}
.layer.layer-search .overlay-wrapper .search-header .input-group > .input-group-btn {
  width: 1px;
}
@media print {
  .layer.layer-search {
    display: none;
  }
}
/* Hides position: fixed from IE6 */
body .ui-pnotify {
  position: fixed;
  top: 45px;
  right: 15px;
  height: auto;
  z-index: 9999;
  /* Alternate stack initial positioning. */
  /* -- History Pulldown */
  /* Alternate stack initial positioning. */
}
body .ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
body .ui-pnotify .ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}
body .ui-pnotify .ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .ui-pnotify .ui-pnotify-closer,
body .ui-pnotify .ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}
body .ui-pnotify .ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}
body .ui-pnotify .ui-pnotify-text {
  display: block;
}
body .ui-pnotify .ui-pnotify-icon,
body .ui-pnotify .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
body .ui-pnotify .ui-pnotify.stack-topleft,
body .ui-pnotify .ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}
body .ui-pnotify .ui-pnotify.stack-bottomright,
body .ui-pnotify .ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}
body .ui-pnotify .ui-pnotify-closer,
body .ui-pnotify .ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}
body .ui-pnotify .ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* Ensures history container is above notices. */
  z-index: 10000;
}
body .ui-pnotify .ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}
body .ui-pnotify .ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
body .ui-pnotify .ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}
body .ui-pnotify .ui-pnotify.stack-topleft,
body .ui-pnotify .ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}
body .ui-pnotify .ui-pnotify.stack-bottomright,
body .ui-pnotify .ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}
body .ui-pnotify .ui-pnotify .picon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
}
body .ui-pnotify .ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
}
body .ui-pnotify .ui-pnotify.stack-bar-bottom {
  left: auto;
  margin-left: 30%;
  right: auto;
  top: auto;
}
header h1 {
  font-size: 26px;
}
header h1 .icon {
  float: left;
}
header h1 .icon > .label {
  display: block;
  font-size: 14px;
  margin: 4px 6px 1px 0;
}
header h1 small {
  font-size: 14px;
}
header h1 small::before {
  content: "\A";
  white-space: pre;
}
header .header-row > .header-tools {
  text-align: right;
}
code {
  background-color: transparent;
}
section {
  padding-top: 30px;
}
body .block-page footer {
  margin-top: 40px;
  padding: 10px;
  margin-bottom: 100px;
  text-align: center;
}
.btn-primary-invert {
  background-color: white;
  border-color: #337ab7;
  color: #337ab7;
}
.btn-success-invert {
  background-color: white;
  border-color: #5cb85c;
  color: #5cb85c;
}
.sidebar-nav-fixed {
  position: fixed;
  left: 20px;
  top: 60px;
  width: 220px;
}
.row-fluid > .span-fixed-sidebar {
  margin-left: 290px;
}
.subview-list-actions {
  float: right;
}
img.filetype {
  height: 16px;
}
.box {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 6px;
  margin: 0 -7px 6px;
  position: relative;
}
.box > :last-child {
  margin-bottom: 0;
}
.passive {
  color: #777;
}
.deleteme {
  color: #9d261d;
  text-decoration: line-through;
}
.current {
  font-weight: bold;
}
textarea.full,
input[type="text"].full {
  width: 95%;
}
textarea {
  resize: vertical;
  width: 100%;
}
textarea.small {
  height: 75px;
}
textarea.medium {
  height: 150px;
}
textarea.big {
  height: 250px;
}
.box > a {
  float: right;
  clear: right;
}
.box > .toolbar {
  float: right;
  line-height: 36px;
}
.toolbar > hr {
  display: inline-block;
  min-height: 15px;
  vertical-align: middle;
  margin: 0 2px;
  border: 0 none;
  border-right: 1px solid #ccc;
}
.box > h2,
.box > h3,
.box > h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
h2 + .ui-tabs-nav,
h2 + .well,
h3 + .ui-tabs-nav,
h3 + .well,
h4 + .ui-tabs-nav {
  margin-top: 6px;
}
.tabs > ul {
  clear: both;
}
.tab-layout {
  margin: 0 15px;
}
.tab-content {
  border: 1px solid #dddddd;
  border-top: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.ignore-legend > legend {
  display: none;
}
.help-block {
  font-weight: normal;
  font-size: 0.8em;
  color: #999;
}
html {
  overflow: scroll;
  overflow-x: auto;
}
/* Entfernen-Knopf bei erforderlichen Angaben ausblenden */
ul.collection.required > li:first-child:nth-last-child(2) > a {
  visibility: hidden;
}
tbody.collection.required > tr:first-child:nth-last-child(2) > td:last-child > a {
  visibility: hidden;
}
table.collection > tbody.collection.required > tr:first-child:nth-last-child(2) > td:last-child > a {
  visibility: visible;
}
table.collection.required > tbody:first-of-type:nth-last-child(2) > tr:first-child > td:last-child > a {
  visibility: hidden;
}
table .empty-table-message {
  display: none;
}
table .empty-table-message .empty-message {
  padding: 50px 0;
  text-align: center;
}
table.table-condensed tr.empty-table-message .empty-message {
  padding: 0;
}
table.table-empty tfoot.empty-table-message {
  display: table-footer-group;
}
table.table-empty tr.empty-table-message {
  display: table-row;
}
table tr.claim-archived > td {
  color: #555;
}
.table tbody tr.subhead td {
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px 2px 8px;
  border-bottom: 1px solid #ddd;
}
.table-hover tbody tr:hover td table.tooltiptable tr td,
table.tooltiptable tr td {
  background: #000 !important;
  line-height: 20px;
}
.table-hover tbody tr:hover td table.tooltiptable tfoot tr td,
table.tooltiptable tfoot tr td {
  border-top: 1px solid #CCC;
  line-height: 20px;
}
.tooltip.in {
  opacity: 0.9 !important;
}
div[class="tooltip-inner"] {
  max-width: 500px;
}
tr td .btn-show-on-hover {
  display: none;
}
tr:hover td .btn-show-on-hover {
  display: block;
}
tr:hover td .hide-on-hover {
  display: none;
}
.btn-left {
  text-align: left;
}
.overflow-block {
  display: block;
}
.progress:after {
  content: " ";
  clear: both;
  display: table;
}
.progress .bar {
  text-align: center;
  float: left;
}
.progress .bar [class^="icon-"],
.progress .bar [class*=" icon-"] {
  opacity: 0.5;
}
a.disabled {
  color: #bbb !important;
}
table.table tr.row-disabled {
  color: #999;
}
a.invisible-link {
  color: inherit;
}
a.invisible-link:hover {
  color: inherit;
  text-decoration: none;
}
.amount-only-widget > input.form-control {
  text-align: right;
  border-right: none;
  padding-right: 2px;
}
.amount-only-widget > span.input-group-addon {
  background: transparent;
  padding-left: 2px;
  color: #777;
}
.amount-widget > input.form-control {
  text-align: right;
  border-right: none;
  padding-right: 2px;
}
.expandable {
  display: none;
}
.expandable.expanded {
  display: block;
}
div.slider {
  height: 6px;
  position: relative;
  overflow: visible;
  width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.slider > * {
  cursor: hand;
  position: absolute;
  left: 0;
  padding: 0;
  display: block;
}
div.slider > .btn {
  margin: -8px 0 0 -10px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  top: 50%;
}
div.slider > .bar {
  border-radius: 5px;
  height: 100%;
  margin: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
div.zoomable-wrapper > * {
  width: 100%;
  max-width: none;
}
a.text-link {
  color: inherit;
  text-decoration: none;
}
div.zoomable-table-wrapper.zoom-active,
div.zoomable-wrapper.zoom-active {
  overflow-x: hidden;
  overflow-y: hidden;
}
form.global-search .input-group-form_query > input {
  height: 44px;
  font-size: 1.7em;
}
form.global-search div.form-group {
  display: none;
}
.sticky-header {
  position: fixed;
  overflow: hidden;
  z-index: 1;
}
.sticky-header table {
  background-color: #fff;
}
.sticky-table-for-shifting {
  position: absolute;
  left: 0;
  top: 0;
}
.hidden {
  display: none !important;
}
.layer.layer-search .overlay-wrapper {
  width: 60%;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link {
  padding: 6px 12px;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-type {
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-title {
  font-size: 13px;
  color: #555;
}
.search-result-list .result-container .result-list .item > .item-data a.item-link span.item-icon {
  font-size: 13px;
}
#global__query {
  font-size: 1.8em;
  height: 44px;
}
.header-sticky-control .row {
  padding: 15px 0;
  background: white;
  z-index: 11;
}

/* =============================================== */
/* START: zukünftige Bootstrap Version vorbereiten */
.d-block {
  display: block;
}
table.certification-loh-table .btn-group {
  display: flex;
}
table.certification-loh-table .btn-group > .btn {
  float: none;
  flex-shrink: 0;
}
/* ENDE: zukünftige Bootstrap Version vorbereiten */
/* ============================================== */
td.abbr-ellipsis {
  max-width: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
table.certification-loh-table thead > tr > th {
  line-height: 1.2;
}
table.certification-loh-table tr.subrow td {
  border-top: none;
}
.interval-tsm {
  display: inline-flex;
}
.interval-tsm span {
  display: inline-block;
  min-width: 17px;
  text-align: right;
  padding: 0 2px;
}
.interval-tsm.interval-tsm-head {
  margin-top: 2px;
}
.interval-tsm.interval-tsm-head span {
  text-align: center;
  color: #999;
}
.interval-tsm.interval-tsm-head span:nth-of-type(2) {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
div.repairbar-container {
  height: 33px;
  width: 100%;
  padding: 0;
  position: relative;
}
div.repairbar-container div {
  height: 34px;
}
div.repairbar-container div.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.repairbar-container div.layer-bars {
  z-index: 10;
  position: relative;
}
div.repairbar-container div.layer-bars div.bar {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: center;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
div.repairbar-container div.layer-bars div.bar .label {
  margin: 0;
  padding: 0;
  color: #333;
  background: none;
}
div.repairbar-container div.layer-bars div.bar .label.title-label {
  font-weight: normal;
  font-size: 0.9em;
  position: relative;
  top: -10px;
}
div.repairbar-container div.layer-bars div.bar.bar-date-right {
  border-left: 0;
  text-align: right;
  padding-right: 3px;
}
div.repairbar-container div.layer-bars div.bar.bar-date-left {
  border-right: 0;
  text-align: left;
  padding-left: 3px;
}
div.repairbar-container div.layer-bars div.bar.bar-date-right-outer {
  border-left: 0;
}
div.repairbar-container div.layer-bars div.bar.bar-date-right-outer > div {
  text-align: left;
  position: relative;
  left: 100%;
  padding-left: 3px;
}
div.repairbar-container div.layer-bars div.bar.bar-date-left-outer {
  border-right: 0;
}
div.repairbar-container div.layer-bars div.bar.bar-date-left-outer > div {
  text-align: right;
  position: relative;
  right: 100%;
  padding-right: 3px;
}
div.repairbar-container div.layer-bars div.bar.bar-franchise {
  background: #ddd;
}
div.repairbar-container div.layer-label {
  z-index: 11;
}

.toggle-password-container{position:relative}.toggle-password-icon{width:1rem;height:1rem}.toggle-password-button{background-color:#0000;border:none;flex-direction:row;place-items:center;column-gap:.25rem;height:1rem;font-size:.875rem;line-height:1.25rem;display:flex;position:absolute;top:-1.25rem;right:.5rem}

