
body {
  position: relative;
}

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

header.navbar {
  background-image: linear-gradient(to bottom, #f1a937 0, #FF7634 100%);
  padding: 0 1rem;
}
header.navbar a.navbar-brand {
  padding: 0;
  margin-right: 50px;
}
header.navbar .navbar-login {
  float: right;
}
@media only screen and (min-width: 768px) {
  header.navbar .active {
    background-image: linear-gradient(to bottom, #f1c837 0, #ff8734 100%);
  }
}

footer {
  border-top: 0.1vw solid #E5E5E5;
  margin-top: 5vw;
  padding: 1.5vw 0 3.6vw;
}
footer .legal a {
  display: block;
  color: #adadad;
}
footer .sponsors a {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.about {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}
.about h3 {
  color: #FF7634;
}
.about section {
  margin-top: 2.5vw;
}

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

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

.search-examples {
  line-height: 0.9;
}
.search-examples li {
  margin-left: 2em;
}

.card.report {
  border-color: #FF7634;
  margin-top: 1rem;
}
.card.report .card-header {
  border-bottom-color: #FF7634;
}
.card.report .card-header a {
  color: #FF7634;
}
.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;
}

@-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);
  }
}
.boxprogress {
  text-align: center;
  min-height: 450px;
  background-color: white;
}
.boxprogress:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.boxprogress:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  margin: 175px auto;
  position: relative;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

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: #FF7634;
  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: #FF7634;
  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 #FF7634;
  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;
}

/* override boostrap defaults */
.table thead th {
  border-top: none;
}

/* methods */
.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-metastasis {
  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: #FF7634;
}
.faq a:hover {
  color: #337ab7;
}
.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: #FF7634;
  font-weight: bold;
}
.faq-questions .qlist ul {
  list-style-type: square;
  border: none;
  color: #FF7634;
  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: #FF7634;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #FF7634;
  padding: 5px;
  margin-bottom: 15px;
}

.faq-answers h4 {
  width: 100%;
  color: #FF7634;
  font-weight: normal;
  font-size: 16px;
  padding-top: 5px;
}


.faq-alert {
  width: 100%;
  align-items: baseline;
  padding: 4px;
  font-size: 12px;
  background-color: #fa6e64; /* Red */
  color: white;
  margin-bottom: 5px;
}

.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=intogen2.css.map */