/* Sticky footer styles
-------------------------------------------------- */
html {
  min-height: 100%;
}

html body {
  height: 100%;
  overflow: hidden;
}

html body .container-fluid.body-content {
  position: absolute;
  padding-top: 35px;
  padding-left: 0px;
  padding-right: 0px;
  top: 70px;
  bottom: 40px;
  right: 0;
  left: 0;
  overflow-y: auto;
}

.cluster_list {
  bottom: 80px !important;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #eee;
    height: 70px;
}
footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    height: 40px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 5px 5px 0;
}
.container .text-muted {
  margin: 5px 0;
}

.footer > .container {
  padding: 2px 2px 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

code {
  font-size: 80%;
}
    
a:link {
  color: #800;
  text-decoration: none;
}

a:visited {
  color: #600;
}

a:hover {
  color: #F00;
}

a:active {
  color: #F00;
}

a.internal {
  color: #004080;
}

a.internal:visited {
  color: #003060;
}


a.internal:hover {
  color: #F00;
}

a.internal:active {
  color: #F00;
}

a:link.sort {
  color: #06b;
}


a:visited.sort {
  color: #06b;
}

a:hover.sort {
  color: #08f;
}


a:active.sort {
  color: #08f;
}

h1, h2, h3, h4 {
  text-shadow: 1px 1px 1px #ddd;
}

.navbar-default {
  border-color: #bbb;
}

.navbar-default div {
  background-color: #ddd;
}

.nav.navbar-nav.navbar-right li a {
  color: #700;
}


table.logo {
  border-collapse: separate;
  padding: 5px;
  margin: 0px;
}

td.logo {
  margin: 0px;
  border: 0;
  padding: 0px;
}

td.logo_11 {
  text-align: right;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 0px 5px 0px 0px;
}

td.logo_12 {
  text-align: left;
  border-bottom: 1px solid #808080;
  padding: 0px 0px 0px 5px;
}

td.logo_21 {
  text-align: right;
  border-right: 1px solid #808080;
  padding: 0px 5px 0px 0px;
}

td.logo_22 {
  text-align: left;
  padding: 0px 0px 0px 5px;
}

a.logo {
  font-size: 200%;
  font-weight: bold;
  text-shadow: 1px 1px 1px #888;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

a.logo_11 {
  position: relative;
  top: 4px;
  color: #D00;
}

a.logo_12 {
  position: relative;
  top: 4px;
  color: #777;
}

a.logo_21 {
  position: relative;
  bottom: 7px;
  color: #777;
}

a.logo_22 {
  position: relative;
  bottom: 7px;
  color: #D00;
}


table.results {
  border-collapse:separate;
}

table.results th {
  border-bottom: 3px solid #ddd;
  color: #222;
  font-weight: bold;
  line-height: 95%;
  padding: 2px 2px 2px 2px;
}

table.results td {
  padding: 1px 5px 1px 5px;
  border-bottom: 1px solid #eee;
  white-space: normal;
}

table.form {
  border-collapse:separate;
}

table.form th {
  border: 1px solid #bbb;
  background-color: #888;
  color: #fff;
  padding: 1px 5px 1px 5px;

}

table.form td {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 1px 5px 1px 5px;
}

table.taxa {
  width: 100%;
}

table.taxa td {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  text-align: right;
  font-size: 80%;
  font-weight: bold;
}
  
table.taxa img {
  height: 100%;
}    


table.bar {
  width: 100%;
  border: 0;
}

table.bar td {
  border: 0;
  background-color: inherit;
  width: 25%;
}

table.bar td.bar {
  width: 75%;
}

ul.nav li a {
  text-shadow: 1px 1px 1px #888;
  font-size: 100%;
}

.help {
  color: #B70;
  margin: 5px;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
  padding-left: 5px;
}


span.fixed_width_1 {
  width: 40px;
  display: block;
  text-align: left;
}

span.fixed_width_2 {
  width: 75px;
  display: block;
  text-align: left;
}

.set_width_100 {
  width: 100px;
}

.set_width_75 {
  width: 75px;
}

.set_width_50 {
  width: 50px;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.red {
  color: #e00;
}

.orange {
  color: #d80;
}

.amber {
  color: #bb0;
}

.green {
  color: #0b0;
}

.blue {
  color: #08f;
}

.grey {
  color: #888;
}

.sarr {
  padding-left: 5px;
  font-weight: normal;
  color: #ccc;
  font-size: 80%;
    float: none;
    vertical-align: middle;
}

.sarr_active {
  padding-left: 5px;
  font-weight: bold;
  font-size: 80%;
  color: #800;
    float: none;
    vertical-align: top;
}

.circle {
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1px;
}

form ul { list-style-type: None; padding-left: 0;} 
form li { padding-left: 2px; } 

.sidebar_fixed {
   position: fixed;
   top: 51px;
   bottom: 60px;
   left: 0;
   z-index: 1000;
   display: block;
   padding: 20px;
   overflow-x: hidden;
   overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
   background-color: #f5f5f5;
   border-right: 1px solid #eee;
 }


.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

textarea {
  font: 14px courier;
  color: black;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #fff;
  background-image: url("/static/banner.png");
  background-color: #eee;
}

.bgimage {
  position: relative;
  left: -15px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url("/static/banner.png");
  color: #fff;

}


div.pagination_area {
    padding: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 40px;
    border-top: 1px solid #bbb;
}

div.pagination_inner {
    position: relative;
}

div.pagination_inner nav {
    position: relative;
}

ul.pagination_footer {
  margin: 4px 0;

}
