html {
}

body {
  font-size: 14px;
    font-family: Verdana, serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

strong {
  font-weight: 700;
}

a {
  color: #337ab7;
}

h1 {
  font-size: xx-large;
}

h2 {
  font-size: x-large;
}

h1 h2 {
  color: #e96223;
}

.logo {
  max-height: 200px;
  max-width: 200px;
}

.navbar {
  border-bottom: 1px solid #e7e7e7;
    padding: 0;
}


.navbar .navbar-nav {
  font-family: "Roboto", Garamond, "Cormorant Garamond", "Times New Roman", Times, "serif";
  font-size: 14px;
}
.navbar .nav-link {
  color: #575756;
}
.navbar .nav-link:hover {
  color: #cecece;
}
.navbar .nav-item.active .nav-link {
  color: #67a9d6;
}

.navbar-logo img {
    max-height: 100px;
    max-width: 100px;
}

.page-footer {
  margin-top: 50px;
  border-top: solid 2px #cecece;
  width: 100%;
    bottom: 0;
  background-color: inherit;
}
.page-footer > .container {
  padding-right: 15px;
  /*padding-left: 15px;*/
  padding-top: 5px;
}
.page-footer .legal {
  margin-bottom: 15px;
}
.page-footer .legal a {
  color: #575756;
}
.page-footer .legal:hover {
  color: #cecece;
}

.disclaimer {
  background-color: #ffdcc5;
  padding: 10px 0;
  text-align: center;
}

.disclaimer-old-results {
  background-color: #ffd3c5;
  padding: 10px 0;
  text-align: center;
}
.sponsors {
  text-align: center;
    padding: 10px 0;
}
.sponsors a {
  display: inline-block;
  margin-right: 10px;
}
.sponsors img {
  max-height: 50px;
  max-width: 100px;
}

.jumbotron {
    padding: 15px 10px;
    margin: auto ;
    width: 100%;
    display: flex;
    justify-content: center;
}

.jumbotron h1 h2 h3 h4 {
  font-family: Garamond, "Cormorant Garamond", "Times New Roman", Times, "serif";
}

.jumbotron h1 {
  font-size: xx-large;
}
.jumbotron p {
    font-family: "Helvetica Neue Light", Helvetica, Arial, "sans-serif";
    font-size: 15px;
}
.video-embed {
    height: 220px;
    width: 391px;
}

.main-text {
    margin: auto 20px;
    width: 30%;
    height: 100%;
    text-align: justify;
}

.display-box {
  background-color: #fff;
  box-shadow: 3px 3px 5px 5px #ddd;
  border-radius: 10px;
  padding: 3% 4% 3%;
  margin-top: 30px;
  margin-bottom: 20px;
}


.twitter-typeahead {
  width: 100%;
}

input.search {
  border-radius: 3rem;
  border: 0.2rem solid #ccc;
  margin: 1rem auto;
  outline: #1693c0;
  padding: 1rem 2.5rem 1rem 0;
  text-indent: 3rem;
  width: 100%;
  height: 3.5rem;
  vertical-align: middle;
  line-height: 2vw;
}
input.search:focus {
  border-color: #67a9d6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 180, 220, 0.6);
}


.example-search a:not([href]) {
  color: #337ab7;
  text-decoration: none;
  -webkit-text-decoration: none;
  font-size: 0.8rem;
}
.example-search:hover {
  cursor: pointer;
}


@media (max-width: 768px) {
  body {
    margin-bottom: 200px;
  }

  .page-footer {
    margin-bottom: 200px;
  }
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-color: #67a9d6;
    margin: 10px 0 0 0;
}


/*#search-form {
    margin: 20px 0 0 0px;
}*/

.search-title{
    margin: 15px auto 0 auto;
}

.gene-highlight{
    font-weight: 700;
    color: #67a9d6;
}

.tumor_names{
  font-size: 20px;
}

.download{
  font-size: 28px;
}

.card-download {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #fff ;
    background-color: #67a9d6 ;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
}
.card-download:hover,
.card-download:focus,
.card-download:active {
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #48494a;
}

.custom-badge {
    background-color: #67a9d6;
    font-size: 17px;
    margin: 10px 0 0 0;
    cursor: pointer;
    color: #fff;
}
.custom-badge:hover {
    background-color: #67a9d6;
    color: #48494a;
}

.custom-badge-tumors {
    background-color: #67a9d6;
    font-size: 17px;
    margin: 10px 0 0 0;
    cursor: pointer;
    color: #fff;
}

.custom-badge-tumors:hover,
.custom-badge-tumors:focus,
.custom-badge-tumors:active{
    background-color: #67a9d6;
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #48494a;
}

.navbar .navbar-nav {
    font-size: 19px;
    margin: 0 0px;
}

.nav-item {
    margin: 0 6px;
}

#tumor-list-header{
    margin-bottom: 30px ;
}

