/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/*.publicationContainer{
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}

.publicationTitle{
	font-weight: bold;
	font-size: large;
}

.publicationAuthors{
}*/

.publication.citation_title a{
	color: black;
}

.publication.citation_title a:hover{
	color:#007bff;
}

.contentDiv{
	margin-top: 4%;
	margin-bottom: 2.5%;
}

.ontheweb{
	margin-top: 2.5%;
}

.ontheweb a{
	margin-left: 0.5%;
	margin-right: 0.5%;
	color:black;
}

.ontheweb a:hover {
	margin-left: 0.5%;
	margin-right: 0.5%;
	color:#007bff;
}

.borderless td, .borderless th {
    border: none;
}

/*Team CSS Starts*/

.projectPageTeaser{
	width: 100%;
	margin: 1% 0% 1% 0%;
}

.projectPageTeaserDescription{
	font-size: 11px;
}

.projectAbstract{
	font-size: 12px;
}

.projectMaterials{
	font-size: 14px;
	padding: 0% .5% 0% .5%;
	margin-bottom: 2.5%;
}

.projectMaterials a {
    text-decoration: none;
    color: black;
}

.projectMaterials a:hover {
    color: #007bff;
}

.teamContainer{
	/*border: 1px solid darkgray;*/
}

.teamThumbnailDiv{
	border: 1px solid lightgray;
	margin: 1.5%;
	height: 300px;
	border-radius: 5px;
	/*background-color: #f6f6f6;*/
}

.teamThumbnailDiv:hover{
	cursor: pointer;
	border: 1px solid rgb(86, 180, 239);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 16px rgba(82, 168, 236, 0.6);
	/*background-color: rgb(86, 180, 239);*/
}

.teamThumbnail{
	height: 75%;
	overflow: hidden;
}

.teamThumbnailText{
	height: 25%;
	border-top: 1px solid lightgray;
	/*font-size: large;*/
	font-weight: bold;
	text-align: center;
	color: black;
	/*padding: 12.5px;*/
	padding: 6.5% 12.5% 6.5% 12.5%;
	line-height: 1.25em;
	font-family: Calibri, sans-serif;
}

/*.teamThumbnailImage{*/
	/*display: none;*/
/*}*/

/*.teamThumbnailImage.hidden{*/
	/*display: none;*/
/*}*/
/*Team CSS Ends*/

/*Member CSS Starts*/

.projectPageTeaser{
	width: 100%;
	margin: 1% 0% 1% 0%;
}

.projectPageTeaserDescription{
	font-size: 11px;
}

.projectAbstract{
	font-size: 12px;
}

.projectMaterials{
	font-size: 14px;
	padding: 0% .5% 0% .5%;
	margin-bottom: 2.5%;
}

.projectMaterials a {
    text-decoration: none;
    color: black;
}

.projectMaterials a:hover {
    color: #007bff;
}

.teamContainer{
	/*border: 1px solid darkgray;*/
}

.memberThumbnailDiv{
	border: 1px solid lightgray;
	margin: 1.5%;
	height: 200px;
	border-radius: 5px;
	/*background-color: #f6f6f6;*/
}

.memberThumbnailDiv:hover{
	cursor: pointer;
	border: 1px solid rgb(86, 180, 239);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 16px rgba(82, 168, 236, 0.6);
	/*background-color: rgb(86, 180, 239);*/
}

.memberThumbnail{
	height: 75%;
	overflow: hidden;
}

.memberThumbnailText{
	height: 25%;
	border-top: 1px solid lightgray;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: black;
	/*padding: 12.5px;*/
	padding: 6.5% 12.5% 6.5% 12.5%;
	line-height: 1.25em;
	font-family: Calibri, sans-serif;
}

/*.memberThumbnailImage{*/
	/*display: none;*/
/*}*/

/*.memberThumbnailImage.hidden{*/
	/*display: none;*/
/*}*/
/*Member CSS Ends*/

#monthly-meet-table{
	width: 100%;
}

#monthly-meet-table td{
	padding: 1%;
}

#monthly-meet-table tr{
	border-top: 1px solid lightgray;
	border-top: 1px solid lightgray;
}

#monthly-meet-table td.event-image{
	width: 25%;
	overflow: hidden;
}

#monthly-meet-table td.event-description{
	width: 65%;
	text-align: justify;
	font-size: small;
}

#upcoming-events-table{
	width: 100%;
}

#upcoming-events-table td{
	padding: 1%;
}

/*
#upcoming-events-table tr{
	border-top: 1px solid lightgray;
	border-top: 1px solid lightgray;
}
*/

#upcoming-events-table td.event-image{
	width: 25%;
	overflow: hidden;
}

#upcoming-events-table td.event-description{
	width: 65%;
	text-align: justify;
	font-size: small;
}

td.year-col{
	text-align: right;
}

.award{
	/*color: #007bff;*/
	color: orangered;
	font-weight: bold;
	margin-left: 5px;
}
