.graph-wrap {
  /*.marker.indirect {*/
  /*fill: green;*/
  /*}*/
  /*.link.indirect {*/
  /*stroke: green;*/
  /*}*/
  /*node {*/
  /*fill: #ffff99;*/
  /*stroke: #191900;*/
  /*stroke-width: 1.5px;*/
  /*}*/
  /*default node style*/
  /* temp disable infered for stable release */
}
.graph-wrap .link {
  fill: none;
  stroke: #666;
  stroke-width: 1px;
}
.graph-wrap .link.pseudo {
  opacity: 0.5;
}
.graph-wrap .marker {
  fill: #666;
}
.graph-wrap .marker.direct {
  fill: #666;
}
.graph-wrap .link.inferred {
  stroke-dasharray: 0, 2 1;
}
.graph-wrap .node {
  stroke: #333;
  cursor: pointer;
}
.graph-wrap .bitstream {
  fill: #3E7172;
  background-color: #3E7172;
}
.graph-wrap .auth-person {
  fill: #40597A;
  background-color: #40597A;
}
.graph-wrap .auth-family {
  fill: #B0A87E;
  background-color: #B0A87E;
}
.graph-wrap .auth-organization {
  fill: #575C8A;
  background-color: #575C8A;
}
.graph-wrap .auth-place {
  fill: #A0696B;
  background-color: #A0696B;
}
.graph-wrap .auth-work {
  fill: #1C2E54;
  background-color: #1C2E54;
}
.graph-wrap .auth-manifestation {
  fill: #B64A1F;
  background-color: #B64A1F;
}
.graph-wrap .auth-expression {
  fill: #36540F;
  background-color: #36540F;
}
.graph-wrap .auth-concept {
  fill: #A62E21;
  background-color: #A62E21;
}
.graph-wrap .subject-chain {
  fill: #033A4D;
  background-color: #033A4D;
}
.graph-wrap .auth-event {
  fill: #E59600;
  background-color: #E59600;
}
.graph-wrap .auth-genre {
  fill: #2C2C2C;
  background-color: #2C2C2C;
}
.graph-wrap .auth-object {
  fill: #7C8576;
  background-color: #7C8576;
}
.graph-wrap .digital-item, .graph-wrap .item {
  fill: #634527;
  background-color: #634527;
}
.graph-wrap .physical-item {
  fill: #766B43;
  background-color: #766B43;
}
.graph-wrap .collection, .graph-wrap .licence {
  fill: #446E9B;
  background-color: #446E9B;
}
.graph-wrap .fonds {
  fill: #7C8576;
  background-color: #7C8576;
}
.graph-wrap .series, .graph-wrap .file {
  fill: #A80F12;
  background-color: #A80F12;
}
.graph-wrap .generic {
  fill: #000;
  background-color: #000;
}
.graph-wrap .node circle.root {
  stroke-width: 3px;
  stroke-dasharray: 5;
}
.graph-wrap .text {
  font-size: 0.875rem;
  pointer-events: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 60px;
  padding: 0 2px;
}
.graph-wrap .text.root {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.graph-wrap .text.ro {
  font-style: italic;
}
.graph-wrap .faded {
  opacity: 0.2;
}
.graph-wrap .cloud {
  fill: #999;
  stroke: #666;
  stroke-dasharray: 1;
  cursor: pointer;
}
.graph-wrap .cloud .text {
  color: #fff;
  line-height: 12px;
}
.graph-wrap .graph-container {
  overflow: hidden;
}
.graph-wrap #graph {
  padding: 0;
  border: 1px solid #cccccc;
}
.graph-wrap #graph-nav > .panel-body > div > .list-group, .graph-wrap #graph-info > .panel-body > div > .list-group {
  max-height: 200px;
  overflow-y: scroll;
}
.graph-wrap #side-panel .list-group {
  margin-bottom: 2px !important;
}
.graph-wrap #graph-nav .list-group a, .graph-wrap #graph-info .list-group a {
  cursor: pointer;
}
.graph-wrap #graph-nav .list-group a.isVisible, .graph-wrap #graph-info .list-group a.isVisible {
  font-weight: 800 !important;
}
.graph-wrap #graph-nav .list-group-item, .graph-wrap #graph-info .list-group-item {
  padding: 2px !important;
  border: none !important;
}
.graph-wrap #graph-nav .list-group-item button, .graph-wrap #graph-info .list-group-item button {
  padding: 4px !important;
}
.graph-wrap #graph-nav .list-group-item .list-group, .graph-wrap #graph-info .list-group-item .list-group {
  padding-left: 12px !important;
}
.graph-wrap #graph-nav .list-group-item button.actSubroot, .graph-wrap #graph-info .list-group-item button.actSubroot {
  font-weight: 800;
}
.graph-wrap #tabs, .graph-wrap #graph-tab {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.graph-wrap #graph-tab, .graph-wrap #default-tab {
  min-height: 400px;
  width: 100%;
}
.graph-wrap #legend .list > li {
  line-height: 24px;
}
.graph-wrap #legend .list .color {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
}
.graph-wrap #legend .list .title {
  padding-left: 36px;
  line-height: 24px;
}
.graph-wrap #side-panel {
  padding: 0 0 0 4px;
}
.graph-wrap #side-panel #menu h4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.graph-wrap #side-panel .panel-heading {
  padding: 4px 12px;
}
.graph-wrap #side-panel .panel-body {
  padding: 0 !important;
}
.graph-wrap #side-panel .panel-body > div {
  padding: 12px;
}
.graph-wrap #side-panel .panel {
  margin-bottom: 4px !important;
  padding-bottom: 12px;
}
.graph-wrap #side-panel .padding {
  padding: 4px 8px;
}
.graph-wrap .panel-heading > .btn {
  padding: 2px 4px;
}
.graph-wrap #infoTitle {
  overflow: hidden;
}
.graph-wrap #info .action-buttons a {
  color: #fff !important;
  font-weight: 500;
  cursor: pointer;
  margin: 8px 0 0 8px;
}

/*# sourceMappingURL=d3v3-rg.css.map */
