#exNet {
    position: relative;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 800px;
    border: 1px solid black;
    border-bottom: 0px;
    padding: 0px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.exnet_buttons{
	color:Tomato;background:#fff;border-radius: 5px;padding: 4px;
	 background: #6C9270;
  color: #ffffff;
  text-decoration: none;
}
.exnet_buttons:hover{
	 background: #3d7489;
  color: white;
}

.nwinfobox{
    position: absolute; 
    z-index: -1;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #EEEEEE;
    border-radius: 6px;
    font-size: 12px;
    font-family: Arial;
	z-index: 999999;
    
}

#network_info_text{
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 0px;
}

#network_info_text2{
    border-top-left-radius: 0px; 
    margin-top: 22px;
}

rect.btn {
  stroke:#fff;
  fill:#fff;
  fill-opacity:0;
  stroke-opacity:0;
}

button.button1{
    font-weight: bold;
    border-color: #825E3A;
    background: #A59176;
    color: #4E2A23;
    border-radius: 5px;
}

button.button1:hover{
    background: #B6A287;
    border-top: 2px solid #B6A287;
    border-left: 3px solid #B6A287;
}
button.button1:hover{
    background: #AADDAA;
    border-top: 2px solid #AADDAA;
    border-left: 3px solid #AADDAA;
}

.margright{
    margin-right:5em
}
.margleft{
    margin-left:5em
}

.margleft_small{
    margin-left:1em
}

.margright_small{
    margin-right:1em
}

.menu_header{
    padding-bottom: 0px;
}

#actions{
    width:100%;
    height:90px;
    display: block;
    float:left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid black;
    border-top:1px solid #DCDCDC;
    background-color: #ECECEC;
}

.margin_top{
    margin-top:20px;
}

#genelist_menu{
	position: absolute;
  /*  float:left;
    border-left: 1px dotted black;*/
    width:100%;
    height: 100%;

}



.grid {
  width: 100%;
	height: 100px;
  display: table;
  border-collapse:separate;
  border-spacing:15px;
	
}

.grid-row {
  width: 100%;height: 100px;
  display: table;
  table-layout: fixed;
  margin:0 0 0 0;border: 1px solid #000000;
}

.item {
  display: table-cell;
  background: #cccccc;
  padding-left: 2%;
}

@media screen and (max-width: 680px) {

 .grid-row {
    display: block;
    width: 100%;
    margin:0;
 }
  
 .item {
  display: block;
	width: 100%;
  margin: 0 0 5px 0;
 }  
 
}




#selected_col_button{
    border:0px solid black;
    display: inline;
    float: left;
    height:18px;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 0px;
    margin-top:2px;
    color:#FFFFFF;
    font-weight: bold;
    background-color: #6C9270;
}


#thresholddiv{
    float:left;
    margin-left: 0px;
    padding-left: 5px;
    height: 100%;
}

#reloadzoomdiv{
    float:          right;
    height:         100%;
    width:          200px;
    
}

.vistext{
    width:30px;
}

.reloadbutton{
    float:right;
    margin-right: 20px;
    padding-bottom: 20px;
}

#display-container{
    display: block;
    background-color:#ECECEC;
    width:100%;
    height:80px;
    border: 1px solid black;
    border-top:0px solid #DCDCDC;
}

#exnet_display_options{
    float:left;
    width:180px;
    height:auto;
    padding-left:5px;
    overflow: hidden;
}

#exnet_color_genes{
    float:left;
    border-left: 1px dotted black;
    padding-left:10px;
    width:120px;
    height:100%;
    overflow: hidden;
}

.namebox{
    display: inline;
    border-radius: 5px;
    height: 35px;
    width:200px;
    font-size:20px;
    line-height: 0px;
}

#div_nameinput{
    display: inline;
    margin-bottom: 10px;
}

p{
    margin: 0px;
}


/*
	select box colors

*/

table.colorbar{
    margin:0px;
    padding:0px;
}

#gene_list_buttons{
    margin-top:5px;
}

#colorbardiv{
    float:left;
    display: inline;
    height:100%;
    width:auto;
    padding-top: 7px;
    padding-bottom: 10px;
}


#colorbar{
    height: 48px;
    margin-top: 5px;
    width:100%;
}

.nwbuttons{
    cursor: pointer;
}

.nwbuttons:active{
    border-radius: 24px;
    border:2px solid black;
}
.nwbuttons:hover{
    border-radius: 24px;
    background-color: #CCCCCC; 
}

