/* SSLab */
html {
  overflow-y: scroll;
}

.sponsor {
  text-decoration: none;
  border-bottom: 0px dotted !important;
  margin: 12px;
}

.sponsor .sponsor-icon {
  width: 100px;
  display: inline;
  margin: 0px;
}

.entry-content h2 {
  margin-left: 6px;
  font-size: 30px;
}

.entry-content h3 {
  margin-left: 12px;
  font-size: 24px;
}

.entry-content h4 {
  margin-left: 18px;
  font-size: 18px;
}

.entry-content p {
  margin-left: 24px;
}

.entry-content img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.entry-content .highlight {
  margin-left: 24px;
}

.post-info .label {
  margin: 5px;
}

.pub-links a {
  border-bottom: 0px dotted !important;
}

.pub-expand, .pub-collapse {
  border-bottom: 0px dotted !important;
}

/* member */
div#group-leaders, div#phd-students, div#master-s-students {
  display: block;
}

div.member {
  display: inline-block;
  width: 205px;
  height: 200px;
  margin: 0em;
  vertical-align: top;
}

div.member p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

/* alumni */
div#alumnus {
    display: block;
}

div.alumnus {
  display: inline-block;
  width: 205px;
  height: 250px;
  margin: 0em;
  vertical-align: top;
}

div.alumnus p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

/* quickfilter */
#filter {
  margin-top: 20px;
}

#no-matches {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* publication */
.pub-details pre {
  font-size: 12px;
}

/* sidebar */
#sidebar .list-group-item {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#sidebar .list-group {
  margin-bottom: 12px;
}

#cve {
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bdc1c4;
}

#cve thead {
  background-color: #f2f3f3;
  border-bottom: 1px solid #bdc1c4;
  border: 1px solid #bdc1c4;
}

#cve tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  border: 1px solid #bdc1c4;
}

#cve tr, td, th {
  vertical-align: middle;
  text-align: center;
}

#cve td {
  padding: 0.5em;
  border-bottom: 1px solid #bdc1c4;
  border-right: 1px solid #bdc1c4;
}

#logo {
  width: 10.6em;
  height: 4.0em;
  background-image: url('../img/logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo-big {
  width: 32.0em;
  height: 12.0em;
  background-image: url('../img/logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: center;
}

/* card */
*,
*::before,
*::after { 
  box-sizing: border-box;
}

.btn {
  background-color: white;
  border: 1px solid @gray-light;
  //border-radius: 1rem;
  color: @gray-dark;
  padding: 0 0.5rem 0.5rem 0;
  text-transform: lowercase;
}

.btn--block {
  display: block;
  width: 100%;
}
 
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card {
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin: .5em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  align-item: stretch;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 14px 25px 0 rgba(0,0,0,0.56);
  .card__image {
    filter: contrast(100%);
  }
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__content p {
	margin-left: 0;
	margin-bottom: auto;
    height: 7rem;
}

.card__image {
	width: 23rem;
	height: 23rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
.card__image img {
  object-fit: cover;
  width: 100%;
  margin: auto;
}

.card__title {
  color: @gray-dark;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__title h4 {
  margin-left: 0;
  overflow: hidden;
}

.toolong h4 {
  font-size: small;
}

.card__text {
  flex: 1 1 auto;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.github_stars {
  font-size:small;
}
div.proj {
  display: inline-block;
  width: 250px;
  height: 430px;
  vertical-align: top;
}

span.tag {
	display: inline-block;
	padding: .2em .8em;
	margin: 0 .3em .3em 0;
	white-space: nowrap;
	background-color: #f1f8ff;
}


span.tag-right-arm {
	padding-right: 1.6em;
	margin-left: 1.0em;
}
.numberCircle {
    border-radius: 50%;
    padding: 0.2em;
    margin-left: -2.1em;

    background: #fff;
    border: 1px solid #666;
    color: #666;
    text-align: center;
	white-space: nowrap;
    font-size: x-small;
}

.tags-bar {
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin: .5em;
  width: 100%;
  min-height: 1px;
  align-item: stretch;
}
.tags-selected {
	width: 100%;
	min-height: 25px;
}
.notags {
	font-size: 20px;
	color: 2px solid #666;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
#tags-bar .barbtn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    width: 28px;
    height: 28px;
    padding: 0;
}
