@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.42857;
  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: 4px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, div#report img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}


p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 984px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1224px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, div#report table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, div#report table > thead > tr > th,
.table > thead > tr > td,
div#report table > thead > tr > td,
.table > tbody > tr > th,
div#report table > tbody > tr > th,
.table > tbody > tr > td,
div#report table > tbody > tr > td,
.table > tfoot > tr > th,
div#report table > tfoot > tr > th,
.table > tfoot > tr > td,
div#report table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th, div#report table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

.table > tbody + tbody, div#report table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table, div#report table .table, .table div#report table, div#report .table table, div#report table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, div#report table > thead > tr > td.active,
.table > thead > tr > th.active,
div#report table > thead > tr > th.active,
.table > thead > tr.active > td,
div#report table > thead > tr.active > td,
.table > thead > tr.active > th,
div#report table > thead > tr.active > th,
.table > tbody > tr > td.active,
div#report table > tbody > tr > td.active,
.table > tbody > tr > th.active,
div#report table > tbody > tr > th.active,
.table > tbody > tr.active > td,
div#report table > tbody > tr.active > td,
.table > tbody > tr.active > th,
div#report table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
div#report table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
div#report table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
div#report table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
div#report 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, div#report table > thead > tr > td.success,
.table > thead > tr > th.success,
div#report table > thead > tr > th.success,
.table > thead > tr.success > td,
div#report table > thead > tr.success > td,
.table > thead > tr.success > th,
div#report table > thead > tr.success > th,
.table > tbody > tr > td.success,
div#report table > tbody > tr > td.success,
.table > tbody > tr > th.success,
div#report table > tbody > tr > th.success,
.table > tbody > tr.success > td,
div#report table > tbody > tr.success > td,
.table > tbody > tr.success > th,
div#report table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
div#report table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
div#report table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
div#report table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
div#report 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, div#report table > thead > tr > td.info,
.table > thead > tr > th.info,
div#report table > thead > tr > th.info,
.table > thead > tr.info > td,
div#report table > thead > tr.info > td,
.table > thead > tr.info > th,
div#report table > thead > tr.info > th,
.table > tbody > tr > td.info,
div#report table > tbody > tr > td.info,
.table > tbody > tr > th.info,
div#report table > tbody > tr > th.info,
.table > tbody > tr.info > td,
div#report table > tbody > tr.info > td,
.table > tbody > tr.info > th,
div#report table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
div#report table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
div#report table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
div#report table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
div#report 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, div#report table > thead > tr > td.warning,
.table > thead > tr > th.warning,
div#report table > thead > tr > th.warning,
.table > thead > tr.warning > td,
div#report table > thead > tr.warning > td,
.table > thead > tr.warning > th,
div#report table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
div#report table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
div#report table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
div#report table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
div#report table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
div#report table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
div#report table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
div#report table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
div#report 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, div#report table > thead > tr > td.danger,
.table > thead > tr > th.danger,
div#report table > thead > tr > th.danger,
.table > thead > tr.danger > td,
div#report table > thead > tr.danger > td,
.table > thead > tr.danger > th,
div#report table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
div#report table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
div#report table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
div#report table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
div#report table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
div#report table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
div#report table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
div#report table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
div#report 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 {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, div#report .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, div#report .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  div#report .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  div#report .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  div#report .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  div#report .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  div#report .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.22em;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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 {
  border: 0;
  background-color: transparent;
}

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

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 0.9375em;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/*.radio input[type="radio"],*/
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -24px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 4px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default: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 > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary: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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success: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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning: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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  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, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 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;
}

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.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 {
    left: 0;
    right: auto;
  }
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-left: 0;
  padding-right: 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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

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

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  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: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.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, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -20px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

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

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

.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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .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-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

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

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

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

.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: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

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

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

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

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

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  zoom: 1;
  overflow: hidden;
}

.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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.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-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

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

.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 .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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;
}

.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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-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, div#report .panel > table,
.panel > .table-responsive > .table,
div#report .panel > .table-responsive > table,
.panel > .panel-collapse > .table,
div#report .panel > .panel-collapse > table {
  margin-bottom: 0;
}

.panel > .table caption, div#report .panel > table caption,
.panel > .table-responsive > .table caption,
div#report .panel > .table-responsive > table caption,
.panel > .panel-collapse > .table caption,
div#report .panel > .panel-collapse > table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, div#report .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
div#report .panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, div#report .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
div#report .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
div#report .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
div#report .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, div#report .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
div#report .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
div#report .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
div#report .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
div#report .panel > .table-responsive:first-child > 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 th:first-child,
div#report .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
div#report .panel > .table-responsive:first-child > 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 th:first-child,
div#report .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, div#report .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
div#report .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
div#report .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
div#report .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
div#report .panel > .table-responsive:first-child > 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 th:last-child,
div#report .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
div#report .panel > .table-responsive:first-child > 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 th:last-child,
div#report .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, div#report .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
div#report .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, div#report .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
div#report .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
div#report .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
div#report .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, div#report .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
div#report .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
div#report .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
div#report .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
div#report .panel > .table-responsive:last-child > 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 th:first-child,
div#report .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
div#report .panel > .table-responsive:last-child > 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 th:first-child,
div#report .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, div#report .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
div#report .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
div#report .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
div#report .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
div#report .panel > .table-responsive:last-child > 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 th:last-child,
div#report .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
div#report .panel > .table-responsive:last-child > 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 th:last-child,
div#report .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, div#report .panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
div#report .panel > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, div#report .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
div#report .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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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;
  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);
  background-clip: padding-box;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 688px;
    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: 1024px) {
  .modal-lg {
    width: 980px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

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

.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 {
  bottom: 0;
  right: 5px;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 1s ease-in-out left;
  transition: 1s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.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;
  line-height: 1;
  font-family: serif;
}

.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .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: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type="range"] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}

.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}

.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type="range"]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
}

.plyr input[type="range"]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
  background: #3498db;
}

.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr input[type="range"]:focus {
  outline: 0;
}

.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.plyr input[type="range"]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .plyr .plyr__video-embed iframe {
    pointer-events: initial;
  }
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.plyr__controls > * {
  pointer-events: all;
}

.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}
*/

/* colors */
/* typography */
/* font sizes lg */
/* font sizes md */
/* font sizes sm */
/* font sizes xs */
/* z-indexes */

input, textarea {
  -webkit-appearance: none;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

mark {
  background: none;
  padding: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  color: #555555;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000000;
}

h2 {
  font-size: 2.25em;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

h4 {
  font-size: 1.18em;
  line-height: 1.18em;
  font-weight: 700;
  color: #000000;
}

h5 {
  font-size: 1.06em;
  line-height: 1.5em;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

p {
  margin: 0;
}

small, p.small {
  font-size: 0.93em;
  line-height: 1.25em;
}

a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none;
}

strong {
  font-weight: 700;
  color: #000000;
}

strong a {
  color: #000000;
}

* {
  word-wrap: break-word;
}

.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.no-hyphens {
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
}

body {
  overflow-x: hidden;
}

.main-content {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.modal-backdrop {
  z-index: 3000;
}

header {
  font-size: 0.95em;
  line-height: 1em;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}

header .container {
  position: relative;
}

header .top {
  padding: 1.25em 0 1.5625em;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
}

header .logo {
  max-width: 104px;
  display: inline-block;
  vertical-align: baseline;
}

header .logo img {
  display: block;
  width: auto;
  max-width: 100%;
}

header .logo-text {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 40px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #004884;
}

header .profile {
  display: inline-block;
  vertical-align: baseline;
  float: right;
  margin-top: 3em;
}

header .profile li {
  display: inline-block;
  padding: 0 1em;
}

header .profile li a {
  font-weight: 700;
  color: #000000;
}

header a {
  text-decoration: none;
}

footer {
  font-size: 0.9375em;
  line-height: 1.3em;
  background-color: #ffffff;
  padding: 2.6em 0;
  position: relative;
  z-index: 100;
}

footer a {
  color: #555555;
  text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
  color: #000000;
}

footer ul > li {
  display: inline-block;
  vertical-align: baseline;
}

footer .copyright {
  display: inline-block;
  vertical-align: baseline;
}

footer .footer-links {
  display: inline-block;
  vertical-align: baseline;
  float: right;
}

footer .footer-links li {
  margin-left: 30px;
}

footer .footer-subnav {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

footer .footer-subnav h5 {
  margin-top: 5px;
}

footer .footer-subnav li {
  margin-right: 15px;
}

footer .footer-subnav .navbar-header {
  float: none;
}

footer .footer-subnav #footer-subnav {
  padding: 0;
}

footer .footer-subnav #footer-subnav-toggle {
  pointer-events: none;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
  color: #000000;
  display: block;
  margin: 10px 0;
  width: 100%;
  position: relative;
  text-align: left;
}

footer .footer-subnav #footer-subnav-toggle:after {
  display: none;
  content: '\e91a';
  font-family: 'icomoon' !important;
  font-size: 1em;
  position: absolute;
  right: 0px;
  top: 0;
}

footer .footer-subnav #footer-subnav-toggle.collapsed:after {
  content: '\e919';
}

nav.navbar {
  border: 0;
  border-radius: 0;
}

nav a, .profile a {
  text-decoration: none;
}

nav.main {
  width: 100%;
  height: auto;
  border: 0;
  border-bottom: 1px solid #9b9b9b;
  border-radius: 0;
  padding: 2.2em 0;
  margin-bottom: 0px;
  font-size: 1.33em;
  line-height: 1.2em;
  color: #000000;
}

nav.main > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

nav.main > ul > li.active > a:before {
  content: '';
  border-top: 8px solid #00437C;
  position: absolute;
  top: -2.2em;
  left: 0;
  right: 0;
  pointer-events: none;
}

nav.main > ul > li.active.pk > a:before {
  content: '';
  border-top: 8px solid #00437C;
  position: absolute;
  top: -2.2em;
  left: 0;
  right: 0;
  pointer-events: none;
}

nav.main > ul > li.active.vk > a:before {
  content: '';
  border-top: 8px solid #4b6405;
  position: absolute;
  top: -2.2em;
  left: 0;
  right: 0;
  pointer-events: none;
}

