body { 
/*
  font: 14px helvetica neue, helvetica, arial, sans-serif;
*/
}

.cy-panzoom {
    box-sizing: content-box;
    color: #666;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    z-index: 9999;
    left: 0em;
}

#cy {
  height: 90%;
/*
  width: 90%;
*/
  position: absolute;
  left: 5em;
  right: 30em;
/*
  top: 10em;
*/
  background: #bbb;
}

#nodeInfo {
/*
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
*/
    bottom: 0;
    box-sizing: border-box;
    font: 12px helvetica neue, helvetica, arial, sans-serif;
    padding: 1em;
    right: 5em;
    top: 15em;
    transition-duration: 250ms;
    transition-property: opacity;
    transition-timing-function: ease-out;
    width: 30em;
    height: 100em;
    z-index: 1;
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
}

.nodeTable {
    font: 12px helvetica neue, helvetica, arial, sans-serif;
}


#toggle-cytoscapeForm{
    overflow: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 5em;
    z-index: 1;
}

#cytoscapeForm {
    position: absolute;
    top: 5em;
    left: 25em;
	right: 5em;
    z-index: 1;
    width:80em;
}

#mainFrame
{
    overflow: auto;
    padding: 1em;
    top: 10em;
    z-index: 1;
    height:100em;

}
/*
.hub-panel
{
    background: rgba(200, 200, 200, 0.75) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 1em;
    z-index: 1;
}
*/

.families
{
	color:black;
}

.families.title
{
	background: rgba(200, 200, 200, 0.75) none repeat scroll 0 0;
    bottom: 0;
    font-weight: bold;
    box-sizing: border-box;
    overflow: auto;
    padding: 1em;
    z-index: 1;
}

.families.desc {
    font-style: italic;
}

li.families{
	width:50em;
}

.rawdata
{
	color:black;
}

.rawdata.desc {
    font-style: italic;
}

.rawdata.file
{
	font-weight: bold;
}

.pubmed
{
	color:black;
}

.pubmed.authors
{
	font-weight: bold;
}

.pubmed.journal
{
	font-size: smaller;
}


#wb_header1
{
	display: none;
}

#wb_header2
{
	display: none;
}

.portal-title
{
	background-color:#ffefcc;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}


.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
    
}


table {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
/*
	font-family:sans-serif;
	font-size:8pt;
	border :10;
*/
}

.label-as-badge
{
	color:black;
}



.submenu {
	background-color:#FFFFCC;
}

.hypermedia {
	float:left;
	width:100;
}

.pagination{
	border: 1px solid transparent;
	border-radius: 2px;
	right: 5em;
	position:absolute;
}

.graphmenu {
  font-family:Arial,Verdana,sans-serif;
  font-size:0.9em; 
  background-color:#eee;
}
