html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 180px;
  font-size: 14px;
}

.navbar {
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
}
.navbar .navbar-nav {
  font-size: 19px;
  margin: 0 15px;
}
.navbar .nav-item {
  margin: 0 6px;
}
.navbar .nav-link {
  color: #575756;
}
.navbar .nav-link:hover {
  color: #cecece;
}
.navbar .active .nav-link {
  color: #24834a;
}

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

.page-footer {
  border-top: solid 2px #cecece;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 135px;
  background-color: inherit;
}
.page-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}
.page-footer .legal {
  margin-bottom: 15px;
}
.page-footer a {
  color: #575756;
}
.page-footer a:hover {
  color: #cecece;
}

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

.sponsors {
  text-align: center;
  margin-bottom: 20px;
}
.sponsors a {
  display: inline-block;
  margin-right: 10px;
}
.sponsors img {
  max-height: 50px;
  max-width: 100px;
}

.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: medium;
}

.badge-info {
  display: inline-block;
  color: #fff;
  background-color: #6c757d;
  border-radius: 10em;
  padding: 0.25em 0.45em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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: #24834a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 118, 52, 0.6);
}

.card.report {
  border-color: #24834a;
  margin-top: 1rem;
  font-family: Verdana, "serif";
}
.card.report .card-header {
  border-bottom-color: #24834a;
}
.card.report .card-header a {
  color: #24834a;
}
.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: 0.8em;
  text-align: center;
}

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

.card-download {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #24834a;
  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;
  color: #48494a;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-ms-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
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;
  padding: 0.25vw;
  text-indent: 0.5vw;
  line-height: 2vw;
}
.dataTables_filter input[type=search]:focus {
  border-color: #24834a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 118, 52, 0.6);
}

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

.dataTableButtonHidden {
  display: none !important;
}

.selection {
  background-color: white;
  font-size: 2vw;
}
.selection .logos {
  color: white;
}
.selection .logos a {
  color: white;
}
.selection .nav {
  float: right;
}
.selection .nav li a {
  display: none;
  color: #24834a;
  padding: 0;
}
.selection .nav li a.active {
  display: inline-block;
}
.selection.sticky {
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 8px solid #24834a;
  border-bottom: 0.1rem solid #E5E5E5;
  margin-left: 0;
  margin-right: 0;
  background: url("../images/logo-mini.png") 10px 40% no-repeat, white;
  background-size: auto 75%;
}

.summary {
  padding: 25px 15px;
  margin: 20px 10px;
  font-size: 0.9rem;
}

.badge-details {
  color: olive;
  float: right;
  background-color: #f5f5f5;
}
.badge-details a {
  color: olive !important;
}

.table thead th {
  border-top: none;
}

.badge-signal {
  margin: 2px;
}

.badge-clustl, .badge-oncodriveclustl {
  background-color: #2f4f96;
  color: white;
}

.badge-hotmaps {
  background-color: #5b7fcc;
  color: white;
}

.badge-smregions {
  background-color: #67a9d6;
  color: white;
}

.badge-fml, .badge-oncodrivefml {
  background-color: #f78564ff;
  color: white;
}

.badge-dndscv {
  background-color: #31b164;
  color: white;
}

.badge-cbase {
  background-color: #24834a;
  color: white;
}

.badge-mutpanning {
  background-color: #d38d5fff;
  color: white;
}

.badge-combination {
  background-color: #8199a6;
  color: white;
}

.badge-category {
  margin: 2px;
}

.badge-adult {
  background-color: #5dc2f1;
}

.badge-pediatric {
  background-color: #0d8860;
}

.badge-primary {
  background-color: #a94442;
}

.badge-metastatic {
  color: white;
  background-color: black;
}

.badge-relapse {
  color: white;
  background-color: #cb6216;
}

.badge-driver {
  color: white;
  background-color: #f78564;
}

.badge-passenger {
  color: white;
  background-color: #5dc2f1;
}

#filters {
  background-color: #F5F5F5;
}

.twitter-typeahead {
  width: 100%;
}

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

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

.faq a {
  color: #24834a;
}
.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: #24834a;
  font-weight: bold;
}
.faq-questions .qlist ul {
  list-style-type: square;
  border: none;
  color: #24834a;
  font-weight: normal;
  margin-bottom: 5px;
}
.faq-questions .qlist ul li {
  font-size: 0.9rem;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

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

.download .card {
  margin-bottom: 20px;
}
.download .card-text {
  font-size: 0.9em;
}
.download.download-current h3 {
  color: #FF7634;
}
.download.download-current .card {
  border-color: #FF7634;
}
.download.download-current .card-title {
  color: #FF7634;
}

.box {
  background-color: #fff;
  box-shadow: 3px 3px 5px #ddd;
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 30px;
}
.box h4 {
  text-align: center;
  font-size: 26px;
  padding: 150px 50px;
}

.team h4 {
  color: #FF7634;
  font-weight: bold;
  font-size: 1.2em;
  background: transparent url("line.png") right center repeat-x;
}
.team h4 span {
  background-color: #ffffff;
}
.team ul {
  list-style: none;
  color: #6F6F6E;
  padding: 10px 100px 40px 0px;
}
.team ul li {
  padding: 3px;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