nav.main > ul > li > a {
  color: #000000;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

nav.main > ul > li > ul {
  position: absolute;
  background: #ffffff;
  display: none;
}

nav.main .nav-mail-info {
  color: #ffffff;
  background: #e62319;
  border-radius: 100px;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
}

nav.main .dropdown-menu {
  min-width: 240px;
  border: 1px solid #afafaf;
  margin-top: 20px;
  padding: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav.main .dropdown-menu li {
  position: relative;
}

nav.main .dropdown-menu li:before {
  content: '';
  border-left: 0px solid #e62319;
  height: auto;
  left: -1px;
  top: -1px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all .15s;
  transition: all .15s;
}

nav.main .dropdown-menu li.active:before, nav.main .dropdown-menu li:hover:before {
  border-left: 8px solid #e62319;
}

nav.main .dropdown-menu li.active a, nav.main .dropdown-menu li:hover a {
  font-weight: 700;
  background: #ffffff;
}

nav.main .dropdown-menu li a {
  font-size: 17px;
  line-height: 24px;
  -webkit-transition: all .15s;
  transition: all .15s;
  padding: 10px 20px;
}

nav.main .dropdown-menu li a.nav-blue {
  color: #00437c;
}

nav.main .dropdown-menu li a.nav-green {
  color: #4b6410; /*#789614*/
}

nav.main .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

nav.main .nav-icon-link {
  margin: -12px;
  padding: 12px;
}

nav.mobile-nav-aside {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  width: 320px;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px #afafaf;
          box-shadow: 0 0 15px #afafaf;
  -webkit-transform: translateX(320px);
          transform: translateX(320px);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

nav.mobile-nav-aside .mobile-nav-header {
  line-height: 60px;
  text-align: right;
  padding: 0 20px;
}

nav.mobile-nav-aside #mobile-nav-closer {
  display: inline-block;
  cursor: pointer;
  color: #000000;
}

nav.mobile-nav-aside .profile {
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
  border-bottom: 1px solid #9b9b9b;
}

nav.mobile-nav-aside .profile li {
  padding: 8px 0;
}

nav.mobile-nav-aside .profile li a {
  color: #000000;
  font-weight: 700;
}

nav.mobile-nav-aside a {
  text-decoration: none;
}

nav.mobile-nav {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #9b9b9b;
  border-radius: 0;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

nav.mobile-nav > ul > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #afafaf;
  line-height: 3.5em;
}

nav.mobile-nav > ul > li > a {
  color: #000000;
  font-weight: 600;
  padding: 0 1.2em;
  -webkit-transition: all .15s;
  transition: all .15s;
  display: block;
  position: relative;
}

nav.mobile-nav > ul > li > a:before {
  content: '';
  border-left: 0px solid #e62319;
  height: 3.5em;
  left: -1px;
  top: 0px;
  position: absolute;
  -webkit-transition: all .15s;
  transition: all .15s;
}

nav.mobile-nav > ul > li > ul {
  position: relative;
  background: #ffffff;
  top: auto;
  left: auto;
  z-index: 1000;
  display: none;
}

nav.mobile-nav > ul > li.active > a {
  font-weight: 600;
}

nav.mobile-nav > ul > li.active > a:before {
  border-left: 8px solid #e62319;
}

nav.mobile-nav li.dropdown > a:after {
  font-family: 'icomoon' !important;
  content: '\e91b';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

nav.mobile-nav li.dropdown.open > a:after {
  content: '\e91c';
}

nav.mobile-nav .nav-mail-info {
  color: #ffffff;
  background: #e62319;
  border-radius: 100px;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
}

nav.mobile-nav .dropdown-menu {
  width: 100%;
  border: 0;
  border-top: 1px solid #d7d7d7;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: none;
}

nav.mobile-nav .dropdown-menu li {
  position: relative;
}

nav.mobile-nav .dropdown-menu li:before {
  content: '';
  border-left: 0px solid #e62319;
  height: auto;
  left: -1px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all .15s;
  transition: all .15s;
}

nav.mobile-nav .dropdown-menu li.active:before, nav.mobile-nav .dropdown-menu li:hover:before {
  border-left: 8px solid #e62319;
}

nav.mobile-nav .dropdown-menu li.active a, nav.mobile-nav .dropdown-menu li:hover a {
  font-weight: 700;
  background: #ffffff;
}

nav.mobile-nav .dropdown-menu li a {
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all .15s;
  transition: all .15s;
  padding: 10px 20px;
}

nav.mobile-nav .dropdown-menu li a.nav-blue {
  color: #00437c;
}

nav.mobile-nav .dropdown-menu li a.nav-green {
  color: #789614;
}

nav.mobile-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

nav.mobile-nav .nav-link-label {
  display: none;
}

.mobile-nav-toggle-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 4000;
}

.mobile-nav-toggle-container .container {
  height: 0;
}

#mobile-nav-toggle {
  display: none;
  float: right;
  width: 44px;
  height: 44px;
  background: #555555;
  padding: 10px;
  margin-top: 40px;
  -webkit-transition: background .15s ease 0s;
  transition: background .15s ease 0s;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

#mobile-nav-toggle:hover, #mobile-nav-toggle.active, #mobile-nav-toggle:focus, #mobile-nav-toggle:active {
  background: #000000;
}

.dropdown-backdrop {
  display: none !important;
}

.sidebar {
  /*font-size: 0;*/
  margin-bottom: 1.875em;
}

section.sidebar-component {
  margin-bottom: 1.875em;
  border: 0;
  position: relative;
  font-size: 1.0625em;
}

section.sidebar-component:last-child {
  margin-bottom: 0;
}

section.sidebar-component.sidebar-navigation {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

section.sidebar-component.sidebar-navigation h4 {
  padding: 1em 0;
  border-bottom: 1px solid #9b9b9b;
}

section.sidebar-component.sidebar-text {
  padding: 0 1em;
}

section.sidebar-component.sidebar-image {
  padding: 20px;
  height: 368px;
  max-width: 368px;
  border: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

section.sidebar-component.sidebar-image h3 {
  margin-bottom: 10px;
}

section.sidebar-component.sidebar-image li {
  padding: 5px 0 5px 35px;
  border: 0;
  color: #000000;
  font-weight: 700;
  position: relative;
}

section.sidebar-component.sidebar-image li:before {
  content: '\e921';
  font-family: 'icomoon' !important;
  color: white;
  background: #e62319;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}

section.sidebar-component.sidebar-image .caption a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 3.3em 1em 1em;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: white;
  font-size: 1.41em;
  line-height: 1.18em;
  font-weight: 700;
}

section.sidebar-component.sidebar-image .caption a:before {
  content: '\e903';
  position: absolute;
  font-family: 'icomoon';
  font-size: 1em;
  top: 50%;
  margin-top: -0.5em;
  right: 0.75em;
  z-index: 1000;
}

section.sidebar-component.sidebar-image .caption a:after {
  content: '';
  position: absolute;
  font-family: 'icomoon';
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background .2s;
  transition: background .2s;
  z-index: 900;
}

section.sidebar-component.sidebar-image .caption a:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

section.sidebar-component.sidebar-button {
  padding-top: 14px;
}

section.sidebar-component.sidebar-button .btn {
  border: none;
}

section.sidebar-component.sidebar-button .btn .icomoon {
  vertical-align: baseline;
}

section.sidebar-component.sidebar-quickinfo {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

section.sidebar-component.sidebar-quickinfo .quickinfo-header {
  padding: 18px 20px;
  position: relative;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-header.pk {
  background: #00437c;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-header.vk {
  background: #4b6410; /*#789614;*/
}

section.sidebar-component.sidebar-quickinfo .quickinfo-header h4 {
  color: #ffffff;
  text-transform: uppercase;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-text {
  padding: 20px;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-money {
  display: block;
  text-align: right;
  font-size: 2.25em;
  line-height: 1;
  border-top: 1px solid #9b9b9b;
  margin-top: 0.5em;
  padding-top: 0.4em;
  color: #000000;
  font-weight: 700;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-link {
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-link:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background .2s;
  transition: background .2s;
}

section.sidebar-component.sidebar-quickinfo .quickinfo-link:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

section.sidebar-component.sidebar-quickinfo .quickinfo-link span.icomoon {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
  font-size: 20px;
  color: #ffffff;
}

section.sidebar-component .sidebar-subnav-toggle {
  display: block;
  padding: 9px 20px;
  width: 100%;
  position: relative;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

section.sidebar-component .sidebar-subnav-toggle:after {
  content: '\e91a';
  font-family: 'icomoon' !important;
  font-size: 1em;
  position: absolute;
  right: 1.25em;
}

section.sidebar-component .sidebar-subnav-toggle.collapsed:after {
  content: '\e919';
}

section.sidebar-component #sidebar-subnav, section.sidebar-component #sidebar-top-subnav {
  border-top: 1px solid #d7d7d7;
}

section.sidebar-component #sidebar-top-subnav-toggle {
  padding: 1.1em 2.8em 1.1em 1.2em;
}

section.sidebar-component #sidebar-top-subnav-toggle:after {
  top: 1em;
}

section.sidebar-component li {
  border-bottom: 1px solid #d7d7d7;
}

section.sidebar-component li:last-child {
  border-bottom: 0;
}

section.sidebar-component li a {
  color: #555555;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  font-weight: 400;
}

section.sidebar-component li a:before {
  border-left: 0px solid #e62319;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .15s;
  transition: all .15s;
}

section.sidebar-component li a:hover, section.sidebar-component li a:active, section.sidebar-component li a:focus {
  color: #000000;
}

section.sidebar-component li a:hover:before, section.sidebar-component li a:active:before, section.sidebar-component li a:focus:before {
  border-left: 8px solid #00437C;
}

section.sidebar-component li a.pk:hover:before, section.sidebar-component li a:active:before, section.sidebar-component li a:focus:before {
  border-left: 8px solid #00437C;
}

section.sidebar-component li a.vk:hover:before, section.sidebar-component li a:active:before, section.sidebar-component li a:focus:before {
  border-left: 8px solid #4b6405;
}

section.sidebar-component li.active a {
  font-weight: 700;
  color: #000000;
}

section.sidebar-component li.active a:before {
  border-left: 8px solid #00437C;
}

section.sidebar-component li.active.pk a:before {
  border-left: 8px solid #00437C;
}

section.sidebar-component li.active.vk a:before {
  border-left: 8px solid #4b6405;
}

section.sidebar-component .icomoon {
  padding-right: 4px;
  vertical-align: middle;
}

.subnav-top section.sidebar-component {
  border-top: 0;
  border-bottom: 0;
}

.subnav-top section.sidebar-component button {
  background: #ebebeb;
  margin-top: -1px;
}

.subnav-top section.sidebar-component #sidebar-top-subnav {
  border-bottom: 1px solid #9b9b9b;
}

/* sidebar */
#sidebar-helper {
  /* sidebar margin-top can be set here */
}

#sidebar-wrapper, #sidebar-wrapper-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

#sidebar-wrapper.static, #sidebar-wrapper-inner.static {
  position: relative;
  top: auto !important;
  bottom: auto !important;
}

#sidebar-wrapper {
  margin: 0 -1em;
}

#sidebar-wrapper-inner {
  padding: 1em 1em 0;
  margin-top: -1em;
}

.sidebar > section.sidebar-component:last-child {
  margin-bottom: 1.875em;
}

section.intro {
  padding: 2.1875em 0 2.5em;
}

section.intro h1 {
  margin-bottom: 0.5em;
}

section.intro h1:last-child {
  margin-bottom: 0;
}

section.intro p {
  margin-bottom: 15px;
}

section.intro p:last-child {
  margin-bottom: 0;
}

section.intro a {
  text-decoration: underline;
}

section.intro a:active, section.intro a:focus, section.intro a:hover {
  text-decoration: none;
}

section.form-box {
  margin-bottom: 20px;
}

section.form-box:last-child {
  margin-bottom: 0;
}

section.form-box.collapsed .form-box-header {
  padding: 17px 20px;
  border: 1px solid #9b9b9b;
  background: transparent;
}

section.form-box.collapsed .form-box-header h4 {
  color: #000000;
}

section.form-box.collapsed .form-box-header p {
  color: #555555;
}

section.form-box.collapsed .form-box-header a {
  color: #000000;
}

section.form-box.collapsed .form-box-header .settings-toggle {
  display: block;
}

section.form-box.collapsed .form-box-header .button-wrapper {
  margin-top: 15px;
}

section.form-box .form-box-header {
  padding: 17px 20px;
  background: #6e6e6e;
  border: 1px solid #6e6e6e;
  position: relative;
  -webkit-transition: color .2s, background .2s;
  transition: color .2s, background .2s;
}

section.form-box .form-box-header h4 {
  color: #ffffff;
}

section.form-box .form-box-header p {
  color: #ffffff;
}

section.form-box .form-box-header a {
  color: #ffffff;
}

section.form-box .form-box-header .settings-toggle {
  display: none;
}

section.form-box .form-box-header .button-wrapper {
  margin-top: 0;
}

section.form-box .form-box-content {
  padding: 20px;
  border: 1px solid #9b9b9b;
  position: relative;
}

section.form-box .form-box-content form > p:last-child {
  margin-bottom: 20px;
}

section.form-box .form-box-content form:last-child > p:last-child {
  margin-bottom: 0;
}

section.form-box .form-box-content form:last-child .form-group:last-child {
  margin-bottom: 0;
}

section.form-box .form-box-header + .form-box-content,
section.form-box .form-box-notification:not(.hidden) + .form-box-content,
section.form-box .form-box-content + .form-box-content {
  margin-top: -1px;
}

section.form-box .form-box-notification {
  background: #C74F0F;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 20px;
  position: relative;
}

section.form-box .form-box-error {
  background: #e62319;
  color: #ffffff;
  font-weight: 700;
  padding: 20px 20px 20px 70px;
  margin-bottom: 40px;
  position: relative;
}

section.form-box .form-box-error:before {
  content: '\e904';
  position: absolute;
  left: 20px;
  font-family: 'icomoon';
  font-size: 36px;
  line-height: 1;
  color: white;
  font-weight: 400;
}

section.form-box .form-box-collapse .form-box-content {
  border-top: 0;
}

section.form-box form:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 20px;
}

section.form-box ul.form-box-links {
  display: inline-block;
}

section.form-box ul.form-box-rechts {
  display: inline-block;
  float: right;
}

section.form-box ul.form-box-links li {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
}

section.form-box a, section.form-box label {
  color: #000000;
}

section.form-box h4 {
  margin-bottom: 0.8em;
}

section.form-box h4:last-child {
  margin-bottom: 0;
}

section.form-box h4 a.tooltip-icon {
  font-size: 0.9em;
  line-height: 1.4em;
}

section.form-box .form-group {
  margin-bottom: 1.25em;
  position: relative;
}

section.form-box .form-group > .checkbox {
  margin-left: 1.25em;
  margin-right: 1.25em;
  padding-top: 0;
}

section.form-box p {
  margin-bottom: 30px;
}

section.form-box .help-block {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

section.form-box .form-group .tooltip-icon {
  position: absolute;
  right: 108px;
  top: 0;
  margin: 10px 5px;
}

section.form-box .form-error {
  color: #e62319;
}

section.form-box .form-error strong {
  color: #e62319;
}

section.form-box .form-control.narrow {
  max-width: 110px;
}

section.form-box label .note {
  font-weight: 400;
}

.input-wrapper {
  padding-right: 35px;
  position: relative;
  max-width: 400px;
}

.button-wrapper.right {
  float: right;
}

.button-wrapper.left {
  float: left;
}

.button-wrapper.button-wrapper-fixed {
  position: absolute;
  bottom: 20px;
}

.button-wrapper.button-wrapper-fixed.right {
  float: none;
  right: 20px;
  margin-left: 0;
  margin-right: 0;
}

.button-wrapper.button-wrapper-fixed.left {
  float: none;
  left: 20px;
  margin-left: 0;
  margin-right: 0;
}

form.form-horizontal .form-group .button-wrapper.right {
  margin-right: 20px;
}

form.form-horizontal .form-group .button-wrapper.left {
  margin-left: 20px;
}

.form-group:not(.has-error) .error-message {
  display: none;
}

.form-group.has-error .error-message {
  display: block;
}

.form-group.has-error .error-message a {
  color: #e62319;
  font-weight: 700;
}

.form-group.has-error .control-label {
  color: #000000;
}

.form-group.has-error .help-block {
  color: #e62319;
}

.form-group.has-error input, .form-group.has-error textarea {
  border-color: #e62319;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-error input:active, .form-group.has-error input:hover, .form-group.has-error input:focus, .form-group.has-error textarea:active, .form-group.has-error textarea:hover, .form-group.has-error textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-error .radio .icon {
  border-color: #e62319;
}

.form-group.has-error .button-wrapper + .error-message {
  clear: both;
  padding-top: 15px;
}

.btn {
  padding: 0.6em 0.9em;
  font-size: 1.0625em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  tansition: all .15s;
}

.btn.btn-primary {
  color: #ffffff;
  background: #6e6e6e;
  border-color: transparent;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #3c3c3b;
  color: #ffffff;
  border-color: transparent;
}

.btn.btn-primary[disabled], .btn.btn-primary.disabled {
  background: #ebebeb;
  color: #ffffff;
}

.btn.btn-secondary {
  color: #000000;
  background: #ebebeb;
}

.modal-content .button-wrapper button.btn.btn-secondary.left {
  float: left;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: #c8c8c8;
  color: #000000;
}

.btn.pull-right {
  margin-right: 20px;
}

.btn.pull-left {
  margin-left: 20px;
}

.btn span.icomoon {
  font-weight: 600;
  margin-left: 0.4em;
  margin-right: 0.4em;
  font-size: 0.8em;
}

.scrollable {
  max-height: 324px;
  padding: 1.25em 1.25em 0.3125em 0;
  margin-bottom: 1.25em;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollable h4 {
  margin-bottom: 15px;
}

.modal-content {
  padding: 2.5em;
  border-radius: 0;
  max-height: 100%;
  min-height: 15.625em;
}

.modal-content .scrollable {
  min-height: 8.4em;
  height: auto;
}

.modal-content h2 {
  margin-bottom: 0.58em;
}

.modal-content h3 {
  margin-bottom: 0.4em;
}

.modal-content .button-wrapper {
  text-align: right;
  margin-bottom: 0.625em;
  margin-top: 1.5625em;
}

.modal-content form.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.modal-content form.form-horizontal .form-group:last-child {
  margin-bottom: 0;
}

.modal-content form.form-horizontal .form-group .button-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.modal-backdrop.in {
  opacity: 0.7;
}

.form-horizontal .control-label {
  padding-top: 10px;
}

.modal button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1em;
  color: #000000;
  opacity: 1;
}

.modal {
  z-index: 5000;
}

.input-group.date {
  width: 100%;
  color: #555555;
}

.input-group.date input {
  background: white;
}

.input-group.date input::-webkit-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

.input-group.date input::-moz-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

.input-group.date input:-moz-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

.input-group.date input:-ms-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

.input-group.date input::-ms-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

.input-group.date .input-group-addon {
  background: #ffffff;
  border-radius: 0;
  width: 43px;
  border-color: #9b9b9b;
  color: #000000;
  font-size: inherit;
}

.form-group:after {
  content: '';
  display: block;
  clear: both;
}

.label-pk, .label-vk {
  font-size: 0.75em;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #6e6e6e;
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.label-pk {
  background: #00437c;
}

.label-vk {
  background: #4b6410;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 20px 20px 20px 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #ebebeb;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #e62319;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #e62319;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #e62319;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

section.form-box.form-with-steps .form-steps {
  display: block;
  position: relative;
  /*font-size: 0;*/
}

section.form-box.form-with-steps .form-steps li {
  display: inline-block;
  width: 20%;
  font-size: 1.0625em;
  color: #9b9b9b;
  position: relative;
  vertical-align: top;
  padding-top: 2em;
  padding-right: 1.25em;
}

section.form-box.form-with-steps .form-steps li:before {
  content: '';
  width: 100%;
  border-bottom: 2px solid #9b9b9b;
  position: absolute;
  top: 12px;
  right: 100%;
  z-index: 100;
}

section.form-box.form-with-steps .form-steps li:first-child:before {
  display: none;
}

section.form-box.form-with-steps .form-steps li:last-child {
  padding-right: 0;
}

section.form-box.form-with-steps .form-steps li.active:before {
  border-color: #ffffff;
}

section.form-box.form-with-steps .form-steps li.active a {
  color: #ffffff;
  font-weight: bold;
}

section.form-box.form-with-steps .form-steps li.active a:before {
  background: #00437C;
  border: 2px solid #ffffff;
}

section.form-box.form-with-steps .form-steps li.done:before {
  border-color: #ffffff;
}

section.form-box.form-with-steps .form-steps li.done a:before {
  background: #4b6410;
  border: 2px solid #ffffff;
}

section.form-box.form-with-steps .form-steps li a {
  text-decoration: none;
  color: #ffffff;
}

section.form-box.form-with-steps .form-steps li a:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #9b9b9b;
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 500;
}

section.form-box.form-with-steps .form-confirmation {
  padding-right: 125px;
}

section.form-box.form-with-steps .form-confirmation li {
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
  padding-left: 36px;
  font-weight: 700;
}

section.form-box.form-with-steps .form-confirmation li:last-child {
  margin-bottom: 0;
}

section.form-box.form-with-steps .form-confirmation li:before {
  content: '\e921';
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  border-radius: 100px;
  background: #e62319;
  color: #ffffff;
}

section.form-box.form-with-steps .sticky-right {
  position: absolute;
  right: 20px;
  bottom: 17px;
  text-align: right;
}

section.form-box.form-with-steps .sticky-right a {
  font-weight: 400;
}

section.form-box.form-with-steps .form-step form:not(:last-child) {
  border-bottom: 0;
}

section.form-box.form-with-steps form:last-child .form-box-text-button:last-child {
  margin-bottom: 0;
}

section.form-box.form-with-steps .form-box-text-button {
  position: relative;
  padding: 0 0px;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

section.form-box.form-with-steps .form-box-text-button-content {
  padding: 17px 80px 17px 20px;
  position: relative;
  text-align: left;
}

section.form-box.form-with-steps .form-box-text-button-content:last-child {
  padding-right: 20px;
}

section.form-box.form-with-steps .form-box-text-button-link {
  display: block;
  /*position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;*/
  background: transparent;
  /*border: 1px solid #d7d7d7;*/
  left: -1px;
  width: calc(100% + 2px);
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  text-decoration: none;
}

section.form-box.form-with-steps .form-box-text-button-link:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  width: 60px;
  background: #d7d7d7;
  -webkit-transition: background .2s;
  transition: background .2s;
}

section.form-box.form-with-steps .form-box-text-button-link:hover, section.form-box.form-with-steps .form-box-text-button-link:active, section.form-box.form-with-steps .form-box-text-button-link:focus {
  border-color: #6e6e6e;
}

section.form-box.form-with-steps .form-box-text-button-link:hover:before, section.form-box.form-with-steps .form-box-text-button-link:active:before, section.form-box.form-with-steps .form-box-text-button-link:focus:before {
  background: #afafaf;
}

section.form-box.form-with-steps .form-box-text-button-link span {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -12px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
}

section.form-box.form-with-steps .label-wrapper {
  position: relative;
  margin: 0px 0 0.625em;
}

section.form-box.form-with-steps .label-wrapper label {
  margin-bottom: 0;
  padding-right: 25px;
}

section.form-box.form-with-steps .label-wrapper label:last-child {
  padding-right: 0;
}

section.form-box.form-with-steps .label-wrapper .tooltip-icon {
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0 0 0 5px;
}

section.form-box.form-with-steps .input-without-label {
  margin-top: 43px;
}

section.form-box.form-with-steps .form-box-content form .row .form-group {
  margin-bottom: 20px;
}

section.form-box.form-with-steps .form-footer-info {
  text-align: right;
  font-size: 15px;
  line-height: 20px;
}

.input-format-iban {
  text-transform: uppercase;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  border-radius: 0;
}

/* form structure, label */
form .row {
  margin: 0 -10px;
}

form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
  padding: 0 10px;
}

/* input fields */
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
  width: 100%;
  font-size: 1.0625em;
  line-height: 1.45em;
  color: #000000;
  font-weight: 700;
  padding: 0.5em 0.9em;
  border: 1px solid #959595;
  background-color: #ffffff;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

input[type="text"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="tel"]:hover, textarea:hover{
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 1px;
}

input[type="text"]:active, input[type="text"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea:active, textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
}

input[type="text"].parsley-error, input[type="number"].parsley-error, input[type="password"].parsley-error, input[type="email"].parsley-error, input[type="search"].parsley-error, input[type="tel"].parsley-error, textarea.parsley-error {
  border-color: #e62319;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* search */
/* autocomplete */
/* bootstrap select */
.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select.open .dropdown-toggle .bs-caret::before {
  content: '\e91a';
}

.bootstrap-select .dropdown-toggle {
  width: 100%;
  font-size: 1.0625em;
  line-height: 1.4em;
  color: #000000 !important;
  padding: 0.5em 0.9em;
  padding-right: 2.5em;
  border: 1px solid #959595;
  background-color: #ffffff !important;
  height: auto;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #000000 !important;
}

.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
  border-color: #000000;
  outline: 0 !important;
  border-width: 1px;
}

.bootstrap-select .dropdown-toggle .bs-caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43px;
  border-left: 1px solid #9b9b9b;
  background: #ffffff;
}

