/* Sticky footer styles
	-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
    /* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	padding-top: 43px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	margin-top: 15px;
}
.text-muted {
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
code {
	font-size: 75%;
}
img {
    width: 85%;
}
.headspace{padding: .5em;
	font-size: 60px;
}
.sub{
	font-size: 20px;
}
.rowchoice{
  	margin-top: 30px;
  	margin-bottom: 30px
}
.tag{
    margin-right: 20px;
    float: left;
    font-size:14px;
}
.gene-head{
    font-weight: bold;
    /*text-decoration: underline;*/
}
.inserts{
    color: #333366;
    font-weight: bold;
    /*text-decoration: underline;*/
}
#gene{
	float: left;
}
#prefetch{
    float: left;
}
.drop{
	float: left;
	width: 100%;
}
.tree-img{
    margin-bottom: 15px;
}
/****** Fixes for the Dropdowns ***/
.tt-suggestion{
    width: 177px;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
}
.tt-suggestion:hover{
    background-color: #cfcfcf;
}

/***Header area***/
#header{
	width: 100%;
}
.navbar-default{
	border-color: #9f9f9f;
	border-radius: 0px;
}
/****CSS for the select area****/
#select-half{
	border: solid 1px #9f9f9f;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
	padding: 25px;
	padding-top: 15px;
}
#no-data {
	float: left;
	margin-top: 15px;
}

/****CSS for Footer text****/
.footer > .container{
	text-align: left;
}

/****CSS for Contact page****/
.contact-block > ul{
	list-style: none;
	padding-left: 0px;
}


/****CSS FOR ALIGNMENT****/
/*.biojs_msa_seqblock{
	max-width: 720px;
	width: 720px;
}
.biojs_msa_rheader{
	max-width: 720px;
	width: 720px;
}
*/

/**** CSS for collapsable ****/

#accordion-first .accordion-group {
    margin-bottom: 10px;
}

#accordion-first .accordion-heading, #accordion-first .accordion-toggle:hover, #accordion-first .accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0% 0% transparent;
}
#accordion-first .accordion-heading {
    border-bottom: 0px none;
    font-size: 16px;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    padding: 5px 0px !important;
    color: #222;
    outline: medium none !important;
    text-decoration: none;
}

#accordion-first .accordion-heading .accordion-toggle.active em{background-color: #333366}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #222;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;}


.tt-menu {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
