@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: black; }

.list-group {
  padding: unset;
  border-radius: 0;
  border: 0;
  margin: 0; }
  .list-group .list-group-item {
    border: none;
    padding: 0; }
    .list-group .list-group-item .list-group {
      margin: 0; }
      .list-group .list-group-item .list-group .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group .list-group-item .list-group .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }

li.menu-list.list-group-item {
  padding: 0;
  border: none;
  margin-bottom: 0; }

.dropdown.open .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none; }

.nav .open > a:hover {
  background: none;
  border: none; }

body,
h1,
h2,
h3,
input,
button {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px; }

h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px; }

h3 {
  font-size: 16px;
  line-height: 16px; }

canvas {
  font-family: 'Open Sans', sans-serif; }

a:hover, a:focus {
  cursor: pointer; }

.icon {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0; }

.splash {
  text-align: center;
  margin: 15% 0 0 0;
  box-sizing: border-box; }

.splash .to-fade {
  font-size: 30px;
  line-height: 72px;
  text-transform: uppercase;
  color: #8AC831;
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  position: absolute;
  width: 100%; }

.splash .fadeIn {
  animation: fadein;
  animation-duration: 2s; }

@keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.splash .fa-circle-o-notch {
  color: #8AC831;
  text-align: center;
  display: inline-block;
  font-size: 30px;
  margin-top: 50px; }

@media print {
  .page-host {
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit; } }

section {
  margin: 0 20px; }

.navbar-nav li.loader {
  margin: 12px 24px 0 6px; }

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s; }

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms; }

