#diseaseJumbo{
	/*background: #00FF7F;*/
	background: #66ffb3;
}
#diseaseJumbo>h1{
	color:#28AE7B;
	
}
.navbar-default{
	background: #66ffb3 !important;
/*	background: #28AE7B !important;
	border-color:#28AE7B !important;*/
}
.navbar{
	/*min-height: 70px !important;*/
	margin-bottom: 50px !important;
}
.navbar-header{
	float:none !important;
}
#diseaseListForm{
	margin:30px auto;
	
}
.checkLabel {
    padding: 0px 6px 0px 6px;
    border-radius: 5px;
    border: solid 3px #66ffb3;;
    cursor: pointer;
	margin: 1px;
}
.hiddenCheck {
    display: none;
}
.hiddenCheck:checked + label {
    background: #66ffb3;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    /*color: white;*/
}
#ribbon{
	
	
	margin-right: -13px;
	height: 120px;
	padding-top: 25px;
 /*   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%) opacity(60%);*/
}
.navbar-default .navbar-nav > li > a{
	/*color: #eee !important;*/
}
/*for the select2 plugin: hide disabled option instead of graying out*/
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.nav-tabs > li.active.homeLi > a{
	border: 7px solid #66ffb3 !important;
	border-bottom-color: transparent !important;
	border-bottom: 0px !important;
}
.nav-tabs:not(.border-home) {
    border-bottom: 7px solid #66ffb3 !important;
	
}
.nav-tabs > li:not(.homeLi){
	margin-bottom: -3px !important;
}
.nav-tabs > li > a{
	border:0px !important;
}
.nav-tabs.border-home{
	border:0px;
}
#snpSearch{
    /*margin:30px;*/
}
#resultSNP{
	text-align: left;
}
#resultSNP>thead{
	color: #cc3300;
}
#smallerWrap{

    margin: 30px auto;
    text-align: center;
}
.table > thead > tr > th {
	vertical-align: middle !important;
}

#result_box{
	/*padding:20px;*/
}
.jumbotron{
	padding-top:10px !important;
}

.jumbotron h1{
	font-size: 100px;
}
#graphArea{
	/*max-width: 700px;
	max-height:1000px;*/
}
.div_title_home {
    /*background: #03AA62;*/
    /* background: #2E8B56;*/
    border-radius: 5px 5px 0 0;
    background: #808080;
    padding: 2px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    text-align: center;
    border-top: solid #808080;
    border-bottom: solid #808080;
	color:white;
    
}
.connect_description {
	float: left;
    width: 28%;
    margin-left:20px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.37);*/
    display: inline-block;
    width: 350px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.37);
    padding-bottom: 15px;
    margin:0 auto;
    margin-bottom: 15px;
    background-color: white;
	vertical-align: top;
	height:550px;
}
.connect_content {
    padding: 0 5px;
	
	
}
.connect_content hr{
	margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.connect_table {
    /*width: 100%;
    line-height: 150%;
    margin-top: -5px;*/
    
    margin: 15px auto;
    overflow-y: auto;
    line-height: 150%;
    max-height: 95%;
    table-layout: fixed;
    text-align: left;
    border-collapse: collapse;
    font-size:small;
	margin-top:0px;
}
.connect_table td{
    padding:5px;
}
.logo_list {
    height: 35px;
}

.connect_view{
	background-color: white;
display: inline-block;
box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.37);
max-width: 700px;
height: auto;
margin-right: 20px;
margin-bottom: 20px;
float:left;

}

 .connect_table td, .connect_table th {
    border-bottom: #52A677 1px solid;
    padding: 3px 5px;
}

.results_wrapper{
	margin-top:30px;
}

#menthaGraphStagegraphArea {
    display: block;
    margin:auto;
    overflow: hidden;
}
#graphArea{
    overflow: hidden;
    
}