.colselectformat{
    height:19px;
    width:19px;
    border-radius: 11px;
    border:1px solid black;
    cursor: pointer;
}
.bluegreen{
    background-color: #8DD3C7;
}
.lyellow{
    background-color: #FFFFB3;
}
.lpurple{
    background-color: #BEBADA;
}
.red{
    background-color: #FB8072;
    color:white;
}
.blue{
    background-color: #80B1D3;
}
.orange{
    background-color: #FDB462;
}
.green{
    background-color: #B3DE69;
}
.pink{
    background-color: #FCCDE5;
}
.grey{
    background-color: #D9D9D9;
}
.purple{
    background-color: #BC80BD;
}
.lgreen{
    background-color: #CCEBC5;
}
.yellow{
    background-color: #FFED6F;
}
.default{
    background-color: #6C9270;
}
.brown{
    background-color: #8B5A2B;
}
.black{
    background-color: #000000;
    color:#FFFFFF;
}
.lbrown{
    background-color: #CD853F;
}

/*Slider*/
.slider {
  width: 100%;
}

.slider > .dragger {
  background: #7ab6ab;
  background: -webkit-linear-gradient(top, #7ab6ab, #7ab6ab);
  background: -moz-linear-gradient(top, #7ab6ab, #7ab6ab);
  background: linear-gradient(top, #7ab6ab, #7ab6ab);

  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #3d7489;
  width: 16px;
  height: 16px;
}

.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #3d7489, #3d7489);
}


.slider > .track, .slider > .highlight-track {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  border: 1px solid #aaa;
  height: 4px;
}

.slider > .highlight-track {
	background-color: #7ab6ab;
	background: -webkit-linear-gradient(top, #7ab6ab, #7ab6ab);
	background: -moz-linear-gradient(top, #7ab6ab, #7ab6ab);
	background: linear-gradient(top, #7ab6ab, #7ab6ab);
	
	border-color: #7ab6ab;
}
#mainNav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #222;
   /* padding: 13px 0 12px 0;
    */font-family:'Open Sans', sans-serif;
    background: #FFF;
	height: 40px;
    line-height: 20px;
}




/* SLIDERRR*/

.range-holder{
	margin: 3em auto;
	padding: 200px 0 70px 0;
	width: 960px;
	background: url("https://dl.dropboxusercontent.com/u/4277345/codepen/pr-plan-scale.png") bottom center no-repeat;
	
}

.dragdealer {
  position: relative;
  height: 30px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #a7a7a7;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
}

.stripe{
	background: #ddd  url("https://dl.dropboxusercontent.com/u/4277345/codepen/stripe-bg.png") top left repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	height: 24px;
	border-radius: 8px;
}

	#green-highlight{position: absolute; top:0; left: 67px; height: 24px; opacity: .5; background: #8dc63f; display: none;}
	#orange-highlight{position: absolute; top:0; left: 381px; height: 24px; opacity: .5; background: #e07c00; display: none;}
	#blue-highlight{position: absolute; top:0; left: 814px; height: 24px; opacity: .5; background: #008da8; display: none;}

.square{
  position: absolute;
  top: 0;
  left: 0;	  
  margin-top: -13px;
  margin-left: -10px;
  cursor: pointer;
  width: 50px;
  height: 37px;
  background: #505054;
  border-radius: 8px;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding-top: 13px;
}

.menu-line{width: 50%; margin: 2px auto; height: 5px; background: #FFF; display: block;}

.infobox{
	position: absolute;
    top: 0;
    left: 0;
    margin-top: -235px;
    margin-left: -117px;
	width: 260px;
	height: 190px;
	background: #FFF;
	padding: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: #008da8 solid 2px;
}

	.infobox:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 20px 23px 0;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -20px;
		left: 107px;
	}
	
	.infobox:before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 21px 24px 0;
		border-color: #008da8 transparent;
		display: block;
		width: 0;
		z-index: 0;
		bottom: -23px;
		left: 106px;
	}
	
	.titlebar{
		background: #008da8;
		color: #FFF;
		padding: .5em;
     line-height: 1.5em;
		font-size: 15px;
	}
	#plan-holder{font-weight: bold;}
	
	.innerbox{
		padding: 1em;
	}
	
	.info-price{color: #e07c00; font-size: 33px; line-height: 1.8em;}

	
	.annual-label{
	  color: #505054; font-size: 14px; font-weight: bold; width: 110px; line-height: 1.8em;}
	.annual-price{color: #939393; font-size: 17px; width: 110px;} 

