.d3canvas {
    /*max-width: 80%;*/
    height: 100%;
}

.canvas {
    max-width: 80%;
    width:1200px;
}


.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.txtQuery
{
    min-height: 400px;
    height: 600px;
    width: 100%;
    background-color: #c5c5c5;
    font-size: 13;
}

.div-left{
    float:left;
    max-width: 20%;
    padding-left:10px;
}

.div-right{
    max-width: 80%;    
    padding-right:10px;
}

[jb-type='DataSourceGrid'] > tbody > tr:hover, [jb-type='Grid'] > tbody > tr:hover {
    background-color: initial !important;
    color: black !important;
    transition-delay: 0.2s;
}

/*svg:not(:root) {
    width: 100%;
    height: 80%;
}*/

#canvas > svg {
    background-color: #383838;
}

path.line {
    fill: none;
}

path.link {
  fill: none;
  stroke: #666;
  stroke-width: 1.5px;
}