#graphArea>div>button, #graphArea>div>span>select{
	font-size:10px !important;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #28AE7B; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
	margin:auto;
    animation: spin 2s linear infinite;
	
	
}
#loading-content{
	
	/*border: 16px solid #f3f3f3; */
    /* border-radius: 50%; */
    /* border-top: 16px solid #3498db; */
	display: none;
	margin:auto;
   
    /* top: 0; */
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
#loading{
	display: none;
}
.results_wrapper{
	min-width:0px !important;
}
#submitGraph{
	margin-top:10px;
}
#logoDis{
	font-family: 'Orbitron', sans-serif;
	margin: 0 5px;
	margin-top: -20px;
	margin-bottom: -30px;
color: #28AE7B;
display: inline-block;
float: left;
}
#logoRight{
	/*position: absolute;
right: 10px;
top: 5px;
*/max-width: 600px;
text-align: right;
font-size: medium;
float: right;
padding:1px;
padding-top: 5px;
padding-bottom: 5px;
font-family: 'Raleway', sans-serif;


}
@media(max-width:576px){
	#logoRight{
		max-width: 500px;
		text-align: right;
		font-size: medium;
		float: right;
		margin-top:30px;
}
}
.tab-titles{
	color: #cc3300;
	margin-top: 0;
	padding-top: 30px;
	margin-bottom: 20px;
}
.tab-content{
/*	border-left: 7px solid #66ffb3 !important;
    border-right: 7px solid #66ffb3;
    border-bottom: 7px solid #66ffb3;
    padding: 0 20px;*/
}

.panel-heading {
    padding: 1px 5px !important;
}

#mainContent{
	margin-bottom:20px;
	background: white;
	border-left: 7px solid #66ffb3 !important;
    border-right: 7px solid #66ffb3;
    border-bottom: 7px solid #66ffb3;
    padding: 0 20px;
	
}
body {
	
	background: #f5fffa !important;
}
#formWithinTable{
	margin:0;
}
#diseaseDetails{
	background-color: white;
	display: inline-block;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.37);
	width: 700px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.connect_browse{
	text-align: center;
}
.links_ul {
    list-style: none;
    margin: auto;
    padding: 0;
    text-align: center;
}
.links_ul li {
    display: inline-block;
    height: 20px;
	margin:  10px;
}

.idLinks{
	background: #ffff99;
    padding: 3px;
    border: 1px solid gray;
    border-radius: 6px;
	line-height: 2;
}
.idLinks:hover{
	text-decoration: none;
	color: red;
}
#about-disnor,#contacts,#downloads,#legal,#acknowledgements{
	font-family: 'Raleway', sans-serif;
	font-size: medium;
	padding: 20px 60px;
	background: white;
	text-align: center;
	border-bottom: solid 3px #468264;
}
#about-disnor,#acknowledgements{
	text-align: left;
}
#about-disnor>p{
	margin-bottom:30px;
}
.side-bar{
	margin-top:-50px;
	float: right;
	width: 200px;
	background: red;
	height:100%;
	
}
.side-bar-in{
	/*position: absolute;*/
	/*right: 0;*/
	background: blue;
	height:100%;
	width: 20%;
	float: right;
}
#side{
/*	display: inline-block;*/
/*width: 40%;*/
/*padding: 10px;*/
/*vertical-align: top;*/
}
#complexity{
  
  width:350px;
  text-align:center;
  padding:10px;
  float:left;
  margin-bottom:20px;
  display: inline-block;
  vertical-align: top;
  background:white;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.37);
}
#complex-table{
    width:100%;
    border-collapse: collapse;
	color: #808080;
}
#complex-title{
	border-radius: 5px 5px 0 0;
  background:#ffc966;;
  color:white;
  margin-left:-10px;
  margin-right:-10px;
  text-align:center;
  margin-top:-10px;
  margin-bottom:5px;
  padding:5px;
  font-variant:small-caps;
  font-weight:bold;
}
#complex-table td:nth-child(2){
  font-weight:bold;
}
#complex-table td:first-child{
  /*color:transparent;*/
  cursor:pointer;
}
#complex-table td:first-child:hover{
  /*color:black;*/
}
#complex-table td:last-child{
  text-align: center;
}
#complex-table td{
    border-bottom:1px transparent solid;
}
#complex-table tr{
    cursor: pointer;
}
#complex-table tr:hover:not(.makeMeGray):not(#mentha){

    background:#66ffb3;
}
#complex-table td:hover{
    
}
.makeMeRed{
    color:#cc3300;;
    font-weight: bold
}
.makeMeGray{
    color:gray;
    background:#eee;
    cursor:not-allowed !important;
}
.panel-default{
	border: 0px !important;
}
.panel-browser{
	display: none;
}
#info-show{
	font-size: large;
	padding:5px;
	margin:5px;
	padding-top: 0px;
	color:white;
	background: #337ab7;
	cursor: pointer;
}
/*to trigger with submit*/
.focusOut {
	filter: blur(3px) grayscale(100%);
}
/*body::after {
	display: block;
	position: absolute;
	background: #000;
	opacity: 0.6;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
}*/
/*trigger end*/
#loadingSearch,#loadingSearchTwo {
	margin: 10px auto;
	display:none;
	border: 8px solid #f3f3f3; 
	border-top: 8px solid #c30; 
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#browse, #searchID{
display: inline-block;
width:49%;
}
#browse{
	border-right: 1px #EEEEEE solid;
	padding-right:20px;
}
#searchID{
	vertical-align: top;
	padding-left: 20px;
}

