html, body {
    min-height:100%;
    padding:0;
    margin:0;
}
#wrapper {
    padding:50px 0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.middle {
    min-height:100%;
    padding-top: 50px;
}
.top {
    margin-top:-50px;
    height:50px;
}
.bottom {
    margin-bottom:-50px;
    height:50px;
}

.starter-template {
    padding: 0px 8px;
    text-align: center;
}
.centered {
    text-align: center;
}
.navbar {
    background-color: #990033;
}
.navbar-nav > li > a {
    color:#FFF;
    white-space: nowrap;
}
.navbar-brand {
    color:#FFF;
}
.navbar-nav li a:hover {
    background-color:#CDBFE3;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: #FFF;
}
/*BreadCrumb*/
.breadcrumb_container {
    margin-top: 50px;
    position: fixed;
    width: 100%;
    z-index: 1020;
}
/* Footer */
.footer {
    width: 100%;
    padding-top: 10px;
    /*Set the fixed height of the footer here */
    background-color: #f5f5f5;
}
.footer ul {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}
.footer ul li {
    display: inline;
}
.footer p {
    display: inline-block;
}
.footer-links li {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-logos img {
    height: 40px;
    margin: 0px 10px;
}



/* mobile version */
.navbar .navbar-toggle {
    border-color: #FFF;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #CCC;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.main_title img {
    width: 400px;
    margin: auto;
}
.thumbnail {
    border: 0 none;
    box-shadow: none;
}
.module-nav {
    border: 1px solid black;
    margin: 10px 10px;
    cursor: pointer;
}
.module-nav .img-thumbnail {
    border: hidden;
}
.nav_img {
    height: 130px;
}
.module-nav-title {
    background-color: #990033;
    height: 25px;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 660px) {
    .module-nav-title {
        height: 30px;
        font-size: smaller;
    }
}
.module-nav-title span {
    display: inline-block;
    line-height: normal;
}
/*
 * Back To Top Button
 */
.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    /*display: none;*/
}
.toTop .glyphicon {
    margin-right: 5px;
}

/*
 * Datatables
 */
table.dataTable thead th, .table tfoot th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color: #006699;
    color: #FFFFFF;
}
table.dataTable tbody td {
    color: #00496B;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before {
    opacity: 1;
}
table.dataTable thead .sorting:after {
    opacity: 0.7;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #E1EEF4;
}
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable tfoot th
{
    font-size: 10px;
}
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

/*Help*/
/* Icon when the collapsible content is shown */
div.page-help {
    display: inline-block;
}
.page-help .btn:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
}

/* Icon when the collapsible content is hidden */
.page-help .btn.collapsed:after {
    content: "\e080";
}
.analysis_table {
    display: none;
}
#loading {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #000;
  display: none;
}
#analysis_table_container {
    display: none;
}
/*btn color*/
.btn-cynet {
    background: #89cdef;
    color: #ffffff;
}
.btn-cynet:hover,
.btn-cynet:focus,
.btn-cynet:active, .btn-cynet.active,
.open > .dropdown-toggle.btn-cynet {
    background: #337ab7;
    color: #ffffff;
}
.query_container {
  
}
#muts_table_container {
  margin-top: 10px;
  display: none;
}
#mut_tabs_container {
  margin-top: 10px;
  display: none;
}
#fusions_table_container {
  margin-top: 10px;
  display: none;
}
#fusion_tabs_container {
  margin-top: 10px;
  display: none;
}

.btn-tab-avail {
  color: white;
  background-color: #4CAF50;
}
.btn-tab-avail:hover {
  color: white;
  background-color: #4CAF50;
}
.bton-tab-not-avail:hover {
  color: black;
  background-color: white;
}
td.mut_pred_high {
    background-color: #990000;
    color: white;
}
td.mut_pred_medium {
    background-color: #ff5050;
    color: white;
}
td.mut_pred_low {
    background-color: #ffcccc;
    color: black;
}
td.mut_pred_neutral {
    
}
td.mut_pred_unclassified {
    background-color: #000066;
    color: white;
}
#literature_div {
    text-align: left !important;
}
.mol-container {
  width: 600px;
  height: 400px;
  position: relative;
  margin: auto;
}

.tooltip-inner {
  text-align: left;
}
.tooltip.top {
  margin-top: -100px !important;
}