#download-file-g-t-header{
    margin-bottom: 9px ;
}


.tumor-type {
    cursor: text;
}

.tumor-type:hover {
    background-color: black;
}

/* Tooltip container */
.tooltip-tumors {
    position: relative;
    float: left;
    clear: left;
}

/* Tooltip text */
.tooltip-tumors .tooltiptext {
    visibility: hidden;
    background-color: #e9ecef;
    color: #000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    top: 6px;
    left: 110%;
    position: absolute;
    display: inline;
    white-space: pre;
    z-index: 1;
}

/*.tooltip-tumors .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; *//* To the left of the tooltip *//*
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #e9ecef transparent transparent;
}*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-tumors:hover .tooltiptext {
    visibility: visible;
}


.twitter-typeahead {
  width: 100%;
}

.tt-dropdown-menu {
  width: 93%;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  background-color: white;
  border-color: #67a9d6;
  border: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 180, 220, 0.6);
  padding: 1vw;
}

.tt-suggestion:hover {
  background-color: lightgrey;
}

.title-top {
    margin-top: 65px!important;
}

.title-first-question-faq {
    margin-top: 20px!important
}

.title-top-contact {
    margin-top: 40px!important;
}

.md5sum-top-margin {

    margin-top: 10px
}

.card-body {
    padding: 1em;
}

.card.report {
  border-color: #67a9d6;
  margin-top: 1rem;
}
.card.report .card-header {
  border-bottom-color: #67a9d6;
}
.card.report .card-header a {
  color: #67a9d6;
}
.card.report .fa-chevron-bottom {
  transition: 0.5s transform ease-in-out;
}
.card.report .collapsed .fa-chevron-bottom {
  transform: rotate(-90deg);
}
.card.report .actions {
  float: right !important;
}
.card.report .caption {
  font-size: 15px;
    color: #6F6F6F;
  text-align: center;
    margin-top: 10px;
}

.report-share {
  margin: 1em;
  font-size: 0.9em;
  color: #31708f;
    display: inline;
}

table.dataTable {
  font-size: 0.8rem;
}

div.dt-buttons {
  float: right;
}
div.dt-buttons button {
  padding: 0.1em 0.5em;
  margin-right: 15px;
}

.dataTables_filter input[type=search] {
  border-radius: 0.5rem;
  font-size: 0.7rem;
  border: 1px solid #ccc;
  text-indent: 0.5vw;
  line-height: 2vw;
}
.dataTables_filter input[type=search]:focus {
  border-color: #67a9d6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 180, 220, 0.6);
}

.details .badge {
  color: olive;
  background-color: #f5f5f5;
}

.dataTableButtonHidden {
  display: none !important;
}


.logos {
  color: white;
  font-size: 2vw;
}
.logos a {
  color: white;
}

.empty-display {
  background-color:#fff;
  box-shadow:3px 3px 5px 5px #ddd;
  border-radius:10px;
  margin-top:30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-family: "Helvetica Neue Light", Helvetica, Arial, 'sans-serif';
  padding: 150px 50px;
}

.caption {
  font-size: 0.8em;
  text-align: center;
}



.faq a {
  color: #67a9d6;
}
.faq a:hover {
  color: #FF7634;
}
.faq table {
  width: 100%;
}
.faq table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.faq table tr:hover {
  background-color: #ddd;
}
.faq table td, .faq table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.faq-questions {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 25px;
}
.faq-questions .qlist {
  color: #67a9d6;
  font-weight: bold;
}
.faq-questions .qlist ul {
  list-style-type: square;
  border: none;
  color: #67a9d6;
  font-weight: normal;
  margin-bottom: 5px;
}
.faq-questions .qlist ul li {
  font-size: 0.9rem;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
}

.faq-answers {
  padding-top: 30px;
  color: #817d78;
}
.faq-answers h3 {
  width: 100%;
  color: #67a9d6;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #67a9d6;
  padding: 5px;
  margin-bottom: 15px;
}

.legend-container {
    font-size: 0.8em;
    margin: 20px auto auto auto;
}

.legend-item {
    margin: 10px;
    display: flex;
    align-items: center;
}

.legend-label {
    border-radius: 3px;
    height: 0.8em;
    width: 30px;
    float: left;
    margin-right: 10px;
}

.legend-badge {
    float: left;
    margin-right: 10px;
}

.plot-info {
    color: #6F6F6F;
    font-size: 12px;
    text-align: center;
}

ul.more-examples {
    margin: 5px 0;
    padding: 0 15px;
    overflow: hidden;
    list-style-type: none
}

u {
  text-decoration: underline black;
    -webkit-text-decoration: underline black;
}

.badge-pill {
    padding: 5px 7px;
}

.legal-container {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.video {
    margin: 20px auto 0 auto;
}
