/*! dnb-zdb - v1.9.0 - ]init[ AG - 2022-02-10 */


html {
  height: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  color: #3c3737;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 100%;
  background: #fff;
  font-size: 14px;
}

form.fullScreenFitSetting {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1999;
}

.fullScreenFitSetting .layout-container, .fullScreenFitSetting .layout-heroContent, .fullScreenFitSetting #footer {
  display: none;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/********history-chart ********************************************/
/******************************************************************/
/******************************************************************/
/** error **********************************************************************/
div.history-chart-error {
  display: none;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  font-weight: bold;
}

/** time line +  history chart ************************************************/
div.history-and-timeline {
  background-color: #E9E6E6;
}

/** header **********************************************************************/
div.history-headerExport {
  background-color: #e9e6e6;
  padding: 20px;
  font-weight: bold;
  position: relative;
}

div.history-headerExport div.export {
  display: inline-flex;
  float: right;
  width: 190px;
}

div.history-headerExport div.print, div.history-headerExport div.download {
  width: 80px;
  height: 20px;
  vertical-align: middle;
  background-color: white;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.btn-fullScreen {
  background-image: url("../../images/charts/fullScreen.png") !important;
  vertical-align: top;
}

div.history-headerExport button.btn-fullScreen {
  border: 0 solid #000;
  height: 20px;
  width: 20px;
  padding: 0;
}

div.history-headerExport button.btn-fullScreen > img {
  cursor: pointer;
}

div.history-headerExport .btn-closeFullScreen {
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: none;
  width: 30px;
  height: 30px;
  background-color: #e9e6e6;
  overflow: hidden;
  border: 1px solid #e9e6e6;
  position: absolute;
  right: 1px;
  top: 1px;
}

/** time line for history chart ************************************************/
.group-year.left {
  float: left;
}
.group-year.right {
  float: right;
}

div.history-timeline .js-nouislider-history {
  padding-right: 32px;
  z-index: 999;
}

/*div.full-screen-js-nouislider-history{
    margin:40px;
    padding-right: 32px;
}*/
div.history-timeline {
  height: 125px;
}

div.history-timeline div.visible-area-timeline {
  z-index: 1000;
  background-color: rgba(186, 186, 186, 0.5);
  height: 7px;
  position: absolute;
  top: 1px;
}

div.history-timeline div.noUi-base {
  z-index: 1001;
}

div.history-timeline div.header {
  padding: 20px 20px 0 20px;
  font-weight: bold;
  border-top: 1px solid white;
  width: 100%;
}

div.history-timeline input {
  width: 60px;
  margin-left: 10px;
}

div.history-timeline div.group-year {
  width: 110px;
  margin-top: 16px;
  margin-left: 30px;
  margin-right: 23px;
}

div.history-timeline div.group-year > label,
div.history-timeline div.group-year > input {
  display: inline;
}

div.history-timeline div.slider-container {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

/* full screen ********************************************/
div.history-container.fullScreen {
  margin: 0;
  padding: 0;
}

div.fullScreen div.history-headerExport .btn-closeFullScreen {
  display: block;
}

div.fullScreen div.history-headerExport .btn-fullScreen {
  display: none;
}

/** history chart **************************************************************/
div.history-chart {
  background-color: #e9e6e6;
  width: 910px;
  position: relative;
}

/*.div-center {
  display: inline-block;
  position: relative;
}*/
/** popup         **************************************************************/
div.history-chart text.supplements-title {
  font-size: 1.0em;
  font-weight: bold;
}

div.history-chart div.popupContainer {
  position: absolute;
  visibility: hidden;
  border: 2px solid #c40f74;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 0.9em;
}

div.history-chart div.popupContainer {
  z-index: 2000;
}

div.history-chart div.popupContainer:before {
  background-color: #ffffff;
  content: "\00a0";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 2px solid #c40f74;
  border-top: 2px solid #c40f74;
}

div.history-chart div.popupContainer .supplement-txt {
  cursor: pointer;
  color: black;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

div.history-chart div.innerPopup {
  overflow: hidden;
}

div.history-chart div.headerPopup {
  height: 30px;
  background-color: #ffffff;
}

div.history-chart div.headerPopup > svg {
  background-color: #ffffff;
}

div.history-chart div.innerPopup > svg {
  background-color: #ffffff;
}

div.history-chart g.box_supplement rect {
  fill: #7e7878;
}

div.history-chart rect.box_overall_supplement {
  fill: #7e7878;
}

div.history-chart rect.box_overall_outline {
  stroke: #7e7878;
  stroke-width: 1;
  fill: #ffffff;
}

div.history-chart path.dividingLine_supplement {
  stroke: #aaaaaa;
  stroke-width: 1;
  stroke-dasharray: 6,6;
}

div.history-chart text.supplementsMore {
  text-decoration: underline;
  cursor: pointer;
}

/** symbol ******************************************************/
div.history-chart .node-symbol {
  cursor: pointer;
}

div.history-chart .node-symbol > rect {
  stroke: #e9e6e6;
  stroke-width: 1px;
}

div.history-chart .node-symbol > path {
  stroke: #c40f74;
  stroke-width: 2px;
}

/****************************************************************/
div.history-chart rect.indicator {
  stroke: #000000;
}

div.history-chart .close-button2 {
  cursor: pointer;
  fill: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  stroke: #333333;
  stroke-width: 2px;
  vertical-align: top;
  width: 30px;
}

div.history-chart .close-button2:hover {
  stroke: #000000;
}

div.history-chart rect {
  fill: #fff;
  stroke-width: 1;
  stroke: #a6a0a0;
}

div.history-chart text.box-text.noshow {
  display: none;
}

div.history-chart text.box-text {
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  cursor: pointer;
}

div.history-chart g#mainBox text.box-text {
  fill: #c40f74;
  cursor: default;
}

div.history-chart text.box-text > tspan {
  text-anchor: middle;
}

div.history-chart path {
  stroke: #a6a0a0;
  stroke-width: 1;
}

div.history-chart marker#arrow {
  stroke: #a6a0a0;
  fill: #a6a0a0;
}

div.history-chart .selected-path {
  stroke: #c40f74 !important;
  stroke-width: 2 !important;
}

/** zoom controls for history and network chart */
div.history-chart div.zoomContainer,
div.network-chart-inner div.zoomContainer {
  position: absolute;
  left: 7px;
  background-color: #fff;
}

div.history-chart div.zoomContainer {
  top: 40px;
}

div.network-chart-inner div.zoomContainer {
  top: 7px;
}

div.history-chart div.zoomContainer button,
div.network-chart-inner div.zoomContainer button {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
  overflow: hidden;
  border: 1px solid #000;
  display: block;
  padding: 0;
  margin-top: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
div.history-chart div.zoomContainer button.fullExtent:after,
div.network-chart-inner div.zoomContainer button.fullExtent:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
div.history-chart div.zoomContainer button.zoomPlus:before,
div.network-chart-inner div.zoomContainer button.zoomPlus:before {
  content: "+";
}
div.history-chart div.zoomContainer button.zoomMinus:before,
div.network-chart-inner div.zoomContainer button.zoomMinus:before {
  content: "-";
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/********network-chart ********************************************/
/******************************************************************/
/******************************************************************/
/** error **********************************************************************/
div.network-chart-error {
  display: none;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  font-weight: bold;
  background: #e9e6e6;
}

/**  header      **************************************************************/
div.network-chart-header div.headerExport {
  background-color: #e9e6e6;
  padding: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
}
div.network-chart-header div.headerExport > .heading {
  display: none;
}

div.headerElements {
  display: none;
}

div.network-chart-header div.box-logo {
  display: none;
}

div.network-chart-header div.headerExport div.tabHeader .explanation {
  font-weight: normal;
}

div.network-chart-header div.headerExport div.export {
  display: flex;
  flex-flow: wrap;
  white-space: nowrap;
  margin-right: 5px;
}

div.network-chart-header div.headerExport div.print, div.network-chart-header div.headerExport div.download, div.network-chart-header div.headerExport div.titleList {
  width: 80px;
  height: 20px;
  vertical-align: middle;
  background-color: white;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.network-chart-header div.headerExport button.btn-closeFullScreen {
  display: none;
  float: right;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("../../images/charts/exitFullScreen.png");
  border: none;
  margin-right: 5px;
}

div.network-chart-header div.headerExport div.titleList {
  width: auto;
  padding: 0 5px;
}

div.network-chart-header div.headerExport a.title-list-disabled {
  color: #e9e6e6;
}

body.print-preview div.network-chart-header div.headerExport div.print {
  margin-right: 15px;
}

div.network-chart-header div.headerExport a {
  color: #c40f74;
}

div.network-chart-header div.headerExport div.expand {
  width: 20px;
  height: 20px;
  color: #c40f74;
  vertical-align: middle;
  background-color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 3px;
}

div.network-chart-header button.btn-fullScreen {
  border: 0 solid #000;
  height: 20px;
  width: 20px;
  min-width: 20px;
  padding: 0;
}

div.network-chart-header button.btn-fullScreen > img {
  cursor: pointer;
}

/** more and less relation buttons *********************************************/
button.full-screen-more-relations,
button.more-relations {
  margin: 10px;
}

button.full-screen-less-relations,
button.less-relations {
  margin: 10px;
}

div.max-number-hierarchy {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 30px;
  color: blue;
  background-color: white;
}

/* chart          **************************************************************/
div.network-chart-container {
  background-color: #e9e6e6;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
}

/* full screen *****************************************************************/
div.network-chart-all-container.fullScreen {
  margin: 0;
  padding: 0;
}

div.fullScreen div.network-chart-header div.headerElements {
  display: flex;
  color: white;
  align-items: stretch;
  font-weight: normal;
  padding: 10px 0 0 1em;
}
div.fullScreen div.network-chart-header div.headerElements div.box-logo {
  float: none;
  width: auto;
  margin-right: 3em;
}
div.fullScreen div.network-chart-header div.headerElements div.box-logo-small {
  display: none;
}
div.fullScreen div.network-chart-header div.headerElements .relationTitleDetails {
  align-self: center;
  flex-shrink: 2;
  min-width: 200px;
}
div.fullScreen div.network-chart-header div.headerElements .relationTitleDetails .description_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
div.fullScreen div.network-chart-header div.headerElements .relationsExplanation {
  border-left: white 1px solid;
  min-width: 160px;
  max-width: 275px;
  padding: 0 20px;
}
div.fullScreen div.network-chart-header div.headerElements .historyExplanation {
  border-left: white 1px solid;
  min-width: 160px;
  max-width: 295px;
  padding: 0 20px;
}
@media (min-width: 481px) and (max-width: 768px) {
  div.fullScreen div.network-chart-header div.headerElements .box-logo {
    display: none;
  }
  div.fullScreen div.network-chart-header div.headerElements .relationTitleDetails {
    min-width: 150px;
  }
  div.fullScreen div.network-chart-header div.headerElements div.box-logo-small {
    display: block;
    float: none;
    width: 110px;
    margin-right: 1em;
  }
  div.fullScreen div.network-chart-header div.headerElements div.box-logo-small img {
    width: auto;
    height: 74px;
  }
  div.fullScreen div.network-chart-header div.headerElements .relationsExplanation {
    min-width: 100px;
    max-width: 180px;
    padding: 0 10px;
  }
  div.fullScreen div.network-chart-header div.headerElements .historyExplanation {
    min-width: 100px;
    max-width: 200px;
    padding: 0 10px;
  }
  div.fullScreen div.network-chart-header div.headerElements span.heading {
    margin-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  div.fullScreen div.network-chart-header div.headerElements .box-logo {
    display: none;
  }
  div.fullScreen div.network-chart-header div.headerElements .relationTitleDetails {
    min-width: 150px;
  }
  div.fullScreen div.network-chart-header div.headerElements div.box-logo-small {
    display: block;
    float: none;
    width: 110px;
    margin-right: 1em;
  }
  div.fullScreen div.network-chart-header div.headerElements div.box-logo-small img {
    width: auto;
    height: 74px;
  }
}
div.fullScreen div.network-chart-header div.headerElements a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
div.fullScreen div.network-chart-header div.headerElements .description_title {
  font-weight: bold;
}
div.fullScreen div.network-chart-header div.headerElements .heading {
  display: initial;
  color: white;
  margin-left: 30px;
  font-weight: bold;
}

div.fullScreen div.network-chart-header {
  background-color: #c40f74;
}
div.fullScreen div.network-chart-header .tabHeader {
  display: none;
}
div.fullScreen div.network-chart-header .headerExport {
  padding: 10px 10px 10px 20px;
}
div.fullScreen div.network-chart-header .headerExport > .heading {
  display: block;
}
div.fullScreen div.network-chart-header .headerExport .export {
  padding: 0;
  margin-right: 0;
}
div.fullScreen div.network-chart-header .headerExport .export .titleList, div.fullScreen div.network-chart-header .headerExport .export .print, div.fullScreen div.network-chart-header .headerExport .export .download {
  margin-bottom: 0;
}

div.fullScreen div.network-chart-header div.box-logo {
  float: none;
  display: block;
}

div.fullScreen div.network-chart-header .btn-closeFullScreen {
  display: block;
}

div.fullScreen div.network-chart-header .btn-fullScreen {
  display: none;
}

/*******************************************************************************/
div.network-chart-inner {
  background-color: #e9e6e6;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

/* load indicator **************************************************************/
div.network-chart-inner > div.loadIndicator {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}

/** zoom ************************************************************************/
div.network-chart-inner div.zoomContainer {
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: #fff;
}

/*nodes and their rectangles ***************************************************/
div.network-chart-inner g.node {
  cursor: default;
}

div.network-chart-inner .node-symbol {
  cursor: pointer;
}

div.network-chart-inner .node-symbol > rect {
  stroke: #e9e6e6;
  stroke-width: 1px;
}

div.network-chart-inner .node-symbol > path {
  stroke: #c40f74;
  stroke-width: 2px;
}

/*text for nodes ***************************************************************/
div.network-chart-inner text.box-text.noshow {
  display: none;
}

div.network-chart-inner text.box-text {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

div.network-chart-inner g.node-main > text.box-text > tspan {
  fill: #c40f74;
  cursor: default;
}

div.network-chart-inner text.box-text > tspan {
  text-anchor: middle;
  cursor: pointer;
}

div.network-chart-inner text.cluster-text {
  font-weight: bold;
  font-size: 12px;
  text-anchor: start;
}

div.network-chart-inner text.cluster-text2 {
  font-weight: bold;
  font-size: 40px;
  text-anchor: middle;
}

/* lines with arrows **********************************************************/
div.network-chart-inner .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

div.network-chart-inner .link.predecessor {
  stroke: #0087d2;
}

div.network-chart-inner marker#arrow-predecessor {
  fill: #0087d2;
}

div.network-chart-inner .link.successor {
  stroke: #398700;
}

div.network-chart-inner marker#arrow-successor {
  fill: #398700;
}

div.network-chart-inner .link.other_edition {
  stroke: #6d00ad;
}

div.network-chart-inner marker#arrow-other_edition {
  fill: #6d00ad;
}

div.network-chart-inner .link.supplement {
  stroke: #b14800;
}

div.network-chart-inner marker#arrow-supplement {
  fill: #b14800;
}

div.network-chart-inner .link.main_title {
  stroke: #750000;
}

div.network-chart-inner marker#arrow-main_title {
  fill: #750000;
}

div.network-chart-inner rect {
  fill: #fff;
  stroke-width: 1;
  stroke: #a6a0a0;
}

/** cluster node ***************************************************************/
div.network-chart-inner circle.clusterNode {
  fill: #ffffff;
  stroke-width: 3px;
}

div.network-chart-inner g.node-predecessor circle.clusterNode {
  stroke: #0087d2;
}

div.network-chart-inner g.node-successor circle.clusterNode {
  stroke: #398700;
}

div.network-chart-inner g.node-other_edition circle.clusterNode {
  stroke: #6d00ad;
}

div.network-chart-inner g.node-supplement circle.clusterNode {
  stroke: #b14800;
}

div.network-chart-inner g.node-main_title circle.clusterNode {
  stroke: #750000;
}

div.network-chart-inner .path-cluster {
  stroke: #000;
  stroke-width: 2px;
  cursor: pointer;
}

div.network-chart-inner .path-cluster:hover {
  stroke: #aaa;
}

.titleSource {
  padding: 15px;
}