#mainContent{
	border-radius: 8px;
	border-top: 7px solid #66ffb3 !important;
}
#overlay{
	box-shadow: 0px 1px 14px -4px;
	display: none;
	border: solid 1px #EEEEEE;
	z-index: 99999;
	background: white;
	height: 600px;
	padding:10px;
	padding-top:0px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	transform: translateX(-50%) translateY(-50%);
	overflow-y: auto;
}
#closeWindow{
	float:right;
	color: #c30;
	cursor: pointer;
}
#proteinResult{
	background-color: white;
	border: 1px solid wheat;
	text-align: left;
	width: 90%;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
	/*float:left;*/
	overflow: auto;
    max-height: 180px;
}
#pathwayAnalysisResult{
	background-color: white;
	border: 1px solid greenyellow;
	text-align: left;
	width: 90%;
	padding: 5px;
	display: inline-block;
	overflow: auto;
    max-height: 180px;
}
#proteinResult>table, #pathwayAnalysisResult>table{
	/*width: 695px;*/
	width:100%;
	max-height: 100%;
	

}
#pathwayAnalysisResult td{
	padding:2px;
	/*width:5%;*/
	border: 1px solid greenyellow;
}
#pathwayAnalysisResult thead{
	background: greenyellow;
	padding: 5px;
}
#pathwayAnalysisResult td a{
	color:black !important;
}
#pathwayAnalysisResult th{
	padding:2px;
	border: 1px solid greenyellow;
	color: white;
}
#proteinResult td{
	
	padding:2px;
	/*width:5%;*/
	border: 1px solid #ffc966;
}
#proteinResult td a{
	color:black !important;
}
#proteinResult th{
	padding:2px;
	border: 1px solid #ffc966;
	color:white;
}
#proteinResult thead{
	background:#ffc966;
	padding:5px;
}
.number_column{
	width:70px;
}
.formWithinTable{
	margin-bottom: 0;
}
#toggleEnt{
	font-weight: bold;
    cursor: pointer;
}
.connect_table{
	    width: 90%;
}
.connect_table form{
	margin-bottom: 0px;
}
.right{
	text-align: center;
}
#assocProts{
	padding: 10px;
    max-height: 150px;
    overflow: auto;
}
#noteAnalysis{
	font-size: smaller;
	color: red;
	padding:0 10px;
	padding-bottom: 0px;
	margin-bottom: -15px;
}
#multiTitle{
	padding-top:0px;
}
#proteins{
	width:60%;
}
.filtersList{
	padding-bottom: 20px;
}
#proteinForm{
	text-align: center;
}
#proteinForm input,#snpSearch input{
	margin: 5px 2px;
}
#expandAnalysisDisease,#contractAnalysisDisease,#expandAnalysisPath,#contractAnalysisPath{
	display: none;
	cursor: pointer;
}
#expandAnalysisPath,#contractAnalysisPath{
	color: greenyellow;
}
#expandAnalysisDisease,#contractAnalysisDisease{
	color: #ffc966;
}
#contractAnalysisDisease,#contractAnalysisPath{
	font-size: x-large;
	vertical-align: middle;
}
.right{
	font-size: 10pt;
}
#noResult{
	float: left;
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    text-align: center;
    font-family: sans-serif;
    width: 700px;
    background: white;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.37);
}
@media(max-width:1200px){
	#diseaseDetails,#complexity,.connect_view,.connect_description{
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	#noResult{
		margin:20px auto;
		float:none;
		
	}
	.results_wrapper{
		margin-top:0px;
	}
	.connect_description{
		width: 75%;
		clear:left;
	}
}
#forceFilter,#scoreFilter{
	width: auto !important;
	font-size: small;
}
#interactionFilter{
	font-size: small;
	width: 70px !important;
}
#basic-info{
	margin-bottom: 20px;
}
#description-tabs:not(.border-home){
	border-bottom: solid 3px #468264 !important;
}
#description-tabs>li.active>a:not(#home-a){
	border: 3px solid #468264 !important;
	border-bottom: transparent !important;
}
#downloadsForm>.select2-container{
	margin-bottom: 20px;
}
#downloadsForm button{
	margin: 20px;
}