.bootstrap-select .dropdown-toggle .bs-caret::before {
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 16px;
  content: '\e919';
  color: #000000;
  display: block;
  margin-top: 11px;
}

.bootstrap-select .dropdown-toggle .bs-caret .caret {
  display: none;
}

.bootstrap-select .dropdown-menu {
  font-size: 17px;
  line-height: 24px;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  padding: 0;
  margin: 4px 0;
  text-transform: none;
  width: 100%;
  min-width: 200px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li a {
  white-space: normal;
  font-weight: 700;
  padding: 10px 15px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  background-color: #ebebeb;
}

.bootstrap-select button > span {
  font-weight: 700;
}

.parsley-error .bootstrap-select .dropdown-toggle {
  border-color: #e62319;
}

/* checkbox */
.checkbox-group.middle {
  padding-top: 9px;
}

.checkbox-group .checkbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.checkbox-group .checkbox:last-child {
  margin-right: 0;
}

.checkbox {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: default;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.checkbox.regular label {
  font-weight: 400;
}

.checkbox label {
  padding: 0;
  padding-left: 1.5625em;
  font-weight: 700;
  color: #000000;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.checkbox + .checkbox {
  margin-top: 0;
}

/*
input[type=checkbox] {
  display: none;
}
*/

/*
input[type=checkbox] + span.icon {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  color: #000000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
*/

input[type=checkbox]:checked{
  font-size: 0.75em;
}

input[type=checkbox]:checked::before {
  font-family: 'icomoon';
  content: '\e921';
  font-weight: bold  !important;
  font-size: 1.2em;
}

/*
input[type=checkbox]:checked::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffa500;
  position: absolute;
  top: 2px;
  left: 2px;
}*/


input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: solid 1px #9b9b9b;
  position: relative;
}

input[type=checkbox]:disabled {
  opacity: 0.5;
  margin-left: -24px;
}

.parsley-error input[type=checkbox] {
  border-color: #e62319;
}

/* radio button */
.radio-group.middle {
  padding-top: 9px;
}

.radio-group .radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.radio-group .radio:last-child {
  margin-right: 0;
}

.radio {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: default;
}

.radio:last-child {
  margin-bottom: 0;
}

.radio label {
  padding: 0;
  padding-left: 25px;
  margin: 0;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}

.radio + .radio {
  margin-top: 0;
}


input[type=radio] {
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

input[type=radio]:checked {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  border-radius: 8px;
}

input[type=radio]:disabled {
  opacity: 0.5;
}

.parsley-error input[type=radio] {
  border-color: #e62319;
}

/* file upload */
.file-upload {
  width: 100%;
  display: block;
}

.file-upload label {
  margin: 0;
  cursor: pointer;
}

.file-upload .file-selected {
  display: block;
  padding: 9px 15px;
  padding-right: 40px;
  border: 1px solid #afafaf;
  background-color: #ffffff;
  position: relative;
  margin-top: 5px;
}

.file-upload .file-selected.empty .file-name {
  color: #9b9b9b;
}

.file-upload .file-selected.empty .file-remove {
  display: none;
}

.file-upload .file-selected .file-name {
  font-size: 1.0625em;
  line-height: 1.4em;
  color: #000000;
}

.file-upload .file-selected .file-remove {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #000000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.625em;
  margin-top: -0.625em;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.file-upload .file-selected .file-remove:hover {
  color: #000000;
}

.file-upload input {
  display: none;
}

/* errors */
.error-wrapper {
  margin-top: 20px;
  color: #e62319;
}

.error-wrapper + .error-wrapper {
  margin-top: 0;
}

/* datetimepicker */
.bootstrap-datetimepicker-widget {
  color: #000000;
  border: 1px solid #555555;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td span {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  display: block;
}

.bootstrap-datetimepicker-widget a[data-action] span {
  margin: 0;
}

.bootstrap-datetimepicker-widget .btn-primary {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #6e6e6e;
  color: #ffffff;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #6e6e6e;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #6e6e6e;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left::after {
  font-family: 'icomoon';
  content: '\e902';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right::after {
  font-family: 'icomoon';
  content: '\e903';
}

.btn-animated {
  padding-left: 25px;
  position: relative;
}

.btn-animated .icomoon {
  position: absolute;
  margin: 0 !important;
  left: 2px;
  top: 6px;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

.icon-refresh-animate {
  animation: spin .9s infinite linear;
  -webkit-animation: spin2 .9s infinite linear;
}

.content-area {
  padding-bottom: 1.875em;
}

.content-area.narrow h4, .content-area.narrow p, .content-area.narrow ul:not([id]):not([class]), .content-area.narrow ol:not([id]):not([class]), .content-area.narrow ul.links, .content-area.narrow ul.downloads {
  margin-bottom: 15px;
}

.content-area.teaser {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 1.875em;
}

.content-area p {
  margin-bottom: 1.875em;
}

.content-area p:last-child {
  margin-bottom: 0;
}

.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  margin-bottom: 1.875em;
  padding: 0;
  text-align: left;
}

.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}

.content-area ul:not([id]):not([class]) li {
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 0.625em;
}

.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}

.content-area ul:not([id]):not([class]) li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #555555;
}

.content-area ul:not([id]):not([class]) li ul {
  margin-left: 10px;
  margin-top: 10px;
}

.content-area ol:not([id]):not([class]) {
  margin-bottom: 30px;
  counter-reset: section;
}

.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0;
}

.content-area ol:not([id]):not([class]) li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}

.content-area ol:not([id]):not([class]) li::before {
  counter-increment: section;
  content: counters(section, ".");
  position: absolute;
  left: 0;
  top: 0;
  color: #555555;
  font-weight: 700;
}

.content-area ol:not([id]):not([class]) li ol {
  margin-left: 0;
  margin-top: 10px;
}

.content-area ol:not([id]):not([class]) li ol li {
  padding-left: 40px;
}

.content-area ol:not([id]):not([class]) li ol li li {
  padding-left: 55px;
}

.content-area ul.links {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.content-area ul.links:last-child {
  margin-bottom: 0;
}

.content-area ul.links li {
  margin-bottom: 10px;
}

.content-area ul.links li:last-child {
  margin-bottom: 0;
}

.content-area ul.downloads {
  margin-bottom: 1.875em;
}

.content-area ul.downloads:last-child {
  margin-bottom: 0;
}

.content-area ul.downloads li {
  margin-bottom: 10px;
}

.content-area ul.downloads li:last-child {
  margin-bottom: 0;
}

.content-area ul.downloads li a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  font-weight: 700;
}

.content-area ul.downloads li a::before {
  font-family: 'icomoon';
  font-size: 0.8em;
  content: '\e91f';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.content-area .content-image {
  margin-bottom: 30px;
}

.content-area .content-image:last-child {
  margin-bottom: 0;
}

.content-area .content-image.medium {
  width: 60%;
}

.content-area .content-image.small {
  width: 35%;
}

.content-area .content-image.left {
  float: left;
  margin-right: 40px;
}

.content-area .content-image img {
  width: 100%;
  height: auto;
}

.content-area .content-image .caption {
  font-size: 17px;
  line-height: 24px;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 1px solid #e62319;
}

.content-area .content-image .caption .caption-copyright {
  font-size: 17px;
  line-height: 24px;
  color: #9b9b9b;
  margin-top: 5px;
}

.content-area .content-video {
  margin-bottom: 30px;
}

.content-area .content-video:last-child {
  margin-bottom: 0;
}

.content-area .content-video.medium {
  width: 60%;
}

.content-area .content-video.left {
  float: left;
  margin-right: 40px;
}

.content-area .content-video .video-wrapper {
  position: relative;
}

.content-area .content-video .video-wrapper .video-wrapper-inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.content-area .content-video .video-wrapper .video-wrapper-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-area .content-video .video-wrapper .preview-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.content-area .content-video .video-wrapper .preview-wrapper img {
  width: 100%;
  height: 100%;
}

.content-area .content-video .video-wrapper .preview-wrapper button {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  /*font-size: 0;*/
  background-color: #e62319;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.content-area .content-video .video-wrapper .preview-wrapper button:hover, .content-area .content-video .video-wrapper .preview-wrapper button:focus {
  background-color: #e62319;
}

.content-area .content-video .video-wrapper .preview-wrapper button span {
  line-height: 72px;
  font-size: 24px;
}

.content-area .content-video .caption {
  font-size: 17px;
  line-height: 24px;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 1px solid #e62319;
}

.content-area .content-video .caption .caption-copyright {
  font-size: 17px;
  line-height: 24px;
  color: #9b9b9b;
  margin-top: 5px;
}

.content-area .content-quote {
  padding: 25px 20px;
  margin-bottom: 30px;
  border: 1px solid #e62319;
  text-align: center;
  position: relative;
}

.content-area .content-quote::before {
  font-family: 'icomoon';
  font-size: 24px;
  line-height: 24px;
  content: '\e91b';
  color: #e62319;
  background-color: #ffffff;
  padding: 0 7px;
  position: absolute;
  top: -12px;
  left: 10px;
}

.content-area .content-quote:last-child {
  margin-bottom: 0;
}

.content-area .content-quote .text-image-wrapper {
  overflow: hidden;
}

.content-area .content-quote.image.left .image-wrapper {
  padding-right: 20px;
  float: left;
}

.content-area .content-quote.image.left .text-wrapper {
  float: right;
}

.content-area .content-quote.image.right .image-wrapper {
  padding-left: 20px;
  float: right;
}

.content-area .content-quote.image.right .text-wrapper {
  float: left;
}

.content-area .content-quote.image .image-wrapper {
  width: 25%;
}

.content-area .content-quote.image .text-wrapper {
  width: 75%;
}

.content-area .content-quote .text-wrapper .quote-text {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}

.content-area .content-quote .text-wrapper .quote-text:last-child {
  margin-bottom: 0;
}

.content-area .content-quote .image-wrapper img {
  width: 100%;
  height: auto;
}

.content-area > h2 {
  padding-top: 35px;
  border-top: 1px solid #9b9b9b;
}

.content-area > h2:not(:last-child) {
  padding-bottom: 35px;
}

.content-area > h3 {
  padding-top: 35px;
}

.content-area > h3:not(:last-child) {
  padding-bottom: 45px;
}

a.nowrap {
  white-space: nowrap;
}

a.green, a.vk {
  color: #4b6410; /*#789614*/
}

a.blue, a.pk {
  color: #00437c;
}

a.link-with-icon {
  padding-left: 1em;
  position: relative;
  display: inline-block;
  font-weight: 700;
  word-break: break-all;
  padding-right: 1em;
}

a.link-with-icon:before {
  text-decoration: underline;
}

a.link-with-icon:before {
  font-family: 'icomoon';
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none !important;
  position: absolute;
  left: 0px;
}

a.link-with-icon:before, a.link-with-icon:link:before, a.link-with-icon:visited:before {
  text-decoration: none;
}

a.link-with-icon.inverse {
  padding-left: 0;
  padding-right: 25px;
}

a.link-with-icon.inverse:before {
  left: auto;
  right: 5px;
}

/*
a.link-with-icon + .link-with-icon {
  margin-left: 20px;
}
*/

a.icon-arrow-right:before {
  content: '\e903';
}

a.icon-arrow-left:before {
  content: '\e902';
}

a.icon-x:before {
  content: '\e901';
}

a.icon-plus:before {
  content: '\e91b';
}

a.icon-minus:before {
  content: '\e91c';
}

a.icon-undo:before {
  content: '\e91d';
}

a.icon-document:before {
  content: '\e91f';
}

a.icon-arrow-down:before {
  content: '\e919';
}

a.icon-arrow-up:before {
  content: '\e91a';
}

a.icon-inbox:before {
  content: '\e905';
}

a.icon-glider:before {
  content: '\e906';
}

a.collapse-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  padding-left: 20px;
  font-weight: 700;
}

a.collapse-button:before {
  text-decoration: underline;
}

a.collapse-button:before {
  content: '\e91a';
  font-family: 'icomoon';
  font-size: 0.8em;
  text-decoration: none !important;
  position: absolute;
  left: 0px;
}

