
svg{
  display:block;
  overflow:inherit;
  margin:auto;
}

html,
body {
  padding: 0px;
  margin: 0px;
  /* The html and body elements cannot have any padding or margin. */
}

#seal {
  background-color: white;
  height          : 45px;
  width           : 100%;
  position        : fixed;
  z-index         : 1;
  top             : 40px;
  
}

/* .container-fluid { */
/*   margin-top: 46px; */
/*   margin-bottom: 45px; */
/* } */

.container.content {
  margin-top:60px;
  width: 100%;
}

.fixed-nav-tabs {
  top:60px;
  position        : fixed;
  background-color: white;
  width : 95%;
  z-index         : 2;
  
}

.popover {
  z-index:1050;
  min-width:300px;
}

.fixed-nav-pills {
  position        : fixed;
  background-color: white;
}

.tab-content-nav-fixed {
  margin-top : 100px;
}


.navbar-fixed {
  position: fixed;
  top: 115px;
  z-index: 3;
}

/* #wrap > .container { */
/*   padding-top: 60px; */
/* } */


#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0px auto -60px;
}


#push,
#footer {
  height: 60px;
}




div.navbar-inner > div.container {
  width: auto;
}


/* div.list */
/* { */

/*   width: 600px; */
/*   margin: 30px auto 0px; */
/*   } */


.alert-error
{
  margin  : 60px auto 50px;
  width   : 95%;
  /* color    : red; */
  /* font-size:16px; */
  /* font-weight:bold; */
}



footer{
  text-align: center;
}

.table-centered {
   margin-left: auto;
   margin-right: auto;
}

.table-fix_column_width {
  width: 150px;
}

.speciation {
  color: #000080;
}


.transfer
{
  color:#FFA500;
} 

.duplication{
  color: #CD0000;
}

select.logic,
select.field,
select.operator
{
  width : auto;
}




.typeahead-taxid {
  font-style:italic;
  color:grey;
}

p.typeahead-rank {
  float: right;
  text-decoration:underline;
  /* font-weight:bold; */
}

p.typeahead-name {
  font-weight:bold;
}

.tt-suggestion.tt-is-under-cursor .typeahead-taxid{
  color: #fff;
}

#addRuleModal .tt-dropdown-menu {
  min-width : 400px;
}

#addRuleModal div[class|="tt-dataset"][style="display: block;"] ~ div[class|="tt-dataset"][style="display: block;"] {
  border-top:1px solid #ccc;
}

/* #addRuleModal .tt-dataset-Superkingdom { */
/*   border-top:0px solid #ccc; */
/* } */




.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

.typeahead {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 98%;
}

div.tree_test {
    padding : 60px 0px 20px 0px;
}

g.node-group > g {
    cursor: pointer;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

#relaxed_slider .slider-selection {
    background: #BABABA;
}

.slider.slider-horizontal {
    width:90%;

}
#gene_set_results {
    display:none;
}