/* Quelle: https://google-webfonts-helper.herokuapp.com/fonts/open-sans */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-300.eot); /* IE9 Compat Modes */
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-300.eot) format('embedded-opentype'), /* IE6-IE8 */
    url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-300.ttf) format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-regular.eot);
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-regular.eot) format('embedded-opentype'),
    url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-600.eot);
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-600.eot) format('embedded-opentype'),
    url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-600.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-700.eot);
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-700.eot) format('embedded-opentype'),
    url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-700.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-italic.eot);
    src: url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-italic.eot) format('embedded-opentype'),
    url(/assets/4.211.1_0_34/base/resources/global/fonts/OpenSans/open-sans-v13-latin-italic.ttf) format('truetype');
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Modified and enhanced by fb research GmbH - Copyright 2019
 */
/* folgendes ist vorübergehend, bis BASE getagt wurde */
.fb-input[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fb-input + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.fb-input + label:before,
.fb-input + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.fb-input + label:before {
  border: 2px solid;
}
.fb-input + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.fb-input.btn-xs + label:before,
.fb-input.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.fb-input.btn-sm + label:before,
.fb-input.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.fb-input[readonly],
.fb-input[disabled] {
  cursor: not-allowed;
}
.fb-input[readonly] + label,
.fb-input[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.fb-input-checkbox + label:before,
.fb-input-checkbox + label:after {
  content: '';
  border-radius: 2px;
}
.fb-input-checkbox:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.fb-input-radio + label:before,
.fb-input-radio + label:after {
  content: '';
  border-radius: 50%;
}
.fb-input-radio:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.fb-input-filled:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border: 8px solid;
}
.fb-input-filled.btn-xs + label:after {
  border-width: 6px;
}
.fb-input-filled.btn-sm + label:after {
  border-width: 7px;
}
.fb-input-dash + label:after {
  border: 8px solid;
  border-radius: 3px;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.fb-input-dash:checked + label:after {
  -webkit-transform: scale(0.5, 0.2);
  transform: scale(0.5, 0.2);
  transition: left .15s, border .15s, transform .15s ease;
}
.fb-input-tick + label:after {
  width: 7px;
  height: 14px;
  left: 6px;
  top: -1px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg) translateY(-1px) scale(0);
  transform: rotate(45deg) translateY(-1px) scale(0);
  border-radius: 0 3px 0 0;
}
.fb-input-tick.btn-xs + label:after {
  width: 4px;
  height: 11px;
  border-width: 0 3px 3px 0;
}
.fb-input-tick.btn-sm + label:after {
  width: 6px;
  height: 12px;
}
.fb-input-tick:checked + label:after {
  -webkit-transform: rotate(45deg) translateY(0) scale(1);
  transform: rotate(45deg) translateY(0) scale(1);
  transition: transform 0.15s ease;
}
.fb-input-cross:checked + label:after {
  content: '+';
  transition: font-size 0.28s ease;
  -webkit-transform: rotate(45deg) translate(0, 0) scale(0.8);
  transform: rotate(45deg) translate(0, 0) scale(0.8);
  font-family: sans-serif;
  font-size: 25px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
}
.fb-input-cross:checked.btn-xs + label:after {
  font-size: 15px;
  line-height: 11px;
}
.fb-input-cross:checked.btn-sm + label:after {
  font-size: 22px;
}
.fb-input-btn + label {
  margin-bottom: 5px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.fb-input-btn + label:empty {
  padding: 0;
}
.fb-input-btn + label:before,
.fb-input-btn + label:after {
  margin: 8px 7px !important;
}
.fb-input-btn + label:empty {
  display: none;
}
.fb-input-btn.btn-xs + label:before,
.fb-input-btn.btn-xs + label:after {
  margin: 4px 7px !important;
}
.fb-input-btn.btn-sm + label:before,
.fb-input-btn.btn-sm + label:after {
  margin: 7px !important;
}
.fb-input-btn.btn-lg + label:before,
.fb-input-btn.btn-lg + label:after {
  margin: 12px !important;
}
.fb-input-btn:focus + label {
  outline: 1px solid #66afe9;
}
.fb-input-btn:focus + label:before {
  outline: none !important;
}
/*! 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
div,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #526f99;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #374b67;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #DEDEDE;
}
.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;
}
html,
body {
  height: 100%;
}
blockquote {
  font-size: inherit;
}
sup[title] {
  cursor: help;
}
#container-wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #A6A6A6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 29px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #A6A6A6;
}
.text-primary {
  color: #b4cd45;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #98b02f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #333333;
}
a.text-info:hover,
a.text-info:focus {
  color: #1a1a1a;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #BE4D4A;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9d3b38;
}
.bg-primary {
  color: #fff;
  background-color: #b4cd45;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #98b02f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #fcf8e3;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #f7ecb5;
}
.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: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #F3F3F3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #DEDEDE;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #F3F3F3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #DEDEDE;
}
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 #F3F3F3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
a {
  cursor: pointer;
}
a:focus-visible {
  border-radius: 4px;
  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);
}
h4,
.h4 {
  margin-bottom: 18px;
}
.form-horizontal h4,
h4.main-heading,
.simple-grid h4,
h4.data-group-headline {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 7px;
  margin-bottom: 9px;
}
.form-horizontal h4 .fb-icon,
h4.main-heading .fb-icon,
.simple-grid h4 .fb-icon,
h4.data-group-headline .fb-icon {
  margin-top: 10px;
}
h6 .fbicon,
.h6 .fbicon {
  height: 26px;
  width: 26px;
  vertical-align: bottom;
}
.text-bold,
.text-weight-bold {
  color: #000000;
  font-weight: bold;
}
.text-weight-normal {
  font-weight: normal;
}
.title-with-info .infoicon {
  display: inline-block;
  float: left;
  margin: 6px 6px 0 0;
  line-height: 2.08;
}
.word-wrap,
.cell-wrap {
  word-wrap: break-word;
}
.product-bricks a {
  text-decoration: none;
  color: inherit;
}
.product-bricks-brick {
  font-weight: 600;
  background-color: #F3F3F3;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 1px 5px;
}
.product-bricks-brick.hidden-bricks-indicator.collapsing {
  transition: height 0.01s !important;
}
.product-bricks-brick.hidden-bricks-indicator.collapse.in {
  display: inline-block;
}
.visible-bricks {
  cursor: pointer;
}
.infotext-content blockquote {
  font-size: inherit;
}
.text-white {
  color: #FFFFFF;
}
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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #A6A6A6;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #C7C7C7;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #C7C7C7;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #C7C7C7;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #C7C7C7;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #C7C7C7;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F3F3F3;
}
.table-hover > tbody > tr:hover {
  background-color: #ebebeb;
}
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,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e1e7ef;
}
.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: #d1dae6;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #fcf8e3;
}
.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: #faf2cc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #C7C7C7;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.infotext-content {
  font-size: inherit;
  text-align: justify;
}
.infotext-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.infotext-content table > thead > tr > th,
.infotext-content table > tbody > tr > th,
.infotext-content table > tfoot > tr > th,
.infotext-content table > thead > tr > td,
.infotext-content table > tbody > tr > td,
.infotext-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #C7C7C7;
}
.infotext-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #C7C7C7;
}
.infotext-content table > caption + thead > tr:first-child > th,
.infotext-content table > colgroup + thead > tr:first-child > th,
.infotext-content table > thead:first-child > tr:first-child > th,
.infotext-content table > caption + thead > tr:first-child > td,
.infotext-content table > colgroup + thead > tr:first-child > td,
.infotext-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.infotext-content table > tbody + tbody {
  border-top: 2px solid #C7C7C7;
}
.infotext-content table .table {
  background-color: #fff;
}
.infotext-content table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #C7C7C7;
}
.infotext-content table > tbody > tr:nth-of-type(odd) {
  background-color: #F3F3F3;
}
.infotext-content h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
.infotext-content h4 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.infotext-content ul {
  margin-left: 25px;
}
.fb-table {
  table-layout: auto;
  width: 100%;
}
[data-group^="producttypefinder"] table tbody tr td {
  vertical-align: top;
  padding: 8px;
  /*&:last-child {
            padding: 8px;
          }*/
}
[data-group^="producttypefinder"] table tbody tr td .highlight-box {
  margin: 0 0 -20px 0;
}
[data-group^="producttypefinder"] table tbody tr td:first-child {
  padding-left: 0;
}
[data-group^="producttypefinder"] table.table-highlight {
  margin: -9px 0 -8px 0;
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
}
[data-group^="producttypefinder"] table.table-highlight label {
  margin: 0;
}
[data-group^="producttypefinder"] table.table-highlight tbody.striped {
  background: linear-gradient(to bottom, #F3F3F3 0%, #F3F3F3 25%, #FFFFFF 25%, #FFFFFF 25.7%, #F3F3F3 25.7%, #F3F3F3 49.5%, #FFFFFF 49.5%, #FFFFFF 50.5%, #F3F3F3 50.5%, #F3F3F3 74.3%, #FFFFFF 74.3%, #FFFFFF 75%, #F3F3F3 75%, #F3F3F3 100%);
}
[data-group^="producttypefinder"] table.table-highlight tr th {
  border-top: 0;
  padding: 0 4px !important;
  width: 16%;
}
[data-group^="producttypefinder"] table.table-highlight tr th label {
  font-weight: 700;
}
[data-group^="producttypefinder"] table.table-highlight tr th label:hover {
  color: #333333;
}
[data-group^="producttypefinder"] table.table-highlight tr td {
  padding: 0 4px !important;
  text-align: center;
  width: 16% !important;
  border-color: #C7C7C7;
  vertical-align: bottom;
}
[data-group^="producttypefinder"] table.table-highlight tr td label {
  margin: 0;
}
[data-group^="producttypefinder"] table.table-highlight tr.check-row td {
  height: auto;
}
[data-group^="producttypefinder"] table.table-highlight tr.bars td {
  height: 150px;
}
[data-group^="producttypefinder"] table.table-highlight .highlight-box {
  margin: 4px 0 0 0;
  display: block;
  height: 100%;
  background-color: #526f99;
  opacity: 0.6;
  color: #A6A6A6;
  vertical-align: bottom;
}
.simple_table table {
  width: 100%;
  table-layout: fixed;
}
.simple_table table tr td {
  width: 50%;
  vertical-align: top;
  padding: 0 0 10px 0;
}
.simple_table table tr[data-field="customerid"] td:first-child {
  width: 0%;
}
.simple_table table tr[data-field="customerid"] td:last-child {
  width: 100%;
}
.simple_table table tr[data-field="customerid"] td:last-child .input-group {
  width: 50%;
}
.faux-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.faux-table-head {
  display: table-header-group;
}
.faux-table-body {
  display: table-row-group;
}
.faux-table-row {
  display: table-row;
}
.faux-table-cell {
  display: table-cell;
  vertical-align: top;
}
.faux-table-cell textarea {
  padding: 0 0 0 5px;
}
.fbtable-wrapper {
  position: relative;
}
.fbtable {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
  word-wrap: break-word;
  background: #FFFFFF;
  /**
   *
   * Header (only in non-transposed mode)
   *
   */
  /**
   *
   * Body
   *
   */
  /**
   *
   * Footer
   *
   */
  /**
   *
   * Rows
   *
   */
  /**
   *
   * Cells
   *
   */
  /**
   *
   * Root Modifiers
   *
   */
  /**
   *
   * Grouping
   *
   */
}
.fbtable .fbtable-header {
  display: table-header-group;
}
.fbtable .fbtable-header .fbtable-cell {
  border-top: none;
  border-bottom: 1px solid #C7C7C7;
}
.fbtable .fbtable-body {
  display: table-row-group;
}
.fbtable .fbtable-footer {
  display: table-footer-group;
}
.fbtable .fbtable-row {
  display: table-row;
  position: relative;
  overflow: hidden;
}
.fbtable.fbtable-mode-default .fbtable-body .fbtable-row:hover {
  background: #f5f5f5 !important;
}
.fbtable .fbtable-cell {
  position: relative;
  display: table-cell;
  padding: 8px;
  border-top: 1px solid #C7C7C7;
  /**
     * header cells
     */
}
.fbtable .fbtable-cell[data-groupheader] {
  background: #f3f3f3;
  font-weight: bold;
}
.fbtable .fbtable-cell.fbtable-align-right {
  text-align: right;
}
.fbtable .fbtable-cell.fbtable-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.fbtable .fbtable-cell.fbtable-header-cell.has-infotext {
  padding-left: 30px;
}
.fbtable .fbtable-cell.fbtable-header-cell.has-sort {
  padding-right: 30px;
}
.fbtable .fbtable-cell.fbtable-header-cell.has-multisort {
  padding-right: 45px;
}
.fbtable .fbtable-cell.fbtable-header-cell .fbtable-header-label {
  font-weight: bold;
}
.fbtable .fbtable-cell.fbtable-header-cell .infoicon {
  position: absolute;
  top: 7px;
  left: 7px;
}
.fbtable .fbtable-cell.fbtable-header-cell [data-action="sort"] {
  cursor: pointer;
}
.fbtable .fbtable-cell.fbtable-header-cell .sort-indicator-wrapper {
  position: absolute;
  top: 7px;
  right: 7px;
}
.fbtable .fbtable-cell.fbtable-header-cell .sort-indicator {
  font-size: 12px;
  text-align: center;
  margin: 0 2px;
}
.fbtable .fbtable-cell.fbtable-header-cell .sort-indicator .fbicon {
  width: 13px;
  height: 13px;
  color: #A6A6A6;
}
.fbtable .fbtable-cell.fbtable-header-cell .sort-indicator .fbicon.active {
  color: #333333;
}
.fbtable .fbtable-cell.fbtable-header-cell .sort-indicator-index {
  text-align: center;
  font-size: 10px;
  background: #fff;
  border-radius: 99999px;
  display: inline-block;
  width: 15px;
}
.fbtable.fbtable-condensed .fbtable-cell {
  padding: 3px 5px;
}
.fbtable.fbtable-condensed .fbtable-cell.fbtable-header-cell .sort-indicator-wrapper {
  top: 2px;
}
.fbtable.fbtable-condensed .fbtable-row:first-child .fbtable-cell {
  border-top: none;
}
.fbtable.fbtable-striped .fbtable-body .fbtable-row:nth-child(2n) {
  background: #f1f1f1;
}
.fbtable.fbtable-grid .fbtable-cell {
  border-right: 1px solid #C7C7C7;
}
.fbtable.fbtable-hover .fbtable-body .fbtable-row:hover {
  background: #f5f5f5;
}
.fbtable.fbtable-valign-top .fbtable-body .fbtable-cell {
  vertical-align: top;
}
.fbtable.fbtable-valign-middle .fbtable-body .fbtable-cell {
  vertical-align: middle;
}
.fbtable.fbtable-highlight-selected [data-selected="true"] {
  background: #deecf7;
}
.fbtable.fbtable-highlight-highlight [data-highlight="true"] {
  background: #edf3d2;
}
.fbtable.fbtable-mute-unselected .fbtable-body .fbtable-cell:not([data-groupheader="true"]):not([data-selected="true"]):not([data-column="@selected"]) > * {
  opacity: 0.3;
  pointer-events: none;
}
.fbtable [data-column="toggle"] {
  width: 48px;
}
.fbtable .insurer-logo {
  margin: 0;
  max-width: 95%;
}
.fbtable .insurer-logo img {
  width: 100%;
}
/**
 *
 * Scroll Mode
 *
 */
.fbtable-scroll {
  overflow: scroll;
  height: 85vh;
  position: relative;
}
.fbtable-scroll .fbtable {
  width: 1px !important;
  /* we have to keep the table as small as possible otherwise the browser will attempt to use 100% width! */
  border-bottom: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}
.fbtable-scroll .fbtable-clone {
  position: absolute;
  left: 0;
  top: 0;
}
.fbtable-scroll .fbtable-clone .fbtable-cell {
  background: #FFFFFF;
}
.fbtable-scroll.fbtable-scrolled-left .fbtable-default.fbtable-rows-clone,
.fbtable-scroll.fbtable-scrolled-left .fbtable-default.fbtable-intersection-clone {
  -moz-box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
}
.fbtable-scroll.fbtable-scrolled-left .fbtable-transposed.fbtable-columns-clone,
.fbtable-scroll.fbtable-scrolled-left .fbtable-transposed.fbtable-intersection-clone {
  -moz-box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.2);
}
.fbtable-scroll.fbtable-scrolled-top .fbtable-default.fbtable-columns-clone {
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.fbtable-scroll.fbtable-scrolled-top .fbtable-transposed.fbtable-rows-clone {
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
/**
 *
 * Pagination
 *
 */
.fbtable-pagination .btn-group {
  margin-right: 5px;
}
.fbtable-pagination .btn {
  min-width: 42px;
}
.fbtable-pagination .btn.is-active {
  background-color: #526f99;
  color: #FFFFFF;
}
.fbtable-pagination .btn.is-active[disabled] {
  opacity: 1;
}
/**
 *
 * Columnsettings Module
 *
 */
.columnsettings .columnsettings .btn {
  width: 28px;
  height: 27px;
}
.columnsettings .columnsettings .btn .fbicon {
  position: relative;
  top: -2px;
}
.columnsettings .badge {
  position: absolute;
  top: -11px;
  left: -8px;
  background-color: #B51B1B;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 11px;
  padding: 1px 6px 2px;
  border: 2px solid #F3F3F3;
}
/**
 *
 * Filter Quickview
 *
 */
.filter-quickview {
  border-top: 1px solid #FFFFFF;
  margin-top: 10px;
  padding: 10px 0 0;
}
.filter-quickview .breadcrumb-group {
  display: inline-block;
  color: #6E6E6E;
  font-size: 11px;
  line-height: 16px;
  margin: 0 10px 0 0;
}
.filter-quickview .breadcrumb-group label,
.filter-quickview .breadcrumb-group .badge {
  font-size: inherit;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  padding: 4px 0 5px;
  vertical-align: baseline;
}
.filter-quickview .breadcrumb-group .badge {
  background-color: #526f99;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.fbtable-explorer {
  margin-left: 20px;
  list-style-type: none;
}
.fbtable-explorer li .fbtable-explorer-label {
  position: relative;
  display: inline-block;
  top: -3px;
  padding: 4px;
  margin-left: 4px;
  min-width: 60px;
  cursor: pointer;
}
.fbtable-explorer li[data-highlight="true"] .fbtable-explorer-label {
  background-color: #e1e7ef;
  color: #333333;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .verticalfiller {
    display: none;
  }
  [data-equalheight] {
    height: auto !important;
  }
}
.elementflag-wrapper {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 13px;
  left: -4px;
  overflow: hidden;
  height: 28px;
  width: 34px;
  z-index: 200;
}
.elementflag-wrapper .elementflag-inner .fbicon {
  height: 22px;
  width: 22px;
  margin: 3px;
}
.elementflag-wrapper .flag-text {
  display: none;
}
.elementflag-wrapper.elementflag-bestprice,
.elementflag-wrapper.elementflag-bestproduct,
.elementflag-wrapper.elementflag-bestratio {
  background: #ffcc50;
  background: -moz-linear-gradient(-45deg, #ffcc50 16%, #e4a200 79%);
  background: -webkit-linear-gradient(-45deg, #ffcc50 16%, #e4a200 79%);
  background: linear-gradient(135deg, #ffcc50 16%, #e4a200 79%);
  color: #FFF1CD;
}
.elementflag-wrapper.elementflag-highlight {
  background: #6eaee5;
  background: -moz-linear-gradient(-45deg, #6eaee5 16%, #4a7eab 79%);
  background: -webkit-linear-gradient(-45deg, #6eaee5 16%, #4a7eab 79%);
  background: linear-gradient(135deg, #6eaee5 16%, #4a7eab 79%);
  color: #D7E7F5;
}
.elementflag-wrapper.elementflag-additionalitem {
  box-shadow: none;
  top: auto;
  bottom: 5px;
  left: auto;
  right: auto;
  width: 30px;
  color: #fff;
}
.elementflag-wrapper.elementflag-e-application {
  background-color: #FFC31C;
  border-top: 1px solid #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  bottom: 0;
  top: auto;
  left: 0;
  height: auto;
  width: 100%;
  padding: 2px 0;
}
.elementflag-wrapper.elementflag-e-application.fast .fbicon {
  color: #4f3a00;
}
.elementflag-wrapper.elementflag-e-application .fbicon {
  color: #fff9e8;
}
.elementflag-wrapper.elementflag-can-riskassessment {
  box-shadow: none;
  padding: 0;
  color: #8FC52E;
  top: 3px;
  left: 18px;
}
.elementflag-wrapper.elementflag-error {
  background: #E25454;
  box-shadow: none;
  color: #fff;
  width: 35px;
  left: 5px;
  border-radius: 5px;
}
.elementflag-wrapper.elementflag-error .elementflag-inner .fbicon {
  width: 23px;
}
.table-modular-selector-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  justify-content: end;
}
.table-modular-selector-wrapper .elementflag-e-application,
.table-modular-selector-wrapper .elementflag-additionalitem {
  position: relative;
}
.table-modular-selector-wrapper .btn-edit-additional,
.table-modular-selector-wrapper .btn-edit-additional:hover,
.table-modular-selector-wrapper .btn-edit-additional:focus {
  color: #FFFFFF;
}
.table-modular-selector-wrapper .btn-edit-additional .fbicon {
  height: 20px;
  width: 20px;
}
.table-modular .risk-icon {
  height: 16px;
  width: 16px;
  color: #b4cd45;
}
.table-modular .risk-icon--declined {
  color: #E25454;
}
.table-modular .risk-icon--man-risk {
  color: #8A8A8A;
}
.insurer-logo {
  height: 40px;
  width: 200px;
}
.insurer-logo img {
  height: 40px;
  width: 200px;
}
.insurer-logo-sm {
  height: 30px;
}
.insurer-logo-sm img {
  height: 30px;
}
.insurer-logo-center {
  height: 40px;
  width: 200px;
  margin: 10px auto;
  max-width: 165px;
  text-align: center;
}
.insurer-logo-center img {
  height: 40px;
  width: 200px;
}
.insurer-logo-center img {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.insurer-logo-center h3 {
  margin: 0;
}
[disabled] .insurer-logo,
[disabled] .insurer-logo-center {
  opacity: 0.2;
  filter: saturate(0);
}
.insurer-text {
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  height: auto;
}
.insurer-text h3 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .insurer-text {
    width: 100%;
    text-align: center;
  }
  .insurer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-name [title],
.product-name [data-original-title] {
  cursor: help;
}
.productname-sequel-content {
  display: none;
}
.productname-sequel-ellipsis {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .productname-sequel-content {
    display: inline-block;
  }
  .productname-sequel-ellipsis {
    display: none;
  }
}
.table-modular {
  margin-bottom: 12px;
  position: relative;
}
.table-modular .insurer-logo {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 10px;
}
.table-modular .product-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
}
.table-modular .fb-progressbar {
  margin: 3px 0 4px;
}
.table-modular .fb-progressbar.fb-progressbar-sm {
  height: 18px;
  line-height: 19px;
}
.table-modular .fb-progressbar.fb-progressbar-sm .fb-progressbar-inner {
  height: 18px;
}
.table-modular .col-label,
.table-modular .row-label {
  cursor: default;
  display: block;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 3px;
  margin-top: 0;
}
.table-modular .col-icon,
.table-modular .row-icon {
  height: 18px;
  width: 18px;
}
.table-modular .col-icon .fbicon,
.table-modular .row-icon .fbicon {
  height: 18px;
  width: 18px;
}
.table-modular .col-icon,
.table-modular .row-icon,
.table-modular .col-value {
  font-size: 14px;
  font-weight: 600;
  min-height: 18px;
  line-height: 18px;
}
.table-modular .drag-handler {
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 8px;
}
.table-modular .drag-handler svg {
  height: 20px;
  width: 20px;
  color: #F3F3F3;
}
.table-modular .drag-handler svg:hover {
  color: #FFFFFF;
}
.table-modular .table-modular-cell-statusmessage .alert-danger,
.table-modular .table-modular-cell-statusmessage .alert-info {
  border: none;
}
.table-modular .table-modular-cell-statusmessage .alert-danger .media-body,
.table-modular .table-modular-cell-statusmessage .alert-info .media-body {
  color: #333333;
}
.table-modular .table-modular-cell-statusmessage .alert-danger .media-body a,
.table-modular .table-modular-cell-statusmessage .alert-info .media-body a {
  color: #333333;
  font-weight: bold;
}
.table-modular .table-modular-cell-statusmessage .alert-danger {
  background-color: #F3F3F3;
}
.table-modular .table-modular-col {
  word-wrap: break-word;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.table-modular .table-modular-col .table-modular-cell-producthintmessage {
  display: block;
  background-color: transparent !important;
  border-radius: 4px;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  margin: 5px 0 10px 5px;
  z-index: 10;
}
.table-modular .table-modular-col .table-modular-cell-producthintmessage .col-label {
  margin-left: 5px;
}
.table-modular .table-modular-col .table-modular-cell-producthintmessage .col-value {
  height: auto;
  margin: 0 0 10px 5px;
}
.table-modular .hoverized {
  background-color: #F3F3F3;
}
.table-modular .hoverized .fb-progressbar {
  background-color: #FFFFFF;
}
.table-modular [data-column="selector"] {
  background-color: #C7C7C7;
  overflow: visible;
  padding-left: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.table-modular [data-column="selector"] .fb-checkbox + label:before,
.table-modular [data-column="selector"] .fb-checkbox + label:after {
  border-color: #FFFFFF;
}
.table-modular [data-column="selector"] .fb-checkbox:checked + label:before,
.table-modular [data-column="selector"] .fb-checkbox:checked + label:after {
  border-color: #FFFFFF;
}
.table-modular [data-column="selector"] .fb-checkbox[readonly] + label:before,
.table-modular [data-column="selector"] .fb-checkbox[disabled] + label:before,
.table-modular [data-column="selector"] .fb-checkbox[readonly] + label:after,
.table-modular [data-column="selector"] .fb-checkbox[disabled] + label:after {
  border-color: #A6A6A6;
}
.table-modular [data-column="selector"] .fb-checkbox[readonly]:checked + label:before,
.table-modular [data-column="selector"] .fb-checkbox[disabled]:checked + label:before,
.table-modular [data-column="selector"] .fb-checkbox[readonly]:checked + label:after,
.table-modular [data-column="selector"] .fb-checkbox[disabled]:checked + label:after {
  border-color: #A6A6A6;
}
.table-modular [data-column="selector"] p {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.4;
  margin: 4px 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-modular [data-column="selector"] .table-modular-selector-wrapper[data-count="1"] + p {
  margin: 4px 45px 0;
}
.table-modular [data-column="selector"] .table-modular-selector-wrapper[data-count="2"] + p {
  margin: 4px 70px 0;
}
.table-modular [data-highlight="true"],
.table-modular [data-top_view="true"] {
  background-color: #F3F3F3;
}
.table-modular [data-highlight="true"] .table-modular-col,
.table-modular [data-top_view="true"] .table-modular-col,
.table-modular [data-highlight="true"] .table-modular-colgroups-wrapper,
.table-modular [data-top_view="true"] .table-modular-colgroups-wrapper {
  background-color: transparent;
}
.table-modular [data-highlight="true"] .table-modular-cell-selector,
.table-modular [data-top_view="true"] .table-modular-cell-selector {
  background-color: #C7C7C7;
}
.table-modular [data-additional="true"] .product-bricks-brick,
.table-modular [data-highlight="true"] .product-bricks-brick,
.table-modular [data-top_view="true"] .product-bricks-brick,
.table-modular [data-selected="true"] .product-bricks-brick,
.table-modular [data-additional="true"] .fb-progressbar,
.table-modular [data-highlight="true"] .fb-progressbar,
.table-modular [data-top_view="true"] .fb-progressbar,
.table-modular [data-selected="true"] .fb-progressbar {
  background-color: #fff;
}
.table-modular [data-additional="true"] .table-modular-cell-statusmessage .alert-danger,
.table-modular [data-highlight="true"] .table-modular-cell-statusmessage .alert-danger,
.table-modular [data-top_view="true"] .table-modular-cell-statusmessage .alert-danger,
.table-modular [data-selected="true"] .table-modular-cell-statusmessage .alert-danger {
  background-color: #FFFFFF;
}
.table-modular [data-additional="true"] {
  background-color: #F3F3F3;
}
.table-modular .table-modular-body [data-selected="true"] {
  background-color: #edf3d2;
}
.table-modular .table-modular-body [data-selected="true"] .table-modular-col,
.table-modular .table-modular-body [data-selected="true"] .table-modular-colgroups-wrapper {
  background-color: #edf3d2;
}
.table-modular .table-modular-body [data-selected="true"] [data-column="selector"],
.table-modular .table-modular-body [data-selected="true"][data-top_view="true"] [data-column="selector"],
.table-modular .table-modular-body [data-selected="true"][data-top_view="true"][data-highlight="true"] [data-column="selector"] {
  background-color: #b4cd45;
}
.table-modular .table-modular-body [data-selected="true"] .table-modular-cell-baseelementinfo p.product-bricks .product-bricks-brick {
  background-color: #fff;
}
.table-modular .table-modular-body [data-selected="true"] .emphasized {
  background-color: #e5edbe;
}
.table-modular .table-modular-body [data-selected="true"] .hoverized {
  background-color: #e5edbe;
}
.table-modular .table-modular-col.dimmed {
  opacity: 0.6;
}
.table-modular .has-variants {
  background-color: #edf3d2;
  border-radius: 4px;
}
.table-modular .has-variants button {
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
}
.table-modular .emphasized {
  background-color: #F3F3F3;
  border-radius: 4px;
  box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.2);
  left: -2px;
  opacity: 1 !important;
  z-index: 10;
}
.table-modular .emphasized .fb-progressbar {
  background-color: #FFFFFF;
}
.table-modular .emphasized.has-variants {
  background-color: #edf3d2;
}
.table-modular [data-highlight="true"] .emphasized,
.table-modular [data-top_view="true"] .emphasized {
  background-color: #e6e6e6 !important;
}
.table-modular [data-highlight="true"] .emphasized .fb-progressbar,
.table-modular [data-top_view="true"] .emphasized .fb-progressbar {
  background-color: #fff !important;
}
.table-modular [data-selected="true"] .emphasized {
  background-color: #e5edbe !important;
}
.table-modular [data-selected="true"] .emphasized .fb-progressbar {
  background-color: #FFFFFF !important;
}
.table-modular .debug-info {
  background-color: #fcf8e3;
  display: block;
  opacity: 0.3;
  overflow: hidden;
  padding: 2px 5px;
}
.table-modular .debug-info:hover {
  opacity: 1;
  overflow: visible;
  color: #333333;
}
.table-modular-horizontal .table-modular-row .table-modular-col {
  overflow: hidden;
  padding: 0 4px 3px 4px;
  position: relative;
}
.table-modular-horizontal .table-modular-row .table-modular-col hr {
  margin: 3px 0 7px 10px;
  border-color: #DEDEDE;
}
.table-modular-horizontal .table-modular-row .table-modular-col.table-modular-col-colgroup {
  display: block;
}
.table-modular-horizontal .table-modular-row [data-column="selector"] {
  overflow: visible;
}
.table-modular-horizontal .table-modular-row [data-column="selector"] .fb-checkbox + label {
  z-index: 2;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-productname {
  padding-top: 5px;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-productname p {
  margin: 10px 0 0 10px;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-productname p.product-job-title .fb-icon {
  color: #DEDEDE;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-productname p.product-job-title a:hover .fb-icon {
  color: #000000;
}
.table-modular-horizontal .table-modular-row .table-modular-col-ratingsealgroup,
.table-modular-horizontal .table-modular-row .table-modular-cell-ratingseal {
  margin-bottom: 10px;
  overflow: visible;
  padding-top: 5px;
  z-index: 10;
}
.table-modular-horizontal .table-modular-row .table-modular-col-ratingsealgroup .table-modular-col-colgroup {
  padding: 0;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.table-modular-horizontal .table-modular-row .table-modular-col-ratingsealgroup .table-modular-cell-ratingseal {
  padding: 0;
  width: 120px;
}
.table-modular-horizontal .table-modular-row.table-modular-row-headline h3 {
  font-weight: 600;
  margin: 5px 0 3px;
}
.table-modular-horizontal .table-modular-row.table-modular-row-headline > .table-modular-col {
  margin: 0;
  padding: 0;
  border-top: none;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-statusmessage {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 10px;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-statusmessage .alert {
  margin: 0 0 0 4px;
}
.table-modular-horizontal .table-modular-row .table-modular-cell-statusmessage .alert .alert-content {
  display: inline-block;
  width: calc(100% - 90px);
}
.table-modular-horizontal .table-modular-row .table-modular-cell-statusmessage .alert .alert-content br {
  display: none;
}
.table-modular-horizontal .info-action .col-label {
  cursor: pointer;
}
.table-modular-horizontal .col-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 3px;
}
.table-modular-horizontal .col-icon {
  float: left;
  margin: 0 5px 3px 0;
  padding: 0;
}
.table-modular-horizontal .col-icon .fbicon {
  margin: -5px 0 0 0;
}
.table-modular-horizontal .col-icon.col-icon-info {
  color: #FFC31C;
  cursor: help;
}
.table-modular-horizontal .table-modular-colgroups-wrapper {
  padding-left: 10px;
  width: 100%;
}
.table-modular-horizontal .table-modular-colgroups-wrapper.has-group-icon {
  position: relative;
  padding-left: 55px;
}
.table-modular-horizontal .table-modular-colgroups-wrapper[data-subcolcount="0"] {
  display: none;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .group-icon {
  position: absolute;
  left: 10px;
  top: 9px;
  width: 34px;
  height: 34px;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col {
  padding: 0 4px 0 4px;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col.table-modular-col-colgroup {
  padding: 0;
  overflow: visible;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col.table-modular-col-colgroup[data-subcolcount="0"] {
  display: none;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col.table-modular-col-highlight .col-value {
  background-color: #ffe519;
  border-radius: 3px;
  display: inline-block;
  padding: 0 2px;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-subcol {
  float: left;
  width: 110px;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup-wide {
  overflow: visible;
}
.table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup-wide .table-modular-col-subcol {
  width: 50%;
  min-width: 200px;
}
.table-modular-horizontal .table-modular-body {
  /* Quickfix for XPERT-4404; Space for Edit-Button in context of additional added tariffs */
  /* Quickfix end */
}
.table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions {
  overflow: visible;
}
.table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions button {
  margin-bottom: 6px;
  margin-right: 11px;
}
.table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions .debug-info {
  position: absolute;
  z-index: 1000;
  height: 20px;
  width: 110px;
  bottom: 0;
  right: 0;
}
.table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions .debug-info:hover {
  height: auto;
  width: auto;
  min-width: 160px;
  border-radius: 4px;
  border: 1px solid #f2e187;
  box-shadow: 0px 6px 14px 0 rgba(0, 0, 0, 0.3);
}
.table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col .fb-progressbar {
  width: 95%;
  max-width: 140px;
  margin-bottom: 6px;
}
.table-modular-horizontal .table-modular-body [data-additional] [data-column="selector"] {
  height: 130px;
}
.table-modular-horizontal .table-modular-body [data-additional] .fb-checkbox + label {
  margin-bottom: 30px;
}
.table-modular-horizontal .table-modular-selector-wrapper {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .table-modular-horizontal .table-modular-body .table-modular-row {
    border-bottom: 1px solid #C7C7C7;
    border-top: none;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row:first-child {
    margin-top: 10px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col hr {
    margin-left: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-productname {
    margin-bottom: 10px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-col-ratingsealgroup,
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-ratingseal {
    float: left;
    padding-top: 0;
    padding-left: 15px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-col-ratingsealgroup .table-modular-col > .table-modular-cell-ratingseal {
    padding-left: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-col-ratingsealgroup .table-modular-col-colgroup {
    width: 100px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-col-ratingsealgroup .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-cell-ratingseal {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions button {
    margin: 0 0 0 5px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions button[name="btn-favorite"] {
    float: right;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-col.table-modular-cell-functions .debug-info {
    display: none;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row .table-modular-cell-statusmessage {
    padding-left: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper {
    padding-left: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper.has-group-icon {
    padding-left: 45px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .group-icon {
    left: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup {
    width: 97%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:before,
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:after {
    content: " ";
    display: table;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:after {
    clear: both;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:before,
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:after {
    content: " ";
    display: table;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:after {
    clear: both;
  }
  .table-modular-horizontal .table-modular-body .table-modular-colgroups-wrapper .table-modular-col-colgroup:first-child {
    border-top: none;
  }
  .table-modular-horizontal .table-modular-body [data-column="selector"] {
    min-height: 40px;
  }
  .table-modular-horizontal .table-modular-body [data-column="selector"] [data-toggleselection] {
    margin-top: 7px;
  }
  .table-modular-horizontal .elementflag-wrapper {
    top: 5px;
  }
  .table-modular-horizontal .elementflag-wrapper.elementflag-e-application {
    border-top: none;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-radius: 0;
    bottom: 0;
    top: 0;
    left: auto;
    height: auto;
    width: auto;
    padding: 8px 4px;
  }
  .table-modular-horizontal .table-modular-selector-wrapper {
    flex-direction: row;
    padding-right: 63px;
  }
}
@media (min-width: 768px) {
  .table-modular-horizontal .table-modular-body {
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row:before {
    background-color: #C7C7C7;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: ' ';
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col {
    padding-top: 10px;
    padding-bottom: 2px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col.table-modular-col-ratingsealgroup {
    padding-top: 15px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col.table-modular-cell-ratingseal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col.table-modular-cell-ratingseal .col-label {
    margin-top: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col.table-modular-col-properties {
    padding-top: 15px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row > .table-modular-col.table-modular-cell-functions {
    padding-top: 15px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-row.table-modular-row-headline > .table-modular-col {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 5.55555556%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-productname {
    width: 33.33333333%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-ratingsealgroup,
  .table-modular-horizontal .table-modular-body .table-modular-cell-ratingseal {
    width: 16.66666667%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-properties {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-functions {
    width: 5.55555556%;
  }
  .table-modular-horizontal .table-modular-row {
    display: table-row;
  }
  .table-modular-horizontal .table-modular-col {
    display: table-cell;
    vertical-align: top;
  }
  .table-modular-horizontal .table-modular-col[data-column="selector"] {
    vertical-align: middle;
  }
  .table-modular-horizontal .table-modular-col-ratingsealgroup .table-modular-col-colgroup {
    padding: 0;
    overflow: visible;
    display: inline-block;
  }
  .table-modular-horizontal .table-modular-col-ratingsealgroup .table-modular-col-colgroup .table-modular-cell-ratingseal {
    display: inline-block;
    float: left;
    min-height: 70px;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper {
    display: inline-block;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup-top .table-modular-col {
    display: inline-block;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup-wide {
    width: 100% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup-wide .table-modular-col-subcol {
    width: 33.3333% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 4%;
  }
}
@media (min-width: 992px) {
  .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 4.25531915%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-productname {
    width: 25.53191489%;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-ratingsealgroup,
  .table-modular-horizontal .table-modular-body .table-modular-cell-ratingseal {
    width: 12.76595745%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-ratingsealgroup {
    padding-top: 0;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-ratingsealgroup .table-modular-col[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-functions {
    width: 4.25531915%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="1"] .table-modular-col-colgroup {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="1"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="8"] .table-modular-col-colgroup,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="7"] .table-modular-col-colgroup,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="8"] .table-modular-col-colgroup .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="7"] .table-modular-col-colgroup .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"] {
    width: 80%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 60%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 40%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 75%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 66.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="2"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="2"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="3"] .table-modular-col-colgroup {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="3"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 60%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="4"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="3"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 40%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 3.50877193%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-productname {
    width: 21.05263158%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-col-ratingsealgroup,
  .table-modular-horizontal .table-modular-body .table-modular-cell-ratingseal {
    width: 10.52631579%;
  }
  .table-modular-horizontal .table-modular-body .table-modular-cell-functions {
    width: 3.50877193%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="1"] .table-modular-col-colgroup {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="1"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="1"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="8"] .table-modular-col-colgroup,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="7"] .table-modular-col-colgroup {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="8"] .table-modular-col-colgroup .table-modular-col-subcol,
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="7"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"] {
    width: 66.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"] {
    width: 80%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 60%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 40%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 75%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="4"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 66.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="3"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="2"][data-subcolcount="2"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="3"] .table-modular-col-colgroup .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="4"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="3"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 16.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"] {
    width: 66.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="4"] .table-modular-col-subcol {
    width: 25%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 60%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="2"][data-subcolcount="5"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="4"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="3"],
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 40%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 20%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"] {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="3"] .table-modular-col-subcol {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="2"] {
    width: 33.3333%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="2"] .table-modular-col-subcol {
    width: 50%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"] {
    width: 16.6666%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper[data-colgroupcount="3"][data-singleelementcol="1"][data-subcolcount="6"] .table-modular-col-colgroup[data-subcolcount="1"] .table-modular-col-subcol {
    width: 100%;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="4"].table-modular-col-colgroup-fixed {
    width: 66.6664% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="4"].table-modular-col-colgroup-fixed .table-modular-col-subcol {
    width: 25% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="3"].table-modular-col-colgroup-fixed {
    width: 50% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="3"].table-modular-col-colgroup-fixed .table-modular-col-subcol {
    width: 33.3333% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="2"].table-modular-col-colgroup-fixed {
    width: 33.3333% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="2"].table-modular-col-colgroup-fixed .table-modular-col-subcol {
    width: 50% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="1"].table-modular-col-colgroup-fixed {
    width: 16.6664% !important;
  }
  .table-modular-horizontal .table-modular-colgroups-wrapper .table-modular-col-colgroup[data-subcolcount="1"].table-modular-col-colgroup-fixed .table-modular-col-subcol {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .fullscreen-element .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 3%;
  }
}
@media (min-width: 1400px) {
  .fullscreen-element .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 2.5%;
  }
}
@media (min-width: 1700px) {
  .fullscreen-element .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 2%;
  }
}
@media (min-width: 2300px) {
  .fullscreen-element .table-modular-horizontal .table-modular-body [data-column="selector"] {
    width: 1.4%;
  }
}
.fullscreen-element[id*="productlist"] {
  overflow: auto;
  margin-bottom: 0;
  padding-bottom: 150px;
}
@media print {
  [id*="productlist"] .ratingseal-wrapper,
  [id*="productlist"] .seal-esg-score-wrapper {
    display: none;
  }
}
.table-modular.table-modular-vertical {
  margin-top: 20px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row {
  display: block;
  position: relative;
  padding: 4px 4px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-debug {
  background-color: transparent;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header {
  text-align: center;
  padding: 0 0 3px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:before,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:after {
  content: " ";
  display: table;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:after {
  clear: both;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:before,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:after {
  content: " ";
  display: table;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header:after {
  clear: both;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header p {
  color: #A6A6A6;
  font-size: 11px;
  margin: 0;
  padding: 5px 30px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header .btn-sm {
  padding: 3px;
  color: #333333;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header .btn-sm .fbicon {
  height: 18px;
  width: 18px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-header .btn-sm:hover {
  background-color: #e6e6e6;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row[data-column="selector"] {
  z-index: 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row[data-column="selector"] .fb-checkbox + label {
  top: 2px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-subselector {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.3;
  padding: 0;
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-subselector .subselector-wrapper {
  background-color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-subselector .fb-radio + label {
  line-height: 2.4rem;
  margin: 8px 0 8px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-productname {
  padding-top: 5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-productname .product-name {
  padding: 5px 0 10px;
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-productname .product-bricks {
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-productname .product-job-title {
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-productname .product-info {
  text-align: center;
  margin-top: -5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .ratingseal-wrapper {
  margin: 0 auto;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol {
  margin-bottom: 30px;
  margin-top: 5px;
  padding-left: 25px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol li {
  border-bottom: 1px dotted #C7C7C7;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol li .table-vertical-detail-item-title {
  font-weight: 600;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol li .table-vertical-detail-item {
  display: block;
  margin: 5px 0 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-bausteine ol li .table-vertical-detail-item .label {
  color: #DEDEDE;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-documents {
  border-top: 1px dotted #C7C7C7;
  padding-top: 10px;
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-buttons,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-buttons.table-modular-row-subrow,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds.table-modular-row-subrow {
  border-top: 1px dotted #C7C7C7;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-buttons-primary {
  background-color: #edf3d2;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds {
  padding-top: 5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds .funds-wrapper {
  padding: 0 15px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds .funds-wrapper .funds-element {
  padding: 5px 0;
  text-align: left;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds .funds-wrapper .funds-element .fb-progressbar {
  margin-top: 3px;
  width: 100%;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds .collapsed .fbicon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-funds .btn {
  margin-top: 5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row.table-modular-cell-debug {
  border-top: 2px solid #FFFFFF;
  padding: 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .table-modular-cell-ratingseal {
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .elementflag-wrapper {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 2px;
  top: -2px;
  left: 30px;
  right: 5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .elementflag-wrapper.elementflag-additionalitem,
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .elementflag-wrapper.elementflag-e-application {
  border-radius: 0;
  bottom: 0;
  top: 0;
  left: unset;
  right: 0;
  height: auto;
  width: auto;
  padding: 4px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-row .elementflag-wrapper.elementflag-e-application {
  border-top: none;
  border-left: 1px solid #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col .info-action .row-label,
.table-modular.table-modular-vertical .table-modular-col .row-label.pointer {
  cursor: pointer;
}
.table-modular.table-modular-vertical .table-modular-col .row-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 3px;
}
.table-modular.table-modular-vertical .table-modular-col .row-icon,
.table-modular.table-modular-vertical .table-modular-col span.icon-error {
  display: inline-block;
  height: auto;
  margin-bottom: 3px;
  min-height: 16px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper {
  display: block;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-rowgroup .colgroup-icon {
  width: 34px;
  height: 34px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal .table-modular-cell-ratingseal .col-label {
  margin-bottom: 3px;
  text-align: left;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-rowgroup-heading {
  background-color: #F3F3F3;
  padding: 10px 0 5px;
  text-align: center;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-rowgroup-heading .group-icon {
  width: 34px;
  height: 34px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-rowgroup-heading h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-row-highlight {
  padding-bottom: 5px;
}
.table-modular.table-modular-vertical .table-modular-col .table-modular-rowgroups-wrapper .table-modular-row-highlight .row-value {
  background-color: #b4cd45;
  border-radius: 5px;
  color: #FFF;
  padding: 0 5px;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"],
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] {
  background: transparent;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] > div,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] > div {
  background-color: #F3F3F3;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] [data-column="selector"],
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] [data-column="selector"] {
  background-color: #C7C7C7;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] .table-modular-cell-subselector .subselector-wrapper,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] .table-modular-cell-subselector .subselector-wrapper {
  background-color: rgba(0, 0, 0, 0);
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] .drag-handler svg,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] .drag-handler svg {
  color: #edf3d2;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] .drag-handler svg:hover,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] .drag-handler svg:hover {
  color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] .table-modular-rowgroup-heading,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] .table-modular-rowgroup-heading {
  background-color: #e6e6e6;
}
.table-modular.table-modular-vertical .table-modular-col[data-highlight="true"] .hoverized,
.table-modular.table-modular-vertical .table-modular-col[data-top_view="true"] .hoverized {
  background-color: #e6e6e6;
}
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] {
  background: transparent;
}
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] > div {
  background-color: #F3F3F3;
}
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] [data-column="selector"],
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] .table-modular-cell-buttons-primary {
  background-color: #C7C7C7;
}
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] .table-modular-rowgroup-heading {
  background-color: #e6e6e6;
}
.table-modular.table-modular-vertical .table-modular-col[data-additional="true"] .hoverized {
  background-color: #e6e6e6;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] {
  background: transparent;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] > div {
  background-color: #edf3d2;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] > div.stickable-content {
  background-color: rgba(229, 237, 190, 0.9);
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] [data-column="selector"],
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"][data-top_view="true"] [data-column="selector"],
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"][data-top_view="true"][data-highlight="true"] [data-column="selector"],
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .table-modular-cell-buttons-primary {
  background-color: #b4cd45;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .table-modular-cell-subselector {
  opacity: 1;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .table-modular-cell-subselector .subselector-wrapper {
  background-color: #e5edbe;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .drag-handler svg {
  color: #edf3d2;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .drag-handler svg:hover {
  color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .table-modular-rowgroup-heading {
  background-color: #e5edbe;
}
.table-modular.table-modular-vertical .table-modular-col[data-selected="true"] .hoverized {
  background-color: #e5edbe;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .subselector-wrapper {
  background-color: #b4cd45;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio + label:after {
  border-color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio:checked + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio:checked + label:after {
  border-color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[readonly] + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[disabled] + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[readonly] + label:after,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[disabled] + label:after {
  border-color: #A6A6A6;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[readonly]:checked + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[disabled]:checked + label:before,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[readonly]:checked + label:after,
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio[disabled]:checked + label:after {
  border-color: #A6A6A6;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio + label {
  color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-col[data-subselected="true"] .table-modular-cell-subselector .fb-radio + label:after {
  background-color: #FFFFFF;
}
.table-modular.table-modular-vertical .table-modular-selector-wrapper {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .table-modular-vertical .table-modular-row.table-modular-cell-productname {
    padding-bottom: 15px;
  }
  .table-modular-vertical .table-modular-row.table-modular-cell-ratingseal {
    position: absolute;
    float: left;
    padding-top: 0;
    width: 56px;
  }
  .table-modular-vertical .table-modular-row.table-modular-cell-ratingseal + .table-modular-cell-ratingseal {
    margin-top: 10px;
  }
  .table-modular-vertical .table-modular-row.table-modular-cell-ratingseal + .table-modular-rowgroups-wrapper {
    padding-left: 81px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper {
    padding-top: 1px;
    padding-bottom: 20px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup-heading {
    background-color: #F3F3F3;
    margin: -4px -5px 10px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup {
    border-top: 1px dotted #C7C7C7;
    overflow: hidden;
    padding: 0 4px 5px 10px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup:first-child {
    border-top: none;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup .table-modular-row-subrow {
    border-top: none;
    float: left;
    padding: 0;
    text-align: left;
    width: 165px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup .table-modular-row-subrow.chart-container-wrapper {
    width: 330px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal {
    padding-left: 0;
    width: 86px;
    float: left;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal .col-label {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-modular-vertical .table-modular-col:nth-child(3n+1) {
    border-left: none;
  }
}
@media (min-width: 768px), print {
  .table-modular-vertical .table-modular-body {
    margin-left: -5px;
    margin-right: -5px;
  }
  .table-modular-vertical .table-modular-body:before,
  .table-modular-vertical .table-modular-body:after {
    content: " ";
    display: table;
  }
  .table-modular-vertical .table-modular-body:after {
    clear: both;
  }
  .table-modular-vertical .table-modular-body:before,
  .table-modular-vertical .table-modular-body:after {
    content: " ";
    display: table;
  }
  .table-modular-vertical .table-modular-body:after {
    clear: both;
  }
  .table-modular-vertical .table-modular-col {
    width: 33.3333%;
    border-left: 1px solid #C7C7C7;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .table-modular-vertical .table-modular-col .row-label {
    text-align: center;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper {
    padding-top: 15px;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup {
    padding: 0;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup .table-modular-rowgroup-heading {
    border-top: 1px dotted #C7C7C7;
    margin: 0;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup .table-modular-row-subrow {
    text-align: center;
    border-top: 1px dotted #C7C7C7;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper .table-modular-rowgroup .table-modular-row-subrow .fb-progressbar {
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal {
    text-align: center;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal .table-modular-cell-ratingseal {
    padding-left: 0;
    padding-right: 0;
  }
  .table-modular-vertical .table-modular-rowgroups-wrapper.table-modular-rowgroups-wrapper-ratingseal .table-modular-cell-ratingseal .seal {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .table-modular-vertical .table-modular-col:nth-child(4n+1) {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .table-modular-vertical .sticked .stickable-content {
    min-height: 120px;
    width: 226px;
  }
  .table-modular-vertical .table-modular-col {
    width: 25%;
  }
  .table-modular-vertical[data-colcount="1"] .sticked .stickable-content,
  .table-modular-vertical[data-colcount="2"] .sticked .stickable-content,
  .table-modular-vertical[data-colcount="3"] .sticked .stickable-content {
    width: 305px;
  }
  .table-modular-vertical[data-colcount="1"] .table-modular-col,
  .table-modular-vertical[data-colcount="2"] .table-modular-col,
  .table-modular-vertical[data-colcount="3"] .table-modular-col {
    width: 33.333%;
  }
  .table-modular-vertical[data-colcount="4"] .sticked .stickable-content {
    width: 227px;
  }
  .table-modular-vertical[data-colcount="4"] .table-modular-col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .table-modular-vertical .sticked .stickable-content {
    min-height: 120px;
    width: 219px;
  }
  .table-modular-vertical[data-colcount="1"] .sticked .stickable-content,
  .table-modular-vertical[data-colcount="2"] .sticked .stickable-content,
  .table-modular-vertical[data-colcount="3"] .sticked .stickable-content {
    width: 372px;
  }
  .table-modular-vertical[data-colcount="4"] .sticked .stickable-content {
    width: 277px;
  }
  .table-modular-vertical .table-modular-col {
    width: 20%;
  }
}
@media (min-width: 1700px) {
  .fullscreen-element .table-modular-vertical[data-colcount="1"] .sticked .stickable-content,
  .fullscreen-element .table-modular-vertical[data-colcount="2"] .sticked .stickable-content,
  .fullscreen-element .table-modular-vertical[data-colcount="3"] .sticked .stickable-content,
  .fullscreen-element .table-modular-vertical[data-colcount="4"] .sticked .stickable-content {
    width: 372px;
  }
  .fullscreen-element .table-modular-vertical[data-colcount="1"] .table-modular-col,
  .fullscreen-element .table-modular-vertical[data-colcount="2"] .table-modular-col,
  .fullscreen-element .table-modular-vertical[data-colcount="3"] .table-modular-col,
  .fullscreen-element .table-modular-vertical[data-colcount="4"] .table-modular-col {
    width: 25%;
  }
  .fullscreen-element .table-modular-vertical[data-colcount="5"] .sticked .stickable-content {
    width: 277px;
  }
  .fullscreen-element .table-modular-vertical[data-colcount="5"] .table-modular-col {
    width: 20%;
  }
  .fullscreen-element .table-modular-vertical .table-modular-col {
    width: 16.66%;
  }
  .fullscreen-element .table-modular-vertical .table-modular-col:nth-child(6n+1) {
    border-left: none;
  }
}
@media only screen and (min-width: 1200px) {
  [id*="productcheckup"]:is(:not(.fullscreen-element)) .table-modular-vertical .table-modular-col:nth-child(5n+1) {
    border-left: none;
  }
}
.fullscreen-element[id*="productcheckup"] {
  overflow: hidden auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .fullscreen-element[id*="productcheckup"] .table-modular-vertical .table-modular-col:nth-child(5n+1) {
    border-left: none;
  }
}
[id*="productcheckup"] .ratingseal-textversion {
  display: none;
}
.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #C7C7C7;
}
.ratingseal-placeholder-label {
  color: #DEDEDE;
}
.ratingseal-wrapper {
  background-color: #FFFFFF;
  border-radius: 8px 0 8px 0;
  height: 50px;
  width: 44px;
  padding: 3px;
  border: 2px solid #989898;
}
.ratingseal-wrapper.ratingseal-void {
  opacity: 0.5;
}
.ratingseal-wrapper.ratingseal-placeholder {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.ratingseal-wrapper .ratingseal-inner {
  height: 40px;
  width: 34px;
  padding: 2px 0;
  position: relative;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-categories {
  position: absolute;
  min-height: 15px;
  font-size: 5px;
  font-weight: 600;
  line-height: 8px;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
  transform: scaleX(0.65);
  transform-origin: left;
  width: 160%;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-categories .ratingseal-maincategory {
  color: #425B1E;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-categories .ratingseal-additionalcategory {
  color: #83A643;
  word-wrap: break-word;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-rating {
  position: absolute;
  width: 100%;
  top: 6%;
  left: 0;
  text-align: center;
  color: #b4cd45;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-rating .fbicon {
  width: 7px;
  height: 11px;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-categories + .ratingseal-rating {
  top: 38%;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-rating-grade {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #A6A6A6;
  font-size: 8px;
  line-height: 9px;
}
.ratingseal-wrapper .ratingseal-inner .ratingseal-rating-grade .ratingseal-rating-grade-number {
  background-color: #a2a2a2;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  padding: 2px 4px 3px;
}
.seal-map .ratingseal-wrapper .ratingseal-inner .ratingseal-rating {
  color: #006cb4;
}
.seal-map .ratingseal-wrapper .ratingseal-inner .ratingseal-rating .fbicon {
  height: 8px;
  width: 10px;
}
.seal-map .ratingseal-wrapper .ratingseal-inner .ratingseal-rating .fbicon.icon-\+ {
  width: 5px;
}
.seal-map .ratingseal-wrapper .ratingseal-inner .ratingseal-rating .fbicon.icon-- {
  width: 4px;
}
@media print {
  .ratingseal-wrapper {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .ratingseal-wrapper .ratingseal-inner {
    border-width: 0.05cm;
  }
}
.seal-esg .rating-letter,
.seal-map .rating-letter {
  background-color: #fff;
  border-radius: 6px 0 0;
  height: 65%;
  position: relative;
}
.seal-esg .ratingseal-wrapper:not(.ratingseal-placeholder),
.seal-map .ratingseal-wrapper:not(.ratingseal-placeholder) {
  padding: 2px;
  border: none;
}
.seal-esg .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner,
.seal-map .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner {
  width: 100%;
  height: 100%;
  padding: 0;
}
.seal-esg .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner .ratingseal-rating,
.seal-map .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner .ratingseal-rating {
  top: 20%;
}
.seal-esg .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner .ratingseal-rating-description,
.seal-map .ratingseal-wrapper:not(.ratingseal-placeholder) .ratingseal-inner .ratingseal-rating-description {
  font-size: 6px;
  line-height: 10px;
  bottom: 3px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.seal-esg .ratingseal-wrapper:not(.ratingseal-placeholder) {
  background: -webkit-linear-gradient(207deg, #b3ce49 0%, #b3ce49 20%, #439335 70%, #1d7934 84%, #1d8d38 100%);
  background: linear-gradient(207deg, #b3ce49 0%, #b3ce49 20%, #439335 70%, #1d7934 84%, #1d8d38 100%);
}
.seal-map .ratingseal-wrapper:not(.ratingseal-placeholder) {
  background: #006cb4;
}
.seal-esg-score-wrapper {
  position: relative;
  width: 44px;
  height: 50px;
}
.seal-esg-score-wrapper .seal-esg-score-inner .seal-esg-score-graphic {
  width: 44px;
  height: 50px;
}
.seal-esg-score-wrapper .seal-esg-score-inner .seal-esg-score-value {
  position: absolute;
  top: 23px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  color: #0F4B73;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  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: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #525252;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #525252;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F3F3F3;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.input-group .form-control[disabled] ~ .input-group-btn .btn,
.input-group .form-control[readonly] ~ .input-group-btn .btn,
.input-group .form-control[disabled] ~ .input-group-addon,
.input-group .form-control[readonly] ~ .input-group-addon,
.input-group .form-control[disabled] ~ .input-group-btn .btn:hover,
.input-group .form-control[readonly] ~ .input-group-btn .btn:hover,
.input-group .form-control[disabled] ~ .input-group-addon:hover,
.input-group .form-control[readonly] ~ .input-group-addon:hover,
.input-group .form-control[disabled] ~ .input-group-btn .btn:active,
.input-group .form-control[readonly] ~ .input-group-btn .btn:active,
.input-group .form-control[disabled] ~ .input-group-addon:active,
.input-group .form-control[readonly] ~ .input-group-addon:active,
.input-group .form-control[disabled] ~ .input-group-btn .btn:focus,
.input-group .form-control[readonly] ~ .input-group-btn .btn:focus,
.input-group .form-control[disabled] ~ .input-group-addon:focus,
.input-group .form-control[readonly] ~ .input-group-addon:focus {
  background-color: #F3F3F3;
  border-color: #ccc;
  pointer-events: none;
  cursor: default;
}
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: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  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: -20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
  cursor: not-allowed;
}
input[type="radio"],
input[type="checkbox"] {
  /* adjusting the color of the label */
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"][readonly] + label,
input[type="checkbox"][readonly] + label {
  color: #A6A6A6;
  /* adjusting the color of our checkbox */
}
input[type="radio"][disabled] + label:before,
input[type="checkbox"][disabled] + label:before,
input[type="radio"][readonly] + label:before,
input[type="checkbox"][readonly] + label:before,
input[type="radio"][disabled] + label:after,
input[type="checkbox"][disabled] + label:after,
input[type="radio"][readonly] + label:after,
input[type="checkbox"][readonly] + label:after {
  border-color: #A6A6A6;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 32px;
}
.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: 31px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.42857143;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 33px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -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: #BE4D4A;
}
.has-error .form-control {
  border-color: #BE4D4A;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: #9d3b38;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99795;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99795;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99795;
}
.has-error .input-group-addon {
  color: #BE4D4A;
  border-color: #BE4D4A;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #BE4D4A;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.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;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fieldset {
  position: relative;
}
.fieldset .fieldset-content {
  position: relative;
}
.form-control.word-wrap {
  height: auto;
  min-height: 32px;
}
input[type="file"] {
  cursor: pointer;
  float: none;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
input[type="file"] ::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="search"] {
  border-radius: 15px;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-input-placeholder,
input[type="search"]::-moz-placeholder,
input[type="search"]:-moz-placeholder {
  color: #C7C7C7;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.input-wrapper {
  position: relative;
}
.form-inline .input-wrapper {
  display: inline-table;
  vertical-align: middle;
}
label[data-readonly="true"] {
  pointer-events: none;
}
label[data-required="true"] {
  color: #000000;
  font-weight: 600;
}
label[data-required="true"] .required-label {
  display: inline-block;
}
label[data-required="false"] .required-label,
label[data-required="true"].suppress-required-label .required-label {
  display: none;
}
.required-label {
  cursor: help;
  color: #E25454;
  font-size: 100%;
  font-weight: bold;
}
.simple-grid-label label .required-label {
  position: absolute;
  right: 7px;
  top: 10px;
}
label small,
label .small {
  display: block;
  line-height: 15px;
  line-height: 1.5rem;
  font-size: 85%;
}
.sub-label {
  color: #A6A6A6;
}
#filter .collapse.small {
  display: none;
}
#filter .collapse.small.in {
  display: block;
}
textarea {
  width: 100%;
  resize: vertical;
}
.textarea-wrapper {
  position: relative;
}
button[readonly] {
  pointer-events: none;
  opacity: 0.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-checkbox + label:empty,
.fb-radio + label:empty {
  padding: 0;
  min-height: 20px;
  width: 16px;
}
.fb-checkbox {
  line-height: 22px;
  line-height: 2.2rem;
}
.fb-checkbox[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fb-checkbox + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.fb-checkbox + label:before,
.fb-checkbox + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.fb-checkbox + label:before {
  border: 2px solid;
}
.fb-checkbox + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.fb-checkbox.btn-xs + label:before,
.fb-checkbox.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.fb-checkbox.btn-sm + label:before,
.fb-checkbox.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.fb-checkbox[readonly],
.fb-checkbox[disabled] {
  cursor: not-allowed;
}
.fb-checkbox[readonly] + label,
.fb-checkbox[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.fb-checkbox + label:before,
.fb-checkbox + label:after {
  content: '';
  border-radius: 2px;
}
.fb-checkbox:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.fb-checkbox + label:after {
  width: 7px;
  height: 14px;
  left: 6px;
  top: -1px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg) translateY(-1px) scale(0);
  transform: rotate(45deg) translateY(-1px) scale(0);
  border-radius: 0 3px 0 0;
}
.fb-checkbox.btn-xs + label:after {
  width: 4px;
  height: 11px;
  border-width: 0 3px 3px 0;
}
.fb-checkbox.btn-sm + label:after {
  width: 6px;
  height: 12px;
}
.fb-checkbox:checked + label:after {
  -webkit-transform: rotate(45deg) translateY(0) scale(1);
  transform: rotate(45deg) translateY(0) scale(1);
  transition: transform 0.15s ease;
}
.fb-checkbox + label:before,
.fb-checkbox + label:after {
  border-color: #333333;
}
.fb-checkbox:checked + label:before,
.fb-checkbox:checked + label:after {
  border-color: #333333;
}
.fb-checkbox[readonly] + label:before,
.fb-checkbox[disabled] + label:before,
.fb-checkbox[readonly] + label:after,
.fb-checkbox[disabled] + label:after {
  border-color: #A6A6A6;
}
.fb-checkbox[readonly]:checked + label:before,
.fb-checkbox[disabled]:checked + label:before,
.fb-checkbox[readonly]:checked + label:after,
.fb-checkbox[disabled]:checked + label:after {
  border-color: #A6A6A6;
}
.fb-checkbox.semi-checked + label:after {
  border: 8px solid;
  border-radius: 3px;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.fb-checkbox.semi-checked:checked + label:after {
  -webkit-transform: scale(0.5, 0.2);
  transform: scale(0.5, 0.2);
  transition: left .15s, border .15s, transform .15s ease;
}
.fb-radio {
  line-height: 22px;
  line-height: 2.2rem;
}
.fb-radio[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fb-radio + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.fb-radio + label:before,
.fb-radio + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.fb-radio + label:before {
  border: 2px solid;
}
.fb-radio + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.fb-radio.btn-xs + label:before,
.fb-radio.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.fb-radio.btn-sm + label:before,
.fb-radio.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.fb-radio[readonly],
.fb-radio[disabled] {
  cursor: not-allowed;
}
.fb-radio[readonly] + label,
.fb-radio[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.fb-radio + label:before,
.fb-radio + label:after {
  content: '';
  border-radius: 50%;
}
.fb-radio:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.fb-radio:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border: 8px solid;
}
.fb-radio.btn-xs + label:after {
  border-width: 6px;
}
.fb-radio.btn-sm + label:after {
  border-width: 7px;
}
.fb-radio + label:before,
.fb-radio + label:after {
  border-color: #333333;
}
.fb-radio:checked + label:before,
.fb-radio:checked + label:after {
  border-color: #333333;
}
.fb-radio[readonly] + label:before,
.fb-radio[disabled] + label:before,
.fb-radio[readonly] + label:after,
.fb-radio[disabled] + label:after {
  border-color: #A6A6A6;
}
.fb-radio[readonly]:checked + label:before,
.fb-radio[disabled]:checked + label:before,
.fb-radio[readonly]:checked + label:after,
.fb-radio[disabled]:checked + label:after {
  border-color: #A6A6A6;
}
.btn-input[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.btn-input + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.btn-input + label:before,
.btn-input + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.btn-input + label:before {
  border: 2px solid;
}
.btn-input + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.btn-input.btn-xs + label:before,
.btn-input.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.btn-input.btn-sm + label:before,
.btn-input.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.btn-input[readonly],
.btn-input[disabled] {
  cursor: not-allowed;
}
.btn-input[readonly] + label,
.btn-input[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.btn-input + label {
  margin-bottom: 5px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.btn-input + label:empty {
  padding: 0;
}
.btn-input + label:before,
.btn-input + label:after {
  margin: 8px 7px !important;
}
.btn-input + label:empty {
  display: none;
}
.btn-input.btn-xs + label:before,
.btn-input.btn-xs + label:after {
  margin: 4px 7px !important;
}
.btn-input.btn-sm + label:before,
.btn-input.btn-sm + label:after {
  margin: 7px !important;
}
.btn-input.btn-lg + label:before,
.btn-input.btn-lg + label:after {
  margin: 12px !important;
}
.btn-input:focus + label {
  outline: 1px solid #66afe9;
}
.btn-input:focus + label:before {
  outline: none !important;
}
.btn-input + label {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d2d2d2;
}
.btn-input + label:hover {
  background-color: #e8e8e8;
}
.btn-input:checked + label {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.btn-input:checked + label .icon-info {
  color: #FFFFFF;
}
.btn-input:checked + label:hover {
  background-color: #496388;
}
.btn-input:disabled + label,
.btn-input[readonly] + label,
.btn-input:disabled:hover + label,
.btn-input[readonly]:hover + label {
  color: #A6A6A6;
  background-color: #F3F3F3;
  border-color: #A6A6A6;
  cursor: not-allowed;
}
.btn-input:disabled:checked + label,
.btn-input[readonly]:checked + label {
  color: #ffffff;
  background-color: #a6b3c4;
  border-color: #a6b3c4;
}
.btn-input + label {
  padding: 7px 7px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  text-align: center;
}
.btn-input.btn-xs + label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-input.btn-sm + label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-input.btn-lg + label {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.checkbox-button[type],
.radio-button[type],
.btn-toggle[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox-button + label,
.radio-button + label,
.btn-toggle + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.checkbox-button + label:before,
.radio-button + label:before,
.btn-toggle + label:before,
.checkbox-button + label:after,
.radio-button + label:after,
.btn-toggle + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.checkbox-button + label:before,
.radio-button + label:before,
.btn-toggle + label:before {
  border: 2px solid;
}
.checkbox-button + label:after,
.radio-button + label:after,
.btn-toggle + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.checkbox-button.btn-xs + label:before,
.radio-button.btn-xs + label:before,
.btn-toggle.btn-xs + label:before,
.checkbox-button.btn-xs + label:after,
.radio-button.btn-xs + label:after,
.btn-toggle.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.checkbox-button.btn-sm + label:before,
.radio-button.btn-sm + label:before,
.btn-toggle.btn-sm + label:before,
.checkbox-button.btn-sm + label:after,
.radio-button.btn-sm + label:after,
.btn-toggle.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.checkbox-button[readonly],
.radio-button[readonly],
.btn-toggle[readonly],
.checkbox-button[disabled],
.radio-button[disabled],
.btn-toggle[disabled] {
  cursor: not-allowed;
}
.checkbox-button[readonly] + label,
.radio-button[readonly] + label,
.btn-toggle[readonly] + label,
.checkbox-button[disabled] + label,
.radio-button[disabled] + label,
.btn-toggle[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.checkbox-button + label,
.radio-button + label,
.btn-toggle + label {
  margin-bottom: 5px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.checkbox-button + label:empty,
.radio-button + label:empty,
.btn-toggle + label:empty {
  padding: 0;
}
.checkbox-button + label:before,
.radio-button + label:before,
.btn-toggle + label:before,
.checkbox-button + label:after,
.radio-button + label:after,
.btn-toggle + label:after {
  margin: 8px 7px !important;
}
.checkbox-button + label:empty,
.radio-button + label:empty,
.btn-toggle + label:empty {
  display: none;
}
.checkbox-button.btn-xs + label:before,
.radio-button.btn-xs + label:before,
.btn-toggle.btn-xs + label:before,
.checkbox-button.btn-xs + label:after,
.radio-button.btn-xs + label:after,
.btn-toggle.btn-xs + label:after {
  margin: 4px 7px !important;
}
.checkbox-button.btn-sm + label:before,
.radio-button.btn-sm + label:before,
.btn-toggle.btn-sm + label:before,
.checkbox-button.btn-sm + label:after,
.radio-button.btn-sm + label:after,
.btn-toggle.btn-sm + label:after {
  margin: 7px !important;
}
.checkbox-button.btn-lg + label:before,
.radio-button.btn-lg + label:before,
.btn-toggle.btn-lg + label:before,
.checkbox-button.btn-lg + label:after,
.radio-button.btn-lg + label:after,
.btn-toggle.btn-lg + label:after {
  margin: 12px !important;
}
.checkbox-button:focus + label,
.radio-button:focus + label,
.btn-toggle:focus + label {
  outline: 1px solid #66afe9;
}
.checkbox-button:focus + label:before,
.radio-button:focus + label:before,
.btn-toggle:focus + label:before {
  outline: none !important;
}
.checkbox-button + label,
.radio-button + label,
.btn-toggle + label {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d2d2d2;
}
.checkbox-button + label:hover,
.radio-button + label:hover,
.btn-toggle + label:hover {
  background-color: #e8e8e8;
}
.checkbox-button:checked + label,
.radio-button:checked + label,
.btn-toggle:checked + label {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.checkbox-button:checked + label .icon-info,
.radio-button:checked + label .icon-info,
.btn-toggle:checked + label .icon-info {
  color: #FFFFFF;
}
.checkbox-button:checked + label:hover,
.radio-button:checked + label:hover,
.btn-toggle:checked + label:hover {
  background-color: #496388;
}
.checkbox-button:disabled + label,
.radio-button:disabled + label,
.btn-toggle:disabled + label,
.checkbox-button[readonly] + label,
.radio-button[readonly] + label,
.btn-toggle[readonly] + label,
.checkbox-button:disabled:hover + label,
.radio-button:disabled:hover + label,
.btn-toggle:disabled:hover + label,
.checkbox-button[readonly]:hover + label,
.radio-button[readonly]:hover + label,
.btn-toggle[readonly]:hover + label {
  color: #A6A6A6;
  background-color: #F3F3F3;
  border-color: #A6A6A6;
  cursor: not-allowed;
}
.checkbox-button:disabled:checked + label,
.radio-button:disabled:checked + label,
.btn-toggle:disabled:checked + label,
.checkbox-button[readonly]:checked + label,
.radio-button[readonly]:checked + label,
.btn-toggle[readonly]:checked + label {
  color: #ffffff;
  background-color: #a6b3c4;
  border-color: #a6b3c4;
}
.checkbox-button + label,
.radio-button + label,
.btn-toggle + label {
  padding: 7px 10px 7px 30px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  text-align: left;
  width: 100%;
}
.checkbox-button + label .required-label,
.radio-button + label .required-label,
.btn-toggle + label .required-label {
  position: relative;
  right: auto;
  top: -4px;
  margin-left: 5px;
}
.checkbox-button.btn-xs + label,
.radio-button.btn-xs + label,
.btn-toggle.btn-xs + label {
  padding: 1px 5px 1px 26px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.checkbox-button.btn-sm + label,
.radio-button.btn-sm + label,
.btn-toggle.btn-sm + label {
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.checkbox-button.btn-lg + label,
.radio-button.btn-lg + label,
.btn-toggle.btn-lg + label {
  padding: 10px 16px 10px 40px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.checkbox-button + label:before,
.btn-toggle + label:before,
.checkbox-button + label:after,
.btn-toggle + label:after {
  content: '';
  border-radius: 2px;
}
.checkbox-button:focus + label:before,
.btn-toggle:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.checkbox-button + label:after,
.btn-toggle + label:after {
  width: 7px;
  height: 14px;
  left: 6px;
  top: -1px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg) translateY(-1px) scale(0);
  transform: rotate(45deg) translateY(-1px) scale(0);
  border-radius: 0 3px 0 0;
}
.checkbox-button.btn-xs + label:after,
.btn-toggle.btn-xs + label:after {
  width: 4px;
  height: 11px;
  border-width: 0 3px 3px 0;
}
.checkbox-button.btn-sm + label:after,
.btn-toggle.btn-sm + label:after {
  width: 6px;
  height: 12px;
}
.checkbox-button:checked + label:after,
.btn-toggle:checked + label:after {
  -webkit-transform: rotate(45deg) translateY(0) scale(1);
  transform: rotate(45deg) translateY(0) scale(1);
  transition: transform 0.15s ease;
}
.checkbox-button + label:before,
.btn-toggle + label:before,
.checkbox-button + label:after,
.btn-toggle + label:after {
  border-color: #333333;
}
.checkbox-button:checked + label:before,
.btn-toggle:checked + label:before,
.checkbox-button:checked + label:after,
.btn-toggle:checked + label:after {
  border-color: #FFFFFF;
}
.checkbox-button[readonly] + label:before,
.btn-toggle[readonly] + label:before,
.checkbox-button[disabled] + label:before,
.btn-toggle[disabled] + label:before,
.checkbox-button[readonly] + label:after,
.btn-toggle[readonly] + label:after,
.checkbox-button[disabled] + label:after,
.btn-toggle[disabled] + label:after {
  border-color: #A6A6A6;
}
.checkbox-button[readonly]:checked + label:before,
.btn-toggle[readonly]:checked + label:before,
.checkbox-button[disabled]:checked + label:before,
.btn-toggle[disabled]:checked + label:before,
.checkbox-button[readonly]:checked + label:after,
.btn-toggle[readonly]:checked + label:after,
.checkbox-button[disabled]:checked + label:after,
.btn-toggle[disabled]:checked + label:after {
  border-color: #FFFFFF;
}
.radio-button + label:before,
.radio-button + label:after {
  content: '';
  border-radius: 50%;
}
.radio-button:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.radio-button:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border: 8px solid;
}
.radio-button.btn-xs + label:after {
  border-width: 6px;
}
.radio-button.btn-sm + label:after {
  border-width: 7px;
}
.radio-button + label:before,
.radio-button + label:after {
  border-color: #333333;
}
.radio-button:checked + label:before,
.radio-button:checked + label:after {
  border-color: #FFFFFF;
}
.radio-button[readonly] + label:before,
.radio-button[disabled] + label:before,
.radio-button[readonly] + label:after,
.radio-button[disabled] + label:after {
  border-color: #A6A6A6;
}
.radio-button[readonly]:checked + label:before,
.radio-button[disabled]:checked + label:before,
.radio-button[readonly]:checked + label:after,
.radio-button[disabled]:checked + label:after {
  border-color: #FFFFFF;
}
.radio-wrapper {
  display: inline-block;
}
.radio-wrapper:first-child {
  margin-top: 0;
}
.radio.btn-group .btn-input,
.radio.btn-group .radio-button {
  border-radius: 0;
}
.radio.btn-group .radio-wrapper {
  float: left;
  margin-right: 0;
}
.radio.btn-group .radio-wrapper + .radio-wrapper {
  margin-left: -1px;
}
.radio.btn-group .radio-wrapper:first-child .btn-input,
.radio.btn-group .radio-wrapper:first-child .radio-button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.radio.btn-group .radio-wrapper:last-child .btn-input,
.radio.btn-group .radio-wrapper:last-child .radio-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.simple_table .checkbox,
.select-table .checkbox,
div[class*="productfilter-"] .checkbox {
  margin: 0;
}
.form-table-layout .radio {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.form-table-layout .radio-wrapper {
  display: table-cell;
  padding: 0 2px;
}
.form-table-layout .radio-wrapper:first-child {
  padding-left: 0;
}
.form-table-layout .radio-wrapper:last-child {
  padding-right: 0;
}
.form-table-layout .radio-wrapper label {
  width: 100%;
}
.fb-togglebutton[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fb-togglebutton + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.fb-togglebutton + label:before,
.fb-togglebutton + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.fb-togglebutton + label:before {
  border: 2px solid;
}
.fb-togglebutton + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.fb-togglebutton.btn-xs + label:before,
.fb-togglebutton.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.fb-togglebutton.btn-sm + label:before,
.fb-togglebutton.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.fb-togglebutton[readonly],
.fb-togglebutton[disabled] {
  cursor: not-allowed;
}
.fb-togglebutton[readonly] + label,
.fb-togglebutton[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.fb-togglebutton + label.btn {
  padding: 6px 12px;
  width: auto;
}
.fb-togglebutton + label.btn.btn-sm {
  padding: 5px 10px;
}
.fb-togglebutton + label .fb-togglebutton--icon-on {
  display: none;
}
.fb-togglebutton:checked + label {
  background: #526f99;
  color: #FFFFFF;
  border-color: #526f99;
}
.fb-togglebutton:checked + label .fb-togglebutton--icon-off {
  display: none;
}
.fb-togglebutton:checked + label .fb-togglebutton--icon-on {
  display: inline-block;
}
.fb-togglebutton:checked + label .fb-togglebutton--icon-on .fbicon {
  color: #FFFFFF;
}
.btn-group .fb-togglebutton:first-child + label {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.form-horizontal h4 a {
  display: block;
  color: #333333;
}
.form-horizontal h4 a:hover,
.form-horizontal h4 a:focus {
  text-decoration: none;
}
.form-horizontal .fieldset .fieldset-header {
  margin-top: 15px;
}
.form-horizontal .fieldset .fieldset-content:after {
  content: ' ';
  display: block;
  height: 1px;
}
.form-horizontal .fieldset:first-of-type .fieldset-header {
  margin-top: 0;
}
.form-horizontal .radio-wrapper {
  margin-right: 10px;
}
.form-horizontal .radio-wrapper .fb-radio + label {
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-horizontal .radio-wrapper .fb-radio + label:before,
.form-horizontal .radio-wrapper .fb-radio + label:after {
  margin: 10px 0;
}
.simple-grid.form-horizontal .radio-wrapper .fb-radio + label:before,
.simple-grid.form-horizontal .radio-wrapper .fb-radio + label:after {
  margin: 8px 0;
}
@media (min-width: 992px) {
  .form-horizontal .field-group-multiple > .row [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-horizontal .field-group-multiple > .row [class^="col-"]:first-child {
    padding-left: 15px;
  }
  .form-horizontal .field-group-multiple > .row [class^="col-"]:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .form-horizontal .field-group-multiple > .row [class^="col-"] {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .form-horizontal:not(.modal-sm *) label .required-label {
    position: absolute;
    right: 7px;
    top: 10px;
  }
  .form-horizontal:not(.modal-sm *) .form-group {
    padding: 4px 0;
    margin-bottom: 7px;
  }
  .form-horizontal:not(.modal-sm *) .form-group:first-child {
    margin-top: 3px;
  }
  .form-horizontal:not(.modal-sm *) .form-group .infoicon {
    display: inline-block;
    position: absolute;
    z-index: 200;
    right: -10px;
    top: 5px;
  }
  .form-horizontal:not(.modal-sm *) .fb-checkbox + label .required-label {
    position: relative;
    right: auto;
    top: -4px;
    margin-left: 2px;
  }
}
.modal-sm .form-horizontal .control-label {
  text-align: left;
}
.userconfirmation.form-horizontal .form-group {
  margin-bottom: 0;
}
.userconfirmation .control-label[class*="-0"] {
  padding: 0;
}
.fb-checkbox + .userconfirmation-element {
  padding-left: 30px;
  text-decoration: underline;
  font-size: 15px;
  font-size: 1.5rem;
}
.media.alert.userconfirmation-element {
  margin-left: 17px;
  width: calc(100% - 17px);
}
.media.alert.userconfirmation-element .media-body {
  padding-top: 0;
}
.result-casedata .form-control-static {
  font-weight: 600;
}
.result-casedata .simple-grid label {
  padding-top: 7px;
}
.checkbox ul.parsley-errors-list {
  z-index: 1;
}
.errors-container-wrapper {
  position: relative;
}
ul.parsley-errors-list {
  position: absolute;
  border: 1px solid #E25454;
  left: -5px;
  bottom: 26px;
  background-color: #E25454;
  padding: 2px 7px 5px 7px;
  list-style: none;
  opacity: 0;
  z-index: -1;
  min-width: 30px;
  min-height: 29px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
ul.parsley-errors-list li {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 5px;
  margin: 0 !important;
  list-style-type: none !important;
}
ul.parsley-errors-list:empty {
  margin: 0;
}
ul.parsley-errors-list:after {
  background-color: #E25454;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #E25454;
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-left: 10px;
  transform: rotate(225deg);
}
.parsley-bottom + ul.parsley-errors-list,
.parsley-bottom ul.parsley-errors-list {
  bottom: auto;
}
.parsley-bottom + ul.parsley-errors-list:after,
.parsley-bottom ul.parsley-errors-list:after {
  top: -7px;
}
@media (min-width: 992px) {
  .parsley-left + ul.parsley-errors-list,
  .parsley-left ul.parsley-errors-list {
    top: 0;
    bottom: auto;
    left: auto;
    right: 105%;
    min-width: 80%;
  }
  .parsley-left + ul.parsley-errors-list:after,
  .parsley-left ul.parsley-errors-list:after {
    top: 5px;
    right: -5px;
  }
  .parsley-right + ul.parsley-errors-list,
  .parsley-right ul.parsley-errors-list {
    top: 0;
    bottom: auto;
    left: 105%;
    min-width: 80%;
  }
  .parsley-right + ul.parsley-errors-list:after,
  .parsley-right ul.parsley-errors-list:after {
    top: 8px;
    left: -15px;
  }
}
.errors-container-wrapper .parsley-errors-list {
  opacity: 1;
  margin-bottom: 5px;
  z-index: 999 !important;
  position: relative;
  box-shadow: none;
  left: auto;
  bottom: auto;
}
.errors-container-wrapper .parsley-errors-list:after {
  content: none;
}
.errors-container-wrapper .parsley-errors-list:empty {
  opacity: 0;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
}
.error-highlight label {
  color: #BE4D4A !important;
}
.error-highlight-container {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 6px;
}
.error-highlight-container.row {
  display: block;
  padding: 6px 0;
}
.error-highlight-container.error-highlight {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.error-highlight-container.error-highlight label {
  color: #BE4D4A;
}
.error-highlight-container td label {
  margin-bottom: 0;
}
div.error-box ul.parsley-errors-list {
  opacity: 1;
  bottom: 0;
}
div.error-box ul.parsley-errors-list:empty {
  opacity: 0;
  display: none;
}
.radio-error.error-box {
  position: relative;
  z-index: 5;
}
.radio-error.error-box ul.parsley-errors-list {
  bottom: -10px;
}
@media (min-width: 992px) {
  .parsley-right + .radio-error.error-box ul.parsley-errors-list,
  .parsley-right .radio-error.error-box ul.parsley-errors-list,
  .parsley-left + .radio-error.error-box ul.parsley-errors-list,
  .parsley-left .radio-error.error-box ul.parsley-errors-list {
    bottom: auto;
  }
}
.textarea-error {
  position: absolute;
  width: 100%;
  top: 0;
}
.textarea-error .parsley-errors-list {
  bottom: 0;
}
input:focus + ul.parsley-errors-list,
input:focus + .error-box ul.parsley-errors-list,
textarea:focus + .error-box ul.parsley-errors-list {
  z-index: 9999999;
  opacity: 1;
}
input:focus + ul.parsley-errors-list:empty,
input:focus + .error-box ul.parsley-errors-list:empty,
textarea:focus + .error-box ul.parsley-errors-list:empty {
  opacity: 0;
}
.parsley-error input[type=checkbox][required] + label,
.parsley-error input[type=radio][required] + label,
.parsley-error input[type=radio][required] + div + label {
  color: #E25454;
}
.parsley-error input[type=checkbox][required] + label:before,
.parsley-error input[type=radio][required] + label:before,
.parsley-error input[type=radio][required] + div + label:before,
.parsley-error input[type=checkbox][required] + label:after,
.parsley-error input[type=radio][required] + label:after,
.parsley-error input[type=radio][required] + div + label:after {
  border-color: #E25454;
}
#data_product_layer-error-container ul.parsley-errors-list,
#producttypes-error-container ul.parsley-errors-list {
  position: relative;
  bottom: 0;
  left: 0;
}
#error-container {
  position: relative;
  display: block;
  background-color: #FFE6E6;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  text-align: center;
}
.fb-error {
  color: #FFFFFF;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 0;
  min-height: 0;
  height: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  display: none;
}
.fb-error.filled {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  height: auto;
  min-height: 12px;
  line-height: 12px;
  line-height: 1.2rem;
  display: inline-block;
}
.fb-error.filled span {
  display: inline-block;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#time-errors span {
  position: absolute;
}
tr[data-field="risikoleben"] .option-list input {
  width: 10%;
}
tr[data-field="risikoleben"] .option-list label {
  width: 85%;
}
#kfz #contractdata .error-box {
  display: block;
}
.error-box-full {
  position: absolute;
  margin-top: -12px;
  font-weight: 700;
}
#insurant-error-container {
  overflow: hidden;
}
#insurant-error-container .fb-error > * {
  background-color: #FFFFFF;
  position: absolute;
  margin-top: 5px;
  overflow: auto;
}
#insurant-error-container,
#insurant-error-container .fb-error > * {
  width: 150px;
  height: 32px;
  display: inline-block;
}
input[type="text"].parsley-error,
input[type="password"].parsley-error,
input[type="email"].parsley-error,
textarea.parsley-error {
  border: 1px solid #E29595 !important;
  background-color: #FFE6E6 !important;
  background-image: none;
}
#onlineassessment ul.parsley-errors-list {
  margin-top: -70px;
  margin-left: 70px;
  bottom: inherit;
}
#onlineassessment ul.parsley-errors-list:after {
  margin-left: 150px;
}
.checkbox .error-box {
  position: relative;
}
#userconfirmation .select-table table {
  width: 100%;
}
#userconfirmation .error-box {
  position: relative;
  bottom: 5px;
  z-index: 10;
}
.garantieklassen-table td {
  position: relative;
}
.garantieklassen-table td ul.parsley-errors-list {
  opacity: 1;
}
.error-text {
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  border: none;
  background-color: #E25454;
  padding: 15px;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.simple-grid {
  margin-top: 24px;
}
.simple-grid:first-of-type,
.simple-grid:first-child {
  margin-top: 0;
}
.simple-grid .simple-grid-label .infoicon {
  display: inline-block;
  position: absolute;
  z-index: 200;
  right: -10px;
  top: 5px;
}
.simple-grid .simple-grid-label label.text-left .required-label {
  position: relative;
  right: auto;
  top: auto;
}
.simple-grid label {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  width: 100%;
  text-align: right;
}
.simple-grid label.text-left {
  text-align: left;
}
.simple-grid label.alert {
  height: auto;
  padding: 6px 12px;
  margin-bottom: 0;
}
.simple-grid .checkbox label.btn {
  padding: 6px 12px;
  width: auto;
}
.simple-grid .checkbox label.btn.btn-sm {
  padding: 5px 10px;
}
.simple-grid .checkbox label.btn .fbicon {
  margin-right: 4px;
}
.simple-grid .label.fb-radio {
  text-align: left;
}
.simple-grid .radio-wrapper {
  margin-top: 0;
}
.simple-grid .input-wrapper .input-group-btn .btn,
.simple-grid .input-wrapper .input-group-btn .btn-sm {
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
}
.simple-grid .fb-radio + label:before,
.simple-grid .fb-checkbox + label:before,
.simple-grid .fb-radio + label:after,
.simple-grid .fb-checkbox + label:after {
  margin: 8px 0;
}
.simple-grid .checkbox-button {
  height: auto;
}
.simple-grid .checkbox-button[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.simple-grid .checkbox-button + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.simple-grid .checkbox-button + label:before,
.simple-grid .checkbox-button + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.simple-grid .checkbox-button + label:before {
  border: 2px solid;
}
.simple-grid .checkbox-button + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.simple-grid .checkbox-button.btn-xs + label:before,
.simple-grid .checkbox-button.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.simple-grid .checkbox-button.btn-sm + label:before,
.simple-grid .checkbox-button.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.simple-grid .checkbox-button[readonly],
.simple-grid .checkbox-button[disabled] {
  cursor: not-allowed;
}
.simple-grid .checkbox-button[readonly] + label,
.simple-grid .checkbox-button[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.simple-grid .checkbox-button + label {
  margin-bottom: 5px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.simple-grid .checkbox-button + label:empty {
  padding: 0;
}
.simple-grid .checkbox-button + label:before,
.simple-grid .checkbox-button + label:after {
  margin: 8px 7px !important;
}
.simple-grid .checkbox-button + label:empty {
  display: none;
}
.simple-grid .checkbox-button.btn-xs + label:before,
.simple-grid .checkbox-button.btn-xs + label:after {
  margin: 4px 7px !important;
}
.simple-grid .checkbox-button.btn-sm + label:before,
.simple-grid .checkbox-button.btn-sm + label:after {
  margin: 7px !important;
}
.simple-grid .checkbox-button.btn-lg + label:before,
.simple-grid .checkbox-button.btn-lg + label:after {
  margin: 12px !important;
}
.simple-grid .checkbox-button:focus + label {
  outline: 1px solid #66afe9;
}
.simple-grid .checkbox-button:focus + label:before {
  outline: none !important;
}
.simple-grid .checkbox-button + label {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d2d2d2;
}
.simple-grid .checkbox-button + label:hover {
  background-color: #e8e8e8;
}
.simple-grid .checkbox-button:checked + label {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.simple-grid .checkbox-button:checked + label .icon-info {
  color: #FFFFFF;
}
.simple-grid .checkbox-button:checked + label:hover {
  background-color: #496388;
}
.simple-grid .checkbox-button:disabled + label,
.simple-grid .checkbox-button[readonly] + label,
.simple-grid .checkbox-button:disabled:hover + label,
.simple-grid .checkbox-button[readonly]:hover + label {
  color: #A6A6A6;
  background-color: #F3F3F3;
  border-color: #A6A6A6;
  cursor: not-allowed;
}
.simple-grid .checkbox-button:disabled:checked + label,
.simple-grid .checkbox-button[readonly]:checked + label {
  color: #ffffff;
  background-color: #a6b3c4;
  border-color: #a6b3c4;
}
.simple-grid .checkbox-button + label {
  padding: 7px 10px 7px 30px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  text-align: left;
  width: 100%;
}
.simple-grid .checkbox-button + label .required-label {
  position: relative;
  right: auto;
  top: -4px;
  margin-left: 5px;
}
.simple-grid .checkbox-button.btn-xs + label {
  padding: 1px 5px 1px 26px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.simple-grid .checkbox-button.btn-sm + label {
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.simple-grid .checkbox-button.btn-lg + label {
  padding: 10px 16px 10px 40px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.simple-grid .checkbox-button + label:before,
.simple-grid .checkbox-button + label:after {
  content: '';
  border-radius: 2px;
}
.simple-grid .checkbox-button:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.simple-grid .checkbox-button + label:after {
  width: 7px;
  height: 14px;
  left: 6px;
  top: -1px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg) translateY(-1px) scale(0);
  transform: rotate(45deg) translateY(-1px) scale(0);
  border-radius: 0 3px 0 0;
}
.simple-grid .checkbox-button.btn-xs + label:after {
  width: 4px;
  height: 11px;
  border-width: 0 3px 3px 0;
}
.simple-grid .checkbox-button.btn-sm + label:after {
  width: 6px;
  height: 12px;
}
.simple-grid .checkbox-button:checked + label:after {
  -webkit-transform: rotate(45deg) translateY(0) scale(1);
  transform: rotate(45deg) translateY(0) scale(1);
  transition: transform 0.15s ease;
}
.simple-grid .checkbox-button + label:before,
.simple-grid .checkbox-button + label:after {
  border-color: #333333;
}
.simple-grid .checkbox-button:checked + label:before,
.simple-grid .checkbox-button:checked + label:after {
  border-color: #FFFFFF;
}
.simple-grid .checkbox-button[readonly] + label:before,
.simple-grid .checkbox-button[disabled] + label:before,
.simple-grid .checkbox-button[readonly] + label:after,
.simple-grid .checkbox-button[disabled] + label:after {
  border-color: #A6A6A6;
}
.simple-grid .checkbox-button[readonly]:checked + label:before,
.simple-grid .checkbox-button[disabled]:checked + label:before,
.simple-grid .checkbox-button[readonly]:checked + label:after,
.simple-grid .checkbox-button[disabled]:checked + label:after {
  border-color: #FFFFFF;
}
.simple-grid .radio-button {
  height: auto;
}
.simple-grid .radio-button[type] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.simple-grid .radio-button + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: .28s ease;
  text-align: left !important;
  word-break: break-word;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 23px;
  padding-right: 5px;
}
.simple-grid .radio-button + label:before,
.simple-grid .radio-button + label:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .15s ease;
  box-sizing: border-box;
}
.simple-grid .radio-button + label:before {
  border: 2px solid;
}
.simple-grid .radio-button + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0;
}
.simple-grid .radio-button.btn-xs + label:before,
.simple-grid .radio-button.btn-xs + label:after {
  width: 12px;
  height: 12px;
}
.simple-grid .radio-button.btn-sm + label:before,
.simple-grid .radio-button.btn-sm + label:after {
  width: 14px;
  height: 14px;
}
.simple-grid .radio-button[readonly],
.simple-grid .radio-button[disabled] {
  cursor: not-allowed;
}
.simple-grid .radio-button[readonly] + label,
.simple-grid .radio-button[disabled] + label {
  color: #A6A6A6;
  cursor: not-allowed;
}
.simple-grid .radio-button + label {
  margin-bottom: 5px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.simple-grid .radio-button + label:empty {
  padding: 0;
}
.simple-grid .radio-button + label:before,
.simple-grid .radio-button + label:after {
  margin: 8px 7px !important;
}
.simple-grid .radio-button + label:empty {
  display: none;
}
.simple-grid .radio-button.btn-xs + label:before,
.simple-grid .radio-button.btn-xs + label:after {
  margin: 4px 7px !important;
}
.simple-grid .radio-button.btn-sm + label:before,
.simple-grid .radio-button.btn-sm + label:after {
  margin: 7px !important;
}
.simple-grid .radio-button.btn-lg + label:before,
.simple-grid .radio-button.btn-lg + label:after {
  margin: 12px !important;
}
.simple-grid .radio-button:focus + label {
  outline: 1px solid #66afe9;
}
.simple-grid .radio-button:focus + label:before {
  outline: none !important;
}
.simple-grid .radio-button + label {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d2d2d2;
}
.simple-grid .radio-button + label:hover {
  background-color: #e8e8e8;
}
.simple-grid .radio-button:checked + label {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.simple-grid .radio-button:checked + label .icon-info {
  color: #FFFFFF;
}
.simple-grid .radio-button:checked + label:hover {
  background-color: #496388;
}
.simple-grid .radio-button:disabled + label,
.simple-grid .radio-button[readonly] + label,
.simple-grid .radio-button:disabled:hover + label,
.simple-grid .radio-button[readonly]:hover + label {
  color: #A6A6A6;
  background-color: #F3F3F3;
  border-color: #A6A6A6;
  cursor: not-allowed;
}
.simple-grid .radio-button:disabled:checked + label,
.simple-grid .radio-button[readonly]:checked + label {
  color: #ffffff;
  background-color: #a6b3c4;
  border-color: #a6b3c4;
}
.simple-grid .radio-button + label {
  padding: 7px 10px 7px 30px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  text-align: left;
  width: 100%;
}
.simple-grid .radio-button + label .required-label {
  position: relative;
  right: auto;
  top: -4px;
  margin-left: 5px;
}
.simple-grid .radio-button.btn-xs + label {
  padding: 1px 5px 1px 26px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.simple-grid .radio-button.btn-sm + label {
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.simple-grid .radio-button.btn-lg + label {
  padding: 10px 16px 10px 40px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.simple-grid .radio-button + label:before,
.simple-grid .radio-button + label:after {
  content: '';
  border-radius: 50%;
}
.simple-grid .radio-button:focus + label:before {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
}
.simple-grid .radio-button:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border: 8px solid;
}
.simple-grid .radio-button.btn-xs + label:after {
  border-width: 6px;
}
.simple-grid .radio-button.btn-sm + label:after {
  border-width: 7px;
}
.simple-grid .radio-button + label:before,
.simple-grid .radio-button + label:after {
  border-color: #333333;
}
.simple-grid .radio-button:checked + label:before,
.simple-grid .radio-button:checked + label:after {
  border-color: #FFFFFF;
}
.simple-grid .radio-button[readonly] + label:before,
.simple-grid .radio-button[disabled] + label:before,
.simple-grid .radio-button[readonly] + label:after,
.simple-grid .radio-button[disabled] + label:after {
  border-color: #A6A6A6;
}
.simple-grid .radio-button[readonly]:checked + label:before,
.simple-grid .radio-button[disabled]:checked + label:before,
.simple-grid .radio-button[readonly]:checked + label:after,
.simple-grid .radio-button[disabled]:checked + label:after {
  border-color: #FFFFFF;
}
.select-table + .simple-grid {
  margin-top: 24px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  transition: all 0.1s ease;
  opacity: 1;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline-color: #66afe9;
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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.5;
  filter: alpha(opacity=50);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn.text-bold {
  font-weight: bold;
}
.btn.text-left {
  text-align: left;
}
.btn.text-right {
  text-align: right;
}
.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #C7C7C7;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #878787;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #a8a8a8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #a8a8a8;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #878787;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FFFFFF;
  border-color: #C7C7C7;
}
.btn-default .badge {
  color: #FFFFFF;
  background-color: #333333;
}
.btn-default:active,
.btn-default.active,
.btn-default.is-active,
.open > .dropdown-toggle.btn-default {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.is-active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.is-active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default.is-active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #b4cd45;
  border-color: #b4cd45;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #64731f;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #91a82d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #91a82d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFFFFF;
  background-color: #809428;
  border-color: #64731f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #b4cd45;
  border-color: #b4cd45;
}
.btn-primary .badge {
  color: #b4cd45;
  background-color: #FFFFFF;
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #FFFFFF;
  background-color: #405778;
  border-color: #263346;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #405778;
  border-color: #3d5271;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #FFFFFF;
  background-color: #405778;
  border-color: #3d5271;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #FFFFFF;
  background-color: #344661;
  border-color: #263346;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #526f99;
  border-color: #526f99;
}
.btn-secondary .badge {
  color: #526f99;
  background-color: #FFFFFF;
}
.btn-success {
  color: #FFFFFF;
  background-color: #8FC52E;
  border-color: #80b029;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFFFFF;
  background-color: #719c24;
  border-color: #354911;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #719c24;
  border-color: #5c7f1e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #719c24;
  border-color: #5c7f1e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFFFFF;
  background-color: #5c7f1e;
  border-color: #354911;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #8FC52E;
  border-color: #80b029;
}
.btn-success .badge {
  color: #8FC52E;
  background-color: #FFFFFF;
}
.btn-info {
  color: #FFFFFF;
  background-color: #FFC31C;
  border-color: #ffbc02;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFFFFF;
  background-color: #e8ab00;
  border-color: #826000;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #e8ab00;
  border-color: #c49000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #e8ab00;
  border-color: #c49000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFFFFF;
  background-color: #c49000;
  border-color: #826000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #FFC31C;
  border-color: #ffbc02;
}
.btn-info .badge {
  color: #FFC31C;
  background-color: #FFFFFF;
}
.btn-warning {
  color: #FFFFFF;
  background-color: #FF9623;
  border-color: #ff8a09;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFFFFF;
  background-color: #ef7d00;
  border-color: #894800;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #ef7d00;
  border-color: #cb6a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #ef7d00;
  border-color: #cb6a00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFFFFF;
  background-color: #cb6a00;
  border-color: #894800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FF9623;
  border-color: #ff8a09;
}
.btn-warning .badge {
  color: #FF9623;
  background-color: #FFFFFF;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #E25454;
  border-color: #de3e3e;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFFFFF;
  background-color: #db2828;
  border-color: #861717;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #db2828;
  border-color: #bf2020;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #db2828;
  border-color: #bf2020;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFFFFF;
  background-color: #bf2020;
  border-color: #861717;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #E25454;
  border-color: #de3e3e;
}
.btn-danger .badge {
  color: #E25454;
  background-color: #FFFFFF;
}
.btn-link {
  color: #526f99;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -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: #374b67;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #DEDEDE;
  text-decoration: none;
}
.btn-xl {
  padding: 15px 15px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
  margin-bottom: 6px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
label.btn {
  text-align: center;
  width: auto;
}
label.btn.btn-toggle {
  text-align: left;
  width: 100%;
}
.btn-ghost {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-ghost:focus,
.btn-ghost.focus,
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost.active {
  background-color: #FFFFFF;
  color: #333333;
}
.btn-ghost.btn-lg {
  border-width: 2px;
  font-weight: bold;
}
.btn-primary-light {
  color: #333333;
  background-color: #edf3d2;
  border-color: #ccdd81;
}
.btn-primary-light:focus,
.btn-primary-light.focus {
  color: #333333;
  background-color: #dde8a9;
  border-color: #98b02f;
}
.btn-primary-light:hover {
  color: #333333;
  background-color: #dde8a9;
  border-color: #b9d051;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
  color: #333333;
  background-color: #dde8a9;
  border-color: #b9d051;
}
.btn-primary-light:active:hover,
.btn-primary-light.active:hover,
.open > .dropdown-toggle.btn-primary-light:hover,
.btn-primary-light:active:focus,
.btn-primary-light.active:focus,
.open > .dropdown-toggle.btn-primary-light:focus,
.btn-primary-light:active.focus,
.btn-primary-light.active.focus,
.open > .dropdown-toggle.btn-primary-light.focus {
  color: #333333;
  background-color: #d1e08d;
  border-color: #98b02f;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
  background-image: none;
}
.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled.focus,
.btn-primary-light[disabled].focus,
fieldset[disabled] .btn-primary-light.focus {
  background-color: #edf3d2;
  border-color: #ccdd81;
}
.btn-primary-light .badge {
  color: #edf3d2;
  background-color: #333333;
}
.btn-default:active .risk-icon {
  color: #FFFFFF;
}
.custom-select-container {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100px;
  user-select: none;
}
.custom-select-container .custom-select-value-container {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  min-height: 32px;
  padding-right: 30px;
  background-color: #FFFFFF;
}
.custom-select-container .custom-select-value-container:after {
  content: '';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #000000;
  right: 12px;
  top: 14px;
}
.custom-select-container .custom-select-value-container .custom-select-values {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 6px 10px;
}
.custom-select-container .custom-select-value-container .custom-select-values li {
  white-space: break-spaces;
  text-align: left;
}
.custom-select-container .custom-select-dropdown {
  display: none;
  position: absolute;
  border: 1px solid #cccccc;
  width: 100%;
  background: white;
  z-index: 1051;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list {
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list .custom-select-option-item {
  cursor: default;
  padding: .5rem 1rem;
  word-break: break-word;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list .custom-select-optgroup {
  font-weight: bold;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list .custom-select-option {
  cursor: pointer;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list .custom-select-option.selected {
  background-color: #e0e0e0;
}
.custom-select-container .custom-select-dropdown .custom-select-option-list .custom-select-option.focus {
  background-color: #526f99 !important;
  color: #FFFFFF;
}
.custom-select-container .custom-select-dropdown .custom-select-hint {
  padding: .5rem 1rem;
  color: #A6A6A6;
}
.custom-select-container .custom-select-search {
  padding: 5px;
}
.custom-select-container .custom-select-search-field:focus {
  box-shadow: none;
  border-color: #555;
}
.custom-select-container.custom-select-container-show .custom-select-dropdown {
  display: block;
}
.custom-select-container.custom-select-container-show.custom-select-open-bottom .custom-select-dropdown {
  border-top: none;
}
.custom-select-container.custom-select-container-show.custom-select-open-bottom .custom-select-value-container {
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.custom-select-container.custom-select-container-show.custom-select-open-top .custom-select-dropdown {
  border-bottom: none;
}
.custom-select-container.custom-select-container-show.custom-select-open-top .custom-select-value-container {
  border-top: 1px solid transparent;
  border-radius: 0 0 4px 4px;
}
.custom-select-container.custom-select-container-show.custom-select-dropdown-open-left .custom-select-dropdown {
  right: 0;
}
.custom-select-container.custom-select-container-show .custom-select-value-container:after {
  border-top-color: transparent;
  border-bottom-color: #000000;
  top: 11px;
}
.custom-select-container.custom-select-single .custom-select-value-container li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-select-container.custom-select-multiple .custom-select-value-container {
  padding-bottom: 5px;
}
.custom-select-container.custom-select-multiple .custom-select-value-container .custom-select-values {
  padding: 0;
}
.custom-select-container.custom-select-multiple .custom-select-value-container .custom-select-values .badge {
  margin: 5px 0 0 5px;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
}
.custom-select-container.custom-select-multiple .custom-select-value-container .custom-select-values .badge .data-custom-select-option-value-remove {
  padding-right: 3px;
}
.custom-select-container.custom-select-multiple .custom-select-value-container .custom-select-search {
  padding: 7px 6px 0 10px;
}
.custom-select-container.custom-select-multiple .custom-select-value-container .custom-select-search .custom-select-search-field {
  display: inline-block;
  border: none;
  width: auto;
  height: 16px;
  padding: 0;
}
.custom-select-container.focus .custom-select-value-container,
.custom-select-container.focus .custom-select-dropdown {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.custom-select-container.focus .custom-select-value-container {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -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);
}
.custom-select-container.focus .custom-select-dropdown {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 8px 8px -8px rgba(102, 175, 233, 0.6), 8px 0 8px -8px rgba(102, 175, 233, 0.6), -8px 0 8px -8px rgba(102, 175, 233, 0.6);
}
.custom-select-container.focus.custom-select-open-top .custom-select-dropdown {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075), 0 -8px 8px -8px rgba(102, 175, 233, 0.6), 8px 0 8px -8px rgba(102, 175, 233, 0.6), -8px 0 8px -8px rgba(102, 175, 233, 0.6);
}
select.hidden + .custom-select-container {
  display: none;
}
select[readonly] + .custom-select-container .custom-select-value-container,
select[disabled] + .custom-select-container .custom-select-value-container {
  cursor: not-allowed;
  background-color: #F3F3F3;
}
select[readonly] + .custom-select-container .custom-select-value-container:after,
select[disabled] + .custom-select-container .custom-select-value-container:after {
  border-top-color: #A6A6A6;
}
select[readonly] + .custom-select-container .custom-select-search,
select[disabled] + .custom-select-container .custom-select-search {
  display: none !important;
}
select.parsley-error + .custom-select-container .custom-select-value-container {
  background-color: #FFE6E6;
  border: 1px solid #E29595;
}
select.parsley-error + .custom-select-container.custom-select-multiple .custom-select-search-field {
  background-color: #FFE6E6;
}
select.parsley-error + .custom-select-container.focus .custom-select-dropdown {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 8px 8px -8px rgba(102, 175, 233, 0.6), 8px 0 8px -8px rgba(102, 175, 233, 0.6), -8px 0 8px -8px rgba(102, 175, 233, 0.6);
}
select.parsley-error + .custom-select-container.custom-select-open-top.focus .custom-select-dropdown {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075), 0 -8px 8px -8px rgba(102, 175, 233, 0.6), 8px 0 8px -8px rgba(102, 175, 233, 0.6), -8px 0 8px -8px rgba(102, 175, 233, 0.6);
}
select.parsley-error + .custom-select-container.custom-select-container-show ~ .error-box .parsley-errors-list.filled,
select.parsley-error + .custom-select-container.focus ~ .error-box .parsley-errors-list.filled {
  opacity: 1;
  z-index: 8;
}
select.parsley-error + .custom-select-container.custom-select-container-show.custom-select-open-top ~ .error-box .parsley-errors-list.filled {
  bottom: auto;
}
select.parsley-error + .custom-select-container.custom-select-container-show.custom-select-open-top ~ .error-box .parsley-errors-list.filled:after {
  top: -7px;
}
.input-group select + .custom-select-container {
  display: table;
  table-layout: fixed;
}
.input-group select + .custom-select-container .custom-select-value-container {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group select + .custom-select-container .custom-select-search-field {
  display: block;
  float: none;
  width: 100%;
}
.form-group select + .custom-select-single .custom-select-value-container {
  padding: 6px 30px 6px 10px;
  height: 32px;
}
.form-group select + .custom-select-single .custom-select-value-container .custom-select-values {
  padding: 0;
}
.form-group-sm select + .custom-select-single .custom-select-value-container {
  padding: 5px 30px 5px 10px;
  min-height: 30px;
  height: 30px;
}
.form-group-sm select + .custom-select-single .custom-select-value-container .custom-select-values {
  padding: 0;
}
.cbs-xs .cbs-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.cbs-xs .cbs-input + .cbs-container {
  display: inline-block;
  white-space: nowrap;
  height: 20px;
  margin: 4px 0;
}
.cbs-xs .cbs-input + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input + .cbs-container .cbs-label-on,
.cbs-xs .cbs-input + .cbs-container .cbs-element {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  transition: all 0.15s ease-out;
  padding: 0;
  width: auto;
}
.cbs-xs .cbs-input + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input + .cbs-container .cbs-label-on {
  font-size: 90%;
  vertical-align: top;
}
.cbs-xs .cbs-input + .cbs-container .cbs-label-off {
  margin-right: 5px;
  color: #000000;
}
.cbs-xs .cbs-input + .cbs-container .cbs-label-on {
  margin-left: 5px;
  color: #A6A6A6;
}
.cbs-xs .cbs-input + .cbs-container .cbs-element {
  width: 40px;
  border-radius: 10px;
  border: 1px solid;
}
.cbs-xs .cbs-input + .cbs-container .cbs-element .cbs-knob {
  height: 18px;
  width: 18px;
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  transition: all 0.15s ease-out;
  line-height: 14px;
  transform: rotate(-180deg);
}
.cbs-xs .cbs-input + .cbs-container .cbs-element .cbs-knob .fbicon {
  height: 10px;
  width: 10px;
}
.cbs-xs .cbs-input + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: none;
}
.cbs-xs .cbs-input:focus + .cbs-container .cbs-element {
  outline: 1px solid #66afe9;
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbs-xs .cbs-input:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-xs .cbs-input:checked + .cbs-container .cbs-label-on {
  color: #000000;
}
.cbs-xs .cbs-input:checked + .cbs-container .cbs-element .cbs-knob {
  margin-left: 20px;
  transform: rotate(0deg);
}
.cbs-xs .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-off {
  display: none;
}
.cbs-xs .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: inline;
}
.cbs-xs .cbs-input[readonly] + .cbs-container,
.cbs-xs .cbs-input[disabled] + .cbs-container {
  cursor: not-allowed;
}
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-label-on,
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-element {
  pointer-events: none;
}
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-element {
  opacity: .5;
}
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-label-off {
  color: #737373;
}
.cbs-xs .cbs-input[readonly] + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-xs .cbs-input[readonly]:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-xs .cbs-input[readonly]:checked + .cbs-container .cbs-label-on {
  color: #737373;
}
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input[disabled]:checked + .cbs-container .cbs-label-off,
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-xs .cbs-input[disabled]:checked + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-xs .cbs-input[disabled] + .cbs-container .cbs-element,
.cbs-xs .cbs-input[disabled]:checked + .cbs-container .cbs-element {
  background-color: #C7C7C7 !important;
  border-color: #C7C7C7 !important;
}
.cbs-sm .cbs-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.cbs-sm .cbs-input + .cbs-container {
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  margin: 4px 0;
}
.cbs-sm .cbs-input + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input + .cbs-container .cbs-label-on,
.cbs-sm .cbs-input + .cbs-container .cbs-element {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
  transition: all 0.15s ease-out;
  padding: 0;
  width: auto;
}
.cbs-sm .cbs-input + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input + .cbs-container .cbs-label-on {
  font-size: 100%;
  vertical-align: top;
}
.cbs-sm .cbs-input + .cbs-container .cbs-label-off {
  margin-right: 5px;
  color: #000000;
}
.cbs-sm .cbs-input + .cbs-container .cbs-label-on {
  margin-left: 5px;
  color: #A6A6A6;
}
.cbs-sm .cbs-input + .cbs-container .cbs-element {
  width: 48px;
  border-radius: 12px;
  border: 1px solid;
}
.cbs-sm .cbs-input + .cbs-container .cbs-element .cbs-knob {
  height: 22px;
  width: 22px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  transition: all 0.15s ease-out;
  line-height: 18px;
  transform: rotate(-180deg);
}
.cbs-sm .cbs-input + .cbs-container .cbs-element .cbs-knob .fbicon {
  height: 14px;
  width: 14px;
}
.cbs-sm .cbs-input + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: none;
}
.cbs-sm .cbs-input:focus + .cbs-container .cbs-element {
  outline: 1px solid #66afe9;
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbs-sm .cbs-input:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-sm .cbs-input:checked + .cbs-container .cbs-label-on {
  color: #000000;
}
.cbs-sm .cbs-input:checked + .cbs-container .cbs-element .cbs-knob {
  margin-left: 24px;
  transform: rotate(0deg);
}
.cbs-sm .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-off {
  display: none;
}
.cbs-sm .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: inline;
}
.cbs-sm .cbs-input[readonly] + .cbs-container,
.cbs-sm .cbs-input[disabled] + .cbs-container {
  cursor: not-allowed;
}
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-label-on,
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-element {
  pointer-events: none;
}
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-element {
  opacity: .5;
}
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-label-off {
  color: #737373;
}
.cbs-sm .cbs-input[readonly] + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-sm .cbs-input[readonly]:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-sm .cbs-input[readonly]:checked + .cbs-container .cbs-label-on {
  color: #737373;
}
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input[disabled]:checked + .cbs-container .cbs-label-off,
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-sm .cbs-input[disabled]:checked + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-sm .cbs-input[disabled] + .cbs-container .cbs-element,
.cbs-sm .cbs-input[disabled]:checked + .cbs-container .cbs-element {
  background-color: #C7C7C7 !important;
  border-color: #C7C7C7 !important;
}
.cbs-md .cbs-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.cbs-md .cbs-input + .cbs-container {
  display: inline-block;
  white-space: nowrap;
  height: 26px;
  margin: 4px 0;
}
.cbs-md .cbs-input + .cbs-container .cbs-label-off,
.cbs-md .cbs-input + .cbs-container .cbs-label-on,
.cbs-md .cbs-input + .cbs-container .cbs-element {
  cursor: pointer;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-bottom: 0;
  transition: all 0.15s ease-out;
  padding: 0;
  width: auto;
}
.cbs-md .cbs-input + .cbs-container .cbs-label-off,
.cbs-md .cbs-input + .cbs-container .cbs-label-on {
  font-size: 100%;
  vertical-align: top;
}
.cbs-md .cbs-input + .cbs-container .cbs-label-off {
  margin-right: 5px;
  color: #000000;
}
.cbs-md .cbs-input + .cbs-container .cbs-label-on {
  margin-left: 5px;
  color: #A6A6A6;
}
.cbs-md .cbs-input + .cbs-container .cbs-element {
  width: 52px;
  border-radius: 13px;
  border: 1px solid;
}
.cbs-md .cbs-input + .cbs-container .cbs-element .cbs-knob {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  transition: all 0.15s ease-out;
  line-height: 20px;
  transform: rotate(-180deg);
}
.cbs-md .cbs-input + .cbs-container .cbs-element .cbs-knob .fbicon {
  height: 16px;
  width: 16px;
}
.cbs-md .cbs-input + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: none;
}
.cbs-md .cbs-input:focus + .cbs-container .cbs-element {
  outline: 1px solid #66afe9;
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbs-md .cbs-input:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-md .cbs-input:checked + .cbs-container .cbs-label-on {
  color: #000000;
}
.cbs-md .cbs-input:checked + .cbs-container .cbs-element .cbs-knob {
  margin-left: 26px;
  transform: rotate(0deg);
}
.cbs-md .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-off {
  display: none;
}
.cbs-md .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: inline;
}
.cbs-md .cbs-input[readonly] + .cbs-container,
.cbs-md .cbs-input[disabled] + .cbs-container {
  cursor: not-allowed;
}
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-label-off,
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-label-on,
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-element {
  pointer-events: none;
}
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-element {
  opacity: .5;
}
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-label-off {
  color: #737373;
}
.cbs-md .cbs-input[readonly] + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-md .cbs-input[readonly]:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-md .cbs-input[readonly]:checked + .cbs-container .cbs-label-on {
  color: #737373;
}
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-md .cbs-input[disabled]:checked + .cbs-container .cbs-label-off,
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-md .cbs-input[disabled]:checked + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-md .cbs-input[disabled] + .cbs-container .cbs-element,
.cbs-md .cbs-input[disabled]:checked + .cbs-container .cbs-element {
  background-color: #C7C7C7 !important;
  border-color: #C7C7C7 !important;
}
.cbs-lg .cbs-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.cbs-lg .cbs-input + .cbs-container {
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  margin: 4px 0;
}
.cbs-lg .cbs-input + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input + .cbs-container .cbs-label-on,
.cbs-lg .cbs-input + .cbs-container .cbs-element {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  transition: all 0.15s ease-out;
  padding: 0;
  width: auto;
}
.cbs-lg .cbs-input + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input + .cbs-container .cbs-label-on {
  font-size: 110%;
  vertical-align: top;
}
.cbs-lg .cbs-input + .cbs-container .cbs-label-off {
  margin-right: 5px;
  color: #000000;
}
.cbs-lg .cbs-input + .cbs-container .cbs-label-on {
  margin-left: 5px;
  color: #A6A6A6;
}
.cbs-lg .cbs-input + .cbs-container .cbs-element {
  width: 60px;
  border-radius: 15px;
  border: 1px solid;
}
.cbs-lg .cbs-input + .cbs-container .cbs-element .cbs-knob {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  transition: all 0.15s ease-out;
  line-height: 24px;
  transform: rotate(-180deg);
}
.cbs-lg .cbs-input + .cbs-container .cbs-element .cbs-knob .fbicon {
  height: 20px;
  width: 20px;
}
.cbs-lg .cbs-input + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: none;
}
.cbs-lg .cbs-input:focus + .cbs-container .cbs-element {
  outline: 1px solid #66afe9;
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbs-lg .cbs-input:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-lg .cbs-input:checked + .cbs-container .cbs-label-on {
  color: #000000;
}
.cbs-lg .cbs-input:checked + .cbs-container .cbs-element .cbs-knob {
  margin-left: 30px;
  transform: rotate(0deg);
}
.cbs-lg .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-off {
  display: none;
}
.cbs-lg .cbs-input:checked + .cbs-container .cbs-element .cbs-knob .cbs-on {
  display: inline;
}
.cbs-lg .cbs-input[readonly] + .cbs-container,
.cbs-lg .cbs-input[disabled] + .cbs-container {
  cursor: not-allowed;
}
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-label-on,
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-element {
  pointer-events: none;
}
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-element,
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-element {
  opacity: .5;
}
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-label-off {
  color: #737373;
}
.cbs-lg .cbs-input[readonly] + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-lg .cbs-input[readonly]:checked + .cbs-container .cbs-label-off {
  color: #A6A6A6;
}
.cbs-lg .cbs-input[readonly]:checked + .cbs-container .cbs-label-on {
  color: #737373;
}
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input[disabled]:checked + .cbs-container .cbs-label-off,
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-label-on,
.cbs-lg .cbs-input[disabled]:checked + .cbs-container .cbs-label-on {
  color: #A6A6A6;
}
.cbs-lg .cbs-input[disabled] + .cbs-container .cbs-element,
.cbs-lg .cbs-input[disabled]:checked + .cbs-container .cbs-element {
  background-color: #C7C7C7 !important;
  border-color: #C7C7C7 !important;
}
.cbs-default .cbs-input + .cbs-container .cbs-element {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
}
.cbs-default .cbs-input:checked + .cbs-container .cbs-element {
  background-color: #526f99;
  border-color: #526f99;
}
.cbs-neutral .cbs-input + .cbs-container .cbs-element {
  background-color: #526f99;
  border-color: #526f99;
}
.cbs-neutral .cbs-input:checked + .cbs-container .cbs-element {
  background-color: #526f99;
  border-color: #526f99;
}
.checkbox-switch:before {
  content: " ";
  display: table;
}
.form-horizontal .checkbox-switch {
  margin-bottom: 7px;
  padding-bottom: 0;
  padding-top: 0;
}
.checkbox-switch-focus-effect {
  box-shadow: 0 0 12px -2px #000000;
}
.simple-grid .checkbox-switch label,
.checkbox-switch label {
  height: 32px;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.42857143;
  width: 100%;
  text-align: right;
}
.check-switch-lg .checkbox-switch-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container {
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  max-height: 30px;
  margin: 2px 0;
  background-color: transparent;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  z-index: 1;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #A6A6A6;
  height: 30px;
  margin: 0 5px;
  vertical-align: top;
  line-height: 30px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  margin: 0 -10px 0 0;
  padding-right: 15px;
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  margin: 0 3px 0 -10px;
  padding-left: 15px;
  padding-right: 5px;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch {
  z-index: 2;
  display: inline-block;
  position: relative;
  height: 30px;
  border: 0 solid #C7C7C7;
  border-radius: 15px;
  cursor: pointer;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  display: inline-block;
  position: relative;
  background-color: #C7C7C7;
  color: #333333;
  width: 60px;
  height: 30px;
  left: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 15px;
  line-height: 27px;
  font-size: 15px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  display: inline-block;
  position: absolute;
  height: 30px;
  padding: 0 5px;
  margin-top: 1px;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 1;
  background-color: transparent;
  border-radius: 15px 0 0 15px;
  color: transparent;
  left: 0;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 2;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
  color: #A6A6A6;
  right: 0;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  border: 0 solid #C7C7C7;
  border-radius: 14px;
  transition: all 0.2s ease-in;
  background-color: #FFFFFF;
  left: 1px;
  top: 1px;
  cursor: pointer;
  text-align: center;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transition: all 0.2s ease-in, transform 0.2s;
  line-height: 27px;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: none !important;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: inline-block !important;
}
.check-switch-lg .checkbox-switch-input + .css-checkbox-switch-container + label {
  cursor: pointer;
  line-height: 30px;
  vertical-align: bottom;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  text-shadow: none;
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #b4cd45;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 2;
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 1;
  color: transparent;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  left: 31px;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transform: rotate(180deg);
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: inline-block !important;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: none !important;
}
.check-switch-lg .checkbox-switch-input:checked + .css-checkbox-switch-container.no-switch-color .css-checkbox-switch .checkbox-switch-value {
  background-color: #C7C7C7;
}
.check-switch-lg .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value {
  outline: none !important;
}
.check-switch-lg .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value > .checkbox-switch-value-knop {
  box-shadow: 0 0 12px -2px #000000;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container {
  cursor: not-allowed;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch {
  pointer-events: none;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: transparent;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container + label,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container + label {
  cursor: not-allowed;
}
.check-switch-lg .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off,
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: transparent;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  pointer-events: none;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #A6A6A6;
  border-color: #d9e3af;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #737373;
  border-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #737373;
}
.check-switch-lg .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #737373;
}
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #d9e3af;
}
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #737373;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  border-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  border-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-lg .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-lg .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-lg .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container {
  display: inline-block;
  white-space: nowrap;
  height: 26px;
  max-height: 26px;
  margin: 2px 0;
  background-color: transparent;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  z-index: 1;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #A6A6A6;
  height: 26px;
  margin: 0 5px;
  vertical-align: top;
  line-height: 26px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  margin: 0 -10px 0 0;
  padding-right: 15px;
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  margin: 0 3px 0 -10px;
  padding-left: 15px;
  padding-right: 5px;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch {
  z-index: 2;
  display: inline-block;
  position: relative;
  height: 26px;
  border: 0 solid #C7C7C7;
  border-radius: 13px;
  cursor: pointer;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  display: inline-block;
  position: relative;
  background-color: #C7C7C7;
  color: #333333;
  width: 52px;
  height: 26px;
  left: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 13px;
  line-height: 23px;
  font-size: 13px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  display: inline-block;
  position: absolute;
  height: 26px;
  padding: 0 5px;
  margin-top: 1px;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 1;
  background-color: transparent;
  border-radius: 13px 0 0 13px;
  color: transparent;
  left: 0;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 2;
  background-color: transparent;
  border-radius: 0 13px 13px 0;
  color: #A6A6A6;
  right: 0;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 0 solid #C7C7C7;
  border-radius: 12px;
  transition: all 0.2s ease-in;
  background-color: #FFFFFF;
  left: 1px;
  top: 1px;
  cursor: pointer;
  text-align: center;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transition: all 0.2s ease-in, transform 0.2s;
  line-height: 23px;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: none !important;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: inline-block !important;
}
.check-switch-md .checkbox-switch-input + .css-checkbox-switch-container + label {
  cursor: pointer;
  line-height: 26px;
  vertical-align: bottom;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  text-shadow: none;
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #b4cd45;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 2;
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 1;
  color: transparent;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  left: 27px;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transform: rotate(180deg);
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: inline-block !important;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: none !important;
}
.check-switch-md .checkbox-switch-input:checked + .css-checkbox-switch-container.no-switch-color .css-checkbox-switch .checkbox-switch-value {
  background-color: #C7C7C7;
}
.check-switch-md .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value {
  outline: none !important;
}
.check-switch-md .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value > .checkbox-switch-value-knop {
  box-shadow: 0 0 12px -2px #000000;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container {
  cursor: not-allowed;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch {
  pointer-events: none;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: transparent;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container + label,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container + label {
  cursor: not-allowed;
}
.check-switch-md .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off,
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: transparent;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  pointer-events: none;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #A6A6A6;
  border-color: #d9e3af;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #737373;
  border-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #737373;
}
.check-switch-md .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #737373;
}
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #d9e3af;
}
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #737373;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  border-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  border-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-md .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-md .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-md .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container {
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  max-height: 24px;
  margin: 2px 0;
  background-color: transparent;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  z-index: 1;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #A6A6A6;
  height: 24px;
  margin: 0 5px;
  vertical-align: top;
  line-height: 24px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  margin: 0 -10px 0 0;
  padding-right: 15px;
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  margin: 0 3px 0 -10px;
  padding-left: 15px;
  padding-right: 5px;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch {
  z-index: 2;
  display: inline-block;
  position: relative;
  height: 24px;
  border: 0 solid #C7C7C7;
  border-radius: 12px;
  cursor: pointer;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  display: inline-block;
  position: relative;
  background-color: #C7C7C7;
  color: #333333;
  width: 48px;
  height: 24px;
  left: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 12px;
  line-height: 21px;
  font-size: 12px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  display: inline-block;
  position: absolute;
  height: 24px;
  padding: 0 5px;
  margin-top: 1px;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 1;
  background-color: transparent;
  border-radius: 12px 0 0 12px;
  color: transparent;
  left: 0;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 2;
  background-color: transparent;
  border-radius: 0 12px 12px 0;
  color: #A6A6A6;
  right: 0;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  border: 0 solid #C7C7C7;
  border-radius: 11px;
  transition: all 0.2s ease-in;
  background-color: #FFFFFF;
  left: 1px;
  top: 1px;
  cursor: pointer;
  text-align: center;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transition: all 0.2s ease-in, transform 0.2s;
  line-height: 21px;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: none !important;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: inline-block !important;
}
.check-switch-sm .checkbox-switch-input + .css-checkbox-switch-container + label {
  cursor: pointer;
  line-height: 24px;
  vertical-align: bottom;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  text-shadow: none;
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #b4cd45;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 2;
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 1;
  color: transparent;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  left: 25px;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transform: rotate(180deg);
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: inline-block !important;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: none !important;
}
.check-switch-sm .checkbox-switch-input:checked + .css-checkbox-switch-container.no-switch-color .css-checkbox-switch .checkbox-switch-value {
  background-color: #C7C7C7;
}
.check-switch-sm .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value {
  outline: none !important;
}
.check-switch-sm .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value > .checkbox-switch-value-knop {
  box-shadow: 0 0 12px -2px #000000;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container {
  cursor: not-allowed;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch {
  pointer-events: none;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: transparent;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container + label,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container + label {
  cursor: not-allowed;
}
.check-switch-sm .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off,
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: transparent;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  pointer-events: none;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #A6A6A6;
  border-color: #d9e3af;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #737373;
  border-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #737373;
}
.check-switch-sm .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #737373;
}
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #d9e3af;
}
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #737373;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  border-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  border-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-sm .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-sm .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-sm .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container {
  display: inline-block;
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
  margin: 2px 0;
  background-color: transparent;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  z-index: 1;
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #A6A6A6;
  height: 20px;
  margin: 0 5px;
  vertical-align: top;
  line-height: 20px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  margin: 0 -10px 0 0;
  padding-right: 15px;
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  margin: 0 3px 0 -10px;
  padding-left: 15px;
  padding-right: 5px;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch {
  z-index: 2;
  display: inline-block;
  position: relative;
  height: 20px;
  border: 0 solid #C7C7C7;
  border-radius: 10px;
  cursor: pointer;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  display: inline-block;
  position: relative;
  background-color: #C7C7C7;
  color: #333333;
  width: 40px;
  height: 20px;
  left: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 10px;
  line-height: 17px;
  font-size: 10px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  display: inline-block;
  position: absolute;
  height: 20px;
  padding: 0 5px;
  margin-top: 1px;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 1;
  background-color: transparent;
  border-radius: 10px 0 0 10px;
  color: transparent;
  left: 0;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 2;
  background-color: transparent;
  border-radius: 0 10px 10px 0;
  color: #A6A6A6;
  right: 0;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 0 solid #C7C7C7;
  border-radius: 9px;
  transition: all 0.2s ease-in;
  background-color: #FFFFFF;
  left: 1px;
  top: 1px;
  cursor: pointer;
  text-align: center;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transition: all 0.2s ease-in, transform 0.2s;
  line-height: 17px;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: none !important;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: inline-block !important;
}
.check-switch-xs .checkbox-switch-input + .css-checkbox-switch-container + label {
  cursor: pointer;
  line-height: 20px;
  vertical-align: bottom;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  text-shadow: none;
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  text-shadow: 0 0 0 #000;
  color: #333333;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #b4cd45;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  z-index: 2;
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  z-index: 1;
  color: transparent;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop {
  z-index: 3;
  left: 21px;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-knop .symbol-switcharrow {
  transform: rotate(180deg);
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .on {
  display: inline-block !important;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .off {
  display: none !important;
}
.check-switch-xs .checkbox-switch-input:checked + .css-checkbox-switch-container.no-switch-color .css-checkbox-switch .checkbox-switch-value {
  background-color: #C7C7C7;
}
.check-switch-xs .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value {
  outline: none !important;
}
.check-switch-xs .checkbox-switch-input:focus + .css-checkbox-switch-container .checkbox-switch-value > .checkbox-switch-value-knop {
  box-shadow: 0 0 12px -2px #000000;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container {
  cursor: not-allowed;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off,
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch {
  pointer-events: none;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: transparent;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container + label,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container + label {
  cursor: not-allowed;
}
.check-switch-xs .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off,
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: transparent;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  pointer-events: none;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #A6A6A6;
  border-color: #d9e3af;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #737373;
  border-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #737373;
}
.check-switch-xs .checkbox-switch-input[readonly] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  color: #737373;
}
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #d9e3af;
}
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[readonly]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #737373;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-on {
  border-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  border-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value .checkbox-switch-value-knop {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[disabled] + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-on,
.check-switch-xs .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch-label-off {
  color: #A6A6A6;
}
.check-switch-xs .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value {
  background-color: #DEDEDE;
}
.check-switch-xs .checkbox-switch-input[disabled]:checked + .css-checkbox-switch-container .css-checkbox-switch .checkbox-switch-value > .checkbox-switch-value-on {
  color: #A6A6A6;
}
.form-horizontal .check-switch-sm {
  margin: 4px 0;
}
.fileinput {
  width: 100%;
}
.fileinput > div {
  position: relative;
}
.fileinput .upload-field {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  border-style: dashed;
}
.fileinput .upload-field .upload-icon {
  display: block;
}
.fileinput .upload-field .upload-icon .fbicon {
  height: 30px;
  width: 30px;
}
.fileinput .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 3px;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.fileinput .progress .progress-bar {
  box-shadow: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -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: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px 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: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -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: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #DEDEDE;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #526f99;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #DEDEDE;
}
.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.42857143;
  color: #A6A6A6;
  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: 5px dashed;
  border-bottom: 5px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #525252;
  text-align: center;
  background-color: #F3F3F3;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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 > 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: #F3F3F3;
}
.nav > li.disabled > a {
  color: #DEDEDE;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #DEDEDE;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #F3F3F3;
  border-color: #526f99;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F3F3F3 #F3F3F3 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #525252;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #526f99;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 11px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -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: 4px;
  margin-bottom: 4px;
}
@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;
  }
}
.navbar-form .input-wrapper {
  display: inline-table;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #676767;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-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: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #FFFFFF;
}
.navbar-default .navbar-link:hover {
  color: #FFFFFF;
}
.navbar-default .btn-link {
  color: #FFFFFF;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #FFFFFF;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-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: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.navigation h3 {
  margin: 0 0 0 15px;
  line-height: 18px;
  vertical-align: middle;
}
.navigation .navigation-mode-irregular ul.nav {
  font-weight: 600;
}
.navigation .navigation-mode-irregular ul.nav a {
  color: #333333;
}
.navigation .navigation-mode-irregular ul.nav li .menu-item {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.navigation .navigation-mode-irregular ul.nav li span.menu-item {
  color: #A6A6A6;
}
.navigation .navigation-mode-irregular ul.nav li.active a,
.navigation .navigation-mode-irregular ul.nav li.active a:hover {
  background-color: #526f99;
  color: #FFFFFF;
  transition: background-color 0.1s ease-out;
}
@media (min-width: 992px) {
  .navigation .navigation-mode-irregular ul.nav li {
    float: left;
  }
  .navigation .navigation-mode-irregular ul.nav li a {
    border-radius: 4px;
  }
}
#sub-nav-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: initial;
  border: none;
}
#sub-nav {
  padding: 0;
}
#sub-nav .navbar-nav > li {
  color: #A6A6A6;
  font-size: 15px;
  font-weight: 600;
  margin: 0 5px;
}
#sub-nav .navbar-nav > li .menudevider {
  height: 25px;
  width: 25px;
  margin-top: -5px;
}
#sub-nav .navbar-nav > li .menu-title {
  margin-left: -3px;
}
#sub-nav .navbar-nav > li > a,
#sub-nav .navbar-nav > li > .menu-item {
  line-height: 26px;
  padding: 0 6px 3px 0;
  border-bottom: 3px solid #fff;
  transition: all 0.1s ease-out;
}
#sub-nav .navbar-nav > li > a {
  color: #333333;
}
#sub-nav .navbar-nav > li > a:hover,
#sub-nav .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
  border-bottom: 3px solid #526f99;
}
#sub-nav .navbar-nav > li:first-child {
  margin-left: 0;
}
#sub-nav .navbar-nav > li:first-child .menu-title {
  margin-left: 0;
}
#sub-nav .navbar-nav > li.disabled {
  cursor: not-allowed;
}
#sub-nav .navbar-nav > li.active > a,
#sub-nav .navbar-nav > li.active > .menu-item {
  color: #526f99;
  border-bottom: 3px solid #526f99;
}
@media (max-width: 992px) {
  #sub-nav-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #sub-nav {
    position: absolute;
    z-index: 1000;
    top: 30px;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #sub-nav .navbar-nav {
    margin: 0;
  }
  #sub-nav .navbar-nav > li {
    font-size: 13px;
    margin: 0;
    border-bottom: none;
  }
  #sub-nav .navbar-nav > li .menudevider {
    display: none;
  }
  #sub-nav .navbar-nav > li .menu-title {
    margin-left: 0;
  }
  #sub-nav .navbar-nav > li > a,
  #sub-nav .navbar-nav > li > .menu-item {
    padding: 3px 15px;
    border: none;
  }
  #sub-nav .navbar-nav > li > a:hover,
  #sub-nav .navbar-nav > li > a:focus {
    background-color: #f2f2f2;
    color: #333333;
    border: none;
  }
  #sub-nav .navbar-nav > li.active > a,
  #sub-nav .navbar-nav > li.active > .menu-item {
    background-color: #526f99;
    color: #FFFFFF;
    border: none;
  }
  #sub-nav .navbar-nav > li:last-child {
    border: none;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #526f99;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #374b67;
  background-color: #F3F3F3;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #b4cd45;
  border-color: #b4cd45;
  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: #DEDEDE;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.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: 18px 0;
  list-style: none;
  text-align: center;
}
.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: #F3F3F3;
}
.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: #DEDEDE;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.btn-lg .label {
  font-size: 85%;
}
.label-default {
  background-color: #A6A6A6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8d8d8d;
}
.label-primary {
  background-color: #b4cd45;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #98b02f;
}
.label-success {
  background-color: #8FC52E;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #719c24;
}
.label-info {
  background-color: #FFC31C;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #e8ab00;
}
.label-warning {
  background-color: #FF9623;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ef7d00;
}
.label-danger {
  background-color: #E25454;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #db2828;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #DEDEDE;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #526f99;
  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;
}
.badge-default {
  background-color: #A6A6A6;
}
.badge-primary {
  background-color: #b4cd45;
}
.badge-secondary {
  background-color: #526f99;
}
.badge-tertiary {
  background-color: #868686;
}
.badge-success {
  background-color: #8FC52E;
}
.badge-info {
  background-color: #FFC31C;
}
.badge-warning {
  background-color: #FF9623;
}
.badge-danger {
  background-color: #E25454;
  color: #FFFFFF;
}
.badge-sm {
  font-size: 8px;
  line-height: 7px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #526f99;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 12px;
  margin-bottom: 18px;
  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: 32px;
}
.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: #fcf8e3;
  border-color: #f9e7c3;
  color: #333333;
}
.alert-info hr {
  border-top-color: #f6deac;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1df80;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #eed969;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #BE4D4A;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #9d3b38;
}
@-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: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -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: 18px;
  color: #fff;
  text-align: center;
  background-color: #b4cd45;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8FC52E;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #FFC31C;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #FF9623;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #E25454;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding: 0;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  word-wrap: break-word;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
  width: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-row {
  display: table-row;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
  padding: 12px;
}
.media-sm .media-left,
.media-sm .media-right,
.media-sm .media-body {
  padding: 5px 10px;
}
.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;
}
.media-left {
  width: 48px;
}
.media-left .media-icon {
  width: 36px;
  height: 36px;
}
.media-sm .media-left {
  width: 35px;
}
.media-sm .media-left .media-icon {
  height: 20px;
  width: 20px;
}
.media-md .media-left {
  width: 45px;
}
.media-md .media-left .media-icon {
  height: 30px;
  width: 30px;
}
.media-lg .media-left {
  width: 80px;
}
.media-lg .media-left .media-icon {
  height: 65px;
  width: 65px;
}
.alert-info .media-icon,
.alert-info-plain .media-icon {
  color: #FFC31C;
}
.alert-warning .media-icon,
.alert-warning-plain .media-icon {
  color: #FF9623;
}
.alert-plain .media-body {
  color: #333333;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-menu .list-group-item-heading {
  color: #6E6E6E;
  font-weight: 600;
}
.list-group-item:hover .list-group-menu .list-group-item-heading {
  color: #333333;
}
.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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #F3F3F3;
  color: #DEDEDE;
  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: #DEDEDE;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #526f99;
  border-color: #526f99;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d1dae6;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #333333;
  background-color: #fcf8e3;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #333333;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #333333;
  background-color: #faf2cc;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #BE4D4A;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #BE4D4A;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #BE4D4A;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #BE4D4A;
  border-color: #BE4D4A;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
ul.basic-list,
ol.basic-list {
  padding: 0;
  margin-left: 20px;
}
ul.basic-list li,
ol.basic-list li {
  margin: 5px 0;
}
ul#disclaimerOfWarranty,
ol#disclaimerOfWarranty {
  padding-left: 1em;
  list-style: decimal;
}
ul#disclaimerOfWarranty li,
ol#disclaimerOfWarranty li {
  margin: 0.5em 0;
}
ul.basic-list {
  list-style-type: disc;
}
.list-group .list-group-item {
  word-break: break-word;
}
.list-group .list-group-item a:not(.btn) {
  color: #333333;
}
.list-group .list-group-item label {
  display: block;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 3px;
  margin-top: 0;
}
.list-group .list-group-item .value {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 5px;
}
.list-group .list-group-item .value.break-word {
  word-break: break-all;
}
.list-group .list-group-item.with-icon {
  padding-left: 40px;
}
.list-group .list-group-item.with-icon .list-group-item-icon {
  position: absolute;
  top: 12px;
  left: 12px;
}
.list-group .list-group-item-haschilds {
  border-top: none;
}
.list-group .list-group-item-haschilds,
.list-group .list-group-item-haschilds.with-icon {
  padding: 10px 0 0 0;
}
.list-group .list-group-item-haschilds ul li.list-group-item {
  border: none;
  border-radius: 0;
}
.list-group .list-group-item-haschilds ul li.list-group-item:last-child {
  padding-bottom: 10px;
}
.list-group .list-group-item.has-actions {
  padding-right: 80px;
}
.list-group .list-group-item.has-actions.action-can-sign {
  padding-right: 100px;
}
.list-group .list-group-item.has-actions.action-is-signed {
  padding-right: 120px;
}
@media (min-width: 992px) {
  .list-group .list-group-item.has-actions.action-can-sign {
    padding-right: 185px;
  }
  .list-group .list-group-item.has-actions.action-is-signed {
    padding-right: 210px;
  }
}
.list-group .list-group-item.has-actions .document {
  width: 100%;
}
.list-group .list-group-item.has-actions .infoicon svg {
  margin-top: 0;
}
.list-group .list-group-item.required {
  box-shadow: inset -5px 0 0 0 #E25454;
}
.list-group .list-group-item.required .value {
  font-weight: 800;
  color: #000000;
}
.list-group .list-group-item.required .incomplete {
  color: #000000;
}
.list-group .list-group-item .list-item-actions {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
.list-group .list-group-item .list-item-actions .btn-md.action-button {
  padding: 3px 8px;
}
.list-group button.list-group-item:focus {
  z-index: 2;
}
.list-group-progress .list-group-item {
  background-color: #F3F3F3;
  padding-right: 60px;
  padding-left: 55px;
}
.list-group-progress .list-group-item h4 {
  line-height: 23px;
  margin: 8px 0;
  padding: 0;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.list-group-progress .list-group-item h4.has-description {
  margin-bottom: 0;
}
.list-group-progress .list-group-item .status-icon {
  position: absolute;
  top: 18px;
  left: 15px;
  height: 26px;
  width: 26px;
  font-size: 26px;
}
.list-group-progress .list-group-item .btn-group {
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
.list-group-progress .list-group-item.has-actions .btn,
.list-group-progress .list-group-item.has-actions .infoicon {
  top: 0;
}
.list-group-progress .list-group-item .list-item-actions {
  right: 15px;
  top: 0;
}
.list-group-progress .list-group-item.list-group-item-adjacent {
  border-top: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-group-progress .list-group-item.list-group-item-adjacent .list-group-item-icon,
.list-group-progress .list-group-item.list-group-item-adjacent .status-icon {
  top: 6px;
  left: 17px;
  height: 23px;
  width: 23px;
}
.list-group-progress .list-group-item.list-group-item-adjacent .document {
  font-size: 15px;
  font-weight: 600;
}
.list-group-progress .list-group-item.list-group-item-adjacent .document-type {
  font-size: 12px;
  color: #A6A6A6;
  display: block;
}
.list-group-progress .list-group-item.list-group-item-adjacent .btn {
  top: 0;
}
.list-group-progress .list-group-item.list-group-item-haschilds ul li.list-group-item:last-child {
  padding-bottom: 6px;
}
.list-group-progress .list-group-item.list-group-item-haschilds + .list-group-item.list-group-item-haschilds {
  padding-top: 0;
}
.list-group-progress .list-group-item.list-group-item-haschilds + .list-group-item.list-group-item-haschilds:last-child {
  padding-bottom: 6px;
}
.list-group-progress .list-group-item .document-dev {
  margin: 15px -50px 0 -45px;
}
.list-group-progress .list-group-item-recent {
  background-color: #edf3d2;
}
.list-group-progress .list-group-item-recent .status-icon {
  color: #525252;
}
.list-group-progress .list-group-item-success {
  color: #E25454;
}
.list-group-progress .list-group-item-success {
  color: #333333;
}
.list-group-progress .list-group-item-success .status-icon {
  color: #8FC52E;
}
.list-group-progress .list-group-item-disabled {
  color: #A6A6A6;
}
.list-group-progress .list-group-item-disabled h4 {
  color: #A6A6A6;
}
.list-group-progress .list-group-item-disabled .status-icon {
  color: #A6A6A6;
}
.list-group-progress .list-group-item-warning {
  background-color: #ffdfbc;
}
.list-group-progress .list-group-item-warning .status-icon {
  color: #FF9623;
}
.list-group-progress .list-group-item-danger {
  cursor: pointer;
}
.list-group-progress .list-group-item-danger .more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  transition: transform 0.5s ease;
}
.list-group-progress .list-group-item-danger .message {
  overflow: hidden;
  position: absolute;
  left: -1px;
  right: -1px;
  background-color: #F3F3F3;
  padding: 0 55px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  z-index: 5;
  box-shadow: 0 5px 10px -8px #000000;
}
.list-group-progress .list-group-item-danger[aria-expanded="true"] .more {
  transform: rotateX(180deg);
  transition: transform .5s ease;
}
.list-group-progress .list-group-item-danger[aria-expanded="false"] .message {
  box-shadow: none;
  border-color: transparent;
}
.termsofuse ol {
  margin: 0.5px 0 !important;
  list-style-type: none;
  counter-reset: item;
}
.termsofuse ol ol {
  padding-left: 0;
}
.termsofuse ol > li {
  margin: 0.3em 0;
}
.termsofuse ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -40px;
  display: inline-block;
  width: 40px;
}
.termsofuse ol > li > h3 {
  display: inline-block;
}
.termsofuse ol > li.li-h3:before {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 17px;
  vertical-align: top;
}
.termsofuse ol > li.li-h3:before small,
.termsofuse ol > li.li-h3:before .small {
  font-weight: normal;
  line-height: 1;
  color: #A6A6A6;
}
.termsofuse ol > li.li-h3:before small,
.termsofuse ol > li.li-h3:before .small {
  font-size: 65%;
}
.termsofuse ul {
  margin: 0.5px 0 !important;
  padding-left: 20px;
}
.termsofuse ul li {
  margin: 0.3em 0;
}
.list-group .list-group-item .value {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 5px;
}
.list-group .list-group-item label {
  display: block;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 3px;
  margin-top: 0;
}
.list-group .list-group-item .fbicon.icon-lg {
  height: 24px;
  width: 24px;
  margin-top: -4px;
}
.list-group .list-group-item.list-group-heading {
  background-color: #F3F3F3;
}
#result_summary .list-group .list-group-item.with-icon .risk-icon {
  margin-left: -26px;
  vertical-align: sub;
  margin-top: 0;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-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: 15px;
  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 #C7C7C7;
  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,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #C7C7C7;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.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 #C7C7C7;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #C7C7C7;
}
.panel-default {
  border-color: #C7C7C7;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #F3F3F3;
  border-color: #C7C7C7;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #C7C7C7;
}
.panel-default > .panel-heading .badge {
  color: #F3F3F3;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #C7C7C7;
}
.panel-primary {
  border-color: #b4cd45;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #b4cd45;
  border-color: #b4cd45;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b4cd45;
}
.panel-primary > .panel-heading .badge {
  color: #b4cd45;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b4cd45;
}
.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: #f9e7c3;
}
.panel-info > .panel-heading {
  color: #333333;
  background-color: #fcf8e3;
  border-color: #f9e7c3;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f9e7c3;
}
.panel-info > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #333333;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f9e7c3;
}
.panel-warning {
  border-color: #f1df80;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f1df80;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f1df80;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f1df80;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #BE4D4A;
  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: #BE4D4A;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel .panel-heading {
  position: relative;
}
.panel .panel-heading[data-toggle] {
  cursor: pointer;
}
.panel .panel-heading[data-toggle]:hover {
  background-color: #e6e6e6;
}
.panel .panel-heading.panel-heading-with-actions {
  padding: 0;
}
.panel .panel-heading.panel-heading-with-actions a {
  display: block;
  padding: 10px 15px;
}
.panel .panel-heading.panel-heading-with-actions a:hover {
  text-decoration: none;
}
.panel .panel-heading.panel-heading-with-actions .panel-heading-actions {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 100;
}
.panel .panel-heading .elementflag-wrapper.elementflag-e-application {
  border: none;
  bottom: 0;
  top: 0;
  right: 0;
  left: auto;
  height: auto;
  width: auto;
  padding: 5px;
}
.panel.panel-selectable {
  border-color: #C7C7C7;
}
.panel.panel-selectable [data-column="productname"] {
  margin-bottom: 10px;
}
.panel.panel-selectable [data-column="productname"] .insurer-logo {
  text-align: center;
  margin: 15px 0;
  width: 100%;
}
.panel.panel-selectable [data-column="productname"] .insurer-logo img {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.panel.panel-selectable [data-column="productname"] .insurer-text {
  margin: 0 auto;
  text-align: center;
}
.panel.panel-selectable [data-column="productname"] .product-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
}
.panel.panel-selectable .product-bricks {
  position: relative;
}
.panel.panel-selectable .product-bricks .product-bricks-brickswrapper {
  display: none;
  position: absolute;
  bottom: 20px;
  background-color: #FFFFFF;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  z-index: 100;
}
.panel.panel-selectable .product-bricks-label {
  cursor: help;
  font-weight: 600;
  background-color: #F3F3F3;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 1px 5px;
}
.panel.panel-selectable .product-bricks-label:hover + .product-bricks-brickswrapper {
  display: block;
}
.panel.panel-selectable .table-modular-col {
  text-align: center;
  margin-top: 5px;
}
.panel.panel-selectable .table-modular-col:first-child {
  margin-top: 0;
}
.panel.panel-selectable [data-column="selector"] {
  border-top: 1px solid #DEDEDE;
  padding-top: 5px;
  margin-top: 10px;
}
.panel.panel-selectable [data-column="selector"] label {
  display: block;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 6px 6px 6px 35px;
  z-index: 2;
}
.panel.panel-selectable [data-column="selector"] label:before {
  left: 9px;
  top: 3px;
}
.panel.panel-selectable [data-column="selector"] label:after {
  left: 15px;
  top: 2px;
}
.panel.panel-selectable [data-column="selector"] .elementflag-wrapper.elementflag-e-application {
  top: 2px;
  bottom: auto;
  right: 17px;
  left: auto;
  background-color: transparent;
  border-top: none;
  width: auto;
  position: absolute;
}
.panel.panel-selectable [data-column="selector"] .elementflag-wrapper.elementflag-e-application .fbicon {
  color: #FFC31C;
}
[data-selected="true"] .panel {
  border-color: #b4cd45;
  background-color: #edf3d2;
}
[data-selected="true"] .panel .product-bricks .product-bricks-label,
[data-selected="true"] .panel .product-bricks .product-bricks-brick {
  background-color: #FFFFFF;
}
[data-selected="true"] .panel .product-bricks .product-bricks-brickswrapper {
  background-color: #edf3d2;
}
[data-selected="true"] .panel [data-column="selector"] {
  border-top-color: #b4cd45;
}
[data-selected="true"] .panel [data-column="selector"] label {
  background-color: #b4cd45;
  color: #FFFFFF;
}
[data-selected="true"] .panel [data-column="selector"] label:before,
[data-selected="true"] .panel [data-column="selector"] label:after {
  border-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .panel.panel-selectable [data-column="productname"] {
    height: 145px;
  }
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.multiform-result .panel {
  display: table;
  width: 100%;
  overflow: hidden;
}
.multiform-result .panel .panel-body {
  display: table-row;
}
.multiform-result .panel .panel-body .panel-editable,
.multiform-result .panel .panel-body .panel-content {
  display: table-cell;
  overflow: hidden;
  word-wrap: break-word;
}
.multiform-result .panel .panel-body .panel-editable {
  width: 30px;
  vertical-align: top;
  background-color: #F3F3F3;
  border-right: 1px solid #C7C7C7;
}
.multiform-result .panel .panel-body .panel-editable .btn {
  width: 100%;
  color: #333333;
  padding-left: 8px;
  padding-right: 8px;
}
.multiform-result .panel .panel-body .panel-editable .btn:hover,
.multiform-result .panel .panel-body .panel-editable .btn:focus {
  background-color: #e6e6e6;
}
form#multiformtype_hunde .radio label,
form#multiformtype_pferde .radio label,
form#multiformtype_tanks .radio label,
form#multiformtype_vorschaeden .radio label {
  display: block;
}
.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: #F3F3F3;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -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: 19.5px;
  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;
}
#announcements-button .badge {
  position: absolute;
  top: -5px;
  right: -6px;
  z-index: 1;
  border: 1px solid white;
  font-size: 80%;
  font-weight: normal;
  padding: 1px 5px;
}
.announcement-container-static .announcement {
  margin-top: 15px;
}
.announcement-container-toast {
  position: fixed;
  top: 45px;
  right: 30px;
  z-index: 1051;
  pointer-events: none;
  width: 400px;
}
@media (max-width: 767px) {
  .announcement-container-toast {
    width: auto;
    left: 15px;
    right: 15px;
  }
}
.announcement {
  pointer-events: auto;
}
.announcement-toast {
  margin-bottom: 8px;
  -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
}
.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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: 900px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -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: 650px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}
.modal-title,
.modal-title p,
.modal-title h1,
.modal-title h2,
.modal-title h3,
.modal-title h4 {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal-md,
  .modal-lg {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .modal-md,
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1100px;
  }
}
@media (min-width: 767px) {
  .modal-xs {
    width: 400px;
  }
}
.modal-body {
  min-height: 70px;
}
.modal-body .container,
.modal-body .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 100%;
}
.modal-backdrop + .modal-backdrop {
  opacity: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.row-gutter-sm:before,
.row-gutter-sm:after,
.row-gutter-sm .row:before,
.row-gutter-sm .row:after,
.row-gutter-sm .form-horizontal .form-group:before,
.row-gutter-sm .form-horizontal .form-group:after,
.form-horizontal .row-gutter-sm .form-group:before,
.form-horizontal .row-gutter-sm .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.row-gutter-sm:after,
.row-gutter-sm .row:after,
.row-gutter-sm .form-horizontal .form-group:after,
.form-horizontal .row-gutter-sm .form-group: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;
}
.fixed-width-sm {
  min-width: 708px;
}
.force-width-sm {
  width: 120px !important;
}
.force-width-md {
  width: 240px !important;
}
.force-width-lg {
  width: 360px !important;
}
.noselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-0 {
  padding: 0px;
}
.p-0:empty {
  padding: 0;
}
.p-h-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.p-h-0:empty {
  padding: 0;
}
.p-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-v-0:empty {
  padding: 0;
}
.m-0 {
  margin: 0px;
}
.m-0:empty {
  margin: 0;
}
.m-h-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.m-h-0:empty {
  margin: 0;
}
.m-v-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-v-0:empty {
  margin: 0;
}
.p-t-0 {
  padding-top: 0px;
}
.p-t-0:empty {
  padding: 0;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-0:empty {
  padding: 0;
}
.p-xs {
  padding: 5px;
}
.p-xs:empty {
  padding: 0;
}
.p-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.p-h-xs:empty {
  padding: 0;
}
.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v-xs:empty {
  padding: 0;
}
.m-xs {
  margin: 5px;
}
.m-xs:empty {
  margin: 0;
}
.m-h-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.m-h-xs:empty {
  margin: 0;
}
.m-v-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-v-xs:empty {
  margin: 0;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-xs:empty {
  padding: 0;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-xs:empty {
  padding: 0;
}
.p-sm {
  padding: 10px;
}
.p-sm:empty {
  padding: 0;
}
.p-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.p-h-sm:empty {
  padding: 0;
}
.p-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-sm:empty {
  padding: 0;
}
.m-sm {
  margin: 10px;
}
.m-sm:empty {
  margin: 0;
}
.m-h-sm {
  margin-left: 10px;
  margin-right: 10px;
}
.m-h-sm:empty {
  margin: 0;
}
.m-v-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-v-sm:empty {
  margin: 0;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t-sm:empty {
  padding: 0;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-sm:empty {
  padding: 0;
}
.p-md {
  padding: 15px;
}
.p-md:empty {
  padding: 0;
}
.p-h-md {
  padding-left: 15px;
  padding-right: 15px;
}
.p-h-md:empty {
  padding: 0;
}
.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-v-md:empty {
  padding: 0;
}
.m-md {
  margin: 15px;
}
.m-md:empty {
  margin: 0;
}
.m-h-md {
  margin-left: 15px;
  margin-right: 15px;
}
.m-h-md:empty {
  margin: 0;
}
.m-v-md {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-v-md:empty {
  margin: 0;
}
.p-t-md {
  padding-top: 15px;
}
.p-t-md:empty {
  padding: 0;
}
.m-t-md {
  margin-top: 15px;
}
.m-t-md:empty {
  padding: 0;
}
.p-lg {
  padding: 20px;
}
.p-lg:empty {
  padding: 0;
}
.p-h-lg {
  padding-left: 20px;
  padding-right: 20px;
}
.p-h-lg:empty {
  padding: 0;
}
.p-v-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-v-lg:empty {
  padding: 0;
}
.m-lg {
  margin: 20px;
}
.m-lg:empty {
  margin: 0;
}
.m-h-lg {
  margin-left: 20px;
  margin-right: 20px;
}
.m-h-lg:empty {
  margin: 0;
}
.m-v-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-v-lg:empty {
  margin: 0;
}
.p-t-lg {
  padding-top: 20px;
}
.p-t-lg:empty {
  padding: 0;
}
.m-t-lg {
  margin-top: 20px;
}
.m-t-lg:empty {
  padding: 0;
}
.p-xl {
  padding: 50px;
}
.p-xl:empty {
  padding: 0;
}
.p-h-xl {
  padding-left: 50px;
  padding-right: 50px;
}
.p-h-xl:empty {
  padding: 0;
}
.p-v-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-v-xl:empty {
  padding: 0;
}
.m-xl {
  margin: 50px;
}
.m-xl:empty {
  margin: 0;
}
.m-h-xl {
  margin-left: 50px;
  margin-right: 50px;
}
.m-h-xl:empty {
  margin: 0;
}
.m-v-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-v-xl:empty {
  margin: 0;
}
.p-t-xl {
  padding-top: 50px;
}
.p-t-xl:empty {
  padding: 0;
}
.m-t-xl {
  margin-top: 50px;
}
.m-t-xl:empty {
  padding: 0;
}
.p-r-0 {
  padding-right: 0px;
}
.p-r-0:empty {
  padding: 0;
}
.m-r-0 {
  margin-right: 0px;
}
.m-r-0:empty {
  padding: 0;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-xs:empty {
  padding: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-xs:empty {
  padding: 0;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r-sm:empty {
  padding: 0;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-sm:empty {
  padding: 0;
}
.p-r-md {
  padding-right: 15px;
}
.p-r-md:empty {
  padding: 0;
}
.m-r-md {
  margin-right: 15px;
}
.m-r-md:empty {
  padding: 0;
}
.p-r-lg {
  padding-right: 20px;
}
.p-r-lg:empty {
  padding: 0;
}
.m-r-lg {
  margin-right: 20px;
}
.m-r-lg:empty {
  padding: 0;
}
.p-r-xl {
  padding-right: 50px;
}
.p-r-xl:empty {
  padding: 0;
}
.m-r-xl {
  margin-right: 50px;
}
.m-r-xl:empty {
  padding: 0;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-b-0:empty {
  padding: 0;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-0:empty {
  padding: 0;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-xs:empty {
  padding: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-xs:empty {
  padding: 0;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b-sm:empty {
  padding: 0;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-sm:empty {
  padding: 0;
}
.p-b-md {
  padding-bottom: 15px;
}
.p-b-md:empty {
  padding: 0;
}
.m-b-md {
  margin-bottom: 15px;
}
.m-b-md:empty {
  padding: 0;
}
.p-b-lg {
  padding-bottom: 20px;
}
.p-b-lg:empty {
  padding: 0;
}
.m-b-lg {
  margin-bottom: 20px;
}
.m-b-lg:empty {
  padding: 0;
}
.p-b-xl {
  padding-bottom: 50px;
}
.p-b-xl:empty {
  padding: 0;
}
.m-b-xl {
  margin-bottom: 50px;
}
.m-b-xl:empty {
  padding: 0;
}
.p-l-0 {
  padding-left: 0px;
}
.p-l-0:empty {
  padding: 0;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-0:empty {
  padding: 0;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-xs:empty {
  padding: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-xs:empty {
  padding: 0;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-sm:empty {
  padding: 0;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-sm:empty {
  padding: 0;
}
.p-l-md {
  padding-left: 15px;
}
.p-l-md:empty {
  padding: 0;
}
.m-l-md {
  margin-left: 15px;
}
.m-l-md:empty {
  padding: 0;
}
.p-l-lg {
  padding-left: 20px;
}
.p-l-lg:empty {
  padding: 0;
}
.m-l-lg {
  margin-left: 20px;
}
.m-l-lg:empty {
  padding: 0;
}
.p-l-xl {
  padding-left: 50px;
}
.p-l-xl:empty {
  padding: 0;
}
.m-l-xl {
  margin-left: 50px;
}
.m-l-xl:empty {
  padding: 0;
}
.container-limited {
  max-width: 1280px;
}
.row-gutter-sm,
.row-gutter-sm .row,
.row-gutter-sm .form-horizontal .form-group,
.form-horizontal .row-gutter-sm .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gutter-sm .col-xs-1,
.row-gutter-sm .col-sm-1,
.row-gutter-sm .col-md-1,
.row-gutter-sm .col-xs-2,
.row-gutter-sm .col-sm-2,
.row-gutter-sm .col-md-2,
.row-gutter-sm .col-xs-3,
.row-gutter-sm .col-sm-3,
.row-gutter-sm .col-md-3,
.row-gutter-sm .col-xs-4,
.row-gutter-sm .col-sm-4,
.row-gutter-sm .col-md-4,
.row-gutter-sm .col-xs-5,
.row-gutter-sm .col-sm-5,
.row-gutter-sm .col-md-5,
.row-gutter-sm .col-xs-6,
.row-gutter-sm .col-sm-6,
.row-gutter-sm .col-md-6,
.row-gutter-sm .col-xs-7,
.row-gutter-sm .col-sm-7,
.row-gutter-sm .col-md-7,
.row-gutter-sm .col-xs-8,
.row-gutter-sm .col-sm-8,
.row-gutter-sm .col-md-8,
.row-gutter-sm .col-xs-9,
.row-gutter-sm .col-sm-9,
.row-gutter-sm .col-md-9,
.row-gutter-sm .col-xs-10,
.row-gutter-sm .col-sm-10,
.row-gutter-sm .col-md-10,
.row-gutter-sm .col-xs-11,
.row-gutter-sm .col-sm-11,
.row-gutter-sm .col-md-11,
.row-gutter-sm .col-xs-12,
.row-gutter-sm .col-sm-12,
.row-gutter-sm .col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.hidden-accessible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.hidden-by-user {
  display: none !important;
}
.collapsible {
  transition: all 0.3s;
}
.collapsed .collapsible {
  transform: rotate(-90deg);
}
.collapsed-right .collapsible {
  transform: rotate(90deg);
}
.collapsed .collapseindicator {
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.pointer,
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.text-wrap-normal {
  white-space: normal;
}
.rotate-endless {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.rot-90 {
  transform: rotate(90deg);
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
[onclick] {
  cursor: pointer;
}
[href="javascript:void(0);"]:not[onclick] {
  cursor: default;
}
.cursor-disabled {
  cursor: not-allowed;
}
.highlightbox {
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 15px;
}
.has-overlay {
  position: relative;
}
.has-overlay .box-overlay {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 999;
  vertical-align: middle;
  text-align: center;
}
.has-overlay .box-overlay .box-overlay-content {
  display: inline-block;
  position: absolute;
  background-color: #FFFFFF;
  width: 122px;
  height: 67px;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -61px;
  border-radius: 35px;
  border: 1px solid #DEDEDE;
}
.has-overlay .box-overlay .box-overlay-content .btn-round-icon {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
}
.has-overlay .box-overlay .box-overlay-content .btn-round-icon svg {
  height: 25px;
  width: 25px;
}
.has-overlay .box-overlay .box-overlay-content .btn-round-icon svg.fbicon {
  margin: 0;
}
.has-overlay .box-overlay .box-overlay-content .btn-round-icon.left {
  margin-left: 10px;
}
.has-overlay .box-overlay .box-overlay-content .btn-round-icon.right {
  margin-right: 10px;
}
.has-overlay.row .box-overlay {
  left: 15px;
  right: 15px;
}
/* Overflow utilities*/
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
/* Generic collapsibles */
[data-toggle="collapse"] .show-on-expand {
  display: none;
}
[data-toggle="collapse"] .collapse-indicator {
  transition: all 0.1s;
}
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
[data-toggle="collapse"][aria-expanded="true"] .show-on-expand {
  display: inline-block;
}
[data-toggle="collapse"][aria-expanded="true"] .hide-on-expand {
  display: none;
}
.circle {
  border-radius: 50%;
  display: inline-block;
}
.circle-sm {
  height: 15px;
  width: 15px;
}
.bg-green {
  background-color: #8FC52E;
}
.bg-yellow {
  background-color: #FFC31C;
}
.bg-red {
  background-color: #E25454;
}
.display-block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.inline-table {
  display: inline-table;
}
.form-control-multiline {
  height: auto;
  min-height: 32px;
}
body.fullscreen-mode {
  overflow: hidden !important;
}
body.fullscreen-mode .fullscreen-element {
  background: #fff !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1002 !important;
}
body.fullscreen-mode .hide-on-fullscreen {
  display: none;
}
.fixed-width-input {
  max-width: 200px !important;
}
.hyphens {
  word-wrap: break-word;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.skeleton {
  filter: saturate(0);
  opacity: .5;
  color: #DEDEDE;
}
.skeleton .fb-progressbar .fb-progressbar-inner {
  background-color: #DEDEDE;
}
.skeleton-text {
  display: inline-block;
  background-color: #F3F3F3;
  height: 13px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-0 {
  opacity: 0;
}
.stroke-fulfilled {
  stroke: #C6DC5A;
}
.stroke-partly-fulfilled {
  stroke: #E8D366;
}
.stroke-unfulfilled {
  stroke: #F1BEBE;
}
.stroke-bg {
  stroke: #F3F3F3;
}
.stroke-neutral {
  stroke: #BDCDE4;
}
.stroke-default {
  stroke: #C7C7C7;
}
.position-relative {
  position: relative;
}
.lineclamp {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lineclamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
svg {
  user-focus: none;
}
svg use {
  pointer-events: none !important;
}
.fbicon {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  fill: currentColor;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-top: -1px;
}
.circle-icon .fbicon {
  background-color: currentColor;
  color: #FFFFFF;
  border-radius: 8px;
}
.icon-xl.fbicon,
.icon-xl .fbicon {
  width: 160px;
  height: 160px;
}
.icon-xl.circle-icon .fbicon {
  border-radius: 80px;
  padding: 2px;
}
.icon-lg.fbicon,
.icon-lg .fbicon {
  width: 84px;
  height: 84px;
}
.icon-lg.circle-icon .fbicon {
  border-radius: 42px;
  padding: 1px;
}
.icon-md.fbicon,
.icon-md .fbicon {
  width: 48px;
  height: 48px;
}
.icon-md.circle-icon .fbicon {
  border-radius: 24px;
  padding: 3px;
}
.icon-sm.fbicon,
.icon-sm .fbicon {
  width: 14px;
  height: 14px;
}
.icon-sm.circle-icon .fbicon {
  border-radius: 7px;
  padding: 0;
}
.icon-xs.fbicon,
.icon-xs .fbicon {
  width: 10px;
  height: 10px;
}
.icon-xs.circle-icon .fbicon {
  border-radius: 5px;
  padding: 0;
}
.btn-xs .fbicon,
.btn-group-xs .btn .fbicon,
.fbicon.icon-xs {
  height: 14px;
  width: 14px;
}
.btn-sm .fbicon,
.btn-group-sm .btn .fbicon {
  margin-top: -2px;
}
.btn-md .fbicon,
.btn-group-md .btn .fbicon,
.fbicon.icon-md {
  height: 20px;
  width: 20px;
  margin-top: -3px;
}
.btn-lg .fbicon,
.btn-group-lg .btn .fbicon,
.fbicon.icon-lg {
  height: 24px;
  width: 24px;
  margin-top: -4px;
}
.btn-xl .fbicon,
.btn-group-xl .btn .fbicon,
.fbicon.icon-xl {
  display: block;
  margin: -4px auto 0;
  height: 45px;
  width: 45px;
}
.icon-xl .fbicon + .infoicon svg,
.icon-lg .fbicon + .infoicon svg,
.icon-md .fbicon + .infoicon svg {
  height: 16px;
  width: 16px;
}
li .fbicon,
a .fbicon {
  margin-top: -2px;
}
h1 .fbicon {
  height: 26px;
  width: 26px;
  margin-top: -5px;
}
.info .fbicon,
.infoicon .fbicon,
.fbicon.icon-info {
  color: #FFC31C;
}
.success .fbicon,
.fbicon.icon-success {
  color: #8FC52E;
}
.warning .fbicon,
.fbicon.icon-warning {
  color: #FF9623;
}
.danger .fbicon,
.fbicon.icon-danger {
  color: #E25454;
}
.fbicon.icon-fulfilled {
  color: #8FC52E;
}
.fbicon.icon-unfulfilled {
  color: #E25454;
}
.muted .fbicon,
.fbicon.icon-muted {
  color: #A6A6A6;
}
.icon-color-default .fbicon {
  color: #333333;
}
.btn-iconsegment {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 44px;
}
.btn-iconsegment .fbicon {
  position: absolute;
  top: 9px;
  left: 9px;
}
.btn-iconsegment:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 36px;
  border-right: 2px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-sm.btn-iconsegment .fbicon {
  top: 8px;
}
.btn-sm.btn-iconsegment:before {
  width: 34px;
  height: 30px;
}
.btn-lg.btn-iconsegment {
  padding-left: 56px;
}
.btn-lg.btn-iconsegment .fbicon {
  top: 12px;
  left: 12px;
}
.btn-lg.btn-iconsegment:before {
  width: 47px;
  height: 41px;
}
.btn-iconsegment-primary:before {
  background-color: #b4cd45;
}
.btn-iconsegment-secondary:before {
  background-color: #526f99;
}
.btn-iconsegment-success:before {
  background-color: #8FC52E;
}
.btn-iconsegment-info:before {
  background-color: #FFC31C;
}
.btn-iconsegment-warning:before {
  background-color: #FF9623;
}
.btn-iconsegment-danger:before {
  background-color: #E25454;
}
.complete {
  color: #8FC52E;
}
.incomplete {
  color: #333333;
}
.fulfilled,
.unfulfilled {
  width: 24px;
  height: 24px;
  padding: 3px 0;
}
.fulfilled .fbicon,
.unfulfilled .fbicon,
.fulfilled .fbicon use,
.unfulfilled .fbicon use {
  width: 24px;
  height: 24px;
}
.fulfilled {
  color: #8FC52E;
}
.active .fulfilled {
  color: #8FC52E;
}
.unfulfilled {
  color: #E25454;
}
.active .unfulfilled {
  color: #E25454;
}
.fbicon-loading {
  color: #C7C7C7;
}
.ani {
  display: inline-block;
}
.ani-sendformular {
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/request-ani.svg);
  width: 240px;
  height: 80px;
}
.ani-autofill {
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/autofill-ani.svg);
  width: 80px;
  height: 80px;
}
.big-circle-icon {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  color: #FFFFFF;
  background-color: #b4cd45;
  display: inline-block;
  padding: 20px;
}
.big-circle-icon .fbicon {
  width: 100%;
  height: 100%;
}
.icon-circle-lg,
.icon-circle-md,
.icon-circle-sm,
.icon-circle-xs {
  display: inline-block;
  color: #FFFFFF;
  background-color: #8A8A8A;
  border-radius: 999999px;
  border-color: #8A8A8A;
}
.icon-circle-lg.colored-bg,
.icon-circle-md.colored-bg,
.icon-circle-sm.colored-bg,
.icon-circle-xs.colored-bg {
  background-color: #b4cd45;
}
.icon-circle-lg.bg-success,
.icon-circle-md.bg-success,
.icon-circle-sm.bg-success,
.icon-circle-xs.bg-success {
  background-color: #8FC52E;
}
a.icon-circle-lg.bg-success:hover,
a.icon-circle-md.bg-success:hover,
a.icon-circle-sm.bg-success:hover,
a.icon-circle-xs.bg-success:hover,
a.icon-circle-lg.bg-success:focus,
a.icon-circle-md.bg-success:focus,
a.icon-circle-sm.bg-success:focus,
a.icon-circle-xs.bg-success:focus {
  background-color: #719c24;
}
.icon-circle-lg.bg-info,
.icon-circle-md.bg-info,
.icon-circle-sm.bg-info,
.icon-circle-xs.bg-info {
  background-color: #FFC31C;
}
a.icon-circle-lg.bg-info:hover,
a.icon-circle-md.bg-info:hover,
a.icon-circle-sm.bg-info:hover,
a.icon-circle-xs.bg-info:hover,
a.icon-circle-lg.bg-info:focus,
a.icon-circle-md.bg-info:focus,
a.icon-circle-sm.bg-info:focus,
a.icon-circle-xs.bg-info:focus {
  background-color: #e8ab00;
}
.icon-circle-lg.bg-warning,
.icon-circle-md.bg-warning,
.icon-circle-sm.bg-warning,
.icon-circle-xs.bg-warning {
  background-color: #FF9623;
}
a.icon-circle-lg.bg-warning:hover,
a.icon-circle-md.bg-warning:hover,
a.icon-circle-sm.bg-warning:hover,
a.icon-circle-xs.bg-warning:hover,
a.icon-circle-lg.bg-warning:focus,
a.icon-circle-md.bg-warning:focus,
a.icon-circle-sm.bg-warning:focus,
a.icon-circle-xs.bg-warning:focus {
  background-color: #ef7d00;
}
.icon-circle-lg.bg-danger,
.icon-circle-md.bg-danger,
.icon-circle-sm.bg-danger,
.icon-circle-xs.bg-danger {
  background-color: #E25454;
}
a.icon-circle-lg.bg-danger:hover,
a.icon-circle-md.bg-danger:hover,
a.icon-circle-sm.bg-danger:hover,
a.icon-circle-xs.bg-danger:hover,
a.icon-circle-lg.bg-danger:focus,
a.icon-circle-md.bg-danger:focus,
a.icon-circle-sm.bg-danger:focus,
a.icon-circle-xs.bg-danger:focus {
  background-color: #db2828;
}
.icon-circle-lg {
  padding: 17px;
}
.icon-circle-lg .fbicon {
  width: 40px;
  height: 40px;
}
.icon-circle-md {
  padding: 14px;
}
.icon-circle-md .fbicon {
  width: 30px;
  height: 30px;
}
.icon-circle-sm {
  padding: 10px;
}
.icon-circle-sm .fbicon {
  width: 20px;
  height: 20px;
}
.icon-circle-xs {
  padding: 4px;
  line-height: 13px;
}
.icon-circle-xs .fbicon {
  width: 14px;
  height: 14px;
}
.table-modular .risk-icon,
.risk-icon {
  color: #DEDEDE;
}
.table-modular .risk-icon.risk-icon--default,
.risk-icon.risk-icon--default {
  color: #8FC52E;
}
.table-modular .risk-icon.risk-icon--man-risk,
.risk-icon.risk-icon--man-risk {
  color: #525252;
}
.table-modular .risk-icon.risk-icon--agio,
.risk-icon.risk-icon--agio {
  color: #8FC52E;
}
.table-modular .risk-icon.risk-icon--agio-add-docs,
.risk-icon.risk-icon--agio-add-docs {
  color: #FFC31C;
}
.table-modular .risk-icon.risk-icon--agio-disclaimer,
.risk-icon.risk-icon--agio-disclaimer {
  color: #FFC31C;
}
.table-modular .risk-icon.risk-icon--disclaimer,
.risk-icon.risk-icon--disclaimer {
  color: #FFC31C;
}
.table-modular .risk-icon.risk-icon--add-docs,
.risk-icon.risk-icon--add-docs {
  color: #FFC31C;
}
.table-modular .risk-icon.risk-icon--postponed,
.risk-icon.risk-icon--postponed {
  color: #E25454;
}
.table-modular .risk-icon.risk-icon--declined,
.risk-icon.risk-icon--declined {
  color: #E25454;
}
.table-modular .risk-icon.risk-icon--muted,
.risk-icon.risk-icon--muted {
  color: #DEDEDE;
}
.table-modular .risk-icon.versdiagnose-icon,
.risk-icon.versdiagnose-icon {
  color: #b4cd45;
}
.table-modular .risk-icon.arrow-icon,
.risk-icon.arrow-icon {
  color: #DEDEDE;
}
.icon-answer {
  font-size: 26px;
}
.icon-answer svg.fbicon {
  width: 26px;
  height: 26px;
}
.icon-answer.icon-answer-yes {
  color: #8FC52E;
}
.icon-answer.icon-answer-yes svg.fbicon {
  color: #8FC52E;
}
.icon-answer.icon-answer-no {
  color: #E25454;
}
.icon-answer.icon-answer-no svg.fbicon {
  color: #E25454;
}
.accept {
  color: #8FC52E;
}
.decline {
  color: #BE4D4A;
}
.loader-target-wrapper {
  position: relative;
  min-height: 50px;
}
.loader-canvas {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  min-height: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}
.well .loader-canvas {
  background-color: rgba(243, 243, 243, 0.95);
}
body > .loader-canvas {
  z-index: 1050;
}
.loader-canvas .loader-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333333;
}
.loader-inline {
  display: inline-block;
  height: 30px;
  overflow: hidden;
  width: 30px;
}
.loader-inline svg {
  height: 100%;
  width: 100%;
}
.loader-inline.loader-bezel {
  background-color: #F3F3F3;
  border-radius: 5px;
  margin: 10px 0;
}
.loader-inline.loader-inline-sm {
  height: 20px;
  width: 20px;
}
.loader-inline.loader-inline-md {
  height: 35px;
  width: 35px;
}
.loader-inline.loader-inline-md.loader-bezel {
  padding: 5px;
}
.loader-inline.loader-inline-lg {
  height: 50px;
  width: 50px;
}
.loader-inline.loader-inline-lg.loader-bezel {
  padding: 7px;
}
.icon-loader-small {
  display: block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/icons/loading.svg);
  height: 20px;
  width: 20px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: auto;
  margin-right: auto;
}
body.inline-mode:not(.live) {
  padding-top: 18px;
}
body.inline-mode:not(.live):before {
  content: attr(data-mode) attr(data-separator-mode) attr(data-config-mode) attr(data-separator-config) attr(data-rk) attr(data-separator-permission) attr(data-permission);
  min-height: 18px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.51);
  font-weight: 600;
  text-align: center;
  cursor: default;
  pointer-events: none;
  /* allow automatic testing software to click through */
}
body.inline-mode:not(.live):before {
  background: #C7C7C7;
  background: -moz-linear-gradient(top, #C7C7C7 1%, #ededed 15%, #ffffff 22%, #C7C7C7 69%);
  background: -webkit-linear-gradient(top, #C7C7C7 1%, #ededed 15%, #ffffff 22%, #C7C7C7 69%);
  background: linear-gradient(to bottom, #C7C7C7 1%, #ededed 15%, #ffffff 22%, #C7C7C7 69%);
}
body.inline-mode:not(.live).fullscreen-mode .fullscreen-element {
  top: 18px !important;
}
body.inline-mode:not(.live).preview:before {
  background: #FFC31C;
  background: -moz-linear-gradient(top, #FFC31C 1%, #ffd769 15%, #ffe59c 22%, #FFC31C 69%);
  background: -webkit-linear-gradient(top, #FFC31C 1%, #ffd769 15%, #ffe59c 22%, #FFC31C 69%);
  background: linear-gradient(to bottom, #FFC31C 1%, #ffd769 15%, #ffe59c 22%, #FFC31C 69%);
}
body.inline-mode:not(.live).test:before {
  background: #5BC0DE;
  background: -moz-linear-gradient(top, #5BC0DE 1%, #9bd8eb 15%, #c5e9f3 22%, #5BC0DE 69%);
  background: -webkit-linear-gradient(top, #5BC0DE 1%, #9bd8eb 15%, #c5e9f3 22%, #5BC0DE 69%);
  background: linear-gradient(to bottom, #5BC0DE 1%, #9bd8eb 15%, #c5e9f3 22%, #5BC0DE 69%);
}
body.inline-mode:not(.live).devmode:before {
  background: #E25454;
  background: -moz-linear-gradient(top, #E25454 1%, #ed9595 15%, #f4c1c1 22%, #E25454 69%);
  background: -webkit-linear-gradient(top, #E25454 1%, #ed9595 15%, #f4c1c1 22%, #E25454 69%);
  background: linear-gradient(to bottom, #E25454 1%, #ed9595 15%, #f4c1c1 22%, #E25454 69%);
}
body.inline-mode:not(.live).devmode #head-nav,
body.inline-mode:not(.live).devmode #header {
  background-color: #E25454;
  background: repeating-linear-gradient(-30deg, #e66a6a, #e66a6a 10px, #E25454 10px, #E25454 20px);
}
body.inline-mode:not(.live).devmode .hidebar .flap,
body.inline-mode:not(.live).devmode .hidebar nav {
  background-color: #FFFFFF;
  color: #6E6E6E;
}
body.inline-mode:not(.live).devmode .hidebar .flap:before {
  background-color: #FFFFFF;
}
body.inline-mode:not(.live).devmode .hidebar input:checked ~ div label,
body.inline-mode:not(.live).devmode .hidebar input:checked ~ nav label {
  color: #b4cd45;
}
.hidebar {
  margin-right: 5px;
  border: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.hidebar:last-child {
  margin-right: 0;
}
.hidebar:after {
  content: '';
  display: block;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 10px;
  background-color: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.hidebar-wrap {
  position: absolute;
  top: 3px;
  left: 15px;
  z-index: 210;
}
.hidebar-wrap.collapse:not(.in) {
  display: none;
}
.hidebar .flap {
  z-index: 5;
  background: #b4cd45;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #b4cd45;
  margin: 0;
  color: #FFFFFF;
}
.hidebar .flap:focus {
  outline: none;
  box-shadow: none;
}
.hidebar .flap svg {
  height: 19px;
  width: 19px;
}
.hidebar .dropdown-menu {
  display: block;
  width: calc(100vw - 30px);
  max-width: 400px;
  top: 30px;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 75vh;
  box-shadow: none;
  border: 2px solid transparent;
}
.hidebar .dropdown-menu form {
  padding: 20px 15px;
}
.hidebar .simple-grid + .simple-grid {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #C7C7C7;
}
.hidebar .btn-block {
  padding: 5px;
}
.hidebar .btn-block .fbicon {
  display: block;
  margin: 3px auto;
}
.hidebar.open {
  overflow: visible;
}
.hidebar.open:after {
  bottom: -14px;
  border-bottom-color: #b4cd45;
  transition: bottom 0.1s ease, border-bottom-color 0.1s ease;
}
.hidebar.open > .dropdown-menu {
  border-color: #b4cd45;
  height: auto;
  top: 39px;
  overflow: hidden auto;
  transition: top .15s ease;
}
.hidebar.open .flap {
  color: #b4cd45;
  background: #FFFFFF;
}
.infotext h1 {
  font-size: 17px;
}
.infotext > :first-child {
  margin-top: 0;
}
.infotext h4,
.infotext h1 {
  margin: 25px 0 5px;
}
.infotext h4 + h5,
.infotext h1 + h5 {
  margin-top: 5px;
}
.infotext h5 {
  margin-top: 20px;
  font-weight: 700;
}
.infotext ul,
.infotext ol {
  padding-left: 25px;
}
.infotext li {
  margin-bottom: 5px;
}
.infotext table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.infotext table > thead > tr > th,
.infotext table > tbody > tr > th,
.infotext table > tfoot > tr > th,
.infotext table > thead > tr > td,
.infotext table > tbody > tr > td,
.infotext table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #C7C7C7;
}
.infotext table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #C7C7C7;
}
.infotext table > caption + thead > tr:first-child > th,
.infotext table > colgroup + thead > tr:first-child > th,
.infotext table > thead:first-child > tr:first-child > th,
.infotext table > caption + thead > tr:first-child > td,
.infotext table > colgroup + thead > tr:first-child > td,
.infotext table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.infotext table > tbody + tbody {
  border-top: 2px solid #C7C7C7;
}
.infotext table .table {
  background-color: #fff;
}
.infotext table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #C7C7C7;
}
.infotext table > thead > tr > th {
  border-color: #b4cd45;
}
@media (min-width: 992px) {
  [data-infotext-target-initialized] [data-infotext-triggerid] .infoicon {
    opacity: .3;
    transition: opacity .5s;
  }
  [data-infotext-target-initialized] [data-infotext-triggerid]:hover {
    background: linear-gradient(60deg, #FFFFFF 0%, #FFFFFF 50%, #fcf8e3 95%);
  }
  [data-infotext-target-initialized] [data-infotext-triggerid]:hover .infoicon {
    opacity: 1;
    transition: opacity .5s;
  }
}
.infotext-tray {
  pointer-events: none;
  position: absolute;
  z-index: 80;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: -2px;
  margin-right: 20px;
  margin-left: -35px;
  padding-top: 2px;
  padding-left: 10px;
  transition: top .2s;
}
.infotext-tray .infotext-tray-content {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  margin: 0 7px 8px 7px;
  padding: 7px 10px;
  background-color: #fcf8e3;
  border-left: 4px solid #FFC31C;
  border-radius: 4px;
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.infotext-tray .infotext-tray-content:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 7px;
  border: 0 solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-right: 10px solid #FFC31C;
}
.infotext-tray .infotext-tray-content h1,
.infotext-tray .infotext-tray-content h2,
.infotext-tray .infotext-tray-content h3,
.infotext-tray .infotext-tray-content h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 7px;
}
.infotext-tray .infotext-tray-content p.muted {
  color: #A6A6A6;
}
.infotext-tray .infotext-tray-content ul {
  margin-left: 18px;
}
.infotext-tray .infotext-tray-content > *:last-child {
  margin-bottom: 0;
}
.infotext-tray.infotext-tray-visible {
  transition: top .2s, opacity .2s;
  height: auto;
  opacity: 1;
}
.infotext-tray.infotext-tray-visible .infotext-tray-content {
  max-height: 1000px;
  transition: max-height 0.2s;
}
[data-tooltip-wrapper] {
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  background: #333;
  border-radius: 3px;
  font-size: 12px;
  padding: 6px 8px;
  color: #fff;
  display: inline-block;
  max-width: 200px;
  word-wrap: break-word;
}
[data-tooltip-wrapper]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
[data-tooltip-wrapper][data-placement="top"]:after {
  left: calc(50% - 6px);
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
[data-tooltip-wrapper][data-placement="bottom"]:after {
  left: calc(50% - 6px);
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
}
[data-tooltip-wrapper][data-placement="left"]:after {
  top: calc(50% - 6px);
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
}
[data-tooltip-wrapper][data-placement="right"]:after {
  top: calc(50% - 6px);
  left: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
}
.page-head {
  width: 100%;
  z-index: 1001;
  position: relative;
}
@media (max-width: 991px) {
  .page-head {
    padding-top: 49px;
  }
}
#head-nav {
  font-size: 12px;
  color: #FFFFFF;
  min-height: 48px;
  border: none;
  border-bottom: 1px solid transparent;
}
#head-nav .tool-logo {
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/logos/fb/tool_logo_versdiagnose.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: contain;
  height: 48px;
  width: 225px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#head-nav .tool-scope {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 100;
  margin: 8px 0 8px 15px;
  border-left: 1px solid #C7C7C7;
  color: #FFFFFF;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
#head-nav .navbar {
  border: none;
}
#head-nav .navbar-nav {
  margin: 0;
  padding: 6px 0;
}
#head-nav .navbar-nav.navbar-right {
  text-align: right;
}
#head-nav .navbar-nav li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
}
#head-nav .navbar-nav li a,
#head-nav .navbar-nav li .navbar-element {
  padding: 8px 10px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #5d5d5d;
  text-decoration: none;
  border-radius: 4px;
  margin: 7px 0 7px 5px;
  border: none;
  max-width: 200px;
  white-space: nowrap;
  vertical-align: middle;
}
#head-nav .navbar-nav li a:not(.static):hover,
#head-nav .navbar-nav li .navbar-element:not(.static):hover {
  color: #FFFFFF;
  background-color: #4e4e4e;
  text-decoration: none;
}
#head-nav .navbar-nav li a.navbar-user,
#head-nav .navbar-nav li .navbar-element.navbar-user {
  overflow: hidden;
  text-overflow: ellipsis;
}
#head-nav .navbar-nav li a.static,
#head-nav .navbar-nav li .navbar-element.static {
  cursor: default;
}
#head-nav .navbar-nav li a.btn-info,
#head-nav .navbar-nav li .navbar-element.btn-info {
  color: #FFFFFF;
  background-color: #FFC31C;
}
#head-nav .navbar-nav li a.btn-info:not(.static):hover,
#head-nav .navbar-nav li .navbar-element.btn-info:not(.static):hover {
  color: #FFFFFF;
  background-color: #e8ab00;
}
#head-nav .navbar-nav li a svg,
#head-nav .navbar-nav li .navbar-element svg,
#head-nav .navbar-nav li a:visited svg,
#head-nav .navbar-nav li .navbar-element:visited svg,
#head-nav .navbar-nav li a:link svg,
#head-nav .navbar-nav li .navbar-element:link svg,
#head-nav .navbar-nav li a:hover svg,
#head-nav .navbar-nav li .navbar-element:hover svg,
#head-nav .navbar-nav li a:focus svg,
#head-nav .navbar-nav li .navbar-element:focus svg {
  fill: currentColor;
  margin-top: -3px;
}
#head-nav .navbar-nav li .btn {
  padding: 2px 10px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  #head-nav .navbar-nav li:hover a,
  #head-nav .navbar-nav li:hover .dropdown-menu a,
  #head-nav .navbar-nav li:hover .navbar-element,
  #head-nav .navbar-nav li:hover .dropdown-menu .navbar-element {
    color: #FFFFFF;
  }
  #head-nav .navbar-nav li .dropdown {
    display: block;
  }
  #head-nav .navbar-nav li a,
  #head-nav .navbar-nav li .navbar-element {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin: 2px 0;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 100;
  }
  #head-nav .navbar-nav li a .fbicon,
  #head-nav .navbar-nav li .navbar-element .fbicon {
    height: 18px;
    width: 18px;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  #head-nav .navbar-nav.navbar-right > li:last-child {
    margin-top: 5px;
    padding: 5px 0;
    border-top: 1px solid #A6A6A6;
  }
}
#head-nav #navbar .logout {
  width: 100%;
}
#head-nav #navbar .text-right {
  clear: both;
  float: right;
}
#head-nav .navbar-collapse {
  padding: 0;
}
#head-nav .dropdown-menu {
  padding: 0;
}
#head-nav .dropdown-menu li {
  display: block;
}
#head-nav .dropdown-menu li a {
  color: #333333;
  width: 100%;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}
#head-nav .dropdown-menu li a:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #head-nav .dropdown-menu {
    padding: 0 30px;
  }
  #head-nav .dropdown-menu li a {
    color: #FFFFFF;
  }
  #head-nav .dropdown-menu li a:hover {
    background-color: #4e4e4e;
  }
}
.logout {
  overflow: visible !important;
}
.mobile-nav-wrap {
  display: none;
}
.sub_header .navbar {
  border: none;
  min-height: auto;
}
@media (max-width: 991px) {
  #head-nav {
    min-height: 49px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
  }
  #head-nav .navbar-nav {
    padding: 5px 0;
  }
  #head-nav .navbar-nav .announcements-count {
    position: initial;
  }
  #head-nav .tool-logo {
    height: 38px;
    width: 225px;
  }
  #head-nav .tool-scope {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 9px 0 9px 10px;
    padding-left: 10px;
  }
  #head-nav .navbar-nav {
    padding: 5px 0;
  }
  #head-nav .navbar-right li {
    display: block;
  }
  #head-nav .navbar-right li a,
  #head-nav .navbar-right li .text {
    width: 100%;
    margin: 2px 0;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 100;
  }
  #head-nav .navbar-right li a .fbicon,
  #head-nav .navbar-right li .text .fbicon {
    height: 18px;
    width: 18px;
    margin-right: 5px;
  }
  #head-nav .navbar-right li .text {
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
  }
  #head-nav .navbar-right li .text:hover {
    color: #FFFFFF;
    background-color: #6d6d6d;
  }
  #head-nav .navbar-right hr {
    margin: 5px 0;
    opacity: .5;
  }
  .mobile-nav-wrap {
    display: block;
    padding: 0;
  }
  .mobile-nav-wrap .navbar-toggle {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: .7;
    padding: 17px;
    border: none;
    border-radius: 0;
  }
  .mobile-nav-wrap .navbar-toggle:focus,
  .mobile-nav-wrap .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 1;
  }
  .mobile-nav-wrap .navbar-toggle .icon-bar {
    background-color: #F3F3F3;
    width: 20px;
  }
  .mobile-nav-wrap .navbar-toggle .icon-bar:focus,
  .mobile-nav-wrap .navbar-toggle .icon-bar:hover {
    background-color: #F3F3F3;
  }
}
.navbar-primary {
  background-color: #b4cd45;
  min-height: 8px;
  border: none;
  margin-bottom: 10px;
  -moz-box-shadow: inset 0 -1px 0 0 transparent;
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
}
.navbar-primary .customer {
  background-color: #e8f0c6;
  color: rgba(51, 51, 51, 0.45);
  padding: 5px 15px;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-primary .customer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.navbar-primary .customer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  border-style: solid;
  border-width: 0 20px 32px 0;
  border-color: transparent #e8f0c6 transparent transparent;
}
.navbar-primary .customer .text {
  color: #333333;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  .navbar-primary .customer .text {
    max-width: 160px;
  }
}
.navbar-primary .customer .dropdown {
  display: inline-block;
}
.navbar-primary .customer .dropdown-menu .dropdown-item {
  width: 100%;
  text-align: left;
  padding: 3px 25px 3px 15px;
}
.navbar-primary .customer .dropdown-menu .dropdown-item .edit-person {
  position: absolute;
  right: 12px;
  top: 4px;
  margin-top: 0;
  visibility: hidden;
}
.navbar-primary .customer .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-primary .customer .dropdown-menu .dropdown-item:hover .edit-person {
  visibility: visible;
}
.navbar-primary .open .btn-link {
  color: #333333;
}
.navbar-primary .btn-link {
  color: #6E6E6E;
}
.navbar-primary .btn-link:hover {
  color: #333333;
}
.navbar-primary .btn-link[disabled]:hover {
  color: #6E6E6E;
}
.navbar-primary .btn-link .fbicon {
  height: 16px;
  width: 16px;
  margin-top: -2px;
}
.navbar-primary {
  background-image: -webkit-linear-gradient(left, #b4cd45 0%, #8bc15c 100%);
  background-image: -o-linear-gradient(left, #b4cd45 0%, #8bc15c 100%);
  background-image: linear-gradient(to right, #b4cd45 0%, #8bc15c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb4cd45', endColorstr='#ff8bc15c', GradientType=1);
}
#head-nav {
  white-space: nowrap;
}
#head-nav .xpert-logo {
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/logos/fb/tool_logo_xpert.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: contain;
  height: 2.2rem;
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-top: .3rem;
}
footer {
  width: 100%;
  height: auto;
  min-height: 60px;
  margin-top: 5px;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  background-color: #707173;
  border-top: 1px solid #6E6E6E;
}
footer .foot-text {
  line-height: 20px;
  line-height: 2rem;
  color: #C7C7C7;
  margin-top: 0;
  white-space: nowrap;
  font-weight: 600;
}
footer .foot-logo {
  display: block;
  width: 102px;
}
footer .foot-link a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .foot-link a:hover,
footer .foot-link a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .foot-sup {
  font-size: 12px;
  font-size: 1.2rem;
}
footer .foot-sup .foot-text {
  padding-left: 10px;
}
footer .foot-sub {
  font-size: 10px;
  font-size: 1rem;
}
footer .foot-right {
  text-align: right;
}
footer .foot-left {
  text-align: left;
}
footer .company-logo {
  display: block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(/assets/4.211.1_0_34/base/resources/global/images/logos/fb/fb-research.svg);
  height: 16px;
  width: 102px;
  content: "";
}
@media screen and (max-width: 767px) {
  footer .foot-right,
  footer .foot-left {
    text-align: center;
  }
  footer .foot-logo {
    margin: 0 auto 5px;
  }
  footer .foot-packet {
    text-align: center;
  }
}
.agent-logo {
  background: url(/assets/4.211.1_0_34/app/resources/global/images/logos/powered-by_fb-research_munich-re_negativ.svg) no-repeat left center;
  height: 17px;
  width: 255px;
}
footer .foot-sup .foot-text:first-child {
  padding-left: 0;
}
footer .foot-sub {
  margin-top: 5px;
}
@media (max-width: 991px) {
  #home .container-limited {
    max-width: 750px;
  }
}
.login-infobox {
  background-color: rgba(255, 255, 255, 0.5);
  list-style: none;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.login-infobox .media-icon {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .login-infobox {
    margin-top: 30px;
  }
}
#login,
#recover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #DEDEDE;
  position: relative;
  padding: 15px 30px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#login:before,
#recover:before {
  content: '';
  display: block;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #b4cd45;
  background: linear-gradient(to bottom, #d4e395 25%, #c4d86d 25%, #c4d86d 50%, #b4cd45 50%, #b4cd45 75%, #98b02f 75%);
}
#login .tool .logo,
#recover .tool .logo {
  background-image: url(/assets/4.211.1_0_34/app/controller/page/images/logo_versdiagnose.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: contain;
  height: 70px;
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}
#login h1,
#recover h1 {
  font-weight: normal;
  margin: 5px 0 15px;
}
#login h1,
#recover h1,
#login a,
#recover a,
#login p,
#recover p,
#login h1:visited,
#recover h1:visited,
#login a:visited,
#recover a:visited,
#login p:visited,
#recover p:visited {
  color: #333333;
}
#login .parsley-errors-list,
#recover .parsley-errors-list {
  bottom: 34px;
}
#login .form-group,
#recover .form-group {
  position: relative;
}
#login .form-group input[type="text"],
#recover .form-group input[type="text"],
#login .form-group input[type="password"],
#recover .form-group input[type="password"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 16px;
  height: 42px;
  font-size: 15px;
  margin-bottom: 15px;
  border-color: #fff;
}
#login .form-group input[type],
#recover .form-group input[type] {
  border-color: transparent transparent #ccc;
  padding-left: 30px;
  border-radius: 0;
}
#login .form-group input[type]:focus,
#recover .form-group input[type]:focus {
  border-bottom-color: #b4cd45;
  box-shadow: inset 0 -1px 0 0 #b4cd45;
}
#login .form-group button[type="submit"][name="login"],
#recover .form-group button[type="submit"][name="login"],
#login .form-group button[type="submit"][name="abschicken"],
#recover .form-group button[type="submit"][name="abschicken"] {
  border: none;
}
#login .form-group .prefix-icon,
#recover .form-group .prefix-icon {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 10px;
  display: inline-block;
}
#login .btn-login,
#recover .btn-login {
  color: #FFFFFF;
  background-color: #b4cd45;
  border-color: #b4cd45;
}
#login .btn-login:focus,
#recover .btn-login:focus,
#login .btn-login.focus,
#recover .btn-login.focus {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #64731f;
}
#login .btn-login:hover,
#recover .btn-login:hover {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #91a82d;
}
#login .btn-login:active,
#recover .btn-login:active,
#login .btn-login.active,
#recover .btn-login.active,
.open > .dropdown-toggle#login .btn-login,
.open > .dropdown-toggle#recover .btn-login {
  color: #FFFFFF;
  background-color: #98b02f;
  border-color: #91a82d;
}
#login .btn-login:active:hover,
#recover .btn-login:active:hover,
#login .btn-login.active:hover,
#recover .btn-login.active:hover,
.open > .dropdown-toggle#login .btn-login:hover,
.open > .dropdown-toggle#recover .btn-login:hover,
#login .btn-login:active:focus,
#recover .btn-login:active:focus,
#login .btn-login.active:focus,
#recover .btn-login.active:focus,
.open > .dropdown-toggle#login .btn-login:focus,
.open > .dropdown-toggle#recover .btn-login:focus,
#login .btn-login:active.focus,
#recover .btn-login:active.focus,
#login .btn-login.active.focus,
#recover .btn-login.active.focus,
.open > .dropdown-toggle#login .btn-login.focus,
.open > .dropdown-toggle#recover .btn-login.focus {
  color: #FFFFFF;
  background-color: #809428;
  border-color: #64731f;
}
#login .btn-login:active,
#recover .btn-login:active,
#login .btn-login.active,
#recover .btn-login.active,
.open > .dropdown-toggle#login .btn-login,
.open > .dropdown-toggle#recover .btn-login {
  background-image: none;
}
#login .btn-login.disabled:hover,
#recover .btn-login.disabled:hover,
#login .btn-login[disabled]:hover,
#recover .btn-login[disabled]:hover,
fieldset[disabled] #login .btn-login:hover,
fieldset[disabled] #recover .btn-login:hover,
#login .btn-login.disabled:focus,
#recover .btn-login.disabled:focus,
#login .btn-login[disabled]:focus,
#recover .btn-login[disabled]:focus,
fieldset[disabled] #login .btn-login:focus,
fieldset[disabled] #recover .btn-login:focus,
#login .btn-login.disabled.focus,
#recover .btn-login.disabled.focus,
#login .btn-login[disabled].focus,
#recover .btn-login[disabled].focus,
fieldset[disabled] #login .btn-login.focus,
fieldset[disabled] #recover .btn-login.focus {
  background-color: #b4cd45;
  border-color: #b4cd45;
}
#login .btn-login .badge,
#recover .btn-login .badge {
  color: #b4cd45;
  background-color: #FFFFFF;
}
#recover .form-group label {
  margin-bottom: 0;
}
#recover .form-group label.text-left .required-label {
  padding-left: 2px;
}
#recover .form-group input[type="text"],
#recover .form-group input[type="password"] {
  margin-bottom: 5px;
}
#recover .form-horizontal {
  margin-bottom: 10px;
}
input[id*="_toggle_visibility"] + label {
  border-color: #C7C7C7;
}
.special-login-style .input-group {
  width: 100%;
}
.special-login-style .input-group input[type] {
  padding-right: 30px;
}
.special-login-style .input-group-addon {
  position: absolute;
  left: 0;
  height: 42px;
  z-index: 4;
  padding: 10px;
  margin-top: 1px;
  display: inline-block;
  border: none;
  font-size: 15px;
  background-color: transparent;
}
.special-login-style .input-group-btn {
  width: 0;
}
.special-login-style .input-group-btn .fb-togglebutton--icon-on,
.special-login-style .input-group-btn .fb-togglebutton--icon-off {
  padding: 0;
  margin: 0;
}
.special-login-style .input-group-btn input[id*="_toggle_visibility"] + label,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:checked + label,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:active + label {
  position: absolute;
  display: inline-block;
  height: 42px;
  margin-left: -38px;
  top: 3px;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  z-index: 4;
}
.special-login-style .input-group-btn input[id*="_toggle_visibility"] + label .fb-togglebutton--icon-on .fbicon,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:checked + label .fb-togglebutton--icon-on .fbicon,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:active + label .fb-togglebutton--icon-on .fbicon,
.special-login-style .input-group-btn input[id*="_toggle_visibility"] + label .fb-togglebutton--icon-off .fbicon,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:checked + label .fb-togglebutton--icon-off .fbicon,
.special-login-style .input-group-btn input[id*="_toggle_visibility"]:active + label .fb-togglebutton--icon-off .fbicon {
  color: #333333;
}
::-ms-reveal {
  display: none;
}
.logout {
  overflow: hidden;
}
.login-space {
  margin-top: 5%;
}
@media (min-width: 768px) {
  .login-space {
    margin-top: 10%;
  }
}
@media (min-width: 992px) {
  #login,
  #recover {
    padding: 30px 60px 50px;
  }
}
#login,
#recover {
  box-shadow: 0 7px 14px 1px rgba(0, 0, 0, 0.13);
}
#login h1,
#recover h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
#login .logo,
#recover .logo {
  margin-bottom: 10px;
}
.guest {
  background-image: url(/assets/4.211.1_0_34/app/controller/page/images/side_l.png), url(/assets/4.211.1_0_34/app/controller/page/images/side_r.png);
  background-position: left top, right top;
  background-repeat: repeat-y;
}
@media (min-width: 1400px) {
  .guest .container-limited {
    max-width: 1370px;
  }
}
.login-infobox {
  background-color: transparent;
}
@media (min-width: 992px) {
  .login-infobox {
    margin-top: 0;
  }
}
.login-infobox .login-infobox {
  background-color: rgba(255, 255, 255, 0.5);
}
.website_hint {
  background-image: url(/assets/4.211.1_0_34/app/controller/page/images/bg_box_l.png), url(/assets/4.211.1_0_34/app/controller/page/images/bg_box_r.png), url(/assets/4.211.1_0_34/app/controller/page/images/bg_box.png);
  background-position: center left, center right, center left;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: contain;
  background-color: #b4cd45;
  margin-top: 30px;
}
.website_hint .quickview-content {
  padding: 25px;
}
.website_hint .quickview-content h1 {
  text-transform: uppercase;
  margin-top: 0;
}
.website_hint .quickview-content .btn-ghost {
  margin-top: 10px;
}
.website_hint .quickview-content .text-highlight {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .website_hint .quickview-content {
    padding: 25px 70px;
  }
}
.controlbar {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.controlbar .input-wrapper {
  display: inline-table;
  vertical-align: middle;
  table-layout: fixed;
}
.controlbar .search-wrap,
.controlbar .selector-wrap {
  max-width: 160px;
  float: left;
}
.controlbar-filter {
  background-color: #F3F3F3;
  padding: 10px 16px;
  border-radius: 4px;
}
.controlbar-filter input[type="text"] {
  border-color: #A6A6A6;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.5;
  height: auto;
  padding: 5px 10px;
}
.controlbar-filter input[type="text"]::-webkit-input-placeholder,
.controlbar-filter input[type="text"]::-moz-placeholder,
.controlbar-filter input[type="text"]:-moz-placeholder {
  color: #C7C7C7;
}
.controlbar-filter .title-with-info .infoicon {
  margin-top: 13px;
}
.controlbar-filter h4 {
  border-bottom: 1px solid #C7C7C7;
  font-size: 13px;
  margin: 15px 0 10px;
  padding-bottom: 7px;
}
.controlbar .right,
.controlbar-filter .right {
  float: right;
  margin-left: 5px;
}
.columnsettings .columnsettings .btn {
  width: 28px;
  height: 27px;
}
.columnsettings .columnsettings .btn .fbicon {
  position: relative;
  top: -2px;
}
.columnsettings .columnsettings .label-addition {
  display: none;
}
.columnsettings .badge {
  position: absolute;
  top: -11px;
  left: -8px;
  background-color: #E25454;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 11px;
  padding: 1px 6px 2px;
  border: 2px solid #F3F3F3;
}
.filter-quickview {
  border-top: 1px solid #FFFFFF;
  margin-top: 10px;
  padding: 10px 0 0;
}
.filter-quickview .breadcrumb-group {
  display: inline-block;
  color: #6E6E6E;
  font-size: 11px;
  line-height: 16px;
  margin: 0 10px 0 0;
}
.filter-quickview .breadcrumb-group label,
.filter-quickview .breadcrumb-group .badge {
  font-size: inherit;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  padding: 4px 0 5px;
  vertical-align: baseline;
}
.filter-quickview .breadcrumb-group .badge {
  background-color: #526f99;
  color: #FFFFFF;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.statistics-bar-wrapper {
  background-color: #FFFFFF;
  height: 25px;
  position: relative;
}
.statistics-bar {
  background-color: #b4cd45;
  height: 3px;
  margin-top: 1px;
  position: absolute;
  transition: width 1s;
  width: 1%;
}
.statistics-bar-info,
.statistics-bar-prepare {
  color: #8A8A8A;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 6px;
  transition: right 1s;
}
.statistics-bar-info {
  right: 100px;
}
.statistics-bar-additional-info {
  display: none;
}
.statistics-bar-wrapper:hover .statistics-bar-additional-info {
  display: inline-block;
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.highlighted {
  color: #8A8A8A;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled.active {
  color: #C7C7C7;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #C7C7C7;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #F3F3F3;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #C7C7C7;
  cursor: not-allowed;
}
.datepicker table tr td.today {
  color: #333333;
  background: #F3F3F3;
  border-color: #c0c0c0;
}
.datepicker table tr td.today:hover {
  background: #dadada;
  border-color: #a1a1a1;
}
.datepicker table tr td.today.focused {
  background: #dadada;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover {
  background: #F3F3F3;
  color: #C7C7C7;
}
.datepicker table tr td.range {
  color: #333333;
  background: #F3F3F3;
  border-color: #c0c0c0;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  background: #dadada;
  border-color: #a1a1a1;
}
.datepicker table tr td.range.focused {
  background: #dadada;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled.active {
  background: #F3F3F3;
  color: #C7C7C7;
}
.datepicker table tr td.range.highlighted {
  color: #8A8A8A;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled.active {
  color: #C7C7C7;
}
.datepicker table tr td.range.today {
  color: #333333;
  background: #d3d9e1;
  border-color: #96a4b8;
}
.datepicker table tr td.range.today:hover {
  background: #b4becc;
  border-color: #72849f;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active {
  background: #d3d9e1;
  color: #C7C7C7;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #333333;
  background: #DEDEDE;
  border-color: #525252;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background: #c5c5c5;
  border-color: #333333;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #FFFFFF;
  background: #526f99;
  border-color: #526f99;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  background: #405778;
  border-color: #3d5271;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  line-height: 5.4rem;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #F3F3F3;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #C7C7C7;
  cursor: not-allowed;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #FFFFFF;
  background: #526f99;
  border-color: #526f99;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  background: #405778;
  border-color: #3d5271;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #F3F3F3;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.calendar-item.panel-default .panel-heading {
  background-color: #b4cd45;
  padding: 5px 15px;
}
.calendar-item.panel-default .panel-heading .panel-title,
.calendar-item.panel-default .panel-heading .panel-title.light {
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.calendar-item.panel-default .panel-body .calendar-content h2 {
  font-size: 23px;
  font-size: 2.3rem;
}
.calendar-item.panel-default .panel-body .calendar-content .font-size-lg {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.calendar-item.panel-default .panel-body .calendar-content p {
  font-size: 15px;
  font-size: 1.5rem;
}
.calendar-item.panel-default .panel-body .calendar-content hr {
  margin: 5px 0 8px;
}
.calendar-item.panel-default .panel-body .calendar-content .text-primary {
  color: #b4cd45;
}
.calendar-item.panel-default .panel-body .calendar-content .toollogo img {
  height: 20px;
  width: auto;
}
.calendar-item.panel-default.header-logo .toollogo img {
  height: 17px;
  width: auto;
}
.calendar-wrapper > .calendar-intro .media-icon {
  height: 48px;
  width: 48px;
  margin-left: -10px;
}
.calendar-wrapper > .calendar-intro .headline {
  margin-top: 0;
}
.quickview {
  border: 1px solid #DEDEDE;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
@media (max-width: 992px) {
  .quickview {
    margin-top: 10px;
    background-color: #F3F3F3;
  }
}
.quickview .headline {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 17px;
  margin-top: 0;
}
.quickview .headline small,
.quickview .headline .small {
  font-weight: normal;
  line-height: 1;
  color: #A6A6A6;
}
.quickview .headline small,
.quickview .headline .small {
  font-size: 65%;
}
.quickview-content {
  padding: 15px;
}
.quickview a:not(.btn) {
  color: #000000;
}
.quickview .newsentry {
  margin: 10px 0;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
  display: block;
  border-radius: 4px;
  padding: 8px;
}
.quickview .newsentry .date {
  color: #8A8A8A;
  font-size: 11px;
}
.quickview .media {
  margin: -15px -15px 0;
}
.quickview .panel {
  margin-bottom: 10px;
  border: 1px solid #DEDEDE;
}
.quickview .panel-heading {
  border: none;
}
.quickview .panel-body {
  border-top: 1px solid #C7C7C7;
}
.quickview .calendar-item.panel-default .panel-heading {
  background-color: #FFFFFF;
  padding: 5px 10px 5px 7px;
}
.quickview .calendar-item.panel-default .panel-heading .panel-title {
  font-size: 17px;
  font-size: 1.7rem;
}
.nav-aside-wrapper.affix {
  top: 15px;
}
.nav-aside-wrapper.affix-bottom {
  position: relative;
}
.nav-aside-wrapper .nav-aside-menu-wrapper {
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 15px;
}
.nav-aside-wrapper .nav-aside .nav-item {
  font-weight: 600;
}
.nav-aside-wrapper .nav-aside .nav-item a {
  color: #333333;
  padding: 6px 5px 6px 32px;
}
.nav-aside-wrapper .nav-aside .nav-item a .fbicon {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 14px;
  width: 14px;
}
.nav-aside-wrapper .nav-aside .nav-item a:hover {
  background-color: #526f99;
  color: #FFFFFF;
}
.nav-aside-wrapper .nav-aside .nav-item a:hover .fbicon {
  color: #FFFFFF;
}
.nav-aside-wrapper .nav-aside .nav-item:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-aside-wrapper .nav-aside .nav-item:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.video-wrapper {
  margin: 25px 0;
}
.video-wrapper:hover .play-button {
  background-color: #b4cd45;
}
.video-wrapper:hover .video-disclaimer {
  display: block;
}
.video-disclaimer {
  display: none;
  position: absolute;
  bottom: 3%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  background-color: #FFFFFF;
  border: solid 1px #C7C7C7;
  border-radius: 10px;
  width: 70%;
  padding-top: 6px;
}
.youtube {
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.1%;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #C7C7C7;
  border-radius: 10px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
}
.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  cursor: pointer;
  position: absolute;
}
.youtube .play-button {
  width: 67px;
  height: 48px;
  background-color: #6E6E6E;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #FFFFFF;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.broker-iframe {
  width: 898px;
  height: 640px;
  border: none;
}
.riskquestions {
  table-layout: fixed;
}
.riskquestions tr td {
  padding: 8px 0;
}
.riskquestions tr td:first-child {
  width: 90%;
}
.riskquestions tr td:last-child {
  text-align: right;
}
.riskquestions tr.heading td {
  padding-top: 30px;
}
.riskquestions tr.heading th,
.riskquestions tr.heading td {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.riskquestions tr.noanswer {
  border-top: 1px solid #F3F3F3;
}
.riskquestions tr.noanswer:first-child {
  border-top: none;
}
.riskquestions tr.noanswer.trigger td:first-child,
.riskquestions tr.noanswer.subheading td:first-child {
  padding-left: 25px;
}
.riskquestions tr.answer td,
.riskquestions tr.subquestion td {
  padding-left: 45px;
  word-wrap: break-word;
}
.riskquestions tr.answer td:first-child,
.riskquestions tr.subquestion td:first-child {
  text-align: left;
}
.riskquestions tr.subanswer td {
  padding-left: 65px;
}
.graphhandler-enum {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -30px;
  text-align: right;
}
.questions h4 {
  border-bottom: solid 1px #C7C7C7;
  padding-bottom: 7px;
  margin-bottom: 18px;
}
.questions .custom-select-container {
  width: 100%;
  border-radius: 4px;
  text-align: left;
  float: right;
}
.questions .subsequent textarea,
.questions .subsequent input[type=text]:not(.custom-select-search-field) {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #525252;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  float: right;
  width: 237px;
}
.questions .subsequent textarea:focus,
.questions .subsequent input[type=text]:not(.custom-select-search-field):focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.questions .subsequent textarea::-moz-placeholder,
.questions .subsequent input[type=text]:not(.custom-select-search-field)::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.questions .subsequent textarea:-ms-input-placeholder,
.questions .subsequent input[type=text]:not(.custom-select-search-field):-ms-input-placeholder {
  color: #999;
}
.questions .subsequent textarea::-webkit-input-placeholder,
.questions .subsequent input[type=text]:not(.custom-select-search-field)::-webkit-input-placeholder {
  color: #999;
}
.questions .subsequent textarea[disabled],
.questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled],
.questions .subsequent textarea[readonly],
.questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly],
fieldset[disabled] .questions .subsequent textarea,
fieldset[disabled] .questions .subsequent input[type=text]:not(.custom-select-search-field) {
  background-color: #F3F3F3;
  opacity: 1;
}
.questions .subsequent textarea[disabled],
.questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled],
fieldset[disabled] .questions .subsequent textarea,
fieldset[disabled] .questions .subsequent input[type=text]:not(.custom-select-search-field) {
  cursor: not-allowed;
}
.input-group .questions .subsequent textarea[disabled] ~ .input-group-btn .btn,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-btn .btn,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-btn .btn,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-btn .btn,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-addon,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-addon,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-addon,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-addon,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-btn .btn:hover,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-btn .btn:hover,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-btn .btn:hover,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-btn .btn:hover,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-addon:hover,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-addon:hover,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-addon:hover,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-addon:hover,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-btn .btn:active,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-btn .btn:active,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-btn .btn:active,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-btn .btn:active,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-addon:active,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-addon:active,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-addon:active,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-addon:active,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-btn .btn:focus,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-btn .btn:focus,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-btn .btn:focus,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-btn .btn:focus,
.input-group .questions .subsequent textarea[disabled] ~ .input-group-addon:focus,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[disabled] ~ .input-group-addon:focus,
.input-group .questions .subsequent textarea[readonly] ~ .input-group-addon:focus,
.input-group .questions .subsequent input[type=text]:not(.custom-select-search-field)[readonly] ~ .input-group-addon:focus {
  background-color: #F3F3F3;
  border-color: #ccc;
  pointer-events: none;
  cursor: default;
}
textarea.questions .subsequent textarea,
textarea.questions .subsequent input[type=text]:not(.custom-select-search-field) {
  height: auto;
}
.questions .subsequent textarea {
  resize: vertical;
  min-height: 30px;
}
.questions .radio-button + label {
  padding: 6px 12px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
  width: auto;
  font-weight: normal;
}
.questions .radio-button + label:before,
.questions .radio-button + label:after {
  content: none;
}
.questions .checkbox-button:checked + label,
.questions .radio-button:checked + label,
.questions .btn-toggle:checked + label {
  background-color: #526f99;
  border-color: #526f99;
  color: #FFFFFF;
}
.questions td {
  padding: 10px 0 0;
}
.questions td.graphhandler-cell-label {
  width: 65%;
  padding-left: 33px;
}
.questions td.graphhandler-cell-input {
  width: 35%;
  padding-left: 20px;
  text-align: right;
}
.questions td.graphhandler-cell-input .remove-answer .fbicon {
  height: 26px;
  width: 26px;
  color: #A6A6A6;
}
.questions .subquestion h4 {
  font-weight: 500;
  font-size: 13px;
  border-bottom: none;
  padding-left: 33px;
  margin-bottom: 0;
}
.questions .subquestion td.graphhandler-cell-label {
  padding-left: 53px;
}
.questions table {
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
}
.questions table tbody {
  border-bottom: 10px solid #FFFFFF;
}
.questions table tbody.title-body tr td {
  width: 1%;
}
.questions table tbody:not(.title-body) tr.subsequent td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FFFFFF;
  background-color: #f8f8f8;
}
.questions table tbody:not(.title-body) tr.subsequent td:first-child {
  overflow: hidden;
  position: relative;
  border-left: 33px solid #FFFFFF;
  background-image: linear-gradient(to right, #A6A6A6 0, #A6A6A6 3px, transparent 3px, transparent 99%);
}
.questions table tbody:not(.title-body) tr.subsequent td:last-child {
  padding-right: 5px;
}
.questions table tbody:not(.title-body) tr.subsequent td.graphhandler-cell-label {
  padding-left: 45px;
}
.questions table tbody:not(.title-body) tr.subsequent.done td {
  background-color: #F3F3F3;
}
.questions table tbody:not(.title-body) tr.subsequent.done td:first-child {
  background-image: linear-gradient(to right, #b4cd45 0, #b4cd45 3px, transparent 3px, transparent 99%);
}
.questions table tbody:not(.title-body) tr.subsequent.done:nth-child(2n+3) td {
  background-color: #ebebeb;
}
.questions table tbody:not(.title-body) tr.subquestion ~ .subsequent td:first-child {
  border-left-width: 56px;
}
.result-riskquestions table tbody:first-of-type tr td:nth-child(1) {
  padding-right: 20px;
}
.result-riskquestions table tbody:first-of-type tr td:nth-child(2) {
  border-left: 13px solid #DEDEDE;
  max-width: 350px;
  word-wrap: break-word;
}
.result-riskquestions table tbody:first-of-type tr td:last-child {
  text-align: center;
}
.result-riskquestions table tbody:first-of-type tr.subquestion td:nth-child(2) {
  border-left-color: #C7C7C7;
}
.result-riskquestions tr.subheading th:first-child,
.result-riskquestions tr.basequestion th:first-child,
.result-riskquestions tr.subheading td:first-child,
.result-riskquestions tr.basequestion td:first-child {
  padding-left: 30px;
  width: 60%;
}
.result-riskquestions tr.subquestion td:first-child {
  padding-left: 50px;
  font-weight: normal;
}
.result-riskquestions tr.repeatable td:first-child {
  padding-left: 30px;
  font-weight: bold;
}
.result-riskquestions .heading th {
  padding-bottom: 7px;
  font-size: 17px;
  font-size: 1.7rem;
}
.result-riskquestions th {
  font-weight: 600;
}
.result-riskquestions th,
.result-riskquestions td {
  padding: 8px;
}
.result-riskquestions td {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  button#buttons_help {
    position: absolute;
    right: 0;
    bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .message-toggle[aria-expanded="false"] {
    pointer-events: none;
  }
  .message-toggle h5 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  button#buttons_help {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .media-mobile-filter-a {
    float: right;
    margin-right: 45px;
  }
  .media-mobile-filter-b {
    float: right;
    right: 5px;
  }
  #header .tool-logo {
    margin: 10px 20px 0 0;
  }
}
@media (max-width: 991px) {
  .datepicker table thead {
    display: table-header-group;
  }
  .datepicker table tbody {
    display: table-row-group;
    width: 100%;
  }
  .datepicker table tr {
    display: table-row;
    width: 100%;
  }
  .datepicker table td {
    display: table-cell;
  }
  .simple-grid-label label .required-label {
    right: auto;
  }
  .questions thead {
    display: block;
    width: auto;
  }
  .questions tbody {
    display: block;
    width: auto;
  }
  .questions tr {
    display: block;
    width: auto;
  }
  .questions td {
    display: block;
    width: auto;
  }
  .questions h4 {
    margin-bottom: 0;
  }
  .questions table {
    border-collapse: separate;
    border-radius: 5px;
    width: 100%;
  }
  .questions table tbody.title-body tr td {
    width: 100%;
  }
  .questions table tbody + tbody {
    border-top: 1px dashed #C7C7C7;
  }
  .questions table tbody + tbody:nth-of-type(2) {
    border-top: none;
  }
  .questions table tbody:not(.title-body) tr.subsequent td {
    background-color: #F3F3F3;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .questions table tbody:not(.title-body) tr.subsequent td:first-child {
    border-left: 0;
    min-height: 43px;
  }
  .questions table tbody:not(.title-body) tr.subsequent td.graphhandler-cell-label {
    padding-left: 35px;
    padding-top: 15px;
  }
  .questions .radio-button + label {
    display: block;
    width: 100%;
  }
  .questions .graphhandler-label {
    display: block;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .questions td.graphhandler-cell-label {
    padding: 0 0 0 35px;
    width: 100%;
  }
  .questions td.graphhandler-cell-input {
    padding: 0 0 0 35px;
    width: 100%;
  }
  .questions tr.trigger {
    padding: 10px 10px 10px 0;
  }
  .questions .subsequent textarea {
    width: 100%;
  }
  .questions .subsequent input[type=text] {
    width: 100%;
  }
  .questions .custom-select-container {
    float: left;
    width: 80% !important;
  }
  .navbar-form .input-wrapper {
    display: block;
  }
  .devmode-nav {
    position: absolute !important;
    bottom: 0;
    top: auto;
  }
  .risktype {
    display: block;
    white-space: normal;
    max-width: 190px;
  }
  td.graphhandler-cell.graphhandler-cell-input:after {
    clear: both;
    content: "";
    display: block;
  }
  .controlbar-filter input[type="text"] {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  #quickcheck .custom-select-container {
    float: left;
    width: 100% !important;
  }
  #graphhandler_results p {
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .simple-grid label {
    text-align: left;
    float: left;
    width: auto;
  }
  .simple-grid .simple-grid-label .infoicon {
    position: relative;
  }
  .simple-grid-label:after {
    clear: both;
    content: "";
  }
  .logos_companies div {
    width: 145px;
  }
  #assessment-results-table-target .insurer-logo {
    margin-left: 0;
    margin-top: 20px;
    min-width: 150px;
  }
  #assessment-results-table-target[data-column="results"] {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
  }
  #assessment-results-table-target[data-column="results"].btn {
    display: block;
    max-width: 190px;
    white-space: normal;
    width: 100%;
  }
  #assessment-results-table-target .fbtable .fbtable-cell {
    border: 0;
    display: block;
    padding: 8px 8px;
    position: relative;
  }
  #assessment-results-table-target .fbtable .fbtable-row {
    border-top: 1px solid #C7C7C7;
    display: block;
  }
  #graphhandler_results p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .message-toggle {
    padding-left: 16px;
  }
  .message-toggle h5 {
    cursor: pointer;
  }
  .message-toggle-icon {
    margin-left: -20px;
  }
  .message-toggle-icon.collapse-indicator.visible-xs {
    display: inline-block !important;
  }
  #header #navbar {
    float: none !important;
  }
  #login .form-group button {
    display: block;
    width: 100%;
  }
  .question-block {
    display: block;
  }
  .heading {
    display: block;
    border-top: 1px solid #F3F3F3;
  }
  tr.basequestion,
  tr.subquestions {
    display: block;
    width: 100%;
  }
  tr.basequestion:after,
  tr.subquestions:after {
    content: "";
    display: block;
    clear: both;
  }
  tr.subheading {
    border-top: 1px solid #F3F3F3;
  }
  tr.basequestion,
  tr.subquestion {
    display: block;
    width: 100%;
  }
  tr.basequestion:after,
  tr.subquestion:after {
    content: "";
    display: block;
    clear: both;
  }
  tr.subheading {
    border-top: 1px solid #F3F3F3;
  }
  .result-riskquestions table tbody:first-of-type tr td:nth-child(2) {
    display: block;
    float: left;
    border-left: 5px solid #DEDEDE;
    border-top: 0;
    border-bottom: 0;
    line-height: 40px;
    padding-left: 25px;
  }
  .result-riskquestions table tbody:first-of-type tr td:nth-child(3) {
    display: block;
    float: right;
    border-top: 0;
    border-bottom: 0;
  }
  .result-riskquestions table tbody:first-of-type tr.subquestion td:nth-child(2) {
    padding-left: 45px;
    border-left-color: #A6A6A6;
  }
  .result-riskquestions tr.subquestion td {
    display: block;
  }
}
@media (max-width: 480px) {
  button#filters_filteroptions {
    float: right;
  }
  button#buttons_help {
    position: absolute;
    right: 0;
    bottom: 45px;
  }
  .controlbar-filter .custom-select-container {
    margin-bottom: 0;
    min-width: 150px;
  }
  .font-size-base {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 375/667), screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
  .custom-select-container .custom-select-option-item {
    font-size: 16px;
  }
  .custom-select-container .data-custom-select-option-value-label {
    font-size: 16px;
  }
}
#assessment-results-table-target .insurer-logo {
  margin-bottom: 0;
  width: auto;
  max-width: 200px;
}
#assessment-results-table-target .insurer-logo img {
  width: 100%;
  max-width: 200px;
}
#assessment-results-table-target .pullout-label {
  display: inline-block;
  padding: 3px 8px;
  font-size: 70%;
  border-radius: 20px;
  color: #FFFFFF;
}
#assessment-results-table-target .pullout-label .fbicon {
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 0;
}
#assessment-results-table-target .pullout-label .fbicon + span {
  margin-left: 5px;
}
#assessment-results-table-target [data-column="results"] {
  padding-top: 12px;
  padding-bottom: 12px;
}
#assessment-results-table-target [data-column="results"] .btn {
  margin: 7px 30px 7px 0;
  min-width: 220px;
  padding: 7px 10px;
  font-size: 16px;
  position: relative;
  text-align: left;
}
#assessment-results-table-target [data-column="results"] .btn .fbicon {
  width: 22px;
  height: 22px;
  margin-top: -6px;
}
#assessment-results-table-target [data-column="results"] .btn .pullout-label {
  position: absolute;
  top: -12px;
  right: -12px;
}
#assessment-results-table-target [data-column="results"] .btn .pullout-label .fbicon {
  height: 12px;
  width: 12px;
  margin-top: 0;
}
#assessment-results-table-target [data-column="results"] .btn[disabled] {
  border-style: dashed;
}
#assessment-results-table-target [data-column="results"] .btn[disabled] span {
  opacity: 0.2;
}
#assessment-results-table-target [data-column="results"] .btn[disabled] .label {
  display: none;
}
#assessment-results-table-target [data-column="results"]:hover .label {
  opacity: 1;
}
.result-heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.result-details > div:first-child {
  margin-bottom: 4px;
}
.result-details .risk-icon-wrapper {
  display: inline-block;
  margin-bottom: 5px;
}
.result-details .risk-icon-wrapper .risk-icon {
  margin-right: 2px;
}
.result-details[aria-expanded="true"] .indicator-down {
  display: none;
}
.result-details[aria-expanded="false"] .indicator-up {
  display: none;
}
.result-details .progress {
  margin-bottom: 0;
  margin-top: 3px;
  height: 15px;
  cursor: pointer;
}
.result-details .progress .progress-bar:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.result-details .progress .progress-bar--default,
.result-details .progress .progress-bar--agio {
  background-color: #8FC52E;
}
.result-details .progress .progress-bar--man-risk {
  background-color: #525252;
}
.result-details .progress .progress-bar--agio-add-docs,
.result-details .progress .progress-bar--agio-disclaimer,
.result-details .progress .progress-bar--disclaimer,
.result-details .progress .progress-bar--add-docs {
  background-color: #FFC31C;
}
.result-details .progress .progress-bar--postponed,
.result-details .progress .progress-bar--declined {
  background-color: #E25454;
}
/* #Company_Legal_Wording */
.legal-wording {
  line-height: 1.5;
}
.legal-wording .headline {
  margin-top: 20px;
  margin-bottom: 5px;
}
.legal-wording .headline:first-child,
.legal-wording .headline + .headline {
  margin-top: 0;
}
.legal-wording p.headline {
  font-weight: bold;
}
.legal-wording h3 {
  font-size: 20px;
  font-size: 2rem;
}
.legal-wording .legaltext-checkbox {
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  float: left;
  margin: 4px 10px 10px 0;
  padding: 0 5px;
}
@media print {
  .legal-wording h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .legal-wording .border-box {
    border: 1px solid #606060;
    padding: 2px;
    margin-bottom: 9px;
  }
  .legal-wording .border-box p:last-child {
    margin-bottom: 0;
  }
}
* {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
*:focus,
*:active {
  outline-color: transparent !important;
}
h4 .casetime_hint {
  line-height: 1.5;
  display: inline-block;
}
.homeposition {
  margin-top: -15px;
}
.vote-item {
  display: table;
  table-layout: fixed;
}
.vote-item div {
  padding-bottom: 5px;
}
.vote-label {
  display: table-cell;
  width: 200px;
}
.vote-text {
  display: table-cell;
}
.vote-bg {
  background-color: #dde8a9;
}
#exclusions .fbtable-row .btn {
  max-width: 100%;
  white-space: normal;
  text-align: left;
}
.protocol-flat-hint {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 7px;
  background-color: rgba(252, 248, 227, 0.8);
  white-space: normal;
  display: block;
  opacity: 0;
  backdrop-filter: blur(2px) grayscale(90%) brightness(120%);
  -webkit-backdrop-filter: blur(2px) grayscale(90%) brightness(120%);
  transition: opacity 0.25s ease-in-out;
}
.protocol-flat-hint.show {
  opacity: 1;
}
.text-fw-600 {
  font-weight: 600;
}