a.collapse-button:before, a.collapse-button:link:before, a.collapse-button:visited:before {
  text-decoration: none;
}

a.collapse-button.inverse {
  padding-left: 0;
  padding-right: 20px;
}

a.collapse-button.inverse:before {
  left: auto;
  right: 0px;
}

a.collapse-button.collapsed:before {
  content: '\e919';
}

.content-block {
  margin-bottom: 40px;
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-block h2 {
  padding-top: 1em;
  border-top: 1px solid #9b9b9b;
}

.content-block h2 .icomoon {
  margin-right: 10px;
  font-size: 0.85em;
}

.content-block h2:not(:last-child) {
  padding-bottom: 1em;
}

.content-block h3 {
  margin-bottom: 0.7em;
  padding: 0;
}

.content-block h3:first-child {
  padding-top: 1em;
  border-top: 1px solid #9b9b9b;
}

.content-block h3:last-child {
  margin-bottom: 0;
}

.video-wrapper {
  margin-bottom: 0.7em;
}

.content-error {
  background: #e62319;
  color: #ffffff;
  font-weight: 700;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  position: relative;
}

.tooltip {
  padding: 0;
}

.tooltip.in {
  opacity: 1;
}

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

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip .tooltip-inner {
  width: 240px;
  max-width: 240px;
  border: 1px solid #9b9b9b;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  background-color: #ffffff;
  text-align: left;
  padding: 15px;
  border-radius: 0;
}

.tooltip .tooltip-inner a {
  color: #000000;
  font-weight: 600;
}

.tooltip-icon {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
}

.popover {
  max-width: 310px;
  border-radius: 0;
}

.popover .popover-content {
  width: 310px;
}

section.vorsorgerechner::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

section.vorsorgerechner:-ms-input-placeholder {
  color: #000000;
}

section.vorsorgerechner::-webkit-input-placeholder {
  color: #000000;
}

section.vorsorgerechner .content-area {
  padding-bottom: 0;
}

section.vorsorgerechner .vr-step {
  position: relative;
}

section.vorsorgerechner .vr-step.greyEB {
  background: #ebebeb;
}

section.vorsorgerechner .vr-step.greyD7 {
  background: #d7d7d7;
}

section.vorsorgerechner .vr-step.grey6E {
  background: #6e6e6e;
}

section.vorsorgerechner .vr-step.blue {
  background: #00437c;
}

section.vorsorgerechner .vr-step.green {
  background: #4b6410; /*#789614*/
}

section.vorsorgerechner .vr-step.grey6E, section.vorsorgerechner .vr-step.grey6E h2, section.vorsorgerechner .vr-step.grey6E h3, section.vorsorgerechner .vr-step.grey6E h4, section.vorsorgerechner .vr-step.grey6E h5, section.vorsorgerechner .vr-step.grey6E a, section.vorsorgerechner .vr-step.grey6E label, section.vorsorgerechner .vr-step.grey6E strong, section.vorsorgerechner .vr-step.grey6E .money, section.vorsorgerechner .vr-step.grey6E .help-block:not(.error-message), section.vorsorgerechner .vr-step.grey6E button.tooltip-icon, section.vorsorgerechner .vr-step.blue, section.vorsorgerechner .vr-step.blue h2, section.vorsorgerechner .vr-step.blue h3, section.vorsorgerechner .vr-step.blue h4, section.vorsorgerechner .vr-step.blue h5, section.vorsorgerechner .vr-step.blue a, section.vorsorgerechner .vr-step.blue label, section.vorsorgerechner .vr-step.blue strong, section.vorsorgerechner .vr-step.blue .money, section.vorsorgerechner .vr-step.blue .help-block:not(.error-message), section.vorsorgerechner .vr-step.blue button.tooltip-icon, section.vorsorgerechner .vr-step.green, section.vorsorgerechner .vr-step.green h2, section.vorsorgerechner .vr-step.green h3, section.vorsorgerechner .vr-step.green h4, section.vorsorgerechner .vr-step.green h5, section.vorsorgerechner .vr-step.green a, section.vorsorgerechner .vr-step.green label, section.vorsorgerechner .vr-step.green strong, section.vorsorgerechner .vr-step.green .money, section.vorsorgerechner .vr-step.green .help-block:not(.error-message), section.vorsorgerechner .vr-step.green button.tooltip-icon {
  color: #ffffff;
}

section.vorsorgerechner .vr-step.grey6E .popover-content, section.vorsorgerechner .vr-step.blue .popover-content, section.vorsorgerechner .vr-step.green .popover-content {
  color: #555555;
}

section.vorsorgerechner .vr-step.grey6E .popover-content a, section.vorsorgerechner .vr-step.blue .popover-content a, section.vorsorgerechner .vr-step.green .popover-content a {
  color: #000000;
}

section.vorsorgerechner .vr-step.grey6E .bootstrap-select a, section.vorsorgerechner .vr-step.blue .bootstrap-select a, section.vorsorgerechner .vr-step.green .bootstrap-select a {
  color: #000000;
}

section.vorsorgerechner .vr-step:first-child .container:before {
  top: 60px;
}

section.vorsorgerechner .vr-step:last-child .container:before {
  bottom: auto;
  height: 60px;
}

section.vorsorgerechner .vr-step.active .vk-not-active {
  display: none;
}

section.vorsorgerechner .vr-step:not(.active) .vk-not-active {
  display: block;
}

section.vorsorgerechner .vr-step:not(.active) .vk-detailberechnung, section.vorsorgerechner .vr-step:not(.active) .vk-standardberechnung {
  display: none;
}

section.vorsorgerechner .vr-step .container {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

section.vorsorgerechner .vr-step .container:before {
  display: block;
  content: '';
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 69px;
  z-index: 110;
}

section.vorsorgerechner h2 {
  border-top: 0 !important;
  padding: 0 !important;
  margin: 0 0 0.4em;
  position: relative;
}

section.vorsorgerechner h2:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #e62319;
  position: absolute;
  left: -62px;
  top: 10px;
  z-index: 120;
}

section.vorsorgerechner .vr-step.pk + .pk {
  border-top: 1px solid #007dbe;
}

section.vorsorgerechner .vr-step.pk + .pk h2:after {
  display: none;
}

section.vorsorgerechner .vr-step.vk + .vk {
  border-top: 1px solid #afd255;
}

section.vorsorgerechner .vr-step.vk + .vk h2:after {
  display: none;
}

section.vorsorgerechner h3 {
  margin-bottom: 0.625em;
}

section.vorsorgerechner .form-group {
  position: relative;
}

section.vorsorgerechner label {
  padding-right: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #000000;
}

section.vorsorgerechner label.control-label:last-child {
  padding-right: 0;
}

section.vorsorgerechner .checkbox {
  padding-top: 0.625em;
  margin-bottom: 1.875em;
}

section.vorsorgerechner .checkbox:last-child {
  margin-bottom: 0;
}

section.vorsorgerechner .checkbox label {
  font-weight: 400;
}

section.vorsorgerechner a {
  color: #000000;
}

section.vorsorgerechner .money {
  text-align: right;
  color: #000000;
}

section.vorsorgerechner .money span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

section.vorsorgerechner .money.annual {
  margin-right: -4.375em;
}

section.vorsorgerechner .money.annual span {
  font-size: 2.25em;
  line-height: 1.2em;
}

section.vorsorgerechner .money.monthly {
  margin-right: -38px;
}

section.vorsorgerechner .money.monthly span {
  font-size: 24px;
  line-height: 28px;
}

section.vorsorgerechner .bootstrap-select .dropdown-toggle.bs-placeholder > span {
  font-weight: 400;
  text-transform: lowercase;
}

section.vorsorgerechner .bootstrap-select .dropdown-menu.inner {
  max-height: 220px !important;
}

section.vorsorgerechner .label-wrapper {
  position: relative;
  margin: 0.3125em 0 0.9375em;
}

section.vorsorgerechner .label-wrapper .tooltip-icon {
  right: 0px;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

section.vorsorgerechner .popover {
  border-radius: 0px;
}

section.vorsorgerechner .padding-top-10 {
  padding-top: 0.625em;
}

section.vorsorgerechner .padding-top-15 {
  padding-top: 15px;
}

section.vorsorgerechner span.fixbetrag {
  border: 1px solid;
  padding: 0.125em 0.5em;
  margin: 0.25em 0.125em 0;
  display: inline-block;
}

section.vorsorgerechner ul.pk-vertragsdetails {
  max-width: 75%;
  margin-bottom: 1.875em;
}

section.vorsorgerechner ul.pk-vertragsdetails li {
  margin-right: 20px;
  display: inline-block;
  margin: 8px 20px 8px 0;
}

section.vorsorgerechner ul.pk-vertragsdetails li:not(:first-child) {
  display: none;
}

section.vorsorgerechner ul.pk-vertragsdetails.expanded .show-pk-vertragsdetails {
  display: none;
}

section.vorsorgerechner ul.pk-vertragsdetails.expanded li {
  display: inline-block;
}

section.vorsorgerechner .pk-detailberechnung > section, section.vorsorgerechner .vk-detailberechnung > section {
  border-bottom: 1px solid white;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}

section.vorsorgerechner .pk-detailberechnung > section:first-child, section.vorsorgerechner .vk-detailberechnung > section:first-child {
  border-top: 1px solid white;
}

section.vorsorgerechner .pk-detailberechnung > section:last-child, section.vorsorgerechner .vk-detailberechnung > section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

section.vorsorgerechner .pk-detailberechnung .form-group, section.vorsorgerechner .vk-detailberechnung .form-group {
  margin-bottom: 15px;
}

section.vorsorgerechner .pk-detailberechnung p:last-child, section.vorsorgerechner .vk-detailberechnung p:last-child {
  margin-bottom: 10px;
}

section.vorsorgerechner .input-group.date {
  width: 100%;
  color: #555555;
}

section.vorsorgerechner .input-group.date input {
  background: white;
}

section.vorsorgerechner .input-group.date input::-webkit-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

section.vorsorgerechner .input-group.date input::-moz-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

section.vorsorgerechner .input-group.date input:-moz-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

section.vorsorgerechner .input-group.date input:-ms-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

section.vorsorgerechner .input-group.date input::-ms-input-placeholder {
  color: #000000 !important;
  background: white !important;
  opacity: 1 !important;
}

section.vorsorgerechner .input-group.date .input-group-addon {
  background: #ffffff;
  border-radius: 0;
  width: 43px;
  border-color: #9b9b9b;
  color: #000000;
  font-size: inherit;
}

section.vorsorgerechner .help-block {
  font-size: 15px;
  line-height: 20px;
}

section.vorsorgerechner .help-block.error-message {
  padding: 9px;
  background-color: rgba(255, 255, 255, 0.625);
  color: #e62319;
}

section.vorsorgerechner .help-block:first-child {
  margin-top: 0;
}

section.vorsorgerechner #pensionsantritt-container, section.vorsorgerechner .pensionsantritt-label {
  display: none;
}

section.vorsorgerechner #pensionsantritt-toggle {
  margin-top: 54px;
}

section.vorsorgerechner #gesamtpension {
  width: 100%;
  z-index: 3000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section.vorsorgerechner #gesamtpension.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}

section.vorsorgerechner #gesamtpension .container:before {
  bottom: auto;
  height: 60px;
}

section.vorsorgerechner #gesamtpension .collapse-toggle.collapsed::before {
  content: '\e919';
}

section.vorsorgerechner #gesamtpension .collapse-toggle.collapsed span {
  display: none;
}

section.vorsorgerechner #gesamtpension .collapse-toggle.collapsed span.collapsed {
  display: block;
}

section.vorsorgerechner #gesamtpension .collapse-toggle::before {
  content: '\e91a';
}

section.vorsorgerechner #gesamtpension .collapse-toggle span {
  display: block;
}

section.vorsorgerechner #gesamtpension .collapse-toggle span.collapsed {
  display: none;
}

section.vorsorgerechner #gesamtpension-summary {
  z-index: 3000;
}

section.vorsorgerechner #gesamtpension-summary .container {
  padding-top: 0;
}

section.vorsorgerechner #gesamtpension-summary .container::before {
  display: none;
}

section.vorsorgerechner #gesamtpension-summary h2 {
  margin-bottom: 0;
}

section.vorsorgerechner #gesamtpension-summary h2::after {
  display: none;
}

section.vorsorgerechner #gesamtpension-summary .link-with-icon {
  margin-top: 0.9375em;
}

section.vorsorgerechner #gesamtpension-summary .summary-list {
  margin-bottom: 2.5em;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item {
  padding: 0.625em 6.25em 0.625em 1.875em;
  border-top: 1px solid #ffffff;
  position: relative;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item:last-child {
  border-bottom: 1px solid #ffffff;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item::before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.875em;
  left: 0;
  border-radius: 50%;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item.blue::before {
  background-color: #00437c;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item.green::before {
  background-color: #96c31e;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item.white::before {
  background-color: #ffffff;
}

section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item .value {
  position: absolute;
  bottom: 0.625em;
  right: 0;
  text-align: right;
}

section.vorsorgerechner #gesamtpension-summary .summary-description {
  margin-bottom: 2.5em;
}

section.vorsorgerechner .download-calc-container {
  text-align: center;
  margin-top: 10px;
}

section.vorsorgerechner .mobile-content-toggle {
  display: none;
}

section.vorsorgerechner li a.link-with-icon {
  margin-left: 10px;
}

.loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
}

.loading-container .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

body.modal-open #gesamtpension.fixed {
  position: relative;
}

.account-information {
  margin-bottom: 40px;
}

.account-information:last-child {
  margin-bottom: 0;
}

.content-box {
  position: relative;
  padding: 0 0px;
  border: 1px solid #6e6e6e;
  margin-bottom: 1.25em;
}

.content-box:last-child {
  /*margin-bottom: 0;*/
}

.content-box.pk {
  background: #00437c;
  color: #ffffff;
  border-color: #00437c;
}

.content-box.pk h4 {
  color: #ffffff;
}

.content-box.vk {
  background: #789614;
  color: #ffffff;
}

.content-box.vk h4 {
  color: #ffffff;
}

.content-box.pk .content-box-link:before, .content-box.vk .content-box-link:before {
  background: rgba(0, 0, 0, 0.2);
}

.content-box.pk .content-box-link:hover:before, .content-box.pk .content-box-link:active:before, .content-box.pk .content-box-link:focus:before, .content-box.vk .content-box-link:hover:before, .content-box.vk .content-box-link:active:before, .content-box.vk .content-box-link:focus:before {
  background: rgba(0, 0, 0, 0.4);
}

.content-box .table-sticky table {
  position: static;
}

.content-box .table-sticky table.more-visible tbody tr:last-child td {
  padding-bottom: 8px;
}

.content-box .table-sticky tfoot.collapsing {
  position: static;
}

.content-box .table-sticky tfoot.collapsing[aria-expanded=false] {
  display: none;
}

.content-box .table-sticky tfoot.collapse.in {
  display: table-footer-group;
}

.content-box-header {
  background: #6e6e6e;
  color: #ffffff;
  padding: 20px;
}

.content-box-header p, .content-box-header strong, .content-box-header a {
  color: #ffffff;
}

.content-box-body {
  padding: 17px 0px 17px;
  position: relative;
}

.content-box-body:not(:last-child) {
  padding-bottom: 10px;
}

.content-box-body.table-sticky .table:last-child, .content-box-body.table-sticky div#report table:last-child, div#report .content-box-body.table-sticky table:last-child {
  margin-bottom: 0;
}

.content-box-body .table:last-child, .content-box-body div#report table:last-child, div#report .content-box-body table:last-child {
  margin-bottom: -10px;
}

.content-box-body .table.with-collapse tr.main-row td:not([colspan]):first-child, .content-box-body div#report table.with-collapse tr.main-row td:not([colspan]):first-child, div#report .content-box-body table.with-collapse tr.main-row td:not([colspan]):first-child {
  width: 45px;
  padding-right: 0;
}