/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body {
  background-color: #42413F;
  color: #333; }

.bb-logo {
  text-align: center; }
  .bb-logo a {
    display: inline-block;
    margin: 5px auto; }
  .bb-logo .bb-logo__image {
    margin: auto;
    display: block;
    width: 130px;
    height: 75px;
    object-fit: contain; }

.clickable {
  cursor: pointer; }

.no-break {
  white-space: nowrap; }

.loader-container {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  .loader-container img {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px; }
  .loader-container.full {
    margin-left: -20px;
    margin-top: -10px; }
    .loader-container.full img {
      height: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 300px;
      position: relative;
      top: 0px;
      left: 0px; }

.property-value-centered {
  display: flex; }
  .property-value-centered span {
    font-weight: 700;
    line-height: 1;
    font-size: 22px;
    vertical-align: baseline;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto; }

.bb-container {
  padding: 10px 30px; }

.bb-headline {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: #E5E5E5 solid 1px;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 25px;
  text-align: left;
  display: inline-block; }
  .bb-headline h1 {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle; }
  .bb-headline button, .bb-headline .bb-headline-button-wrapper {
    position: relative;
    float: right; }

.collapse-toggle:after {
  content: "\f105";
  font-family: FontAwesome;
  width: 10px;
  font-size: 22px;
  transition: 0.3s;
  margin: 0px 12px; }

.collapse-toggle[aria-expanded="true"]:after {
  transform: rotate(90deg); }

.vertical-center {
  display: inline-block;
  vertical-align: middle; }

.bg-blue {
  background-color: #00A0D1; }

.bg-green {
  background-color: #708C0A; }

.bg-orange {
  background-color: #FF9100; }

.bg-red {
  background-color: #E30043; }

/*
* css from qlik dev-hub :
* need to set the height for objects
* set top padding to make room for selection toolbar
*/
div.qvobject, div.qvplaceholder {
  padding: 30px 10px 10px 10px;
  height: 400px; }

div.qvobject-diagrams-view {
  height: calc(100vh - 211px); }

div.qvobject-small {
  padding: 30px 10px 10px 10px;
  height: 200px; }

.QvInlineObject {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  float: left; }

.ng-binding {
  font-family: 'Open Sans', sans-serif; }

.qv-viz-disclaimer {
  display: none; }

/* margins */
.m15 {
  margin: 15px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

/* paddings */
.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

/* floats */
.left {
  float: left; }

.right {
  float: right; }

/* other */
.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.message {
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
  top: 50px;
  padding: 10px 20px;
  /* make use of CSS animation to be more independent from jQuery */ }
  .message.new {
    display: block;
    transition: max-height ease .5s;
    overflow: hidden;
    max-height: 0px;
    padding: 0; }
    .message.new .message-text {
      margin: 10px auto; }
  .message.info {
    background-color: #00A0D1; }
  .message.success {
    background-color: #97BF0D; }
  .message.warning {
    background-color: #FF9100; }
  .message.error {
    background-color: #E30043; }
  .message.interactive .message-text {
    display: inline-block;
    text-align: center;
    padding: 10px; }
  .message.interactive .bb-btn {
    float: right; }
  .message.message-animation {
    transition: max-height ease .5s;
    max-height: 50px; }
  .message.au-enter {
    opacity: 0; }
  .message.au-enter-active {
    animation: fadeIn 0.5s; }
  .message.au-leave-active {
    animation: fadeOut 0.5s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

html {
  height: 100vh; }
  html body {
    height: inherit; }
  html .insights-application {
    width: inherit;
    height: inherit; }
    @media (min-width: 1440px) {
      html .insights-application {
        display: flex; } }
    html .insights-application .page-host {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background-color: #FFFFFF;
      overflow-y: auto;
      width: 100%;
      flex: 1;
      position: relative;
      height: 100%; }
      @media (min-width: 1440px) {
        html .insights-application .page-host {
          order: 1; } }
      @media (max-width: 1439px) {
        html .insights-application .page-host {
          padding-left: 56px; } }
      html .insights-application .page-host .insights-top-wrapper {
        height: 50px; }
      html .insights-application .page-host .insights-content {
        flex: 1;
        overflow: auto;
        -ms-overflow-style: scrollbar; }
        html .insights-application .page-host .insights-content .layout-full-height {
          height: 100%;
          overflow: auto; }
        html .insights-application .page-host .insights-content .layout-flex-vertical {
          display: flex;
          flex-direction: column; }
        html .insights-application .page-host .insights-content .layout-flex-1 {
          flex: 1 1 0%; }
    html .insights-application .filter-sidebar-wrapper {
      transition: width ease 0.5s;
      border-right: 1px solid #4D4C4B; }
      @media (min-width: 1440px) {
        html .insights-application .filter-sidebar-wrapper {
          width: 350px; } }
      @media (max-width: 1439px) {
        html .insights-application .filter-sidebar-wrapper {
          position: absolute;
          bottom: 0;
          top: 0;
          width: 56px; }
          html .insights-application .filter-sidebar-wrapper.expanded {
            width: 350px; } }
      html .insights-application .filter-sidebar-wrapper.collapsed {
        flex: none;
        width: 56px; }
  @media (min-width: 992px) {
    html .col-md-5ths {
      width: 20%;
      float: left; } }

div.multi-line-cell {
  position: relative; }
  div.multi-line-cell a,
  div.multi-line-cell span {
    height: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px; }
  div.multi-line-cell::after {
    content: "\A0";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%, #FFFFFF 100%);
    position: absolute;
    width: 60px;
    height: 20px;
    right: 0;
    bottom: 0;
    line-height: 20px; }

/** 
 * !IMPORTANT NOTICE!
 * never use icon-name , Qlikview does the same [class^="icon-"], [class*=" icon-"]
 * and overrides font family for font awesome icons
 */
/**
 * trend icon 
 * 
 * ascendendig arrow up
 * descending arrow down
 * equal arrow right
 */
.fa.bb-icon-trend:before {
  content: "\f178"; }

.fa.bb-icon-trend.ascending {
  /**
     * @TODO create rotate mixin 
     */
  webkit-transform: rotate(325deg);
  moz-transform: rotate(325deg);
  ms-transform: rotate(325deg);
  o-transform: rotate(325deg);
  transform: rotate(325deg); }

.fa.bb-icon-trend.descending {
  /**
     * @TODO create rotate mixin 
     */
  webkit-transform: rotate(45deg);
  moz-transform: rotate(45deg);
  ms-transform: rotate(45deg);
  o-transform: rotate(45deg);
  transform: rotate(45deg); }

.trend {
  background-color: #E5E5E5;
  float: left;
  line-height: 16px;
  padding: 0 2px;
  margin: 2px 0; }
  .trend .trend-indicator {
    font-size: 12px; }
    .trend .trend-indicator.trend-colored.ascending {
      color: #8AC831 !important; }
      .trend .trend-indicator.trend-colored.ascending.trend-inverse-color {
        color: #F00A4B !important; }
      .trend .trend-indicator.trend-colored.ascending .fa.bb-icon-trend {
        /**
     * @TODO create rotate mixin 
     */
        webkit-transform: rotate(325deg);
        moz-transform: rotate(325deg);
        ms-transform: rotate(325deg);
        o-transform: rotate(325deg);
        transform: rotate(325deg); }
    .trend .trend-indicator.trend-colored.equal {
      color: #808080 !important; }
    .trend .trend-indicator.trend-colored.descending {
      color: #F00A4B !important; }
      .trend .trend-indicator.trend-colored.descending.trend-inverse-color {
        color: #8AC831 !important; }
      .trend .trend-indicator.trend-colored.descending .fa.bb-icon-trend {
        /**
     * @TODO create rotate mixin 
     */
        webkit-transform: rotate(45deg);
        moz-transform: rotate(45deg);
        ms-transform: rotate(45deg);
        o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .trend .trend-indicator i {
      font-size: inherit; }
    .trend .trend-indicator .fa.bb-icon-trend:before {
      content: "\f178"; }

.info-icon {
  padding-left: 2px;
  color: #0070bf; }

.bb-generic-table {
  max-height: 100%;
  display: flex; }

.bb-table {
  position: relative;
  margin-bottom: 10px; }
  .bb-table.bb-table-fixed {
    table-layout: fixed; }
  .bb-table.large-table {
    min-height: 300px; }
  .bb-table .loader-container {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0; }
    .bb-table .loader-container img {
      position: absolute;
      top: 50px;
      left: 50%;
      margin-left: -50px; }
  .bb-table .bb-body-column,
  .bb-table .bb-header-column {
    line-height: 20px;
    padding: 10px 8px; }
    .bb-table .bb-body-column .secondary,
    .bb-table .bb-header-column .secondary {
      font-size: 12px; }
  .bb-table .bb-cell-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .bb-table .bb-quarter-cell {
    width: 25%; }
  .bb-table .bb-table-header tr.bb-header-row {
    display: table-row; }
  .bb-table .bb-table-header .bb-table-top-headline {
    width: 100%;
    display: flex; }
    .bb-table .bb-table-header .bb-table-top-headline > div {
      padding: 8px; }
    @media (max-width: 1439px) {
      .bb-table .bb-table-header .bb-table-top-headline h1 {
        font-size: 16px;
        line-height: 16px; } }
  .bb-table .bb-table-header .bb-header-row {
    width: 100%;
    display: flex;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE; }
    .bb-table .bb-table-header .bb-header-row .sort-button span.icon-group.sort-direction {
      font-size: 12px; }
    .bb-table .bb-table-header .bb-header-row span {
      padding: 0; }
    .bb-table .bb-table-header .bb-header-row .bb-dropdown .dropdown-toggle {
      color: #646472;
      width: 100%;
      display: block;
      padding-right: 20px; }
      .bb-table .bb-table-header .bb-header-row .bb-dropdown .dropdown-toggle > span.fa {
        position: absolute;
        right: 0px;
        top: 3px;
        font-size: 16px;
        color: #EEEEEE; }
        .bb-table .bb-table-header .bb-header-row .bb-dropdown .dropdown-toggle > span.fa.active {
          color: #000000; }
      .bb-table .bb-table-header .bb-header-row .bb-dropdown .dropdown-toggle:hover {
        color: #000000; }
    .bb-table .bb-table-header .bb-header-row .bb-dropdown .dropdown-menu > li .sort-button {
      color: #000000;
      font-weight: normal; }
    .bb-table .bb-table-header .bb-header-row .bb-dropdown.open > .dropdown-menu {
      width: 100px; }
  .bb-table .bb-table-header .bb-header-column {
    font-weight: 800; }
    .bb-table .bb-table-header .bb-header-column .sort-button {
      color: #646472; }
    .bb-table .bb-table-header .bb-header-column:hover .sort-button {
      color: #000000; }
  .bb-table .bb-table-header .sortable .sort-button {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 0; }
    .bb-table .bb-table-header .sortable .sort-button.desc i:nth-child(2) {
      color: #42413F; }
    .bb-table .bb-table-header .sortable .sort-button.asc i:first-child {
      color: #42413F; }
  .bb-table .bb-table-header .sortable .sort-direction {
    margin: 0 0 0 5px;
    width: 16px;
    font-size: 15px;
    position: absolute;
    top: 3px;
    right: 0;
    color: #EEEEEE; }
  .bb-table .bb-table-header .sortable i {
    line-height: 8px;
    display: block;
    text-align: right; }
  .bb-table .bb-table-body .bb-table-no-data {
    height: 50px;
    text-align: center;
    padding: 20px; }
  .bb-table .bb-table-body tr.bb-body-row {
    display: table-row; }
  .bb-table .bb-table-body .bb-body-row {
    cursor: default;
    display: flex; }
    .bb-table .bb-table-body .bb-body-row:nth-child(odd) {
      background-color: #FFFFFF; }
    .bb-table .bb-table-body .bb-body-row:nth-child(even) {
      background-color: #F5F5F5; }
      .bb-table .bb-table-body .bb-body-row:nth-child(even) div.bb-body-column div.text-cell div.multi-line-cell::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F5F5F5 70%, #F5F5F5 100%); }
    .bb-table .bb-table-body .bb-body-row:hover {
      background-color: #00A0D1; }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column div, .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column span, .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column a {
        color: #FFFFFF; }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .subline {
        color: #E5E5E5; }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .dropdown-menu div, .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .dropdown-menu span, .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .dropdown-menu a {
        color: #000000; }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .dropdown-menu .subline {
        color: #686765; }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column div.text-cell div.multi-line-cell::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #00A0D1 70%, #00A0D1 100%); }
      .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .trend, .bb-table .bb-table-body .bb-body-row:hover div.bb-body-column .position {
        color: #000000; }
    .bb-table .bb-table-body .bb-body-row .trend-column {
      display: flex; }
      .bb-table .bb-table-body .bb-body-row .trend-column > span, .bb-table .bb-table-body .bb-body-row .trend-column > a {
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .bb-table .bb-table-body .bb-body-row .bb-body-column {
      position: relative; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .trend-value {
        display: flex;
        width: 50px;
        margin-left: 10px; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .tablelink {
        cursor: pointer; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .tablelink:hover {
        text-decoration: underline; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .bb-position-ranking {
        text-align: center;
        height: 100%;
        padding: 16px 0px; }
        .bb-table .bb-table-body .bb-body-row .bb-body-column .bb-position-ranking .position {
          overflow: visible; }
        .bb-table .bb-table-body .bb-body-row .bb-body-column .bb-position-ranking .trend {
          background: transparent;
          float: inherit; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .dropdown.dropdown-menu-right .dropdown-menu {
        left: auto;
        right: 0px; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .dropdown .dropdown-menu {
        color: #000000; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column div.text-cell {
        text-align: left; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .trend-ascending {
        background: #D0E9AD;
        border: solid #8AC831 2px; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .trend-descending {
        background: #EDD6DD;
        border: solid #F00A4B 2px; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .trend-equal {
        background: #D6E6EB;
        border: solid #00A0D1 2px; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .trend {
        float: right; }
      .bb-table .bb-table-body .bb-body-row .bb-body-column .subline {
        color: #686765; }

.bb-table-control {
  margin: 0px 0px 8px 0px; }
  .bb-table-control bb-table-export.bb-table-export {
    width: 500px;
    display: block; }
    .bb-table-control bb-table-export.bb-table-export button {
      float: right; }
    .bb-table-control bb-table-export.bb-table-export .radio, .bb-table-control bb-table-export.bb-table-export .checkbox {
      margin-top: 8px;
      margin-bottom: 8px; }
  .bb-table-control h1 {
    padding: 6px 0px; }
  .bb-table-control .bb-input-container {
    margin: 0; }

bb-large-table.flex,
.bb-large-table-wrapper.fixed {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column; }
  bb-large-table.flex .bb-table,
  .bb-large-table-wrapper.fixed .bb-table {
    flex: 1;
    min-height: 250px;
    overflow: inherit; }
    bb-large-table.flex .bb-table .bb-table-inner,
    .bb-large-table-wrapper.fixed .bb-table .bb-table-inner {
      height: 100%;
      display: flex;
      flex-direction: column; }
      bb-large-table.flex .bb-table .bb-table-inner .bb-table-body,
      .bb-large-table-wrapper.fixed .bb-table .bb-table-inner .bb-table-body {
        position: relative;
        overflow: hidden;
        height: 100%; }
        bb-large-table.flex .bb-table .bb-table-inner .bb-table-body.scrollbar,
        .bb-large-table-wrapper.fixed .bb-table .bb-table-inner .bb-table-body.scrollbar {
          overflow-y: scroll; }
          bb-large-table.flex .bb-table .bb-table-inner .bb-table-body.scrollbar .bb-body-row,
          .bb-large-table-wrapper.fixed .bb-table .bb-table-inner .bb-table-body.scrollbar .bb-body-row {
            margin-right: -17px; }
            bb-large-table.flex .bb-table .bb-table-inner .bb-table-body.scrollbar .bb-body-row > div:last-child,
            .bb-large-table-wrapper.fixed .bb-table .bb-table-inner .bb-table-body.scrollbar .bb-body-row > div:last-child {
              padding-right: 24px; }
        bb-large-table.flex .bb-table .bb-table-inner .bb-table-body .bb-body-row,
        .bb-large-table-wrapper.fixed .bb-table .bb-table-inner .bb-table-body .bb-body-row {
          height: 80px; }

.bb-large-table-wrapper.fixed {
  z-index: 0; }
  .bb-large-table-wrapper.fixed > div[data-export-area] {
    height: calc(100% - 45px);
    display: flex;
    flex-direction: column; }
  .bb-large-table-wrapper.fixed .table-export {
    position: absolute;
    z-index: 3;
    padding-top: 5px;
    padding-right: 30px;
    width: 100%; }
  .bb-large-table-wrapper.fixed .total {
    padding: 15px 8px 8px;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 2;
    background-color: #FFFFFF; }
  .bb-large-table-wrapper.fixed .bb-table.large-table {
    min-height: unset;
    overflow: auto; }
    .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner {
      display: table;
      position: relative;
      border-collapse: separate;
      white-space: nowrap; }
      .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .bb-table-header {
        top: 0;
        display: inline-block;
        position: -webkit-sticky;
        position: sticky;
        z-index: 2; }
        .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .bb-table-header.fixed {
          left: 0;
          z-index: 3;
          margin-right: -5px; }
        .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .bb-table-header .bb-header-row .bb-header-column {
          border-top: 1px solid #EEEEEE;
          border-bottom: 1px solid #EEEEEE;
          background-color: #FFFFFF;
          position: sticky;
          z-index: 1; }
          .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .bb-table-header .bb-header-row .bb-header-column.fixed {
            z-index: 2; }
      .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .fixed {
        background-color: inherit;
        position: -webkit-sticky;
        position: sticky;
        z-index: 1; }
      .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner .border-right {
        border-right: 1px dotted #EEEEEE; }
      .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner > .bb-table-body {
        overflow: unset; }
        .bb-large-table-wrapper.fixed .bb-table.large-table > .bb-table-inner > .bb-table-body .bb-body-row:hover .border-right {
          border-right: none; }

bb-large-table.no-scroll .bb-table-body {
  overflow: auto; }

bb-large-table.no-scroll .bb-table-control {
  margin: 0px -15px 8px -15px; }

.price-benchmark-range-table {
  margin: 8px auto;
  width: 100%;
  text-align: center; }
  .price-benchmark-range-table tr {
    height: 20px; }
    .price-benchmark-range-table tr.large-row {
      height: 42px; }
    .price-benchmark-range-table tr td:first-child {
      text-align: left; }
    .price-benchmark-range-table tr td {
      padding: 2px;
      vertical-align: middle; }
      .price-benchmark-range-table tr td.value-col {
        width: 12%; }

.bb-notifier-view {
  position: relative;
  height: 85px;
  margin-top: 5px;
  overflow: hidden; }
  .bb-notifier-view .note-count {
    position: absolute;
    top: 0;
    right: 0; }
  .bb-notifier-view .bb-single-message {
    display: inline-block; }
  .bb-notifier-view .message-icon.done:before {
    content: ''; }
  .bb-notifier-view .message-icon.info:before {
    content: ''; }
  .bb-notifier-view .message-icon.warn:before {
    content: ''; }
  .bb-notifier-view .message-icon.load:before {
    content: ''; }
  .bb-notifier-view .bb-message-controll {
    float: right; }
  .bb-notifier-view .bb-current-message-nr {
    position: absolute;
    top: 3px;
    right: 90px; }

a.bb-btn,
button.bb-btn {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 8px;
  border: 0 none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  min-width: 100px;
  display: block; }
  a.bb-btn.btn-primary,
  button.bb-btn.btn-primary {
    color: #FFFFFF;
    background: #8AC831 none repeat scroll 0;
    transition: background-color ease-in-out .10s; }
    a.bb-btn.btn-primary:hover,
    button.bb-btn.btn-primary:hover {
      text-decoration: none;
      background-color: #708C0A;
      transition: background-color ease-in-out .10s; }
    a.bb-btn.btn-primary .icon,
    button.bb-btn.btn-primary .icon {
      color: white; }
    a.bb-btn.btn-primary[disabled],
    button.bb-btn.btn-primary[disabled] {
      background: #D8D8D8;
      cursor: default; }
  a.bb-btn.btn-secondary,
  button.bb-btn.btn-secondary {
    background: none;
    border: solid 1px #8AC831;
    transition: border-color ease-in-out .20s; }
    a.bb-btn.btn-secondary .icon,
    a.bb-btn.btn-secondary .label,
    button.bb-btn.btn-secondary .icon,
    button.bb-btn.btn-secondary .label {
      color: #8AC831; }
    a.bb-btn.btn-secondary:hover,
    button.bb-btn.btn-secondary:hover {
      color: #708C0A;
      border: solid 1px #708C0A;
      transition: border-color ease-in-out .20s; }
      a.bb-btn.btn-secondary:hover .icon,
      a.bb-btn.btn-secondary:hover .label,
      button.bb-btn.btn-secondary:hover .icon,
      button.bb-btn.btn-secondary:hover .label {
        color: #708C0A; }
    a.bb-btn.btn-secondary[disabled],
    button.bb-btn.btn-secondary[disabled] {
      color: #D8D8D8;
      border: solid 1px #D8D8D8;
      cursor: default; }
  a.bb-btn.btn-light,
  button.bb-btn.btn-light {
    background: none;
    border: solid 1px #D8D8D8;
    transition: border-color ease-in-out .20s; }
    a.bb-btn.btn-light .icon,
    a.bb-btn.btn-light .label,
    button.bb-btn.btn-light .icon,
    button.bb-btn.btn-light .label {
      color: #646472; }
    a.bb-btn.btn-light:hover,
    button.bb-btn.btn-light:hover {
      border: solid 1px #686765;
      transition: border-color ease-in-out .20s; }
      a.bb-btn.btn-light:hover .label,
      button.bb-btn.btn-light:hover .label {
        color: #42413F; }
    a.bb-btn.btn-light[disabled],
    button.bb-btn.btn-light[disabled] {
      border: solid 1px #D8D8D8;
      cursor: default; }
      a.bb-btn.btn-light[disabled] .icon,
      a.bb-btn.btn-light[disabled] .label,
      button.bb-btn.btn-light[disabled] .icon,
      button.bb-btn.btn-light[disabled] .label {
        color: #D8D8D8; }
  a.bb-btn .label,
  button.bb-btn .label {
    margin-top: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    line-height: 12px; }
  a.bb-btn .icon,
  button.bb-btn .icon {
    font-size: 16px;
    float: left;
    line-height: 1;
    margin: 5px; }

button.bb-btn-iconbutton {
  width: 36px;
  color: #8AC831;
  background: transparent;
  border: none;
  padding: 4px;
  line-height: 1; }
  button.bb-btn-iconbutton:hover {
    background: transparent;
    border: none; }
  button.bb-btn-iconbutton:focus {
    background: transparent;
    border: none;
    outline: none; }
  button.bb-btn-iconbutton:active {
    background: transparent;
    box-shadow: none;
    border: none; }
  button.bb-btn-iconbutton.large .icon {
    color: #8AC831;
    font-size: 36px;
    line-height: 1;
    font-weight: bold; }
  button.bb-btn-iconbutton .icon {
    color: #8AC831;
    font-size: 22px;
    line-height: 1; }

.bb-btn-group {
  display: block; }
  .bb-btn-group span {
    vertical-align: middle; }
  .bb-btn-group--right {
    float: right; }
  .bb-btn-group--left {
    float: left; }

button.bb-btn-chip {
  background-color: #8AC831;
  border: none;
  padding: 2px 4px;
  border-radius: 20px;
  color: white;
  transition: background-color ease-in-out .10s; }
  button.bb-btn-chip:hover {
    background-color: #708C0A;
    transition: background-color ease-in-out .10s; }
  button.bb-btn-chip.btn-chip-alternate {
    background-color: #00A0D1; }
    button.bb-btn-chip.btn-chip-alternate:hover {
      background-color: #0070bf;
      transition: background-color ease-in-out .10s; }
  button.bb-btn-chip > span {
    font-size: 12px;
    color: white;
    display: block; }
    button.bb-btn-chip > span.icon {
      float: right;
      padding: 4px; }
    button.bb-btn-chip > span.label {
      float: left;
      padding: 4px; }

.button-bar {
  width: 100%;
  margin: 0 -5px; }
  .button-bar .bb-btn {
    display: inline-block;
    margin: 0 5px; }

button:active:focus {
  background: transparent;
  outline: none !important;
  box-shadow: none; }

.filter-sidebar-wrapper .bb-filter-sidebar {
  height: 100%;
  background-color: #42413F;
  display: flex;
  overflow: auto;
  flex-direction: column; }
  .filter-sidebar-wrapper .bb-filter-sidebar .bb-logo {
    height: 50px; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-logo a {
      margin: 0; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-logo a .bb-logo__image {
        display: block;
        height: 48px;
        width: 50px; }
  .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control {
    padding: 12px;
    border-top: 1px solid #4D4C4B; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading {
      height: 30px;
      vertical-align: middle;
      display: flex;
      margin-bottom: 16px; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading .panel-title {
        display: flex; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading .accordion-note {
        display: inline;
        color: #D8D8D8;
        flex-grow: 1;
        font-weight: normal;
        font-size: 12px;
        line-height: 12px; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading .filter-clear {
        float: right;
        color: #D8D8D8;
        font-size: 18px;
        font-family: FontAwesome;
        line-height: 30px;
        cursor: pointer; }
        .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading .filter-clear:hover {
          text-decoration: none; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-control .bb-filter-heading .button-bar {
        width: auto; }
  .filter-sidebar-wrapper .bb-filter-sidebar .panel-collapse {
    width: 100%; }
    .filter-sidebar-wrapper .bb-filter-sidebar .panel-collapse .panel-title {
      display: flex;
      flex-grow: 1;
      flex-shrink: 1; }
    .filter-sidebar-wrapper .bb-filter-sidebar .panel-collapse .button-bar {
      width: auto;
      margin-left: auto; }
  .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton {
    border-radius: 4px;
    transition: background-color ease .1s; }
    .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton span {
      color: white; }
    .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton:hover {
      background-color: #686765;
      transition: background-color ease .1s; }
    .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton:active {
      background-color: #333333;
      transition: background-color ease .1s; }
    .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton[disabled]:hover {
      background-color: transparent; }
    .filter-sidebar-wrapper .bb-filter-sidebar .button-bar button.bb-btn-iconbutton[disabled] span {
      color: #D8D8D8; }
  .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main {
    flex: 1; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-body {
      color: #FFFFFF; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .form-control {
      border-color: #4D4C4B;
      background: #FFFFFF; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel {
      border: none;
      border-radius: 0;
      background: #42413F;
      box-shadow: none; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel > .panel-heading {
        border-top: 1px solid #4D4C4B;
        background: #42413F;
        color: #D8D8D8;
        padding: 12px;
        border-radius: 0; }
        .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel > .panel-heading .bb-btn-chip {
          float: right;
          margin-right: 35px;
          top: -23px;
          position: relative; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .list-group,
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .panel-body {
      border-top: 0; }
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .list-group .bb-btn-chip,
      .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .panel-body .bb-btn-chip {
        display: flex;
        align-items: center; }
        .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .list-group .bb-btn-chip span,
        .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-heading + .panel-collapse > .panel-body .bb-btn-chip span {
          white-space: normal;
          text-align: left; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel + .panel {
      margin: 0; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-group {
      margin-bottom: 0; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-main .panel-body {
      padding: 12px; }
  .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-footer .filter-toggle-button {
    border-top: 1px solid #4D4C4B;
    background: #42413F;
    color: #D8D8D8;
    padding: 12px;
    border-radius: 0; }
    .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-footer .filter-toggle-button:hover {
      cursor: pointer; }
  .filter-sidebar-wrapper .bb-filter-sidebar .bb-filter-footer #jirafeedback {
    padding: 12px 6px;
    border-top: 1px solid #E5E5E5;
    color: white;
    background-color: #42413F;
    text-align: center;
    text-decoration: none !important;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer; }
  .filter-sidebar-wrapper .bb-filter-sidebar .panel-title {
    flex: 1; }
    .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label {
      display: flex;
      align-items: center; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label:focus, .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label:hover {
        text-decoration: none; }
        .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label:focus > span.label, .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label:hover > span.label {
          color: #FFFFFF; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label:not(.collapsed) > span.label {
        color: #FFFFFF; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label.au-target:after {
        float: right; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label > img {
        width: 32px;
        vertical-align: middle;
        margin-right: 7px;
        height: 18px; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label > span.icon {
        height: 22px;
        font-size: 22px;
        display: inline-block;
        text-align: center;
        width: 32px;
        vertical-align: middle;
        margin-right: 7px;
        color: #D8D8D8;
        align-self: center; }
      .filter-sidebar-wrapper .bb-filter-sidebar .panel-title .panel-title-label > span.label {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        word-break: break-all;
        color: #D8D8D8;
        flex: 1;
        padding: 0;
        text-align: left; }

.filter-sidebar-wrapper.collapsed .panel-title .panel-title-label.au-target:after {
  display: none; }

.filter-sidebar-wrapper.collapsed .panel-title .panel-title-label > span.label {
  display: none; }

.filter-sidebar-wrapper.collapsed .panel-title .panel-title-label img {
  margin: 0; }

.filter-sidebar-wrapper.collapsed .panel-title .panel-title-label > span.icon {
  margin: 0;
  display: block; }

.filter-sidebar-wrapper.collapsed .filter-toggle-button span.icon {
  transform: rotate(-180deg); }

.filter-sidebar-wrapper.collapsed .filter-toggle-button:hover {
  background: #686765; }

.filter-sidebar-wrapper.collapsed .panel-title .panel-title-label {
  height: 22px; }

.filter-sidebar-wrapper.collapsed .bb-collapse-toggle {
  padding: 12px; }

.filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper {
  height: 103px; }
  .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-collapse-toggle {
    border-top: 1px solid #4D4C4B;
    border-bottom: 1px solid #4D4C4B; }
    .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-collapse-toggle .panel-title-label {
      height: 30px; }
  .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control {
    display: none; }
    .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control span.label {
      display: inline; }
    .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control.in.bb-collapsed {
      top: 56px; }
      .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control.in.bb-collapsed > div.arrow-left {
        transform: translate(-22px); }
    .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control .modal {
      z-index: 1050; }
      .filter-sidebar-wrapper.collapsed .bb-filter-control-wrapper .bb-filter-control .modal button > span.label {
        display: inline-block; }

.filter-sidebar-wrapper.collapsed .bb-filter-main .panel {
  display: flex;
  flex-direction: row-reverse; }

.filter-sidebar-wrapper.collapsed .bb-filter-main .selection-indicator > div {
  width: 8px;
  height: 8px;
  background-color: #8AC831;
  border-radius: 4px;
  position: fixed;
  transform: translate(30px, -30px); }
  .filter-sidebar-wrapper.collapsed .bb-filter-main .selection-indicator > div.selection-alternate {
    background-color: #00A0D1; }

.filter-sidebar-wrapper.collapsed div.bb-collapse-toggle:hover {
  background: #686765;
  cursor: pointer; }

.filter-sidebar-wrapper.collapsed div.bb-collapse-toggle.panel-heading:hover {
  background: #686765;
  cursor: pointer; }

.filter-sidebar-wrapper.collapsed .in.bb-collapsed {
  z-index: 1;
  display: block;
  position: fixed;
  width: 350px;
  background-color: #42413F;
  left: 66px; }
  .filter-sidebar-wrapper.collapsed .in.bb-collapsed span.label {
    display: inline; }
  .filter-sidebar-wrapper.collapsed .in.bb-collapsed div.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #42413F;
    transform: translate(-10px, 12px);
    position: fixed; }

bb-sidebar-qselect .selection-container {
  margin: 0 -6px 10px;
  display: flex;
  flex-wrap: wrap; }
  bb-sidebar-qselect .selection-container .bb-btn-chip {
    margin: 4px 2px; }

bb-sidebar-qselect .bb-input-container {
  position: relative; }
  bb-sidebar-qselect .bb-input-container .input-group {
    width: 100%;
    border: none;
    border-radius: 4px 4px 0 0; }
    bb-sidebar-qselect .bb-input-container .input-group:hover {
      border: none; }
  bb-sidebar-qselect .bb-input-container .result-container {
    top: 35px;
    height: 150px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #E5E5E5;
    background-color: white;
    color: black; }
    bb-sidebar-qselect .bb-input-container .result-container .preload {
      overflow: auto;
      height: inherit;
      -ms-overflow-style: scrollbar; }
      bb-sidebar-qselect .bb-input-container .result-container .preload div.entry {
        padding: 6px 10px;
        word-break: break-all; }
        bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.selected {
          background-color: #97BF0D;
          color: white; }
          bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.selected:hover {
            background-color: #708C0A; }
        bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.alternate {
          background-color: #00A0D1;
          color: white; }
          bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.alternate:hover {
            background-color: #0070bf; }
        bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.disabled {
          background-color: #D8D8D8; }
          bb-sidebar-qselect .bb-input-container .result-container .preload div.entry.disabled:hover {
            background-color: #D8D8D8;
            cursor: default; }
        bb-sidebar-qselect .bb-input-container .result-container .preload div.entry:hover {
          background-color: #EEEEEE;
          cursor: pointer; }
    bb-sidebar-qselect .bb-input-container .result-container .loader-container {
      position: absolute;
      height: 150px;
      border-radius: 0 0 4px 4px;
      background-color: white;
      top: 38px; }
      bb-sidebar-qselect .bb-input-container .result-container .loader-container > img {
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -15px; }

bb-sidebar-qslider .slider-display {
  display: flex;
  margin-bottom: 15px; }
  bb-sidebar-qslider .slider-display input {
    width: 60px;
    border: none;
    text-align: right;
    font-size: 12pxpx;
    line-height: 12pxpx; }
  bb-sidebar-qslider .slider-display .form-control {
    width: 100px; }
  bb-sidebar-qslider .slider-display .spacer {
    flex-grow: 1; }

bb-sidebar-qslider .bb-slider {
  margin-bottom: 12px; }

bb-sidebar-qperiod .bb-input-container {
  position: relative; }
  bb-sidebar-qperiod .bb-input-container .form-control {
    border: none;
    width: 100%; }
  bb-sidebar-qperiod .bb-input-container i {
    margin-top: 3px; }

bb-qfilter-select .bb-qfilter-select {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  bb-qfilter-select .bb-qfilter-select .bb-select {
    width: 200px;
    flex: 1;
    margin-right: 10px; }

bb-qfilter-select .button-bar {
  width: auto;
  display: flex; }

.left {
  /* because qlik-styles.css overrides class 'left' with 'float: none' */
  float: left !important; }

.view {
  min-height: 200px;
  background: #FFFFFF; }

.period-input
> .daterangepicker {
  margin-top: 0px !important; }
  .period-input
> .daterangepicker .ranges {
    width: 323px;
    color: #262626; }
    .period-input
> .daterangepicker .ranges > ul {
      width: 100%;
      box-shadow: none;
      margin: 0;
      padding: 5px 0; }
      .period-input
> .daterangepicker .ranges > ul > li {
        cursor: pointer;
        padding: 10px 12px;
        clear: both;
        line-height: 1;
        font-size: 14px; }
        .period-input
> .daterangepicker .ranges > ul > li:focus, .period-input
> .daterangepicker .ranges > ul > li:hover {
          text-decoration: none;
          background-color: #F5F5F5; }
        .period-input
> .daterangepicker .ranges > ul > li.active {
          background-color: #97BF0D;
          color: white; }
          .period-input
> .daterangepicker .ranges > ul > li.active:hover {
            background-color: #708C0A; }
  .period-input
> .daterangepicker:before, .period-input
> .daterangepicker:after {
    content: unset; }

.insights-top {
  display: flex;
  background: #42413F;
  color: #FFFFFF;
  width: 100%;
  height: 50px; }
  .insights-top .nav-menu-wrapper {
    flex-grow: 1; }
  .insights-top .nav-system-wrapper {
    flex-grow: 0;
    flex-basis: 380px; }
  .insights-top .nav > li > a:focus,
  .insights-top .nav > li > a:hover,
  .insights-top .nav > li:focus,
  .insights-top .nav > li:hover,
  .insights-top .nav > a:focus,
  .insights-top .nav > a:hover,
  .insights-top .open > a:focus,
  .insights-top .open > a:hover,
  .insights-top .dropdown > a:focus,
  .insights-top .dropdown > a:hover,
  .insights-top .dropdown-menu > li > a:hover,
  .insights-top .dropdown-menu > li > a:focus {
    background-color: #686765;
    color: #FFFFFF;
    outline: none; }

.nav-system-wrapper img,
.nav-menu-wrapper img {
  height: 36px;
  width: 36px; }

.nav-system-wrapper {
  display: block; }
  .nav-system-wrapper .last-update {
    font-size: 12px;
    width: 120px;
    white-space: normal;
    padding: 13px;
    cursor: default;
    border-left: 1px solid #4D4C4B;
    border-right: 1px solid #4D4C4B; }
  .nav-system-wrapper .bb-user .system-dropdown button {
    color: #FFFFFF;
    background: #42413F;
    padding: 4px 8px; }
    .nav-system-wrapper .bb-user .system-dropdown button:hover {
      background-color: #686765; }
  .nav-system-wrapper .bb-user .system-dropdown.open button {
    background: #686765; }
  .nav-system-wrapper .bb-header > .pull-right {
    display: flex; }

.navbar-nav > li {
  color: #FFFFFF;
  font-size: 12px;
  border-right: 1px solid #4D4C4B; }

.bb-menu .bb-menu-item,
.bb-nav .bb-menu-item {
  text-decoration: none;
  width: 100%;
  color: #D8D8D8;
  background-color: #42413F;
  padding: 7px 15px;
  line-height: 12px;
  display: flex;
  min-width: 150px; }
  .bb-menu .bb-menu-item span,
  .bb-nav .bb-menu-item span {
    font-size: 12px;
    display: inline;
    margin: 12px 0px 12px 7px;
    text-align: right; }
  .bb-menu .bb-menu-item i,
  .bb-nav .bb-menu-item i {
    display: inline;
    margin: 12px 5px;
    text-align: center;
    font-size: 22px; }
  .bb-menu .bb-menu-item > img,
  .bb-nav .bb-menu-item > img {
    height: 30px;
    width: 30px;
    margin-right: 7px; }
  .bb-menu .bb-menu-item.active,
  .bb-nav .bb-menu-item.active {
    color: #FFFFFF;
    font-weight: bold; }
  .bb-menu .bb-menu-item:hover,
  .bb-nav .bb-menu-item:hover {
    background-color: #686765;
    color: #FFFFFF; }

.bb-menu .nav_icons,
.bb-nav .nav_icons {
  margin: 13px;
  font-size: 25px; }

.bb-menu .dropdown.open ul.dropdown-menu,
.bb-nav .dropdown.open ul.dropdown-menu {
  z-index: 1055;
  border: 1px solid #4D4C4B;
  border-radius: 0; }

.bb-menu .moremenu,
.bb-nav .moremenu {
  width: 50px; }
  .bb-menu .moremenu a,
  .bb-nav .moremenu a {
    min-width: 0; }
  .bb-menu .moremenu ul,
  .bb-nav .moremenu ul {
    margin: 0;
    padding: 0; }
  .bb-menu .moremenu .dropdown > a,
  .bb-nav .moremenu .dropdown > a {
    pointer-events: none; }
  .bb-menu .moremenu li.menu-list.list-group-item.nav-more-point,
  .bb-nav .moremenu li.menu-list.list-group-item.nav-more-point {
    background: #42413F; }
  .bb-menu .moremenu li.menu-list.nav-category .list-group-item,
  .bb-nav .moremenu li.menu-list.nav-category .list-group-item {
    background: none; }
    .bb-menu .moremenu li.menu-list.nav-category .list-group-item > a,
    .bb-nav .moremenu li.menu-list.nav-category .list-group-item > a {
      padding-left: 25px; }
  .bb-menu .moremenu .bb-menu-item span,
  .bb-nav .moremenu .bb-menu-item span {
    text-align: left; }

.bb-menu .account-menu,
.bb-nav .account-menu {
  border: none; }

.bb-menu .open > a,
.bb-nav .open > a {
  background-color: #333333; }

bb-qapp-switch {
  padding: 6px 16px 0px 0px;
  width: 200px; }

.panel .panel-heading {
  font-size: 16px;
  font-weight: 900; }
  .panel .panel-heading.collapse-toggle {
    cursor: pointer; }
    .panel .panel-heading.collapse-toggle:after {
      float: right;
      margin: -2px 0; }

.panel .panel-subtitle {
  margin-bottom: 4px; }

.bb-input-container {
  min-height: 38px;
  margin-bottom: 16px; }
  .bb-input-container.horizontal {
    display: flex;
    align-items: center; }
  .bb-input-container .input-group {
    border: solid #D8D8D8 1px;
    transition: border-color ease-in-out .10s;
    border-radius: 4px;
    background-color: #FFFFFF; }
    .bb-input-container .input-group.error {
      border: solid #E30043 1px;
      transition: border ease 2.0s; }
    .bb-input-container .input-group input,
    .bb-input-container .input-group input[type=email],
    .bb-input-container .input-group input[type=password],
    .bb-input-container .input-group input[type=text] {
      font-size: 14px;
      line-height: 20px;
      padding: 4px 10px;
      height: 36px;
      box-shadow: none;
      border: none;
      background: none;
      border-radius: 4px;
      z-index: 0; }
      .bb-input-container .input-group input.pbr-input,
      .bb-input-container .input-group input[type=email].pbr-input,
      .bb-input-container .input-group input[type=password].pbr-input,
      .bb-input-container .input-group input[type=text].pbr-input {
        width: 55px;
        padding: 4px;
        text-align: right;
        display: inline-block; }
    .bb-input-container .input-group.col-md-12 input {
      width: 100%; }
    .bb-input-container .input-group:hover {
      border: solid #686765 1px;
      box-shadow: none; }
    .bb-input-container .input-group:focus {
      border: solid #4D4C4B 1px;
      box-shadow: none; }
  .bb-input-container.form-group > label {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .bb-input-container .message {
    padding: 8px;
    top: 45px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    z-index: 100;
    text-align: left; }
    .bb-input-container .message.input-new {
      display: block; }
    .bb-input-container .message strong {
      font-size: 12px;
      line-height: 12px; }

input[type=number],
input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome */
    margin: 0; }

input[type=radio] {
  display: none; }
  input[type=radio] + label {
    display: block;
    display: flex;
    align-items: center;
    height: 22px; }
  input[type=radio] + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    content: "\f10c";
    /* Radio Unchecked */
    font-size: 20px; }
  input[type=radio]:checked + label:before {
    content: "\f192";
    /* Radio Checked */
    font-size: 20px; }

input[type='checkbox'] {
  display: none; }
  input[type='checkbox'] + label {
    display: flex;
    align-items: center;
    padding: 0;
    height: 22px; }
  input[type='checkbox'] + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    content: "\f096";
    /* Radio Unchecked */
    font-size: 20px; }
  input[type='checkbox']:checked + label:before {
    content: "\f14a";
    /* Radio Checked */
    font-size: 20px; }

.bb-select {
  border-radius: 4px !important;
  background-color: #FFFFFF;
  width: 100%; }
  .bb-select.bordered {
    border: solid #D8D8D8 1px;
    transition: border-color ease-in-out .10s; }
    .bb-select.bordered:hover:not(.disabled) {
      border: solid #686765 1px;
      box-shadow: none; }
  .bb-select .dropdown-menu {
    border-radius: 0 0 4px 4px;
    width: 100%; }
  .bb-select.open .dropdown-toggle {
    box-shadow: none;
    background-color: #FFFFFF; }
  .bb-select .dropdown-toggle.btn.btn-default {
    border: none;
    background: transparent;
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%; }
    .bb-select .dropdown-toggle.btn.btn-default:hover {
      background-color: transparent;
      box-shadow: none; }
    .bb-select .dropdown-toggle.btn.btn-default:active {
      background-color: transparent;
      border: none;
      box-shadow: none;
      outline: none; }
    .bb-select .dropdown-toggle.btn.btn-default:focus {
      background-color: transparent;
      border: none;
      box-shadow: none;
      outline: none; }
  .bb-select .bb-select-value {
    flex: 1;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis; }

.bb-dropdown .dropdown-toggle:hover, .bb-dropdown .dropdown-toggle:focus {
  text-decoration: none;
  cursor: pointer;
  color: #000000; }

.bb-dropdown.open > .dropdown-menu {
  width: 200px; }

.bb-dropdown.open > .dropdown-menu,
.bb-select.open > .dropdown-menu {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D8D8D8; }
  .bb-dropdown.open > .dropdown-menu.scrollable,
  .bb-select.open > .dropdown-menu.scrollable {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar; }
  .bb-dropdown.open > .dropdown-menu.above,
  .bb-select.open > .dropdown-menu.above {
    top: auto;
    bottom: 100%; }

.bb-dropdown .dropdown-menu,
.bb-select .dropdown-menu {
  z-index: 1000;
  box-shadow: none;
  margin: 0; }
  .bb-dropdown .dropdown-menu > li:not(.dropdown-header),
  .bb-select .dropdown-menu > li:not(.dropdown-header) {
    cursor: pointer;
    display: flex; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header):focus, .bb-dropdown .dropdown-menu > li:not(.dropdown-header):hover,
    .bb-select .dropdown-menu > li:not(.dropdown-header):focus,
    .bb-select .dropdown-menu > li:not(.dropdown-header):hover {
      color: #262626;
      text-decoration: none;
      background-color: #F5F5F5; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header).selected,
    .bb-select .dropdown-menu > li:not(.dropdown-header).selected {
      background-color: #EEEEEE; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > a,
    .bb-select .dropdown-menu > li:not(.dropdown-header) > a {
      padding: 10px 12px;
      flex-grow: 1;
      white-space: normal; }
      .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > a:focus, .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > a:hover,
      .bb-select .dropdown-menu > li:not(.dropdown-header) > a:focus,
      .bb-select .dropdown-menu > li:not(.dropdown-header) > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: transparent; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > div,
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > span,
    .bb-select .dropdown-menu > li:not(.dropdown-header) > div,
    .bb-select .dropdown-menu > li:not(.dropdown-header) > span {
      padding: 10px 12px !important;
      flex-grow: 1; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header) > span,
    .bb-select .dropdown-menu > li:not(.dropdown-header) > span {
      line-height: 1; }
    .bb-dropdown .dropdown-menu > li:not(.dropdown-header) .sort-button .sort-direction,
    .bb-select .dropdown-menu > li:not(.dropdown-header) .sort-button .sort-direction {
      margin: 0 0 0 5px;
      width: 16px;
      font-size: 15px;
      position: absolute;
      right: 12px;
      top: auto;
      color: #EEEEEE; }
  .bb-dropdown .dropdown-menu > li.dropdown-header,
  .bb-select .dropdown-menu > li.dropdown-header {
    padding: 4px 12px; }

bb-qinput .bb-input-container {
  position: relative; }

label {
  margin-bottom: 7px;
  font-weight: normal; }

.bb-switch {
  display: flex;
  margin: 10px 0; }
  .bb-switch .bb-switch-outline {
    border-radius: 12px;
    background-color: #808080;
    width: 40px;
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color ease .2s;
    margin: 0; }
    .bb-switch .bb-switch-outline.toggled {
      background-color: #97BF0D;
      transition: background-color ease .2s; }
    .bb-switch .bb-switch-outline .bb-switch-indicator {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: white;
      transition: left ease .4s; }
      .bb-switch .bb-switch-outline .bb-switch-indicator.toggled {
        transition: left ease .4s;
        left: 22px; }
  .bb-switch.disabled .bb-switch-outline {
    background-color: #D8D8D8;
    cursor: default;
    transition: background-color ease .2s; }
    .bb-switch.disabled .bb-switch-outline.toggled {
      background-color: #D0E9AD;
      transition: background-color ease .2s; }
  .bb-switch .bb-switch-label {
    line-height: 20px;
    margin-left: 10px; }

.bb-slider {
  position: relative;
  margin: 0 8px;
  /* between two points (connects) */
  /* style of points */ }
  .bb-slider .bb-slider-base {
    background-color: #E5E5E5;
    border-radius: 2px;
    height: 4px; }
  .bb-slider .bb-slider-connects {
    overflow: hidden;
    z-index: 0; }
    .bb-slider .bb-slider-connects .bb-slider-connect {
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      position: absolute;
      z-index: 1;
      background-color: #8AC831;
      will-change: transform;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
  .bb-slider .bb-slider-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 10%;
    width: 10%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .bb-slider .bb-slider-handle {
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: solid 1px #EEEEEE;
    top: -8px;
    border-radius: 50%;
    position: absolute; }
  .bb-slider.invalid .bb-slider-connect {
    background-color: #D8D8D8; }

html:not([dir="rtl"]) {
  /* bb-slider - show points at correct position */ }
  html:not([dir="rtl"]) .bb-slider-handle {
    left: auto;
    right: -10px; }
  html:not([dir="rtl"]) .bb-slider-origin {
    left: auto;
    right: 0; }

@media (min-width: 768px) {
  .bb-modal.modal-dialog.bb-modal__large {
    width: 80%; } }

@media (min-width: 768px) {
  .bb-modal.modal-dialog.bb-modal__medium {
    width: 900px; } }

@media (min-width: 768px) {
  .bb-modal.modal-dialog.bb-modal__small {
    width: 400px; } }

.bb-modal.modal-dialog .bb-input-container .input-group {
  width: 100%; }

.bb-modal.modal-dialog .modal-content {
  border-radius: 4px; }

.stacked-barchart {
  height: 56px;
  width: 100%;
  padding: 24px 2px 0;
  display: inline-block; }
  .stacked-barchart .bar {
    width: 100%;
    display: flex;
    height: 25px;
    border: 1px solid #E5E5E5;
    float: left;
    text-align: center; }
    .stacked-barchart .bar .bar-progress {
      height: 24px; }
      .stacked-barchart .bar .bar-progress .value {
        position: relative;
        top: -16px; }

bb-barchart {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column; }
  bb-barchart .bar-chart {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: space-around;
    position: relative; }
    bb-barchart .bar-chart .bar-container {
      display: flex;
      flex-direction: column;
      position: relative;
      text-align: center; }
      bb-barchart .bar-chart .bar-container .bar {
        width: 100%; }
      bb-barchart .bar-chart .bar-container .chart-label {
        position: absolute;
        text-align: center;
        width: 150%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 18px;
        transform: rotate(-45deg);
        margin: 8px 0px; }
    bb-barchart .bar-chart.up .bar-container {
      justify-content: flex-end; }
      bb-barchart .bar-chart.up .bar-container .chart-label {
        top: 100%;
        transform-origin: right;
        text-align: right;
        left: -100%; }
      bb-barchart .bar-chart.up .bar-container .chart-value {
        margin-bottom: 8px; }
    bb-barchart .bar-chart.down .bar-container {
      justify-content: flex-start; }
      bb-barchart .bar-chart.down .bar-container .chart-label {
        bottom: 100%;
        transform-origin: left;
        text-align: left;
        right: -100%; }
      bb-barchart .bar-chart.down .bar-container .chart-value {
        margin-top: 8px; }
  bb-barchart .title {
    margin: 8px; }
    bb-barchart .title.down {
      text-align: right; }

.bb-account-view {
  margin-top: 75px;
  min-height: 350px;
  background: #FFFFFF; }
  .bb-account-view p,
  .bb-account-view input,
  .bb-account-view label {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }
  .bb-account-view label {
    display: block;
    margin-bottom: 7px; }
  .bb-account-view input {
    border-radius: 5px;
    border: 1px solid #4D4C4B;
    width: 100%;
    display: inline-block;
    margin-bottom: 21px;
    line-height: 2;
    padding-left: 7px; }
  .bb-account-view .checkbox {
    display: block; }
    .bb-account-view .checkbox label {
      float: left;
      width: 5%;
      margin-right: 7px; }
    .bb-account-view .checkbox span {
      display: block;
      width: 100%; }
  .bb-account-view .form-group {
    width: 100%; }
  .bb-account-view .bb-input-container {
    margin-bottom: 16px;
    position: relative; }
    .bb-account-view .bb-input-container .input-group {
      width: 100%; }
      .bb-account-view .bb-input-container .input-group.error:hover {
        border: solid #E30043 1px; }
      .bb-account-view .bb-input-container .input-group.error:focus {
        border: solid #E30043 1px; }
    .bb-account-view .bb-input-container .message {
      display: block;
      right: 0px;
      top: -35px;
      width: auto; }
  .bb-account-view .headline-row {
    min-height: 20px;
    border-bottom: 1px solid #E5E5E5; }
    .bb-account-view .headline-row .collapse-toggle {
      padding: 10px 0;
      font-weight: 700;
      text-decoration: none;
      display: flex;
      align-items: center;
      color: #333333; }
      .bb-account-view .headline-row .collapse-toggle:hover {
        color: #000000; }
  .bb-account-view .pw-change-content {
    padding-top: 16px; }

.aliases .alias-host {
  display: flex; }
  .aliases .alias-host .headline-row .col-md-8 {
    padding-left: 2px; }
  .aliases .alias-host .headline-row,
  .aliases .alias-host .bb-input-container {
    width: 50%;
    float: left;
    position: relative;
    padding-right: 32px; }
    .aliases .alias-host .headline-row .col-md-4,
    .aliases .alias-host .bb-input-container .col-md-4 {
      padding-left: 0px; }
  .aliases .alias-host label {
    margin-top: 10px;
    margin-bottom: 0px; }

.qvobject-diagrams-view {
  padding: 0 15px; }

.category-position-legend,
.merchant-position-legend {
  width: 170px;
  top: 165px;
  right: 40px; }

.price-index-legend {
  width: 240px;
  bottom: 175px;
  right: 80px; }

.category-position-legend,
.merchant-position-legend,
.price-index-legend {
  position: fixed;
  z-index: 1;
  border: solid 1px #E5E5E5; }
  .category-position-legend .panel-body,
  .merchant-position-legend .panel-body,
  .price-index-legend .panel-body {
    padding: 8px 15px 15px; }

.darkGreen {
  color: #708C0A; }

.green {
  color: #97BF0D; }

.blue {
  color: #00A0D1; }

.orange {
  color: #FF9100; }

.red {
  color: #E30043; }

.insights_greyInactive {
  color: #D8D8D8; }

.insights_neutralGrey {
  color: #808080; }

.diagrams-view {
  padding: 0; }
  .diagrams-view h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 15px 0; }
  .diagrams-view .loader-container {
    top: 0%;
    align-items: center;
    justify-content: center; }
    .diagrams-view .loader-container img {
      top: auto; }

.iteration-buttons {
  display: block; }
  .iteration-buttons ul li.active button {
    background-color: #686765;
    color: #EEEEEE; }
  .iteration-buttons button {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    width: 15%; }
    .iteration-buttons button:active, .iteration-buttons button:focus {
      outline: none;
      outline-offset: 0;
      box-shadow: none; }
    .iteration-buttons button:hover {
      background-color: #686765;
      color: #EEEEEE; }
    .iteration-buttons button:first-child {
      padding-left: 30px;
      text-align: left; }
      .iteration-buttons button:first-child span {
        margin-left: 15px; }
    .iteration-buttons button:last-child {
      float: right;
      padding-right: 30px;
      text-align: right; }
      .iteration-buttons button:last-child span {
        margin-right: 15px; }
  .iteration-buttons ul {
    position: absolute;
    right: 15%;
    left: 15%; }
    .iteration-buttons ul button {
      text-align: center;
      width: 25%; }
      .iteration-buttons ul button:first-child, .iteration-buttons ul button:last-child {
        text-align: center;
        float: left; }

.bb-article-list-container {
  height: 100%;
  display: flex; }
  .bb-article-list-container .bb-table-header .bb-table-top-headline {
    width: 100%;
    display: flex; }
    .bb-article-list-container .bb-table-header .bb-table-top-headline > div {
      padding: 8px 4px; }
      .bb-article-list-container .bb-table-header .bb-table-top-headline > div.total {
        width: 50%; }
      .bb-article-list-container .bb-table-header .bb-table-top-headline > div.top {
        width: 10%; }
  .bb-article-list-container .row {
    width: 100%; }
    .bb-article-list-container .row > .col-md-12 {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .bb-article-list-container .row > .col-md-12 .bb-table .list_offer-pos {
        width: 10%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .product_name {
        width: 18%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .article_no {
        width: 8%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-header-row div.list_position {
        width: 4%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-header-row div.list_own_price, .bb-article-list-container .row > .col-md-12 .bb-table .bb-header-row div.list_diff_abs {
        width: 10%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-header-row div.list_own_price, .bb-article-list-container .row > .col-md-12 .bb-table .bb-header-row div.list_diff_abs {
        text-align: right; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .bb-col-ranking {
        width: 4%;
        padding: 0px; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .list_own_price,
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .list_diff_abs {
        text-align: right; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .list_own_price,
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .list_diff_abs {
        width: 10%; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer {
        background-color: #00A0D1;
        font-weight: 800; }
        .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer div, .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer span, .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer a {
          color: #FFFFFF; }
        .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer .subline {
          color: #E5E5E5; }
        .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer .dropdown-menu div, .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer .dropdown-menu span, .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer .dropdown-menu a {
          color: #000000; }
        .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer .dropdown-menu .subline {
          color: #686765; }
        .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .highlight.own-client-offer div.text-cell div.multi-line-cell::after {
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #00A0D1 70%, #00A0D1 100%); }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .own-client-listitem {
        cursor: default; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .bb-body-row .merchant-list-item {
        font-weight: 400; }
      .bb-article-list-container .row > .col-md-12 .bb-table .bb-table-body .number-cell {
        overflow: visible; }

.article-list-control {
  margin: 8px 0px;
  text-align: right; }
  .article-list-control .radio,
  .article-list-control .checkbox {
    margin-top: 10px;
    margin-bottom: 10px; }
  .article-list-control form {
    width: 500px; }
    .article-list-control form button, .article-list-control form a {
      float: right; }

.article-list-view table {
  background: #FFFFFF; }

.article-list-view td {
  height: 100px; }

.insights-configuration .insights-configuration-form {
  flex: 1 1 0%;
  overflow: auto;
  padding-right: 15px;
  -ms-overflow-style: scrollbar; }

.insights-configuration .form-group h3 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.insights-configuration .headline-row {
  min-height: 20px;
  margin-bottom: 16px;
  /* expand for more classes */ }
  .insights-configuration .headline-row .collapse-toggle {
    padding: 10px 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .insights-configuration .headline-row .collapse-toggle:focus, .insights-configuration .headline-row .collapse-toggle:hover {
      color: #000000; }
  .insights-configuration .headline-row strong.col-md-4,
  .insights-configuration .headline-row strong.col-md-8 {
    padding: 10px 15px; }

.insights-configuration .bb-input-container .message {
  display: block;
  right: 0px;
  top: 35px;
  width: auto;
  margin-right: 15px; }
  .insights-configuration .bb-input-container .message.top {
    top: -30px;
    margin-right: 25px; }

.insights-configuration .pbr-form {
  display: inline-block;
  width: 500px; }
  .insights-configuration .pbr-form button {
    margin: auto; }

.insights-configuration .config-label {
  margin: 10px 0; }

.insights-configuration .export-configuration .bb-headline {
  margin-bottom: 15px; }
  .insights-configuration .export-configuration .bb-headline .button-group {
    float: right; }
    .insights-configuration .export-configuration .bb-headline .button-group button {
      float: left;
      margin-left: 8px; }
  .insights-configuration .export-configuration .bb-headline .btn-secondary {
    border: solid 1px #FF9100;
    padding: 5px 7px; }
    .insights-configuration .export-configuration .bb-headline .btn-secondary .icon,
    .insights-configuration .export-configuration .bb-headline .btn-secondary .label {
      color: #FF9100; }
    .insights-configuration .export-configuration .bb-headline .btn-secondary:hover {
      color: #E30043;
      border: solid 1px #D87A00; }
      .insights-configuration .export-configuration .bb-headline .btn-secondary:hover .icon,
      .insights-configuration .export-configuration .bb-headline .btn-secondary:hover .label {
        color: #D87A00; }
    .insights-configuration .export-configuration .bb-headline .btn-secondary[disabled] {
      color: #FF9100;
      color: #D8D8D8;
      border: solid 1px #D8D8D8;
      cursor: default; }
      .insights-configuration .export-configuration .bb-headline .btn-secondary[disabled] .icon,
      .insights-configuration .export-configuration .bb-headline .btn-secondary[disabled] .label {
        color: #D8D8D8; }

.insights-configuration .export-configuration .export-config-switch {
  width: 100%;
  display: flex; }
  .insights-configuration .export-configuration .export-config-switch .input-group,
  .insights-configuration .export-configuration .export-config-switch .dropdown-menu {
    width: 100%;
    box-shadow: none; }
  .insights-configuration .export-configuration .export-config-switch .dropdown-toggle {
    transition: border-color ease-in-out .20s; }
    .insights-configuration .export-configuration .export-config-switch .dropdown-toggle:hover {
      border: solid #D8D8D8 1px;
      box-shadow: none;
      transition: border-color ease-in-out .20s; }

.insights-configuration .export-configuration .line-after {
  border-bottom: #E5E5E5 solid 1px;
  padding-bottom: 15px; }

.insights-configuration .export-configuration .nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.insights-configuration .export-configuration .bb-input-container input {
  color: #333333; }
  .insights-configuration .export-configuration .bb-input-container input:disabled {
    color: #aaaaaa;
    cursor: not-allowed; }

.insights-configuration .export-configuration .email-config-section {
  padding-right: 35px;
  margin-bottom: 14px; }
  .insights-configuration .export-configuration .email-config-section .mail-input-wrapper {
    transition: border ease-out 0.5s; }
  .insights-configuration .export-configuration .email-config-section .icon.fa-warning {
    font-size: 18px;
    margin-left: -14px;
    padding-top: 12px;
    color: #FF9100; }
  .insights-configuration .export-configuration .email-config-section button.bb-btn-iconbutton {
    width: auto;
    padding: 8px 0px 0px 0px;
    margin-left: -14px; }
    .insights-configuration .export-configuration .email-config-section button.bb-btn-iconbutton .icon {
      transition: color ease-in-out .20s;
      color: #646472; }
    .insights-configuration .export-configuration .email-config-section button.bb-btn-iconbutton:hover .icon {
      color: #42413F; }
    .insights-configuration .export-configuration .email-config-section button.bb-btn-iconbutton[disabled] .icon {
      color: #D8D8D8; }
  .insights-configuration .export-configuration .email-config-section .mail-info-container {
    overflow: hidden;
    transition: 200ms;
    height: 0; }
    .insights-configuration .export-configuration .email-config-section .mail-info-container.in {
      height: 54px; }
      .insights-configuration .export-configuration .email-config-section .mail-info-container.in.large {
        height: 108px; }

.insights-configuration .export-configuration .report-config-section {
  padding-right: 35px;
  padding-bottom: 15px; }
  .insights-configuration .export-configuration .report-config-section > .headline-row {
    margin-bottom: 5px; }
  .insights-configuration .export-configuration .report-config-section strong {
    color: #333333; }
  .insights-configuration .export-configuration .report-config-section .filter-entry {
    padding-left: 10px; }
  .insights-configuration .export-configuration .report-config-section .bordered.error:not(.disabled) {
    border: solid #E30043 1px;
    transition: border ease 2.0s; }
  .insights-configuration .export-configuration .report-config-section.delivery-config .headline-row {
    margin-bottom: 0px; }
  .insights-configuration .export-configuration .report-config-section.delivery-config .bb-input-container .dailytime input {
    width: 40px;
    text-align: center; }
  .insights-configuration .export-configuration .report-config-section.delivery-config .bb-input-container .day-of-week {
    width: 120px; }
  .insights-configuration .export-configuration .report-config-section.delivery-config .bb-input-container .day-of-month {
    display: flex;
    align-items: center; }
    .insights-configuration .export-configuration .report-config-section.delivery-config .bb-input-container .day-of-month input {
      width: 40px; }
    .insights-configuration .export-configuration .report-config-section.delivery-config .bb-input-container .day-of-month .caption {
      margin-left: 4px; }

.bb-contact-view {
  margin-top: 75px;
  height: 550px; }
  .bb-contact-view .bb-contact-info {
    color: #333333;
    height: 300px;
    background: #FFFFFF; }
    .bb-contact-view .bb-contact-info h1 {
      border-bottom: 1px solid #E5E5E5;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .bb-contact-view .bb-contact-info p {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 10px; }
    .bb-contact-view .bb-contact-info a {
      color: #0070bf; }
      .bb-contact-view .bb-contact-info a:hover {
        color: #8AC831;
        text-decoration: none; }
    .bb-contact-view .bb-contact-info .row {
      border-bottom: 1px solid #E5E5E5;
      padding: 15px 0; }
      .bb-contact-view .bb-contact-info .row:not(.address) {
        height: 60px; }
      .bb-contact-view .bb-contact-info .row .icon {
        float: left;
        height: 30px;
        width: 30px;
        margin-right: 15px; }
      .bb-contact-view .bb-contact-info .row .value {
        display: block;
        margin: 5px 0; }
    .bb-contact-view .bb-contact-info .mail,
    .bb-contact-view .bb-contact-info .phone span,
    .bb-contact-view .bb-contact-info .web,
    .bb-contact-view .bb-contact-info .manual > div {
      font-weight: bold;
      padding-bottom: 3px; }

.custom-view.chart h1 {
  margin: 15px 0; }

.custom-view .diagrams-view {
  position: relative; }

.custom-view.competitor-compare-list {
  height: 100%; }
  .custom-view.competitor-compare-list .loader-container {
    height: fit-content; }
  .custom-view.competitor-compare-list #dynamic-width-container {
    font-size: 14px;
    position: fixed;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap; }

.custom-view .price-adjustments .bb-container h1 {
  margin-bottom: 15px; }

.custom-view .price-adjustments .bb-container .qvobject-diagrams-view,
.custom-view .price-adjustments .bb-container .loader-container {
  height: 400px; }

.custom-view .price-adjustments .bb-container .loader-container {
  top: 50px; }

.custom-view .price-adjustments .bb-table {
  z-index: 0; }
  .custom-view .price-adjustments .bb-table .bb-table-header {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1; }

.custom-view .price-adjustments .number-cell {
  text-align: center; }

#login-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 450px;
  background: #FFFFFF;
  border-radius: 4px; }
  #login-main .loginContainer {
    padding: 15px 10px; }
    #login-main .loginContainer .bb-input-container {
      margin-bottom: 16px; }
      #login-main .loginContainer .bb-input-container .input-group {
        width: 100%; }
    #login-main .loginContainer label {
      margin-bottom: 7px; }
  #login-main .login-headline {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin: 15px 0; }
  #login-main .login-messages span {
    line-height: 25px;
    font-size: 14px; }
  #login-main .alert-danger {
    background: transparent;
    border: none;
    width: 500px;
    color: #FFFFFF;
    background: #E30043;
    margin: 0 auto; }
  #login-main .loginLoading {
    text-align: center;
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px; }
  #login-main .forgotPassword {
    margin-bottom: 20px;
    cursor: pointer; }
  #login-main .bb-btn {
    margin: 40px auto auto; }
  #login-main label {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }

.bb-vertical-flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.bb-vertical-flexbox-item {
  max-width: 95%;
  margin-top: 10px;
  margin-bottom: 10px; }

.bb-article-info-header {
  padding-bottom: 10px;
  display: flex;
  align-items: center; }
  .bb-article-info-header span {
    font-size: 24px; }

.article-detail {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .article-detail div.qvobject {
    height: 300px;
    padding: 0px 10px 10px 10px; }
  .article-detail .article-detail-list {
    text-align: left;
    line-height: 30px; }
    .article-detail .article-detail-list .label {
      color: #000000;
      float: left;
      width: 40%;
      text-align: left;
      line-height: 30px;
      padding: 0;
      font-size: 1rem; }
      .article-detail .article-detail-list .label:after {
        float: right; }
    .article-detail .article-detail-list .value,
    .article-detail .article-detail-list .value-group {
      width: 60%; }
    .article-detail .article-detail-list .value {
      color: #000000;
      float: left; }
    .article-detail .article-detail-list .value-group {
      float: left; }
    .article-detail .article-detail-list .value .icon {
      transition: color 0.5s ease;
      padding-left: 5px;
      color: #686765; }
    .article-detail .article-detail-list .value:hover .icon {
      color: #42413F; }
  .article-detail .bb-article-info {
    display: flex; }
    .article-detail .bb-article-info .bb-article-desc {
      margin-left: 16px;
      width: 100%; }
    .article-detail .bb-article-info .row {
      display: flex; }
    .article-detail .bb-article-info .bb-article-info-header {
      margin-bottom: 16px;
      padding: 0; }
    .article-detail .bb-article-info .bb-position-ranking {
      text-align: center;
      width: 100px;
      padding: 0; }
      .article-detail .bb-article-info .bb-position-ranking .position {
        font-size: 40px;
        height: 48px;
        margin: 8px;
        overflow: visible;
        font-weight: bold; }
      .article-detail .bb-article-info .bb-position-ranking .trend {
        margin: 8px;
        background: #E5E5E5;
        float: inherit; }
  .article-detail #article-detail-download,
  .article-detail #article-detail-export {
    float: right; }

.merchant-list-control {
  text-align: right;
  margin-bottom: 10px; }
  .merchant-list-control .checkbox,
  .merchant-list-control .radio {
    margin-top: 10px;
    margin-bottom: 10px; }
  .merchant-list-control form.pull-right {
    width: 500px; }
    .merchant-list-control form.pull-right a,
    .merchant-list-control form.pull-right button {
      float: right; }

article-merchants-table div.bb-table-select {
  width: 2%;
  min-width: 25px;
  margin: 0; }

article-merchants-table div.detail_article_list_merchant {
  width: 18%; }

article-merchants-table div.detail_article_list_difference {
  width: 10%;
  min-width: 150px;
  text-align: right; }

article-merchants-table div.detail_article_list_current_price {
  width: 10%;
  text-align: right; }

article-merchants-table div.source {
  width: 15%; }

article-merchants-table div.detail_article_list_shipping {
  width: 10%;
  text-align: right; }

article-merchants-table div.detail_article_list_shipping {
  width: 10%; }

article-merchants-table div.availability {
  width: 20%; }

article-merchants-table div.detail_article_list_crawl_date {
  width: 10%;
  text-align: right; }

article-merchants-table div.detail_article_list_offer_link {
  width: 5%;
  text-align: right; }

article-merchants-table div.bb-table-head {
  font-size: 14px;
  color: #42413F; }

article-merchants-table #article-history-container .price-history-chart {
  height: 600px; }

.merchant-detail .container-fluid {
  padding: 10px 20px;
  display: flex;
  flex-direction: column; }
  .merchant-detail .container-fluid .bb-merchant-info-header {
    padding-top: 10px;
    padding-bottom: 10px; }
  .merchant-detail .container-fluid .bb-merchant-detail {
    position: relative;
    margin-bottom: 10px; }
    .merchant-detail .container-fluid .bb-merchant-detail #PRICEINDEX {
      height: 220px; }
    .merchant-detail .container-fluid .bb-merchant-detail .chart-title {
      white-space: nowrap;
      text-align: center;
      padding: 14px 0;
      text-transform: uppercase;
      border-bottom: 1px solid #EEEEEE; }
    .merchant-detail .container-fluid .bb-merchant-detail .chart-subtitle {
      margin: 7px 0;
      text-align: center; }
    .merchant-detail .container-fluid .bb-merchant-detail .counter {
      font-size: 30px;
      display: inline;
      line-height: 40px; }
    .merchant-detail .container-fluid .bb-merchant-detail .percent {
      font-size: 22px;
      font-weight: 300;
      display: inline; }
    .merchant-detail .container-fluid .bb-merchant-detail .no-data-message {
      text-align: center;
      margin: 20px; }

merchant-offer-table div.bb-table-select {
  width: 2%;
  min-width: 25px;
  margin: 0; }

merchant-offer-table div.article_number {
  display: none; }

merchant-offer-table div.product_id {
  display: none; }

merchant-offer-table div.offer_count {
  width: 13%; }

merchant-offer-table div.source, merchant-offer-table div.own_price, merchant-offer-table div.difference, merchant-offer-table div.price, merchant-offer-table div.change, merchant-offer-table div.shipping, merchant-offer-table div.availability, merchant-offer-table div.query_date {
  width: 10%; }

merchant-offer-table div.offer_link {
  width: 5%; }

merchant-offer-table div.own_price, merchant-offer-table div.difference, merchant-offer-table div.price, merchant-offer-table div.change, merchant-offer-table div.shipping, merchant-offer-table div.query_date {
  text-align: right; }

merchant-offer-table #merchant-history-container .price-history-chart {
  height: 600px; }

.analyses .analyses-row {
  margin-bottom: 25px;
  min-height: 250px; }
  .analyses .analyses-row .analyses-row_no-data {
    width: 100%;
    text-align: center;
    padding-top: 12px; }

.analyses .loader-container {
  height: 100%;
  left: 0;
  right: 0;
  top: 0; }

.analyses .section-row {
  height: auto;
  min-height: 45px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  position: relative; }
  .analyses .section-row.top {
    border-top: 1px solid #E5E5E5; }
  .analyses .section-row .indicator-label {
    font-size: 14px;
    font-weight: 700;
    float: left;
    line-height: 1.5; }
  .analyses .section-row .section-col {
    padding: 12px 8px;
    border-right: 1px solid #E5E5E5;
    overflow: hidden; }
    .analyses .section-row .section-col .property-key {
      margin-bottom: 8px; }
    .analyses .section-row .section-col .property-value {
      display: flex; }
      @media (max-width: 1439px) {
        .analyses .section-row .section-col .property-value {
          flex-wrap: wrap; }
          .analyses .section-row .section-col .property-value span {
            width: 100%; } }
      .analyses .section-row .section-col .property-value span {
        font-weight: 700;
        line-height: 1;
        font-size: 22px;
        vertical-align: baseline;
        padding-right: 8px; }
      .analyses .section-row .section-col .property-value .trend {
        margin-top: 4px; }
    .analyses .section-row .section-col:last-child {
      border-right: none; }

.analyses .section-block {
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  min-height: 40px;
  height: auto;
  padding: 12px 8px;
  margin-bottom: 25px; }
  .analyses .section-block .block-key {
    float: left;
    font-weight: 700; }
  .analyses .section-block .block-value {
    float: right; }

.analyses .flex {
  display: flex; }

.analyses .benchmark-legend {
  display: block; }
  .analyses .benchmark-legend tr td:nth-child(2) {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px; }
  .analyses .benchmark-legend tr td:nth-child(3) {
    text-align: right; }

.analyses #price-benchmark {
  display: flex;
  width: 100%;
  height: 50px; }

.analyses .top-merchant-overlaps {
  height: fit-content; }
  .analyses .top-merchant-overlaps #top-merchant-overlaps-chart {
    display: inline-flex;
    width: 100%;
    height: 250px; }

.analyses .trend-chart {
  display: inline-flex;
  width: 100%;
  height: 250px; }

.analyses #product-range-overlap,
.analyses #own-positions-history-chart {
  width: 100%;
  height: 300px; }

.analyses #product-range-overlap,
.analyses #top-price-increases,
.analyses #top-price-decreases {
  width: auto;
  height: 200px; }

.analyses #top-merchant-price-trend-chart {
  width: 100%;
  height: 400px; }

.analyses .row-margin {
  margin-top: 10px; }

.analyses .bb-headline > a .analysis-headline-link-dash {
  float: left;
  border-right: 1px solid #e5e5e5;
  padding-right: 14px;
  margin-right: 14px;
  font-size: inherit; }
  .analyses .bb-headline > a .analysis-headline-link-dash svg {
    width: 30px;
    height: 30px; }

.analyses .analysis-container {
  width: 100%;
  margin-bottom: 25px;
  float: left;
  overflow: hidden;
  position: relative; }
  .analyses .analysis-container.disabled {
    border: 1px solid rgba(77, 76, 75, 0.1); }
    .analyses .analysis-container.disabled .analysis-container-overlay {
      opacity: .7;
      display: block; }
  .analyses .analysis-container .analysis-container-overlay {
    background-color: #FFFFFF;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10; }
  .analyses .analysis-container .analysis-content-row {
    height: auto !important;
    border-left: #E5E5E5 solid 1px;
    border-right: #E5E5E5 solid 1px;
    border-bottom: 1px #E5E5E5 solid;
    position: relative;
    float: left;
    overflow: hidden; }
  .analyses .analysis-container.analysis-grid .dash-content-row, .analyses .analysis-container.analysis-table .dash-content-row {
    width: 100%; }

.analyses #top-delivery-sources-chart {
  width: 100%;
  height: 400px;
  border-left: #E5E5E5 solid 1px;
  border-right: #E5E5E5 solid 1px;
  border-bottom: 1px #E5E5E5 solid; }

.analyses .analysis-container-header {
  background-color: #E5E5E5;
  padding: 8px 8px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.5; }
  .analyses .analysis-container-header span {
    font-size: inherit;
    font-style: inherit; }
  .analyses .analysis-container-header svg {
    width: 22px;
    height: 22px; }

.analyses small {
  font-weight: 400;
  color: #808080; }

.analyses .analysis-header-date {
  float: right;
  font-size: 14px;
  font-weight: normal; }

.analyses .dash-header-link {
  float: right;
  vertical-align: middle; }
  .analyses .dash-header-link svg {
    display: inherit; }
    .analyses .dash-header-link svg path {
      fill: #808080; }
  .analyses .dash-header-link:hover svg path {
    fill: #000000; }

.analyses .analyses-dashboard-nav-icon {
  height: 30px; }

.analyses .top-price-changes-merchant_chart {
  padding: 12px 8px; }
  .analyses .top-price-changes-merchant_chart table {
    margin: auto; }
    .analyses .top-price-changes-merchant_chart table tr:first-child {
      border-bottom: 1px solid #4D4C4B; }
    .analyses .top-price-changes-merchant_chart table td {
      width: 50%; }
      .analyses .top-price-changes-merchant_chart table td:first-child {
        border-right: 1px solid #4D4C4B; }

.analyses .price-benchmark-container {
  height: 228px; }
  .analyses .price-benchmark-container .price-benchmark-legend-container {
    width: 75%; }

.analyses #export-screenshot-preview-modal #modal-image-container {
  height: 600px;
  overflow: auto;
  -ms-overflow-style: auto; }
  .analyses #export-screenshot-preview-modal #modal-image-container img {
    max-width: 100%;
    width: auto;
    height: auto; }

.bb-summaries-article-container {
  height: 100%;
  display: flex; }
  .bb-summaries-article-container .row {
    width: 100%; }
    .bb-summaries-article-container .row > .col-md-12 {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 8px;
      padding-bottom: 8px; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .product_name {
        width: 14%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .article_no {
        width: 12%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .own_price {
        width: 9%;
        text-align: right; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .merchant,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .offers {
        width: 6%;
        text-align: right; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .avg_price,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .min_price,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .max_price,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .reduction,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .equals,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .augmentation,
      .bb-summaries-article-container .row > .col-md-12 .bb-table .new {
        width: 7%;
        text-align: right; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .favourite {
        width: 4%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-header-row .favourite span {
        font-size: 20px;
        line-height: 20px;
        color: #646472; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-top-headline .total {
        width: 33%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-top-headline .quantity {
        width: 14%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-top-headline .price_info {
        width: 21%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-top-headline .price_changes {
        width: 32%; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .bb-col-ranking {
        padding: 0; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .favourite label {
        color: #D8D8D8; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .favourite label:before {
        content: "\f005";
        color: #D8D8D8;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .favourite input:checked ~ label:before {
        color: #8AC831; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .favourite label:hover ~ label:before {
        color: #D0E9AD; }
      .bb-summaries-article-container .row > .col-md-12 .bb-table .bb-table-body .favourite label:hover:before {
        color: #D0E9AD; }

.bb-summaries-merchant-container {
  height: 100%;
  display: flex; }
  .bb-summaries-merchant-container .row {
    width: 100%; }
    .bb-summaries-merchant-container .row > .col-md-12 {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 8px;
      padding-bottom: 8px; }
      .bb-summaries-merchant-container .row > .col-md-12 .bb-table {
        overflow: hidden;
        flex: 1; }
        .bb-summaries-merchant-container .row > .col-md-12 .bb-table .summaries-merchant-table {
          height: 100%;
          display: flex;
          flex-direction: column; }
        .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.merchant {
          width: 19%; }
        .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.avg_price_change, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.product_range, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.offers, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.rank_avg, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.price_increases, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.price_reductions, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.articles, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.source, .bb-summaries-merchant-container .row > .col-md-12 .bb-table div.below_rrp {
          text-align: right;
          width: 9%; }
        .bb-summaries-merchant-container .row > .col-md-12 .bb-table .bb-table-body .number-cell {
          overflow: visible; }

.bb-offerlist-container {
  height: 100%;
  display: flex; }
  .bb-offerlist-container .row {
    width: 100%; }
    .bb-offerlist-container .row > .col-md-12 {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 8px;
      padding-bottom: 8px; }
      .bb-offerlist-container .row > .col-md-12 .bb-table {
        overflow: hidden;
        flex: 1; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .summaries-offerlist-table {
          height: 100%;
          display: flex;
          flex-direction: column; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.merchant, .bb-offerlist-container .row > .col-md-12 .bb-table div.source, .bb-offerlist-container .row > .col-md-12 .bb-table div.article-id {
          width: 12%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.article-name {
          width: 17%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.benchmark {
          text-align: right;
          width: 1%; }
          .bb-offerlist-container .row > .col-md-12 .bb-table div.benchmark .sort-button {
            padding-right: 14px; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div .own-price {
          text-align: right;
          width: 7%; }
          .bb-offerlist-container .row > .col-md-12 .bb-table div .own-price.bb-header-column {
            width: 8%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.offer-price, .bb-offerlist-container .row > .col-md-12 .bb-table div.price-change, .bb-offerlist-container .row > .col-md-12 .bb-table div.shipping, .bb-offerlist-container .row > .col-md-12 .bb-table div.previous-price {
          text-align: right;
          width: 7%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.availability {
          width: 7%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table div.offer-link {
          width: 5%; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .bb-table-body .benchmark-cell {
          overflow: visible;
          border: 1px solid #333333;
          height: 95%;
          width: 10px;
          color: #FFFFFF !important; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .bgBlue {
          background-color: #00A0D1; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .bgGreen {
          background-color: #708C0A; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .bgOrange {
          background-color: #FF9100; }
        .bb-offerlist-container .row > .col-md-12 .bb-table .bgRed {
          background-color: #E30043; }

#password-reset-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 450px;
  background: #FFFFFF;
  border-radius: 4px; }
  #password-reset-main .password-headline {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin: 15px 0; }
  #password-reset-main .password-container {
    padding: 15px 10px; }
    #password-reset-main .password-container .bb-input-container {
      margin-bottom: 16px; }
      #password-reset-main .password-container .bb-input-container .input-group {
        width: 100%; }
    #password-reset-main .password-container label {
      margin-bottom: 7px; }
  #password-reset-main .password-loading {
    text-align: center;
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px; }
  #password-reset-main .password-messages span {
    line-height: 25px;
    font-size: 14px; }
  #password-reset-main .bb-btn {
    margin: 40px auto auto; }
  #password-reset-main label {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }

#loading-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 450px;
  background: #FFFFFF;
  border-radius: 4px; }
  #loading-error .loading-error-headline {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin: 15px 0; }
  #loading-error .bb-btn {
    margin: 40px auto auto; }

#notification-session-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 450px;
  background: #FFFFFF;
  border-radius: 4px; }
  #notification-session-modal .notification-session-modal-headline {
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin: 15px 0; }
  #notification-session-modal .bb-btn {
    margin: 40px auto auto; }
  #notification-session-modal .notification-session-modal-messages span {
    line-height: 25px;
    font-size: 14px; }

.no-preconditions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 450px;
  background: #FFFFFF;
  border-radius: 4px; }
  .no-preconditions .no-preconditions-headline {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin: 15px 0; }
  .no-preconditions .no-preconditions-message span {
    line-height: 25px;
    font-size: 14px; }

#no-cookie-section {
  display: none; }

@media print {
  @page {
    size: A4 portrait; }
  body img.image-print-container {
    display: block;
    width: auto;
    height: auto; }
  body :not(.image-print-container) {
    display: none !important; } }
