.bg-primary {
    background-color: #2c5f85 !important;
}

#main-area {
    top: 100px;
    position: absolute;
    height: calc(100vh - 60px);
    width: 100%;
}

#language-div {
    vertical-align: middle;
}

/* tables */
table.table {
    font-family: Arial;
    background-color: #FFF;
    font-size: 12pt;
    width: 100%;
    text-align: left;
}

table.table thead tr th, table.table tfoot tr th {
    background-color: #eee8aa;
    border-collapse: collapse;
    border-spacing: 1px;
    border: 1px #E3E3E3 solid;

    font-size: 12pt;
    padding: 1px;
}

table.tablesorter thead tr .tablesorter-header {
    font-family: Arial;
}

table.table tbody td {
    border: 1px #E3E3E3 solid;
    padding: 1px;
    vertical-align: top;
}

table.table tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .tablesorter-headerAsc {
    background-color: linen;
}

table.tablesorter thead tr .tablesorter-headerDesc {
    background-color: beige;
}

#taxonomy table{
    border-collapse: collapse;
    border: 1px black solid;
}

#taxonomy th {
    background-color: #eee8aa;
    border: 2px #fff solid;
}

tr.highlight {
    background-color: #ADDAFE;
}

#taxonomy td {
    border: 2px #fff solid;
}

/* .genome td:hover { */
/*     background-color: #e3e3e3; */
/* } */

.taxon_clickable {
    cursor: hand;
    cursor: pointer;
}

.rank_clickable {
    cursor: hand;
    cursor: pointer;
}

/* h3 { */
/*     background-color: #eee8aa; */
/*     border: 1px #E3E3E3 solid; */
/* } */

#selected_genome_num {
    padding: 5px 10px
}

#selected {
    border-collapse: collapse;
    background-color: #fff;
}

.add_genome img {
    cursor: pointer;
}

.btn {
    background: -moz-linear-gradient(top, #0099CC 0%, #006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    color: #FFF;
    padding: 2px 5px;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* width: 150px; */
    text-decoration: none;
    /* font-weight: bold; */
    text-align: center;
    font-size: 13px;
    display: block;

    cursor: pointer;
}

.btn-danger {
    background: -moz-linear-gradient(top, #c93a40 0%, #a92a30);
    background: -webkit-gradient(linear, left top, left bottom, from(#c93a40), to(#a92a30));
}

button {
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}

.thin {
    font-weight: normal;
}

#d3tooltip {
    position: absolute;
    /*width: 200px;*/
    height: auto;
    padding: 10px;
    background-color: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity:0;
    z-index: 1;
}

#d3tooltip.hidden {
    display: none;
}

#d3tooltip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.navbar-brand a {
    text-decoration: none;
}