.content-box-body .table.with-collapse td:nth-child(2):not(:last-child), .content-box-body div#report table.with-collapse td:nth-child(2):not(:last-child), div#report .content-box-body table.with-collapse td:nth-child(2):not(:last-child), .content-box-body .table.with-collapse th:nth-child(2):not(:last-child), .content-box-body div#report table.with-collapse th:nth-child(2):not(:last-child), div#report .content-box-body table.with-collapse th:nth-child(2):not(:last-child) {
  text-align: left;
}

.content-box-body .table.with-collapse tr.collapse-row, .content-box-body div#report table.with-collapse tr.collapse-row, div#report .content-box-body table.with-collapse tr.collapse-row {
  display: none;
  background: #eeeeee;
}

.content-box-body .table.with-collapse .row-collapse-toggle.collapsed:before, .content-box-body div#report table.with-collapse .row-collapse-toggle.collapsed:before, div#report .content-box-body table.with-collapse .row-collapse-toggle.collapsed:before {
  content: '\e91b';
}

.content-box-body .table.with-collapse .row-collapse-toggle:before, .content-box-body div#report table.with-collapse .row-collapse-toggle:before, div#report .content-box-body table.with-collapse .row-collapse-toggle:before {
  content: '\e91c';
  font-family: 'icomoon';
}

.content-box-body .table th, .content-box-body div#report table th, div#report .content-box-body table th {
  color: #000000;
  border-bottom: 0px solid #9b9b9b;
  padding: 5px 8px 10px;
  position: relative;
}

.content-box-body .table th:after, .content-box-body div#report table th:after, div#report .content-box-body table th:after {
  content: '';
  border-bottom: 1px solid #9b9b9b;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
}

.content-box-body .table th:first-child:after, .content-box-body div#report table th:first-child:after, div#report .content-box-body table th:first-child:after {
  left: 20px;
}

.content-box-body .table th:last-child:after, .content-box-body div#report table th:last-child:after, div#report .content-box-body table th:last-child:after {
  right: 20px;
}

.content-box-body .table td, .content-box-body div#report table td, div#report .content-box-body table td {
  border-top: none;
  padding: 10px 8px;
  position: relative;
}

.content-box-body .table td:after, .content-box-body div#report table td:after, div#report .content-box-body table td:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #d7d7d7;
}

.content-box-body .table td:first-child:after, .content-box-body div#report table td:first-child:after, div#report .content-box-body table td:first-child:after {
  left: 20px;
}

.content-box-body .table td:last-child:after, .content-box-body div#report table td:last-child:after, div#report .content-box-body table td:last-child:after {
  right: 20px;
}

.content-box-body .table tr:last-child td:after, .content-box-body div#report table tr:last-child td:after, div#report .content-box-body table tr:last-child td:after {
  display: none;
}

.content-box-body .table th:first-child, .content-box-body div#report table th:first-child, div#report .content-box-body table th:first-child,
.content-box-body .table td:first-child,
.content-box-body div#report table td:first-child,
div#report .content-box-body table td:first-child {
  padding-left: 20px;
}

.content-box-body .table th:last-child, .content-box-body div#report table th:last-child, div#report .content-box-body table th:last-child,
.content-box-body .table td:last-child,
.content-box-body div#report table td:last-child,
div#report .content-box-body table td:last-child {
  padding-right: 20px;
}

.content-box-body .table td:not(:first-child), .content-box-body div#report table td:not(:first-child), div#report .content-box-body table td:not(:first-child),
.content-box-body .table th:not(:first-child),
.content-box-body div#report table th:not(:first-child),
div#report .content-box-body table th:not(:first-child) {
  text-align: right;
}

.content-box-body .table tfoot tr:first-child td:before, .content-box-body div#report table tfoot tr:first-child td:before, div#report .content-box-body table tfoot tr:first-child td:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #d7d7d7;
}

.content-box-body .table tfoot tr:first-child td:first-child:before, .content-box-body div#report table tfoot tr:first-child td:first-child:before, div#report .content-box-body table tfoot tr:first-child td:first-child:before {
  left: 20px;
}

.content-box-body .table tfoot tr:first-child td:last-child:before, .content-box-body div#report table tfoot tr:first-child td:last-child:before, div#report .content-box-body table tfoot tr:first-child td:last-child:before {
  right: 20px;
}

.content-box-footer {
  padding: 15px 20px;
  position: relative;
}

.content-box-footer:after {
  content: '';
  border-top: 1px solid #9b9b9b;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}

.content-box-documents li:not(:last-child) {
  margin-bottom: 10px;
}

.content-box-documents a.link-with-icon {
  color: #000000;
  margin-left: 0;
}

.content-box-notification {
  background: #C74F0F;
  color: white;
  padding: 20px 20px 20px 70px;
  position: relative;
  margin-bottom: 40px;
}

.content-box-notification:before {
  content: "\e904";
  font-family: 'icomoon';
  font-size: 36px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 25px;
}

.content-box-notification h5 {
  color: #ffffff;
  text-transform: none;
  margin-top: 0px;
}

.content-box-text {
  padding: 0.75em 1em 1em;
}

.content-box-text:not(:last-child) {
  padding-right: 4.4em;
}

.content-box-text h4 {
  margin-bottom: 15px;
}

.content-box-text h4:last-child {
  margin-bottom: 0;
}

.content-box-text p {
  margin-bottom: 10px;
}

.content-box-link {
  display: block;
  /*position: absolute;*/
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  left: 0;
  width: 100%;
  text-decoration: none;
}

.content-box-link:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  width: 60px;
  background: #d7d7d7;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.content-box-link:hover:before, .content-box-link:active:before, .content-box-link:focus:before {
  background: #afafaf;
}

.content-box-link span {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -0.55em;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.5em;
}

.table-responsive {
  border: none;
  margin-bottom: 0;
}

#table-assessment-history th:nth-child(even):after, #table-assessment-history th:nth-child(even):before, #table-assessment-history td:nth-child(even):after, #table-assessment-history td:nth-child(even):before {
  left: 20px;
}

#table-assessment-history th:nth-child(odd), #table-assessment-history td:nth-child(odd) {
  width: 130px;
}

.dashboard {
  margin: -10px;
  /*font-size: 0;*/
  line-height: 0;
}

.dashboard-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.dashboard-box {
  /*display: inline-block;*/
  display: inline-flex;
  position: relative;
  width: 100%;
  border: 1px solid #d7d7d7;
  font-size: 1.0625em;
  line-height: 1.5em;
}

.dashboard-box:hover, .dashboard-box:active, .dashboard-box:focus, .dashboard-box.open {
  border-color: #b9b9b9;
}

.dashboard-box.open .dashboard-box-text p {
  opacity: 0;
  visibility: hidden;
}

.dashboard-box.open .dashboard-box-link:before, .dashboard-box.open .dashboard-box-link span {
  display: none;
}

.dashboard-box.open .dashboard-box-links {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: left;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

.dashboard-box.open .dashboard-box-links:hover, .dashboard-box.open .dashboard-box-links:active, .dashboard-box.open .dashboard-box-links:focus {
  background: transparent;
}

.dashboard-box.open .dashboard-box-links > li > a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 20px;
  background: transparent;
}

.dashboard-box .dashboard-box-text {
  padding: 20px 80px 20px 20px;
}

.dashboard-box .dashboard-box-text:last-child {
  padding-right: 1em;
}

.dashboard-box .dashboard-box-text h4 {
  margin-bottom: 0.5em;
}

.dashboard-box .dashboard-box-links {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.dashboard-box .dashboard-box-links li {
  margin-top: 15px;
}

.dashboard-box .dashboard-box-links a.pk {
  color: #00437c;
}

.dashboard-box .dashboard-box-links a.vk {
  color: #789614;
}

.dashboard-box .dashboard-box-link {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.dashboard-box .dashboard-box-link:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  width: 60px;
  background: #d7d7d7;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.dashboard-box .dashboard-box-link:hover:before, .dashboard-box .dashboard-box-link:active:before, .dashboard-box .dashboard-box-link:focus:before {
  background: #c3c3c3;
}

.dashboard-box .dashboard-box-link span {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -12px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
}

.dashboard-box a .dashboard-box-icon {
  position: absolute;
  top: 25px;
  left: 70px;
}

.dashboard-box .dashboard-box-icon {
  position: absolute;
  top: 25px;
  left: 18px;
}

a.dashboard-box-link {
  text-decoration: none;
  color: inherit;
}

.dashboard-box .dashboard-box-icon + .dashboard-box-text {
  padding-left: 65px;
}

.dashboard-box .dashboard-box-icon span {
  font-size: 36px;
  color: #000000;
}

.download-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.collapse-box {
  margin-bottom: 20px;
}

.collapse-box .collapse-box-toggle {
  display: block;
  padding: 18px 80px 18px 20px;
  width: 100%;
  position: relative;
  font-weight: 700;
  color: #ffffff;
  background: #6e6e6e;
  text-align: left;
}

.collapse-box .collapse-box-toggle:after {
  content: '\e91c';
  font-family: 'icomoon' !important;
  font-size: 17px;
  position: absolute;
  right: 0px;
  top: 50%;
  top: calc( 50% - 12px);
  width: 60px;
  text-align: center;
}

.collapse-box .collapse-box-toggle.collapsed:after {
  content: '\e91b';
}

.collapse-box .collapse-box-toggle:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 60px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.collapse-box .collapse-box-toggle:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

.collapse-box .collapse-box-content {
  padding: 20px;
  border: 1px solid #9b9b9b;
}

.collapse-box .collapse-box-content ul {
  list-style: none;
}

.collapse-box .collapse-box-content li:not(:last-child) {
  margin-bottom: 10px;
}

.collapse-box .link-with-icon {
  margin-left: 0;
}

.list-with-sticky {
  color: #000000;
}

.list-with-sticky li {
  position: relative;
  border: 1px solid #ededed;
  padding: 17px 20px;
}

.list-with-sticky li:first-child {
  background: #ebebeb;
  border-color: #ebebeb;
}

.list-with-sticky li:first-child span.sticky-info {
  font-weight: 700;
}

.list-with-sticky li:not(:first-child) {
  border-top: 0px;
}

.list-with-sticky a.link-with-icon {
  margin: 0;
  color: #000000;
}

.list-with-sticky span.sticky-info {
  position: absolute;
  display: inline-block;
  right: 20px;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.list {
  color: #000000;
}

.list:not(:last-child) {
  margin-bottom: 50px;
}

.list li {
  position: relative;
  border: 1px solid #9b9b9b;
  padding: 17px 20px;
}

.list li:not(:first-child) {
  border-top: 0px;
}

.list a.link-with-icon {
  margin: 0;
  color: #000000;
}

.inbox:not(:last-child) {
  margin-bottom: 40px;
}

.inbox.detail p:not(:last-child) {
  margin-bottom: 0.9375em;
}

.inbox.detail .inbox-message-content {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 0.9375em 0;
  margin-bottom: 0.9375em;
}

.inbox.detail .inbox-message {
  padding-left: 20px;
}

.inbox.detail .inbox-message h4 {
  font-weight: 700;
}

.inbox.detail .inbox-message h4 a:before {
  left: -20px;
}

.inbox.detail .inbox-message.unread .inbox-message-wrapper {
  font-weight: 400;
}

.inbox.detail .inbox-message.unread .inbox-message-wrapper:before {
  display: none;
}

.inbox.sent .inbox-message {
  padding-left: 20px;
}

.inbox.sent .inbox-message h4 a:before {
  left: -20px;
}

.inbox.newmail {
  border: 1px solid #9b9b9b;
  padding: 20px;
}

.inbox.newmail .button-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.inbox.newmail .button-wrapper .label-wrapper {
  width: 100%;
}

.inbox.newmail .button-wrapper label {
  margin: 0;
  cursor: pointer;
}

.inbox.newmail .radio-group-label {
  margin-bottom: 10px;
}

.inbox.newmail label {
  color: #000000;
}

.inbox.newmail .pk label {
  color: #00437c;
}

.inbox.newmail .vk label {
  color: #4b6410; /*#789614*/
}

.inbox.newmail #recipient {
  margin-bottom: 10px;
}

.inbox.newmail #recipient label {
  font-weight: 700;
}

.inbox.newmail .recipient-detail-disclaimer-wrapper {
  border-bottom: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inbox.newmail .form-group:last-child {
  margin-bottom: 0;
}

.inbox.newmail .file-upload-info {
  margin-right: -52%;
}

.inbox.newmail textarea {
  font-weight: 400;
  resize: none;
}

.inbox .inbox-header, .inbox .inbox-footer {
  position: relative;
  background: #6e6e6e;
  color: #ffffff;
  padding: 0.5em 8.75em 0.5em 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3.7em;
}

.inbox .inbox-header a, .inbox .inbox-footer a {
  color: #ffffff;
}

.inbox .inbox-message {
  border: 1px solid #9b9b9b;
  border-bottom: 0px;
  padding: 1.25em 1.25em 1.25em 3.4375em;
  min-height: 9.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inbox .inbox-message:first-child {
  border-top: 0px;
}

.inbox .inbox-message h4, .inbox .inbox-message h4 a {
  color: #000000;
  text-decoration: none;
}

.inbox .inbox-message h4 a:before {
  content: '';
  position: absolute;
  left: -55px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}

.inbox .inbox-message.pk-message .inbox-message-type {
  border: 1px solid #00437c;
  color: #00437c;
}

.inbox .inbox-message.vk-message .inbox-message-type {
  border: 1px solid #4b6410; /*#789614*/
  color: #4b6410; /*#789614*/
}

.inbox .inbox-message.unread .inbox-message-wrapper {
  font-weight: 600;
}

.inbox .inbox-message.unread .inbox-message-wrapper:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 4px;
  background: #e62319;
}

.inbox .inbox-message.unread .inbox-message-date {
  font-weight: 700;
}

.inbox .inbox-message.unread h4 a {
  font-weight: 700;
}

.inbox .inbox-message.has-attachment h4:after {
  content: '\e908';
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 0.75em;
}

.inbox .inbox-message h4 {
  margin: 0.3125em 0 0.9375em;
}

.inbox .inbox-message h4 a {
  font-weight: 400;
}

.inbox .inbox-message-wrapper {
  position: relative;
}

.inbox .inbox-message-type {
  font-size: 0.75em;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
  display: inline-block;
  vertical-align: top;
  padding: 0.35em 0.7em;
  margin-right: 1em;
  margin-bottom: 0.75em;
}

.inbox .inbox-message-date {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  margin-bottom: 0.75em;
}

.inbox .inbox-messages-per-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
}

.inbox .inbox-messages-per-page .bootstrap-select {
  width: 6.25em !important;
}

.inbox .inbox-messages-per-page .bootstrap-select a {
  color: #000000;
}

.inbox .inbox-messages-per-page > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625em;
}

.inbox .inbox-pagination {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-weight: 700;
  padding: 10px 0;
}

.inbox .inbox-message-delete {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inbox .inbox-btn-prev,
.inbox .inbox-btn-next {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 2.12em;
  height: 2.12em;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 1.75em;
  padding: 0.6em;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.inbox .inbox-btn-prev:hover, .inbox .inbox-btn-prev:active, .inbox .inbox-btn-prev:focus,
.inbox .inbox-btn-next:hover,
.inbox .inbox-btn-next:active,
.inbox .inbox-btn-next:focus {
  background: rgba(0, 0, 0, 0.4);
}

.inbox .inbox-btn-prev {
  right: 2.12em;
}

.inbox .inbox-btn-prev:last-child {
  right: 0;
}

.inbox .inbox-btn-next {
  right: 0;
}

div#report {
  position: relative;
}

div#report h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

div#report h3 {
  margin-top: 1em;
}

div#report h3:first-child {
  margin-top: 0;
  padding-top: 35px;
  border-top: 1px solid #9b9b9b;
}

