.graph-view
{
	width: 100%;
	height: 100%;
}

.graph-modal .graph-legend
{
	z-index: 3010;
	position: absolute;
	margin-left: 5px;
	margin-bottom: 5px;
	bottom: 0;
	left: 0;
}


.graph-modal .node-card
{
	z-index:3010;
	position: absolute;
	margin-right: 10px;
	margin-top: 5px;
	top: 0;
	right: 0;

	width: 450px;
	max-width: 100%;
}

.graph-modal .node-card .search-result
{
	width: 100%;
}

.graph-modal .node-card .search-result .badge
{
	margin-right: 20px;
}

.graph-modal .node-card .search-result .view-graph-btn
{
	display: none;
}
