/**
* 以下设定是为了将 footer 固定在页面的底部,即:
*   + 页面不足一页时,footer 在*窗口*底部
*   + 页面超过一页时,footer 在*页面*的底部
*/
html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 130px; /* this needs to be bigger than footer height*/
	
}
.nav .active6 > a{
position: relative;
color:#999;
}
.nav .active6 > a:focus,
.nav .active6 > a:hover {
    padding-right: 13px;/* 60px是导航栏高度 */
	font-weight: 700;
	color: #b94846;
	background-color: transparent;
	border-right: 3px solid #b94846;
 }
/**
* Footer
**/
.footer {
    color: rgb(60, 60, 60);
    background-color: rgb(60, 60, 60);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;

    /* 为了将 footer push 到页面/窗口的底部 */
    position: relative;
    margin-top: -100px; /* negative value of footer height */
    height: 100px;
    clear: both;
    padding-top: 20px;
}

/** stylish input --
*/
.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

}

/**
* for disease details table ..
*/
.geneDetailsExpandedContents {
    padding: 0px 5px 2px 5px;
    border-left: #AAAAAA solid 5px;

    -webkit-box-shadow: 1px 1px 2px 0px #AAAAAA;
    -moz-box-shadow: 1px 1px 2px 0px #AAAAAA;
    box-shadow: 1px 1px 2px 0px #AAAAAA;
}

/**
* to show shadow at the bottom of navbar after the window scroll down >= 30 px ..
**/
.navshadow {
    box-shadow: 0 6px 5px -5px #777;
    -webkit-box-shadow: 0 6px 5px -5px #777;
    transition: all 0.5s ease-in-out;
}

.navshadowlite {
    box-shadow: 0 3px 2px -2px #777;
    -webkit-box-shadow: 0 3px 2px -2px lightgrey;
    transition: all 0.5s ease-in-out;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 27px !important;
    padding-bottom: 0 !important;
    height: 70px;
    background-color: #bce8f1;
    text-transform: uppercase;
}

.navbar {
    min-height: 70px !important;
    background-color: #bce8f1;
    border-bottom: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #bce8f1;
    border-bottom: none;
}

.navbar-default .navbar-nav > .active {
	outline-style:none;
    /**color: orangered;*/
    background: orangered;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	outline-style:none;
    color: orangered;
    background: #bce8f2;
}
/**
* 在active 的nav下面显示一个向下的三角  ...
*/
/*.navbar-default .navbar-nav > .active > a:after {*/
    /*width: 0;*/
    /*height: 0;*/
    /*position: absolute;*/
    /*content: "";*/
    /*display: block;*/
    /*!*padding-bottom: 8px;*!*/
    /*border-left: 8px solid transparent;*/
    /*border-right: 8px solid transparent;*/
    /*border-top: 8px solid orangered;*/
    /*left: 50%;*/
    /*margin-left: -8px;*/
/*}*/

img.thumbnail {
    float: right;
}

.clear {
    clear: both;
}

/***
* >>>>>>>>>>>>>> styles for keywords >>>>>>>>>>>>>>>>>
*/


.geneName {
    background-image: url('/views/images/uniprot.png');
	background-position: auto;
	color: green;
    font-style: italic;
	margin-left: 5px;
	
}
.uniprotName {
    background-color: #FFFFE0;
    color: red;
    font-style: italic;
}
.diseaseName {
    background-color: #FFFFE0;
    color: #7068F0;
    font-style: italic;
}

.assocMiRs, .SinNucPols, .SNPs {
    color: darkred;
    font-weight: bold;
    font-style: italic;
}

.mutType {
    background-color: #FFE0E0;
}

.mutPos {
    background-color: #FFE0E0;
    font-style: italic;
}

.exprChange {
    background-color: lightpink;
}

.onset {
    background-color: pink;
}

.diagValue {
    background-color: #40E0D0;
}

.Population, .animalModel {
    background-color: #A0B0E0;
}

.keywords {
    background-color: #FFF8E0;
}

.PTMs {
    background-color: #F080F0;
}

/**/
.countHighlight {
    color: darkred;
    font-weight: bold;
    font-style: italic;
}

/**
* carousel 把carousel indicator 移至下方 ...
*/
.carousel-indicators {
    bottom: -40px;
}
.caroselTopDiseases {
    margin-left: 5px;
    margin-right: 50px;
    padding: 0px 50px 0px 50px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
}
.carousel-inner {
    margin-bottom: 40px;
}

.carousel-indicators li {
    border-color: #999;
    background-color: #ccc;
}

/**
* 以下操控 按钮的 位置, 颜色 以及高亮时的颜色
*/
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: -20%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: -20%;
    margin-left: -10px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    color: lightskyblue;
}

.carousel-control:focus, .carousel-control:hover {
    color: skyblue;
}

/* carousel caption 的 style */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    text-shadow: none;
    font-style: italic;
}

/**
 *
*/
.caroselTopDiseases {
    margin-left: 5px;
    margin-right: 50px;
    padding: 0px 50px 0px 50px;
    box-shadow: 1px 1px 1px 0px whitesmoke;
}


.cytoscapeweb{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    line-height: 20px;
    position: relative;
    width: 800px;
    height: 600px;
    min-width: 800px;
    min-height: 600px;
}


.cytoscapeJS{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    line-height: 20px;
    position: relative;
    width: 600px;
    height: 800px;
    min-width: 600px;
    min-height: 800px;
}

.cytoscapeJSTopCooccuringGenes, .cytoscapeJSUserInputCooccuringGenes {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    line-height: 20px;
    position: relative;
    width: 600px;
    height: 600px;
    min-width: 600px;
    min-height: 600px;
}


.connectednodes{
    background-color: gold;
    line-color: gold;
}

.invalidGenesList{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}


u {
    text-decoration: underline;
    font-style: italic;
}

.bkgrey {
    background-color: whitesmoke;
}

.bkpink {
    background-color: pink;
}

.bkgreen {
    background-color: lightgreen;
}

.move_list {
	 display : none;
	z-index: 100;
	position: relative;
	top:0px;
	left:50px;
	width:25%;
	background:#333;
	text-align: left;
}
.move_list li{
padding: 2px 0;
left:1px;
width: 150px;
color: #fff;
}
.show_list:hover .move_list {
display: block;

}
/**
##################################################################
### cytoscape web network
##################################################################
 */
.cytoscapeNetwork {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    line-height: 20px;
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    min-width: 1000px;
    min-height: 1000px;
}


.connectednodes{
    background-color: gold;
    line-color: gold;
}

.invalidGenesList{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}


u {
    text-decoration: underline;
    font-style: italic;
}

/**
*   colors for microbe and phage
 */

.microbe {
    color: yellowgreen;
    font-style: italic;
    font-weight: bold;
}

.phage {
    color: pink;
    font-style: italic;
    font-weight: bold;
}

.phage2{
    color: LIGHTCORAL;
    font-style: italic;
    font-weight: bold;
}

.evidence{
    color: darkgreen;
    font-style: italic;
    font-weight: bold;
}

/***
* for svg plot
**/
.svgPlot {
    border: 1px solid #ccc !important;
    background-color: #fff;
    border-radius: 2px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
}


.node {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 2px;
}

/*.link {*/
    /*stroke: #777;*/
    /*stroke-width: 1px;*/
/*}*/


/**
#############################################################
##   outline buttons
#############################################################
 */
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