div#report p {
  margin-bottom: 1.25em;
}

div#report p:last-child {
  margin-bottom: 0;
}

div#report p a {
  font-weight: 700;
}

div#report img {
  padding: 1.25em;
  border: 1px solid #9b9b9b;
  margin-bottom: 1.25em;
}

div#report ul:not([id]):not([class]) {
  margin-bottom: 1.25em;
}

div#report ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}

div#report ul:not([id]):not([class]) li::before {
  border-radius: 1.25em;
}

div#report .table-responsive-wrapper {
  position: relative;
}

div#report .table-responsive, div#report .table-sticky, div#report .table-fluid {
  margin-bottom: 1.25em;
  border: 1px solid #9b9b9b;
}

div#report .table-responsive:before, div#report .table-responsive:after {
  content: '';
  position: absolute;
  z-index: 2000;
  top: 0;
  bottom: 54px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  pointer-events: none;
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 24px;
  width: 48px;
  padding: 12px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#report .table-responsive:before {
  left: 0;
  content: '\e902';
}

div#report .table-responsive:after {
  right: 0;
  content: '\e903';
}

div#report .table-responsive.left:before {
  opacity: 0;
}

div#report .table-responsive.left:after {
  opacity: 1;
}

div#report .table-responsive.right:before {
  opacity: 1;
}

div#report .table-responsive.right:after {
  opacity: 0;
}

div#report .table-responsive:last-child:before, div#report .table-responsive:last-child:after {
  bottom: 0;
}

div#report .table-sticky.sticky {
  position: static;
  padding-left: 80px;
  overflow-x: scroll;
  padding-top: 0;
  padding-bottom: 0;
}

div#report .table-sticky.sticky + .content-box-footer:after {
  left: 0;
  right: 0;
}

div#report .table-sticky.sticky table {
  position: static;
  border: 0;
}

div#report .table-sticky.sticky table.more-visible tbody tr:last-child td {
  padding-bottom: 8px;
}

div#report .table-sticky.sticky thead th {
  padding-top: 20px;
}

div#report .table-sticky.sticky thead th:first-child:after {
  left: 0;
}

div#report .table-sticky.sticky thead th:last-child:after {
  right: 0;
}

div#report .table-sticky.sticky th:first-child,
div#report .table-sticky.sticky td:first-child {
  position: absolute;
  left: 1px;
  width: 80px;
  background: #d7d7d7;
  z-index: 1000;
}

div#report .table-sticky.sticky tr:last-child td {
  padding-bottom: 20px;
}

div#report .table-sticky.sticky tfoot.collapsing {
  position: static;
}

div#report .table-sticky.sticky tfoot.collapsing[aria-expanded=false] {
  display: none;
}

div#report .table-sticky.sticky tfoot.collapse.in {
  display: table-footer-group;
}

div#report .table-fluid th:first-child, div#report .table-fluid td:first-child {
  float: left;
}

div#report .table-fluid th:last-child, div#report .table-fluid td:last-child {
  float: right;
}

div#report .table-fluid th:first-child:last-child, div#report .table-fluid td:first-child:last-child {
  width: 100%;
}

div#report table {
  margin-bottom: 0;
  border: 0;
}

div#report table > thead > tr > th {
  padding: 1.25em 1.25em 0.625em;
  border: 0;
}

div#report table > tbody > tr > td {
  padding: 0.625em 1.25em;
  border: 0;
}

div#report table > tfoot > tr > td {
  padding: 0.625em 1.25em 1.25em;
  border: 0;
  font-weight: 700;
  color: #000000;
}

div#report table > tbody:last-child > tr:last-child > td {
  padding-bottom: 1.25em;
}

div#report table.tableBiggestFundsVRG4 td:not(:last-child), div#report table.tableBiggestFundsVRG4 th:not(:last-child) {
  text-align: left;
}

div#report table th {
  padding: 1.25em;
  color: #000000;
  position: relative;
}

div#report table th:not(:first-child) {
  text-align: right;
}

div#report table th:first-child:after {
  left: 1.25em;
}

div#report table th:last-child:after {
  right: 1.25em;
}

div#report table th:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #9b9b9b;
  bottom: 0;
  left: 0;
  right: 0;
}

div#report table td {
  position: relative;
}

div#report table td:not(:first-child) {
  text-align: right;
}

div#report table td:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #d7d7d7;
}

div#report table td:first-child:after {
  left: 20px;
}

div#report table td:last-child:after {
  right: 20px;
}

div#report table tr:last-child td:after {
  display: none;
}

div#report table tfoot tr:first-child td:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #d7d7d7;
}

div#report table tfoot tr:first-child td:first-child:before {
  left: 20px;
}

div#report table tfoot tr:first-child td:last-child:before {
  right: 20px;
}

div#report .printWrap a {
  cursor: pointer;
}

div#report .last-update {
  color: #555;
  margin: 30px 0px;
  padding-top: 15px;
  border-top: 1px solid #555;
}

.cookie-notice {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2000;
}

.cookie-notice .container {
  position: relative;
}