/*sticky footer*/
html,body {
    height:100%;
    width: 100%;
}

body {
    display: table;
}

.container {
    height: auto;
}

.footer {
    display: table-row;
    height: 1px;
}
/*end of sticky footer*/
.important-border{
	border: 7px solid #66ffb3 !important;
}

.border-home{
	/*margin-bottom: -4px !important;*/
	/*border:0px !important;*/
	
}
.homeLi{
	    margin-bottom: -7px !important;
}
#legal{
	text-align: left;
}
.entityForm{
	display:none;
}
#ackList>li{
	font-family: sans-serif;
	margin-bottom:15px;
}

#documentation-table, #documentation-table>thead>tr>td,#documentation-table>tbody>tr>td{
	border: 1px solid black;
	padding:5px;
	border-collapse: collapse;
}
#documentation-table{
	display: none;
	margin: 10px auto;
	/*max-width: 60%;*/
}

#documentation-table>tbody>tr>td:not(.table-name){
	text-align: left;
	background:white;
}
#wrapping-documentation hr{
	border-top: 1px solid #4f7ebf;
}
.table-name{
	border-top:3px solid gray !important;
	background: #EEE;
	color: #4F81BD;
	text-align: center;
}
#documentation-table>thead{
	font-weight: bold;
    color: white;
    background: darkred;
}
.mxgraph,.geDiagramContainer{
	margin: auto;
	/*display:inline-block;float:left;margin:20px;*/
}
#tutorial img{
	display: block;
	margin: auto;
	padding: 20px;
	max-width: 90%;
}
#tutorial ol li{
	font-weight: bold;
}
#tutorial ol ol li{
	font-weight: normal;
}
#tutorial h3, #wrapping-documentation h3{
	color: #17365D;
}
#tutorial h4,#wrapping-documentation h4{
	color: #4F81BD;
}
#tutorial hr{
	border-top: 1px solid #4f7ebf;
}
#diagram-legend li{
	margin-bottom: 20px;
}