body, html {
  height: 100%;
  font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
  font-size: 12px; }

.is-hidden {
  display: none;
  max-height: 0; }

.nflow-vis-tree .timeline-bg rect {
  fill: none;
  stroke: #eeeeee;
  stroke-width: 2px; }

.nflow-vis-tree .node {
  cursor: pointer; }
  .nflow-vis-tree .node path {
    fill: rgba(255, 255, 255, 0.95);
    stroke: #159957;
    stroke-width: 2px; }
  .nflow-vis-tree .node path.is-flow {
    fill: #C1E0F5;
    stroke: #1f8dd6; }
  .nflow-vis-tree .node.is-parent-cancelled path.is-flow {
    stroke: #F68E8E; }

.nflow-vis-tree .listener {
  fill: #C1E0F5;
  stroke: none; }

.nflow-vis-tree .listener:hover {
  fill: #1f8dd6; }

.nflow-vis-tree .link.is-cancelled {
  stroke: #F68E8E; }

.nflow-vis-tree .is-parent-cancelled path {
  stroke: #F68E8E; }

.nflow-vis-tree .has-no-recipients path.is-flow {
  stroke: #7A7A7A;
  fill: #DBDBDB; }

.nflow-vis-tree .is-cancelled .listener {
  fill: #F5C1C1; }

.nflow-vis-tree .node.is-cancelled path,
.nflow-vis-tree .node.is-cancelled path.is-flow {
  stroke: #991515; }

.nflow-vis-tree .node.is-disposed path,
.nflow-vis-tree .node.is-disposed path.is-flow {
  stroke: #DDDDDD; }

.nflow-vis-tree .is-recipient path {
  stroke: #1f8dd6;
  fill: #C1E0F5; }

.nflow-vis-tree .is-recipient text {
  font-weight: bold; }

.nflow-vis-tree .is-emitter path {
  stroke: #1f8dd6;
  fill: #1F8DD6; }

.nflow-vis-tree .is-emitter text {
  font-weight: bold; }

.nflow-vis-tree .overlay {
  fill: none;
  pointer-events: all; }
.node-label {
  alignment-baseline: baseline;
  font-size: 16px;
  fill: #606c71;
  transform-origin: 0 0; }

.is-disposed .node-label {
  fill: #DDDDDD; }

.text-bg {
  fill: #ffffff;
  opacity: .5; }

.has-data {
  stroke: #AAAAAA;
  fill: #DDDDDD;
  stroke-width: 1px;
  opacity: .5; }
.link {
  fill: none;
  stroke: #aaaaaa;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease-in-out; }

.routes .link {
  fill: none;
  stroke-linecap: round;
  stroke: #1f8dd6;
  stroke-width: 5px;
  stroke-dasharray: 1 10;
  stroke-dashoffset: 0;
  display: none; }

.routes[data-direction="2"] .link-down,
.routes[data-direction="3"] .link-down {
  display: block;
  animation: dash-downstream .5s linear infinite; }

.routes[data-direction="1"] .link-up,
.routes[data-direction="3"] .link-up {
  display: block;
  animation: dash-upstream .5s linear infinite; }

@keyframes dash-upstream {
  to {
    stroke-dashoffset: 10; } }

@keyframes dash-downstream {
  to {
    stroke-dashoffset: -10; } }

.link.is-flow {
  stroke-dasharray: 5,5; }

.link:not(.is-flow).is-removed {
  stroke: rgba(255, 0, 0, 0.05); }

.link:not(.is-flow).is-disposed {
  stroke: #EEEEEE; }
.nflow-debug {
  height: 100%; }
  .nflow-debug .content {
    margin: 0;
    height: calc(100% - 27px);
    border: 1px dashed #dddddd; }
    .nflow-debug .content > * {
      float: left;
      height: 100%;
      box-sizing: border-box;
      overflow: hidden; }
  .nflow-debug footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    padding-left: 0 5px;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .nflow-debug footer .message {
      margin-left: 10px; }
      .nflow-debug footer .message a {
        font-weight: bold;
        cursor: pointer; }
      .nflow-debug footer .message.is-error {
        color: #991515; }
        .nflow-debug footer .message.is-error::before {
          font: normal normal normal 14px / 1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\F071";
          margin-right: 4px; }
    .nflow-debug footer nav {
      float: right;
      padding-right: 10px; }
  .nflow-debug .nodes {
    overflow: hidden;
    width: 100%; }
    .nflow-debug .nodes > * {
      overflow: hidden; }
  .nflow-debug .gutter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%; }
    .nflow-debug .gutter:hover {
      background-color: rgba(250, 250, 250, 0.9); }
    .nflow-debug .gutter.gutter-horizontal {
      cursor: col-resize;
      border-right: 1px solid #ccc; }
      .nflow-debug .gutter.gutter-horizontal:hover {
        box-shadow: inset 0 1px 2px #e4e4e4; }
    .nflow-debug .gutter.gutter-vertical {
      cursor: row-resize;
      border-bottom: 1px solid #ccc;
      margin-left: 8px; }
      .nflow-debug .gutter.gutter-vertical:hover {
        box-shadow: inset 0 1px 2px #e4e4e4; }
  .nflow-debug .is-hidden {
    display: none; }
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
.content .inspector-pane {
  background-color: rgba(250, 250, 250, 0.9);
  display: flex;
  flex-direction: column;
  color: #303942;
  font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
  font-size: 12px; }
  .content .inspector-pane > header {
    display: flex;
    flex: 0 0 20px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
    line-height: 20px;
    padding: 0 5px; }
  .content .inspector-pane > section {
    overflow: auto;
    flex-basis: calc(100vh - 50px); }
    .content .inspector-pane > section > article {
      white-space: nowrap; }
      .content .inspector-pane > section > article > pre {
        padding: 0 5px; }
      .content .inspector-pane > section > article > pre,
      .content .inspector-pane > section > article > div {
        margin: 0; }
        .content .inspector-pane > section > article > pre:empty,
        .content .inspector-pane > section > article > div:empty {
          text-align: center; }
          .content .inspector-pane > section > article > pre:empty:after,
          .content .inspector-pane > section > article > div:empty:after {
            font-style: italic;
            font-size: 90%;
            padding: 6px;
            color: #888;
            pointer-events: none; }
      .content .inspector-pane > section > article > input {
        display: none; }
        .content .inspector-pane > section > article > input:checked + label:before {
          content: "\F0DA";
          margin-left: -8px; }
        .content .inspector-pane > section > article > input:checked + label + * {
          display: none; }
        .content .inspector-pane > section > article > input + label {
          border-bottom: 1px solid #ccc;
          overflow: visible;
          background-color: #f3f3f3;
          line-height: 20px;
          padding: 0 15px;
          display: block; }
          .content .inspector-pane > section > article > input + label:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\F0D7";
            margin-left: -10px;
            margin-top: 7px;
            margin-right: 5px; }
          .content .inspector-pane > section > article > input + label + * {
            margin: 5px 10px;
            display: block; }
      .content .inspector-pane > section > article dl {
        font-size: 11px !important;
        font-family: Menlo, monospace;
        margin: 0; }
        .content .inspector-pane > section > article dl.is-unparented {
          opacity: .4; }
        .content .inspector-pane > section > article dl dt {
          color: #c80000;
          padding-left: 10px;
          float: left;
          clear: left; }
          .content .inspector-pane > section > article dl dt:after {
            content: ":";
            color: black;
            margin-right: 5px; }
        .content .inspector-pane > section > article dl dd {
          padding-left: 15px;
          white-space: normal;
          margin: 0; }
          .content .inspector-pane > section > article dl dd div {
            clear: left; }
          .content .inspector-pane > section > article dl dd.id {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
  .content .inspector-pane article .data:empty:after {
    content: 'No Data'; }
  .content .inspector-pane article .listeners:empty:after {
    content: 'No Listeners'; }
  .content .inspector-pane article .recipients:empty:after {
    content: 'No Recipients'; }
  .content .inspector-pane article .child-nodes:empty:after {
    content: 'No Child Nodes'; }

/*# sourceMappingURL=nflow-vis.css.map*/