.cookie-notice .cookie-notice-box {
  width: 368px;
  color: #ffffff;
  background-color: #f07d00;
  padding: 20px;
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cookie-notice .cookie-notice-box .text {
  margin-bottom: 20px;
}

.cookie-notice .cookie-notice-box .text a {
  color: #ffffff;
}

.cookie-notice .cookie-notice-box .button {
  width: 100%;
}

.cookie-notice .cookie-notice-box .button:hover, .cookie-notice .cookie-notice-box .button:focus {
  background-color: #6e6e6e;
}

@media (max-width: 1279px) {
  body {
    font-size: 1.0625em;
    line-height: 1.5em;
  }
  h1 {
    font-size: 2.25em;
    line-height: 44px;
  }
  h2 {
    font-size: 1.875em;
    line-height: 1em;
  }
  h3 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  h4 {
    font-size: 1.0625em;
    line-height: 1em;
  }
  h5 {
    font-size: 1.0625em;
    line-height: 1.5em;
  }
  small, p.small {
    font-size: 15px;
    line-height: 1.25em;
  }
  header {
    font-size: 15px;
    line-height: 1.25em;
  }
  header .logo-text {
    font-size: 1.25em;
    line-height: 24px;
  }
  footer {
    font-size: 0.9em;
    line-height: 1.25em;
  }
  footer .footer-subnav #footer-subnav-toggle {
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.main {
    font-size: 1.14em;
    line-height: 24px;
  }
  nav.main .nav-mail-info {
    vertical-align: bottom;
  }
  nav.main .dropdown-menu li a {
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.mobile-nav {
    font-size: 1.0625em;
    line-height: 24px;
  }
  section.sidebar-component {
    font-size: 1em;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-header .quickinfo-money {
    font-size: 1.875em;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-link:after {
    width: 48px;
    height: 54px;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-link span.icomoon {
    right: 14px;
  }
  section.sidebar-component.sidebar-image {
    height: 288px;
    max-width: 288px;
  }
  section.sidebar-component.sidebar-image .caption a {
    padding-right: 68px;
    font-size: 20px;
    line-height: 24px;
  }
  section.sidebar-component.sidebar-image .caption a:before {
    right: 12px;
  }
  section.sidebar-component.sidebar-image .caption a:after {
    width: 48px;
  }
  section.sidebar-component#sidebar-image-vorteile {
    background-size: 105%;
    background-position: top left;
  }
  section.form-box .form-group .tooltip-icon {
    right: 31px;
  }
  section.form-box.form-with-steps .form-box-text-button-content {
    padding-right: 68px;
  }
  section.form-box.form-with-steps .form-box-text-button-link:before {
    width: 48px;
  }
  section.form-box.form-with-steps .form-box-text-button-link span {
    right: 12px;
  }
  section.form-box.form-with-steps .form-footer-info {
    font-size: 15px;
    line-height: 20px;
  }
  /* input fields */
  input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"], textarea {
    font-size: 17px;
    line-height: 24px;
  }
  /* bootstrap select */
  .bootstrap-select .dropdown-toggle {
    font-size: 17px;
    line-height: 24px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 17px;
    line-height: 24px;
  }
  section.vorsorgerechner .vr-step .container:before {
    left: 49px;
  }
  section.vorsorgerechner h2:after {
    top: 7px;
  }
  section.vorsorgerechner .money.annual span {
    font-size: 30px;
    line-height: 36px;
  }
  section.vorsorgerechner .money.monthly span {
    font-size: 20px;
    line-height: 24px;
  }
  section.vorsorgerechner ul.pk-vertragsdetails {
    max-width: 90%;
  }
  section.vorsorgerechner .help-block {
    font-size: 15px;
    line-height: 20px;
  }
  section.vorsorgerechner #so .money, section.vorsorgerechner #sp .money {
    margin-top: 8px;
  }
  section.vorsorgerechner #gesamtpension-summary .link-with-icon {
    margin-top: 10px;
  }
  .content-box-text:not(:last-child) {
    padding-right: 68px;
  }
  .content-box-link:before {
    width: 48px;
  }
  .content-box-link span {
    right: 12px;
  }
  .dashboard-box {
    font-size: 17px;
    line-height: 24px;
  }
  .dashboard-box .dashboard-box-text {
    padding-right: 68px;
  }
  .dashboard-box .dashboard-box-text:last-child {
    padding-right: 20px;
  }
  .dashboard-box .dashboard-box-link:before {
    width: 48px;
  }
  .dashboard-box .dashboard-box-link span {
    right: 12px;
  }
  .cookie-notice .container {
    min-width: 0;
  }
  .cookie-notice .cookie-notice-box {
    right: 20px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 1.0625em;
    line-height: 1.5em;
  }
  h1 {
    font-size: 2.25em;
    line-height: 1em;
  }
  h2 {
    font-size: 1.875em;
    line-height: 1em;
  }
  h3 {
    font-size: 1.25em;
    line-height: 1em;
  }
  h4 {
    font-size: 1.0625em;
    line-height: 1em;
  }
  h5 {
    font-size: 1.0625em;
    line-height: 1.5em;
  }
  small, p.small {
    font-size: 0.9375em;
    line-height: 1.25em;
  }
  header {
    font-size: 0.9375em;
    line-height: 20px;
  }
  header .logo-text {
    font-size: 1.25em;
    line-height: 24px;
  }
  header .profile {
    display: none;
  }
  footer {
    font-size: 0.9375em;
    line-height: 20px;
    padding-top: 40px;
  }
  footer .footer-subnav #footer-subnav-toggle {
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.main {
    display: none;
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.main .dropdown-menu li a {
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.mobile-nav-aside {
    display: block;
    visibility: hidden;
  }
  nav.mobile-nav {
    font-size: 1.0625em;
    line-height: 24px;
  }
  nav.mobile-nav .nav-link-label {
    display: inline-block;
    margin-left: 10px;
  }
  #mobile-nav-toggle {
    display: block;
  }
  body.aside-open nav.mobile-nav-aside {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  body.aside-open .main-content {
    /*-webkit-transform: translateX(-320px);
            transform: translateX(-320px);*/
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  section.sidebar-component {
    font-size: 1.0625em;
  }
  section.sidebar-component.sidebar-navigation.dropdown {
    margin-top: -31px;
    border-top: 0;
  }
  section.sidebar-component.sidebar-navigation.dropdown .sidebar-subnav-toggle {
    display: none;
  }
  section.sidebar-component.sidebar-navigation.dropdown div.collapse {
    display: block;
  }
  section.sidebar-component.sidebar-image {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    background-size: cover;
  }
  section.sidebar-component.sidebar-image .caption a {
    font-size: 1.25em;
    line-height: 24px;
  }
  section.sidebar-component#sidebar-image-vorteile {
    height: 288px;
    background-size: cover;
    background-position: center bottom;
  }
  section.sidebar-component.sidebar-quickinfo {
    display: inline-block;
    width: calc(50% - 10px);
  }
  section.sidebar-component.sidebar-quickinfo:nth-child(even) {
    margin-left: 10px;
  }
  section.sidebar-component.sidebar-quickinfo:nth-child(odd) {
    margin-right: 10px;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-money {
    font-size: 1.875em;
  }
  #sidebar-wrapper, #sidebar-wrapper-inner {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    overflow: visible;
  }
  .sidebar {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .sidebar > section.sidebar-component:last-child {
    margin-bottom: 0px;
  }
  a.link-with-icon + .link-with-icon {
    margin-left: 0px;
  }
  section.form-box .form-group .tooltip-icon {
    right: 36px;
  }
  section.form-box.form-with-steps .form-footer-info {
    font-size: 15px;
    line-height: 20px;
  }
  /* input fields */
  input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"], textarea {
    font-size: 17px;
    line-height: 24px;
  }
  /* bootstrap select */
  .bootstrap-select .dropdown-toggle {
    font-size: 17px;
    line-height: 24px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 17px;
    line-height: 24px;
  }
  section.vorsorgerechner .vr-step .container:before {
    left: 28px;
  }
  section.vorsorgerechner .money.annual span {
    font-size: 30px;
    line-height: 36px;
  }
  section.vorsorgerechner .money.monthly span {
    font-size: 20px;
    line-height: 24px;
  }
  section.vorsorgerechner ul.pk-vertragsdetails {
    max-width: 100%;
  }
  section.vorsorgerechner .help-block {
    font-size: 15px;
    line-height: 20px;
  }
  section.vorsorgerechner #so .money, section.vorsorgerechner #sp .money {
    margin-top: 8px;
  }
  section.vorsorgerechner #pensionsantritt-toggle {
    margin-top: 41px;
  }
  .content-box-text:not(:last-child) {
    padding-right: 68px;
  }
  .content-box-link:before {
    width: 48px;
  }
  .content-box-link span {
    right: 12px;
  }
  .dashboard-box {
    font-size: 17px;
    line-height: 24px;
  }
  .cookie-notice .cookie-notice-box {
    right: 20px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 24px;
  }
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h4 {
    font-size: 17px;
    line-height: 24px;
  }
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
  small, p.small {
    font-size: 15px;
    line-height: 20px;
  }
  header {
    font-size: 15px;
    line-height: 20px;
  }
  header .container {
    padding: 0;
  }
  header .top {
    padding: 20px;
  }
  header .logo {
    max-width: 78px;
  }
  header .logo-text {
    margin: 0 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }
  footer {
    font-size: 15px;
    line-height: 20px;
    padding-top: 20px;
  }
  footer ul > li {
    display: block;
    padding: 10px 0;
  }
  footer .footer-links {
    display: block;
    float: none;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #9b9b9b;
  }
  footer .footer-links li {
    margin: 0;
  }
  footer .footer-subnav {
    margin-bottom: 0px;
    padding: 10px 0;
  }
  footer .footer-subnav #footer-subnav-toggle {
    pointer-events: auto;
    font-size: 1em;
    line-height: 1.4em;
  }
  footer .footer-subnav #footer-subnav-toggle:after {
    display: block;
  }
  nav.main {
    font-size: 17px;
    line-height: 24px;
  }
  nav.main .dropdown-menu li a {
    font-size: 17px;
    line-height: 24px;
  }
  nav.mobile-nav {
    font-size: 1em;
    line-height: 24px;
  }
  nav.mobile-nav .nav-link-label {
    display: inline-block;
    margin-left: 10px;
  }
  #mobile-nav-toggle {
    margin-top: 23px;
    margin-right: 20px;
  }
  section.sidebar-component {
    font-size: 17px;
    margin: 0 -20px 30px;
  }
  section.sidebar-component:last-child {
    margin-bottom: 0;
  }
  section.sidebar-component.sidebar-navigation h4 {
    padding: 20px;
  }
  section.sidebar-component.sidebar-button {
    padding: 0 20px;
    text-align: center;
  }
  section.sidebar-component.sidebar-button button {
    width: 100%;
  }
  section.sidebar-component.sidebar-quickinfo {
    margin: 0 0 30px;
    width: 100%;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-link:after {
    height: 60px;
  }
  section.sidebar-component.sidebar-quickinfo:nth-child(even) {
    margin-left: 0px;
  }
  section.sidebar-component.sidebar-quickinfo:nth-child(odd) {
    margin-right: 0px;
  }
  section.sidebar-component.sidebar-quickinfo .quickinfo-money {
    font-size: 24px;
  }
  section.sidebar-component.sidebar-image .caption a {
    font-size: 20px;
    line-height: 24px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .content-area .content-video .video-wrapper .preview-wrapper button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
  .content-area .content-video .video-wrapper .preview-wrapper button span {
    line-height: 48px;
    font-size: 16px;
  }
  .tooltip .tooltip-inner {
    font-size: 15px;
    line-height: 20px;
  }
  .popover {
    width: 310px;
    max-width: 96%;
    border-radius: 0;
  }
  .popover .popover-content {
    width: 100%;
  }
  body {
    cursor: pointer;
  }
  .input-wrapper {
    max-width: 100%;
  }
  .button-wrapper {
    margin-bottom: 10px;
  }
  .button-wrapper:last-child {
    margin-bottom: 0;
  }
  .button-wrapper.left, .button-wrapper.right {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .button-wrapper button.btn {
    width: 100%;
    white-space: normal;
  }
  .button-wrapper.button-wrapper-fixed {
    position: static;
    float: none;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 15px;
  }
  section.form-box form .form-group > label {
    margin-bottom: 10px;
    padding-right: 43px;
  }
  section.form-box .form-horizontal .control-label {
    padding-top: 0;
  }
  section.form-box .form-group .tooltip-icon {
    right: 20px;
    margin: 0;
    margin-top: 2px;
  }
  section.form-box .form-group {
    margin-bottom: 15px;
  }
  .modal-content {
    padding: 20px;
    min-height: 260px;
  }
  .modal-content .scrollable {
    min-height: 95px;
  }
  section.form-box.form-with-steps .form-steps {
    display: block;
    position: relative;
    /*font-size: 0;*/
  }
  section.form-box.form-with-steps .form-steps li {
    width: 30px;
    /*font-size: 0;*/
  }
  section.form-box.form-with-steps .form-steps li:before {
    left: 12px;
    right: auto;
  }
  section.form-box.form-with-steps .form-steps li:first-child:before {
    display: block;
  }
  section.form-box.form-with-steps .form-steps li:last-child:before {
    display: none;
  }
  section.form-box.form-with-steps .form-steps li.active {
    font-size: 17px;
    width: calc(100% - 120px);
  }
  section.form-box.form-with-steps .form-steps li.active:before {
    border-color: #9b9b9b;
  }
  section.form-box.form-with-steps .form-steps li.done:before {
    border-color: #9b9b9b;
  }
  section.form-box.form-with-steps .sticky-right {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
  section.form-box.form-with-steps .input-without-label {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  section.form-box.form-with-steps .form-footer-info {
    font-size: 15px;
    line-height: 20px;
  }
  section.form-box.form-with-steps form .row {
    margin: 0 -20px;
  }
  section.form-box.form-with-steps form .form-group .button-wrapper.left, section.form-box.form-with-steps form .form-group .button-wrapper.right {
    margin-left: 0;
    margin-right: 0;
  }
  .form-group.has-error .button-wrapper + .error-message {
    padding-top: 0;
  }
  /* form structure, label */
  form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
    padding: 0 20px;
  }
  form .form-row > label, form .form-group > label {
    margin-bottom: 10px;
  }
  /* input fields */
  input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"], textarea {
    font-size: 17px;
    line-height: 24px;
  }
  /* bootstrap select */
  .bootstrap-select .dropdown-toggle {
    font-size: 17px;
    line-height: 24px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 17px;
    line-height: 24px;
  }
  section.vorsorgerechner .col-xs-1, section.vorsorgerechner .col-sm-1, section.vorsorgerechner .col-md-1, section.vorsorgerechner .col-lg-1, section.vorsorgerechner .col-xs-2, section.vorsorgerechner .col-sm-2, section.vorsorgerechner .col-md-2, section.vorsorgerechner .col-lg-2, section.vorsorgerechner .col-xs-3, section.vorsorgerechner .col-sm-3, section.vorsorgerechner .col-md-3, section.vorsorgerechner .col-lg-3, section.vorsorgerechner .col-xs-4, section.vorsorgerechner .col-sm-4, section.vorsorgerechner .col-md-4, section.vorsorgerechner .col-lg-4, section.vorsorgerechner .col-xs-5, section.vorsorgerechner .col-sm-5, section.vorsorgerechner .col-md-5, section.vorsorgerechner .col-lg-5, section.vorsorgerechner .col-xs-6, section.vorsorgerechner .col-sm-6, section.vorsorgerechner .col-md-6, section.vorsorgerechner .col-lg-6, section.vorsorgerechner .col-xs-7, section.vorsorgerechner .col-sm-7, section.vorsorgerechner .col-md-7, section.vorsorgerechner .col-lg-7, section.vorsorgerechner .col-xs-8, section.vorsorgerechner .col-sm-8, section.vorsorgerechner .col-md-8, section.vorsorgerechner .col-lg-8, section.vorsorgerechner .col-xs-9, section.vorsorgerechner .col-sm-9, section.vorsorgerechner .col-md-9, section.vorsorgerechner .col-lg-9, section.vorsorgerechner .col-xs-10, section.vorsorgerechner .col-sm-10, section.vorsorgerechner .col-md-10, section.vorsorgerechner .col-lg-10, section.vorsorgerechner .col-xs-11, section.vorsorgerechner .col-sm-11, section.vorsorgerechner .col-md-11, section.vorsorgerechner .col-lg-11, section.vorsorgerechner .col-xs-12, section.vorsorgerechner .col-sm-12, section.vorsorgerechner .col-md-12, section.vorsorgerechner .col-lg-12 {
    padding: 0px 10px;
  }
  section.vorsorgerechner .content-area {
    padding-bottom: 0;
  }
  section.vorsorgerechner .vr-step .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.vorsorgerechner .vr-step .container:before {
    display: none;
  }
  section.vorsorgerechner h2:after {
    display: none;
  }
  section.vorsorgerechner .money.annual, section.vorsorgerechner .money.monthly {
    margin: 20px 0 0;
  }
  section.vorsorgerechner .money.annual span {
    font-size: 24px;
    line-height: 28px;
  }
  section.vorsorgerechner .money.monthly span {
    font-size: 20px;
    line-height: 24px;
  }
  section.vorsorgerechner span.fixbetrag {
    border: 1px solid;
    padding: 2px 8px;
    margin: 4px 2px 0;
    display: inline-block;
  }
  section.vorsorgerechner ul.pk-vertragsdetails {
    max-width: 100%;
  }
  section.vorsorgerechner ul.pk-vertragsdetails li, section.vorsorgerechner ul.pk-vertragsdetails li:not(:first-child) {
    margin: 10px 20px 10px 0;
  }
  section.vorsorgerechner ul.pk-vertragsdetails .show-pk-vertragsdetails {
    margin-left: 0;
  }
  section.vorsorgerechner .pk-detailberechnung > section, section.vorsorgerechner .vk-detailberechnung > section {
    border-bottom: 1px solid white;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  section.vorsorgerechner .pk-detailberechnung > section:first-child, section.vorsorgerechner .vk-detailberechnung > section:first-child {
    border-top: 1px solid white;
  }
  section.vorsorgerechner .pk-detailberechnung > section:last-child, section.vorsorgerechner .vk-detailberechnung > section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  section.vorsorgerechner .pk-detailberechnung .form-group, section.vorsorgerechner .vk-detailberechnung .form-group {
    margin-bottom: 15px;
  }
  section.vorsorgerechner .pk-detailberechnung p:last-child, section.vorsorgerechner .vk-detailberechnung p:last-child {
    margin-bottom: 10px;
  }
  section.vorsorgerechner .input-group.date {
    color: #555555;
  }
  section.vorsorgerechner .input-group.date .input-group-addon {
    background: #ffffff;
    border-radius: 0;
    width: 43px;
    border-color: #9b9b9b;
    color: #000000;
  }
  section.vorsorgerechner .help-block {
    font-size: 15px;
    line-height: 20px;
  }
  section.vorsorgerechner .help-block:first-child {
    margin-top: 0;
  }
  section.vorsorgerechner #pensionsantritt-toggle {
    margin-top: 0px;
  }
  section.vorsorgerechner #gesamtpension .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.vorsorgerechner #gesamtpension h2 {
    margin-bottom: 5px;
  }
  section.vorsorgerechner #gesamtpension .scroll-down {
    display: block;
    padding: 0;
  }
  section.vorsorgerechner #gesamtpension .scroll-down.collapsed::before {
    content: '\e919';
  }
  section.vorsorgerechner #gesamtpension .scroll-down.collapsed span {
    display: none;
  }
  section.vorsorgerechner #gesamtpension .scroll-down.collapsed span.collapsed {
    display: none;
  }
  section.vorsorgerechner #gesamtpension .scroll-down::before {
    content: '\e91a';
    left: 0;
    right: auto;
  }
  section.vorsorgerechner #gesamtpension .scroll-down span {
    display: none;
  }
  section.vorsorgerechner #gesamtpension .scroll-down span.collapsed {
    display: none;
  }
  section.vorsorgerechner #gesamtpension .money {
    margin-top: 0;
  }
  section.vorsorgerechner #gesamtpension-summary {
    z-index: 300;
  }
  section.vorsorgerechner #gesamtpension-summary .container {
    padding-top: 0;
  }
  section.vorsorgerechner #gesamtpension-summary .container::before {
    display: none;
  }
  section.vorsorgerechner #gesamtpension-summary h2 {
    margin-bottom: 0;
  }
  section.vorsorgerechner #gesamtpension-summary h2::after {
    display: none;
  }
  section.vorsorgerechner #gesamtpension-summary .link-with-icon {
    margin-top: 15px;
  }
  section.vorsorgerechner #gesamtpension-summary .summary-list {
    margin-bottom: 40px;
  }
  section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item {
    padding: 10px 0px 10px 30px;
  }
  section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item .value {
    position: relative;
    margin-top: 10px;
    bottom: auto;
    right: auto;
    text-align: right;
    display: flex;
  }
  section.vorsorgerechner #gesamtpension-summary .summary-list .summary-item .text {
    width: 100%;
  }
  section.vorsorgerechner #gesamtpension-summary .money {
    margin-top: 5px;
  }
  section.vorsorgerechner #gesamtpension-summary .money.monthly {
    margin-right: 32px;
  }
  section.vorsorgerechner .download-calc-container {
    text-align: center;
    margin-top: 10px;
  }
  section.vorsorgerechner .mobile-content-toggle {
    display: block;
  }
  section.vorsorgerechner .mobile-content {
    display: none;
  }
  .content-box :not(.table-responsive) table tr {
    position: relative;
  }
  .content-box :not(.table-responsive) table tr:after {
    content: '';
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
  .content-box :not(.table-responsive) table tr:last-child:after {
    display: none;
  }
  .content-box :not(.table-responsive) table td:after {
    display: none;
  }
  .content-box :not(.table-responsive) table th, .content-box :not(.table-responsive) table td {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-box :not(.table-responsive) table th:first-child, .content-box :not(.table-responsive) table td:first-child {
    float: left;
  }
  .content-box :not(.table-responsive) table th:not(:first-child), .content-box :not(.table-responsive) table td:not(:first-child) {
    float: right;
  }
  .content-box :not(.table-responsive) table tr.header-row {
    display: block;
    margin-bottom: 7px;
  }
  .content-box :not(.table-responsive) table tr.header-row th {
    float: none;
    padding-bottom: 20px;
  }
  .content-box .table-mobile {
    margin-bottom: 0px;
  }
  .content-box .table-mobile:first-child {
    margin-top: -17px;
  }
  .content-box .table-mobile + .table-mobile {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .content-box .table-mobile th {
    padding-top: 20px;
    background: #d7d7d7;
    border: 0;
  }
  .content-box .table-mobile th:after {
    display: none;
  }
  .content-box .table-mobile td:first-child:not(:last-child) {
    padding-bottom: 0;
    float: none;
  }
  .content-box .table-mobile td:last-child:not(:first-child) {
    text-align: left;
    float: none;
    padding-top: 0;
  }
  .content-box .table-responsive:before, .content-box .table-responsive:after {
    content: '';
    position: absolute;
    z-index: 2000;
    top: 0;
    bottom: 54px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    pointer-events: none;
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 24px;
    width: 48px;
    padding: 12px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-box .table-responsive:before {
    left: 0;
    content: '\e902';
  }
  .content-box .table-responsive:after {
    right: 0;
    content: '\e903';
  }
  .content-box .table-responsive.left:before {
    opacity: 0;
  }
  .content-box .table-responsive.left:after {
    opacity: 1;
  }
  .content-box .table-responsive.right:before {
    opacity: 1;
  }
  .content-box .table-responsive.right:after {
    opacity: 0;
  }
  .content-box .table-responsive:last-child:before, .content-box .table-responsive:last-child:after {
    bottom: 0;
  }
  .content-box .table-sticky.sticky {
    position: static;
    padding-left: 79px;
    overflow-x: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-box .table-sticky.sticky + .content-box-footer:after {
    left: 0;
    right: 0;
  }
  .content-box .table-sticky.sticky table {
    position: static;
  }
  .content-box .table-sticky.sticky table.more-visible tbody tr:last-child td {
    padding-bottom: 8px;
  }
  .content-box .table-sticky.sticky thead th {
    padding-top: 20px;
  }
  .content-box .table-sticky.sticky thead th:first-child:after {
    left: 0;
  }
  .content-box .table-sticky.sticky thead th:last-child:after {
    right: 0;
  }
  .content-box .table-sticky.sticky th:first-child,
  .content-box .table-sticky.sticky td:first-child {
    position: absolute;
    left: 0;
    width: 80px;
    background: #d7d7d7;
    z-index: 1000;
  }
  .content-box .table-sticky.sticky tr:last-child td {
    padding-bottom: 20px;
  }
  .content-box .table-sticky.sticky tfoot.collapsing {
    position: static;
  }
  .content-box .table-sticky.sticky tfoot.collapsing[aria-expanded=false] {
    display: none;
  }
  .content-box .table-sticky.sticky tfoot.collapse.in {
    display: table-footer-group;
  }
  .content-box-body .table.with-collapse tr.main-row th:not([colspan]):first-child, .content-box-body div#report table.with-collapse tr.main-row th:not([colspan]):first-child, div#report .content-box-body table.with-collapse tr.main-row th:not([colspan]):first-child, .content-box-body .table.with-collapse tr.main-row td:not([colspan]):first-child, .content-box-body div#report table.with-collapse tr.main-row td:not([colspan]):first-child, div#report .content-box-body table.with-collapse tr.main-row td:not([colspan]):first-child {
    width: 40px;
    padding-right: 0;
    display: none;
  }
  .content-box-body .table.with-collapse tr.collapse-row, .content-box-body div#report table.with-collapse tr.collapse-row, div#report .content-box-body table.with-collapse tr.collapse-row {
    display: table-row !important;
  }
  .content-box-body .table.with-collapse tr.collapse-row td:first-child, .content-box-body div#report table.with-collapse tr.collapse-row td:first-child, div#report .content-box-body table.with-collapse tr.collapse-row td:first-child {
    display: none;
  }
  .content-box-body .table.with-collapse th:nth-child(2):not(:last-child), .content-box-body div#report table.with-collapse th:nth-child(2):not(:last-child), div#report .content-box-body table.with-collapse th:nth-child(2):not(:last-child), .content-box-body .table.with-collapse td:nth-child(2):not(:last-child), .content-box-body div#report table.with-collapse td:nth-child(2):not(:last-child), div#report .content-box-body table.with-collapse td:nth-child(2):not(:last-child) {
    float: left;
  }
  #table-assessment-history td:nth-child(even):before, #table-assessment-history td:nth-child(even):after, #table-assessment-history th:nth-child(even):before, #table-assessment-history th:nth-child(even):after {
    left: 0;
    right: 0;
  }
  #table-assessment-history th:nth-child(odd), #table-assessment-history td:nth-child(odd) {
    width: 80px;
  }
  .dashboard-wrapper, .download-wrapper {
    width: 100%;
  }
  .dashboard-box {
    font-size: 17px;
    line-height: 24px;
  }
  .dashboard-box .dashboard-box-text {
    padding-right: 68px;
  }
  .dashboard-box .dashboard-box-text-links {
    position: static;
    right: auto;
    bottom: auto;
  }
  .collapse-box .collapse-box-toggle:before, .collapse-box .collapse-box-toggle:after {
    width: 48px;
  }
  .list-with-sticky span.sticky-info {
    position: static;
    display: block;
    right: auto;
    width: auto;
    margin-top: 10px;
  }
  .inbox.newmail .radio-group-label {
    margin-bottom: 0px;
  }
  .inbox.newmail #recipient {
    margin-bottom: 0;
  }
  .inbox.newmail #recipient label {
    margin-bottom: 10px;
  }
  .inbox.newmail #recipient-detail {
    margin-bottom: 0;
  }
  .inbox.newmail #recipient-detail label {
    margin-bottom: 10px;
  }
  .inbox.newmail #recipient-detail .radio {
    padding-left: 25px;
  }
  .inbox.newmail .recipient-detail-disclaimer-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .inbox.newmail .file-upload-info {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .inbox .inbox-message h4 {
    margin: 5px 0 15px;
  }
  .inbox .inbox-message h4 a {
    font-weight: 400;
  }
  .inbox .inbox-header, .inbox .inbox-footer {
    height: auto;
    min-height: 3em;
    padding-right: 106px;
  }
  .inbox .inbox-messages-per-page .bootstrap-select {
    width: 92px !important;
  }
  .inbox .inbox-messages-per-page > span {
    max-width: calc(100% - 100px);
    margin-left: 8px;
  }
  .inbox .inbox-btn-prev,
  .inbox .inbox-btn-next {
    width: 48px;
    height: 100%;
    padding: 0;
  }
  .inbox .inbox-btn-prev span,
  .inbox .inbox-btn-next span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -14px;
  }
  .inbox .inbox-btn-prev {
    right: 48px;
  }
  .inbox .inbox-btn-prev:last-child {
    right: 0;
  }
  .inbox .form-group .col-xs-1, .inbox .form-group .col-sm-1, .inbox .form-group .col-md-1, .inbox .form-group .col-lg-1, .inbox .form-group .col-xs-2, .inbox .form-group .col-sm-2, .inbox .form-group .col-md-2, .inbox .form-group .col-lg-2, .inbox .form-group .col-xs-3, .inbox .form-group .col-sm-3, .inbox .form-group .col-md-3, .inbox .form-group .col-lg-3, .inbox .form-group .col-xs-4, .inbox .form-group .col-sm-4, .inbox .form-group .col-md-4, .inbox .form-group .col-lg-4, .inbox .form-group .col-xs-5, .inbox .form-group .col-sm-5, .inbox .form-group .col-md-5, .inbox .form-group .col-lg-5, .inbox .form-group .col-xs-6, .inbox .form-group .col-sm-6, .inbox .form-group .col-md-6, .inbox .form-group .col-lg-6, .inbox .form-group .col-xs-7, .inbox .form-group .col-sm-7, .inbox .form-group .col-md-7, .inbox .form-group .col-lg-7, .inbox .form-group .col-xs-8, .inbox .form-group .col-sm-8, .inbox .form-group .col-md-8, .inbox .form-group .col-lg-8, .inbox .form-group .col-xs-9, .inbox .form-group .col-sm-9, .inbox .form-group .col-md-9, .inbox .form-group .col-lg-9, .inbox .form-group .col-xs-10, .inbox .form-group .col-sm-10, .inbox .form-group .col-md-10, .inbox .form-group .col-lg-10, .inbox .form-group .col-xs-11, .inbox .form-group .col-sm-11, .inbox .form-group .col-md-11, .inbox .form-group .col-lg-11, .inbox .form-group .col-xs-12, .inbox .form-group .col-sm-12, .inbox .form-group .col-md-12, .inbox .form-group .col-lg-12 {
    padding: 0 10px;
  }
  .inbox .inbox-message-type {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .inbox .inbox-pagination {
    margin-right: 0;
    display: block;
  }
  .inbox .inbox-messages-per-page {
    margin-bottom: 9px;
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .inbox .inbox-messages-per-page > span {
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    max-width: calc(100% - 97px);
  }
}

@media screen and (max-width: 767px) and (max-width: 299px) {
  .inbox .inbox-messages-per-page > span {
    margin-left: 0px;
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cookie-notice {
    right: 20px;
    left: 20px;
    width: auto;
  }
  .cookie-notice .cookie-notice-box {
  	margin-top: 36px;
    right: 0px;
    max-width: 100%;
  }
}

@media print {
  aside, header, footer, .sidebar, .subnav-top {
    display: none !important;
  }
  html, body {
    height: auto !important;
  }
  main {
    padding-left: 0 !important;
    height: auto !important;
  }
  img, picture {
    page-break-inside: avoid;
  }
  .content-area ul:not([id]):not([class]) {
    list-style-type: disc !important;
    padding-left: 20px;
  }
  .content-area ul:not([id]):not([class]) li {
    padding-left: 0;
  }
  .content-area ul:not([id]):not([class]) li:before {
    display: none;
  }
  .content-box-notification,
  .form-box-notification,
  .form-box-error {
    border: 1px solid #9b9b9b;
  }
  .collapse-box .collapse-box-toggle {
    background: #ffffff;
    border: 1px solid #9b9b9b;
  }
  .collapse-box .collapse-box-toggle:before, .collapse-box .collapse-box-toggle:after {
    display: none;
  }
  .collapse-box .collapse {
    display: block !important;
  }
  #gesamtpension {
    position: static !important;
  }
}

.account-information h3 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.content-box-documents {
    padding-bottom: 20px;
}


@media (max-width: 767px){
	td.tdtext{
		width: 58%;
		padding-right: 0px !important;
	}
	
	td.tdbetrag {
		white-space: nowrap;
		padding-left: 0px !important;
	}
	
	td.textVertrag {
    	padding-left: 0px !important;
    	margin-left: 0px;
    	float: left !important;
	}
}

.dashboard-wrapper.vbv.dashboard-wrapper-double-width {
    width: 100%;
}


/* Veranlagung Neu */
/* #37591 */


.signature-pad--body canvas {
    border-bottom: 1px solid;
}

.vg-wrapper {
    display: inline-flex;
    width: 50%;
    padding: 10px;
}

.content-box.pk.vg-wrapper {
    border: 0;
}



.vg-wrapper .content-box-link:before {
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: 50px;
}

.content-box.vg-wrapper {
  border: 0;
}

.pk.content-box.vg-wrapper {
  background: transparent;
  color: #ffffff;
  border: 0;
}


.vg-wrapper.content-box .content-box-text {
	width: 100%;
  height: 100%;
}

.vg-wrapper .content-box-link span {
    right: 22px;
}

.vg-wrapper .content-box-text {
	border: 1px solid #d7d7d7;
}



.pk.vg-wrapper .content-box-text {
    border: 1px solid #6e6e6e;
    background: #00437c;
  color: #ffffff;

}

h3.vg-title:not(:first-of-type) {
    border-top: 1px solid #9b9b9b;
    padding-top: 1em;
}

@media (max-width: 767px){
	.vg-wrapper {
    	width: 100%;
	}
}

.content-box.vg-wrapper.equal-height-element {
    min-height: 6.5em;
}

.gewien p {
    font-weight: 600;
}

.gewien p::before {
    font-family: 'icomoon';
    font-size: 0.8em;
    content: '\e91f';
    position: relative;
    font-weight: 400;
    margin-right: 5px;
}


/* Eigenbeitrag neu*/

section.eb-info-component {
    border: 1px solid #6e6e6e;
    margin-bottom: 1.875em;
    background: #6e6e6e;
}

section.eb-info-component .eb-info-toggle.collapsed:after {
    content: '\e919';
}

section.eb-info-component .eb-info-toggle:after {
    content: '\e91a';
    font-family: 'icomoon' !important;
    font-size: 1.0625em;
    position: absolute;
    right: 1.25em;
}


section.eb-info-component .eb-info-toggle {
    display: block;
    padding: 0.5625em 1.25em;
    width: 100%;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

div#eb-info {
    color: #000000;
    background: #ffffff;
}

.form-box-text-button.bggrey {
    background-color: #ebebeb;
}

button.btn.btn-primary.btn1 {
    margin-bottom: 5px;
}

.signature-pad canvas {
    border: 1px solid black;
}
.signature-pad--body {
    text-align: center;
}

.fake-link {
    text-decoration: underline;
    cursor: pointer;
}

.eb-info-inner {
    padding: 19px;
}



/* phase 2 */

.form-steps label {
    color: unset !important;
    font-weight: unset;
}

.row.cancelDiv {
    margin-bottom: 20px;
}

.form-with-steps .editHeader label {
    color: #ffffff !important;
}

/* MEINEVBV APP STYLES */

@media (min-width: 768px){
	#footer-bar {
		display:none;
	}
	.appProfile{
		display:none;
	}
}

