
/* FOR NETWORK */
.node {
  font-size: 16px;
  stroke-width: 2px;
  color:#38464c;
   font-family: 'Roboto Condensed',arial,sans-serif;
font-weight: 400;  
}

text {
	fill: #3844c;	
}



.lnkarrows{
    stroke:#CCCCCC;
    stroke-opacity:.6;
    opacity: .06;
    fill:#CCCCC;
}



/*@import url(css/sankey.css?20120521);*/

#chart {
    height: 500px;
}

.node rect {
    cursor: pointer;
    fill-opacity: .9;
    shape-rendering: crispEdges;
    stroke-opacity:0.5;
    stroke-width:2px;
    stroke:#FFFFFF;
}

.node text {
    cursor: pointer;
}

/*.node.recipient rect {
    fill:#e37252;
}

.node.foundation rect {
    fill:#12b7b9;
}*/

.node.noborder rect {
    stroke-width:0px;
}

.link-text {
    /*pointer-events: none;*/
    cursor: pointer;
}
#path-direction1,#path-direction2,#path-direction3 {
    /*pointer-events: none;*/
    cursor: pointer;
}

.link {
    fill: none;
    stroke-opacity: .5;
    cursor: pointer;
}

.link:hover {
    stroke-opacity: .8;
}

path.link { stroke: #1c4968;opacity: 0.2;}

.glyphicon-chevron-left, .glyphicon-chevron-right {color:#778291; opacity:0.6;}
#pathways-hint { color:#778291; font-style:normal !important;width:300px; margin:0 auto;}
.pager:hover { cursor:pointer;}

.pathways-org-name-selected { font-weight:bold;}

.path-ping {opacity: 0.5;}

.pathways-legend {
    position: relative;
    top: -50px;
}
