
#networkVisualization{
  text-align: center;
}
.visualizationPanel{
  background:white;
}
#visualizationBox{
  position:relative;
}

#authorSelector {
  font-family: "Oswald";
  height: 18px;
  margin-top: 0px;
  text-align: center;
  font-size:18px;
  width:240px;
  padding-top:5px;
  padding-bottom:5px;
  border:none;
  border-bottom: 1px solid rgb(142,26,17);
  border-radius: 0;
  margin-bottom: 6px;
}

#authorSelector:focus{
  outline: none;
}

.nodes{
  -webkit-touch-callout: none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

.links line {
  stroke: #444;
  /* stroke-opacity: 1.0; */
}

.nodes rect {
  stroke: #fff;
  stroke-width: 1.5px;
  cursor: pointer;
}

.node.reference rect {
  stroke: #777;
  stroke-width: 3.0px;
}

.nodes .title{
  font-family: "Oswald";
  fill:#fff;
  /* stroke:rgba(2, 2, 2, 0.562); */
  font-size:14px;
  stroke-width:2px;
  /* paint-order:stroke; */
  pointer-events:none;
  text-anchor:middle;
}

.nodes .titleOutline{
  font-family: "Oswald";
  stroke:rgba(2, 2, 2, 0.4);
  font-size:14px;
  stroke-width:2px;
  pointer-events:none;
  text-anchor:middle;
}

.node.reference .title {
  font-size:20px;
}

.node.reference .titleOutline {
  font-size:20px;
}

.infobox{
  pointer-events: none;
}

.topTitle{
  pointer-events: none;
}

.topTitle text{
  font-family: "Oswald";
  text-anchor: middle;
  font-size:18px;
  fill:rgb(142,26,17);
}

.topTitle text.outline{
  stroke:rgba(255,255,255,0.8);
  stroke-width:3px;
}


.infoText{
  font-family: "Oswald";
  font-size:14px;
  fill:rgb(119, 119, 119);

}

.infoSubText{
  font-family: "Oswald";
  font-size:12px;
}



/* Loading Panel */

.loadingPanel {
	position:absolute;
	bottom:0px;
	top:0px;
	right:0px;
	left:0px;
	width: auto;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	/* border: 2px solid rgba(131, 0, 0, 0.877); */
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	display:none;
}

.loadingBox {
	position: relative;
	width:230px;
	height:130px;
}
.loadingText{
	position: absolute;
	top: 90px;
	left:0px;
	right:0px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}




/* Error Panel */

.errorPanel {
	position:absolute;
	bottom:0px;
	top:0px;
	right:0px;
	left:0px;
	width: auto;
	height: auto;
	background-color: rgba(255, 250, 250, 0.95);
	/* border: 2px solid rgba(131, 0, 0, 0.877); */
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	display:none;
}

.errorBox {
	position: relative;
	width:400px;
	height:130px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.errorText{
	position: absolute;
	top: 80px;
	left:0px;
	right:0px;
	text-align: center;
	font-size: 16px;
  color: #666666;
}


.errorBackButton {
  width:50px;
  margin-top:150px;
}

.errorIcon{
	position:absolute;
	top:20px;
	width:50px;
}






#visualizationTopPanel{
  text-align: left;
  position:absolute;
  top:0px;
  right:10px;
  font-family: "Oswald";
  height:24px;
  width:130px;
	padding-left:2px;
	display:block;
	justify-content: left;
  cursor: pointer;
  overflow:hidden;
  display:none;
  border: 1px solid rgb(240,240,240);
  background: rgba(240,240,240,0.8);
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently
																supported by Chrome and Opera */
}

#visualizationTopPanel:hover{
  border: 1px solid rgb(230,230,230);
  background: rgba(230,230,230,0.8);
}

#visualizationTopPanel .titleText{
  position:absolute;
  top:0px;
  left:4px;
	line-height: 20px;
	font-size:15px;
	font-weight: bold;
	vertical-align: top;
	color: #888888;
	pointer-events:none;
}

#visualizationTopPanel .titleExpandCollapseIcon{
  position:absolute;
	width: 16px;
	height:16px;
  top:3px;
  right:4px;
	pointer-events:none;
}

#visualizationTopPanel table{
  margin-top:24px;
  width:190px;
	font-size:13px;
}


#visualizationTopPanel th{
  white-space: nowrap; overflow: hidden; text-overflow:ellipsis; 
  pointer-events: fill;
  line-height: 17px;
}

#visualizationTopPanel td{
  border-top: 1px solid white;
  white-space: nowrap; overflow: hidden; text-overflow:ellipsis; 
  pointer-events: fill;
  line-height: 17px;
}

#visualizationTopPanel td:hover{
  color:rgb(142,26,17);
}

#visualizationTopPanel .name{
  text-align: left;
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#visualizationTopPanel .hindex{
  text-align: center;
  width: 60px;
  overflow: hidden;
}

#visualizationTopPanel .tagName{
  text-align: left;
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 
#visualizationTopPanel {
  position:absolute;
  height:30px;
  top:0px;
  right:5px;
  border-radius: 4px;
  border: 1px solid rgb(230,230,230);
  background: rgba(240,240,240,0.8);
  text-align: right;
}

.topAuthorsTitleContainer{
  padding-left:20px;
  padding-right:20px;
  background: rgba(240,240,240,0.8);
}

.topAuthorsTitle{
  font-family: "Oswald";
  font-size: 18px;
  color: rgb(122,120,120);
} */