@media (max-width: 767px){
	header {
	    position: fixed;
	    width: 100%;
	    height: 56px;
	    z-index: 4000;
	}
	header .top {
    	padding: 8px 20px 8px 20px;
	}
	#mobile-nav-toggle {
    	margin-top: 6px;
    	margin-right: 20px;
	}
	.logo-text {
    	display: none !important;
	}
	div#menuTop {
    	text-align: center;
	}
	.top {
	    text-align: center;
	}
	header .logo img {
	    width: 55px;
	}
	.mainContent {
    	padding-top: 56px;
	}
	
	#mobile-nav-toggle{
		color: #000000;
		background: transparent;
	}
	#mobile-nav-toggle:hover, #mobile-nav-toggle.active, #mobile-nav-toggle:focus, #mobile-nav-toggle:active {
    	background: transparent;
	}
	
	a.appProfile {
	    position: fixed;
	    left: 0;
	    margin-left: 15px;
	    margin-top: 10px;
	}
	.appProfile span.icomoon.icon-icons-15 {
	    font-size: 21px;
	}
	#footer-bar {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 4000;
	    background-color: rgba(249,249,249,.98);
	    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
	    min-height: 60px;
	    display: flex;
	    text-align: center;
	    border-top-left-radius: 15px;
	    border-top-right-radius: 15px;
	    transition: all 300ms ease;
	    border: 1px solid #9b9b9b;
	}
	#footer-bar a {
	    color: #1f1f1f;
	    padding-top: 12px;
	    position: relative;
	    flex: 1 1 auto;
	}
	
	#footer-bar a span.text {
	    position: relative;
	    z-index: 2;
	    display: block;
	    font-size: 13px;
	    font-weight: 500;
	    margin-top: -2px;
	    opacity: .7;
	    font-family: roboto,sans-serif!important;
	}
	#footer-bar a span.icomoon {
	    margin-top: -8px;
	}
	a.appFooter.active {
		border-bottom: 6px solid #e62319;
	}
	
	#footer-bar .dropdown-menu{
	    position: fixed;
	    bottom: 60px;
	    left: calc(50% - 79px);
	    top: auto;
	}
	
	.dropdown-menu li a.nav-blue {
		color: #00437c !important;
	}
	.dropdown-menu li a.nav-green {
	    color: #789614 !important;
	}
	.dropdown-menu li a.active {
	    border-left: 8px solid #00437C;
	}
	
	section.vorsorgerechner #gesamtpension.fixed {
	    bottom: 60px;
	}
	footer{
		z-index: 4000;
	}
	
	.container.fixHead {
	    padding-top: 30px;
	}

  section.form-box.form-with-steps .form-steps li.active a h3 {
    display: block;
  }
  section.form-box.form-with-steps .form-steps li a h3 {
      display: none;
  }

  .btrzeile:first-child:before {
    margin-left: 8px !important;
  }
	
}


/* Registrierung-Gewinnspiel */
section.reg-gewinn-component {
    border: 1px solid #9b9b9b;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #9b9b9b;
}

section.reg-gewinn-component .reg-gewinn-toggle.collapsed:after {
    content: '\e919';
}

section.reg-gewinn-component .reg-gewinn-toggle:after {
    content: '\e91a';
    font-family: 'icomoon' !important;
    font-size: 17px;
    position: absolute;
    right: 20px;
}

section.reg-gewinn-component .reg-gewinn-toggle {
    display: block;
    padding: 9px 20px;
    width: 100%;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

section.form-box .form-group > .reg-gewinn-component {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

section.reg-gewinn-component #reg-gewinn {
    background: #ffffff;
}

section.reg-gewinn-component .reg-gewinn-inner {
	padding: 10px;
}

.reg-gewinn-cb-wrapper p {
	font-weight: normal;
	margin-left: 20px;
}

a.appFooter.Icon4 {
    display: none;
}



.btrzeile {
  width: 100%;
  padding: 10px 20px 10px 20px;
  /*border: 1px solid black;*/
  overflow: hidden; /* will contain if #first is longer than #second */
  display: flex;
  justify-content: flex-start;
}
.btrtext {
  /*border: 1px solid red;*/
  margin-left: 13px;
  width: 60%;
  text-align: left;
}
.btrzeile > .btrtext {
  /*border: 1px solid red;*/
  margin-left: 30px;
}
.btrtext.lb {
  margin-left: 0;
}
.btrbetrag {
  /*border: 1px solid green;*/
  overflow: hidden; /* if you don't want #second to wrap below #first */
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

button.row-collapse-toggle {
  width: 100%;
  text-align: left;
}

.btrzeile.sub {
  background: #eeeeee;
}

.content-box-body .row-collapse-toggle.collapsed:first-child:before {
  padding-top: 0;
}
.content-box-body .row-collapse-toggle:first-child:before {
  padding-top: 0;
}

.content-box-body .row-collapse-toggle.collapsed:before, 
.content-box-body div#report .row-collapse-toggle.collapsed:before, 
div#report .content-box-body .row-collapse-toggle.collapsed:before {
  content: '\e91b';
  padding-top: 8px;
}

.content-box-body .row-collapse-toggle:before, 
.content-box-body div#report .row-collapse-toggle:before, 
div#report .content-box-body .row-collapse-toggle:before {
  content: '\e91c';
  font-family: 'icomoon';
  padding-top: 8px;
}

button.row-collapse-toggle {
  text-decoration: none;
  display: flex;
  width: 100%;
  color: #555555;
}

.btrzeile:before {
  position: absolute;
  content: '';
  border-top: 1px solid #D7D7DB;
  width: 95%;
  margin-top: -10px;
}

.btrzeile:first-child:before {
  position: absolute;
  /*content: '';*/
  border-top: none;
  width: 95%;
  margin-top: 0px;
  transform: translateX(-50%);
    left: 50%;
    margin-left: -8px;
}

@media (max-width: 600px) {
  .btrzeile:before {
    width: 93%;
  }
}

@media (max-width: 450px) {
  .btrzeile:before {
    width: 89%;
  }
}

.logoutInfo{
    background: rgb(199, 79, 15);
    color: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 10px;
}

#skiplinkmenu {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  display: block;
  padding: 7px 22px 10px 22px;
  border-left: 2px solid #903;
  border-right: 2px solid #903;
  border-bottom: 2px solid #903;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  margin-left: 20px;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

#skiplinkmenu:focus-within {
  transform: translateY(0%);
}

#skiplinkmenu a {
  text-decoration: none;
  padding: 5px;
  display: block;
}

#skiplinkmenu a:hover{
	text-decoration:underline
}

#skiplinkmenu a:focus{
	background-color:#000;
	color:#fff;
}