/* CUSTOM CSS FOR PCTD SITE - SMEST JUNE 2024 */

#linkColor {
	color: inherit;
	text-decoration: inherit;
}
#whiteh1Title {
	color:white;
	opacity: 75%
}
#loadCell{
	margin-left: 2rem;
	margin-bottom: 0rem;
	margin-top: -2rem;
	align-content: left;
}

#morphDL{
	margin-left: 5.5rem;
	margin-top: 0.2rem;
	align-content: left;
}

#electrophystitle{
	margin: 5rem 0;
}
.controls {
	margin-top: -4rem;
}
/* DEFINE TEXT */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4, h6, .h6 {
  font-size: 1rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.img {
	  -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.5); /* FF3.5+ */
      -ms-transform: scale(0.5); /* IE9 */
       -o-transform: scale(0.5); /* Opera 10.5+ */
          transform: scale(0.5);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
	
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.col-container {
  width: 275px;
  height: 400px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  flex: 1;
  
  background-color: gray;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
/* OUR TEAM PAGE */
#PIs{
	padding-bottom: 2.5rem
}
.bio {
	margin-bottom: 2rem
}
.bioPic{
	padding-left: 3rem
}


/* SUBSCRIBE BUTTON */
#subscribe_btn{
	margin-top: 0.5rem;
}
#team_recr{
	margin-top: 1.5rem
}
.table {
  width: auto;

  margin-bottom: 1rem;
  color: #212529;
  border-collapse: separate;
  border-spacing:0 20px;
}

.table-card-like tbody tr{
		transition: transform .2s; /* Animation */
	    
		box-shadow: 0px 5px 8px 3px rgba(0,0,0,0.25);
}
.table-card-like tbody tr:hover{
	transform-style: preserve-3d;
	transform: scale(1.005);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .table-card-like tbody tr{
        box-shadow: 0px 5px 8px 3px rgba(0,0,0,0.00);
   }
}


.table-card-like tbody tr td:last-child {
		position: relative;
}


.table-striped tbody tr:nth-of-type(odd) {
  
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr.detail-view {
  
  background-color: rgba(0, 0, 0, 0.0000);
}
.table-striped tbody tr.detail-view:hover {
  transform-style: preserve-3d;
transform: scale(1);
  background-color: rgba(0, 0, 0, 0.0000);
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  width: 13rem;
  margin-left: 2rem;
  margin-top: 0rem;
}
#dwnld_btn {
	float:right;
	padding:0.5rem;
}
#filter_btn {
	margin-left: 0.5rem;
}
.btn-outline-success {
  color: #fff;
  border-color: #fff;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #495057;
  border-color: #fff;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.dropright {
	position:relative;
	align-content: left;
}
.card-link{
	cursor: pointer;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 5;
    -moz-column-count: 3;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
}}
.jumbotron {
  padding-bottom: 2rem 1rem;
  margin-bottom: 2rem;
  margin-top: 0;
  background-color: #e9ecef;
 /*background: url("../greyneurons.png") no-repeat center center fixed;*/

  border-radius: 0.3rem;
}
#image-gallery {
    width: 100%;
    position: relative;
    height: 650px;
    background: #000;
    }

    #image-gallery .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    }
#image-gallery .prev,
#image-gallery .next {
position: absolute;
height: 32px;
margin-top: -66px;
top: 50%;
}

#image-gallery .prev {
left: 20px;
}

#image-gallery .next {
right: 20px;
cursor: pointer;
}

#image-gallery .footer-info {
position: absolute;
height: 50px;
width: 100%;
left: 0;
bottom: 0;
line-height: 50px;
font-size: 24px;
text-align: center;
color: white;
border-top: 1px solid #fff;
}

#home {
    height: 40vh;
}
/* hardware accelatator class */	
	.trans3d
	{
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform-style: preserve-3d;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform-style:preserve-3d;
		-ms-transform: translate3d(0, 0, 0);
		transform-style:preserve-3d;
		transform: translate3d(0, 0, 0);

		/*-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility:hidden;
		backface-visibility:hidden;*/
	}
	
	#contentContainer
	{
		position:absolute;
		margin-left:-10vh;
		margin-top:0vh;
		left:50%;
		top:30%;
		width:10vh;
		height:14vh;
	}
	
	#carouselContainer
	{
		position:absolute;
		margin-left:-0vh;
		margin-top:-7vh;
		left:50%;
		top:70%;
		width:10vh;
		height:15vh;
	}
	
	/*.carouselItem
	{
		width:500px;
		height:200px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top: -150px;
		visibility:hidden;
	}*/

	.carouselItem
	{
		width:320px;
		height:130px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		visibility:hidden;
	}
	
	.carouselItemInner
	{
		/*width:50px;
		height:130px;*/
		position:absolute;
		/*background-color:rgba(255, 255, 255, .75);
		border:10px solid rgba(255, 255, 255, .5);
		color:aqua;*/
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		text-align:center;
		padding-top:30px;	
	}

 /* --  background image section  -- */
 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	margin-bottom: 55vh;
	 margin-top: 0vh;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	background-color: black;
}
 .bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #000000;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #1E1E1E;
  background-color: #4A4A4A;
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;  
  list-style: none;
}
#comingSoon {
	margin: 10rem 0 !important	
}