/*
 * Globals
 */

 .text-section-head {
  /* text-decoration: */
  color: #cbd6d7;
}

.text-contents-light {
  color: #cbd6d7;
}

.text-link-light {
  color: #adf182;
  font-weight: bold;
  font-size: large;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

/* body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
} */

header {
  /* height: calc(100vh - 10px); */

  /* padding-bottom: 37.5%;  */

  background-image: url("./img/cover.jpg");
  background-size: cover;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-position: center; /* vs the top-left that is default */
  position: relative; /* take me out of the render context! let me define my own positioning */
}

/* .list-group {
  overflow-x: auto;
  overflow-y: auto;
} */

.panel-bg {
  /* background-image: url("./img/panels.jpg");
  background-size: cover; */

  /* border-radius: 1%; */
  background-color: #2a3b4d;
}

.panel-figure {
  /* background-image: url("./img/panels2.jpg");
  background-position: center;
  background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-image: linear-gradient(to bottom right, red, yellow); */
  max-height: 550px;
  /* min-height: 500px; */
  /* background-origin: padding-box !important; */
  /* padding: 20px !important; */
  /* padding-left: 10%; */
  /* border: inset 10px transparent;
  box-sizing: border-box; */
  box-shadow: 0 4px 8px 0 rgb(7, 3, 18), 0 6px 20px 0 rgb(7, 3, 18);
  padding: 1px;
  border-radius: 5px;
}

.panel-table {
  box-shadow: 0 4px 8px 0 rgb(7, 3, 18), 0 6px 20px 0 rgb(7, 3, 18);
  padding: 10px;
  border-radius: 5px;
}

header .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.hero {
  padding-bottom: 37.5%; /* = ( 600 / 1600 ) x 100 */
  background-image: url("./img/cover.jpg");
  background-size: cover;
  max-width: auto;
  max-height: 100%;
  opacity: 0.25;
  background-position: center; /* vs the top-left that is default */

  position: absolute; /* take me out of the render context! let me define my own positioning */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cytof-section {
  color: #211720;
  background: #a5bdd6;
}

.cytof {
  /* color: rgb(182, 57, 88); */
  color: rgb(255, 140, 40);
  height: 60px;
  /* color: rgb(255, 140, 40); */
}

.overlay {
  position: relative;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  /* background: rgba(117, 154, 180); */
  background: #2a3b4d;
  /* border-color: rgb(117, 154, 180); */
  /* background: rgb(91, 43, 65); */
}

.table-responsive {
  height: 600px;
}

.borderless {
  border: 0px;
}

.verticaltext {
  position: relative;
  /* padding-right: 150px; */
  margin: 1.5em;
  /* min-height: 120px; */
}

.verticaltext_content {
  transform: rotate(-90deg);

  /* -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0; */

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: 35px;
  position: absolute;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}

.primarytheme {
  color: rgb(111, 79, 162);
}

.secondarytheme {
  border-color: rgb(117, 154, 180);
  border-width: 3px;
  color: rgb(82, 56, 116);
  font-weight: bolder;
}

#panelsection {
  background: #3d566f;
  /* color: #333 !important; */
}

.panel-nav {
  overflow-y: scroll;
  height: 500px;
}

.nav-pills {
  font-size: large;
  /* font-weight:bold; */
}

.nav-link:hover {
  color: #456e6d;
  background-color: #adf182 !important;
}

.nav-link.active {
  color: #456e6d !important;
  background-color: #adf182 !important;
}

.table {
  font-size: large;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  color: #456e6d !important;
  background-color: #adf182;
}

img {
  image-rendering: -webkit-optimize-contrast;
}


/* Card */
.card {
  background-color: transparent;
  border-color: #3d566f;
  border-width: 3px;
  border-radius: 0;
  color: #e2cddb;
  /* border-radius: 4px; */
  box-shadow: 0 5px 10px rgba(7, 3, 18);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  /* padding: 14px 80px 18px 36px; */
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px 0 rgb(7, 3, 18);
}

.card-footer {
  border-width: 3px;
  border-color: #3d566f;
}

/* Button */

/* .btn, */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#btn-back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.btn:hover {
  color: #adf182;
}

.btn-info,
.btn-info:hover {
  /* box-shadow: 0 0 0 3px rgb(111, 79, 162); */
  background-color: #adf182;
  border-color: #adf182;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  background-color: none;
  border-color: none;
}

.btn-info:focus,
.btn-info:active {
  box-shadow: 0 0 0 3px rgb(111, 79, 162) !important;
  background-color: #adf182 !important;
  border-color: #adf182 !important;
}

/* 
.ver_mas {
  background-color: rgb(214, 215, 217, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ver_mas span {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin: 20px;
  width: 100%;
  top: 13px;
}

.card:hover .ver_mas {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 1;
} */
