/*
 * Stylesheet of uniagent.webis.de.
 *
 * Same structure as the stylesheets of pan.webis.de and touche.webis.de:
 * it imports the global Webis stylesheet and adds the shared set of
 * shared-task page extras (index cover, page header meta, chair
 * organizations, keynotes, thumbnail card grid).
 */
@import "https://assets.webis.de/css/style.css";

.page-index {
    background: rgb(65, 65, 65) url("../img/uniagent-logo-index-page.svg") no-repeat top right;
}

.page-index .footer-section,
.page-index .footer-section a {
    color: hsla(0, 0%, 100%, .7) !important;
    background: none;
}

.index-cover {
    margin-top: 6vh;
    margin-bottom: 8vh;
    hyphens: none;
}

.page-header-meta {
    color: #666;
    font-size: 1.1rem;
}

.task-chair-organizations {
    text-align: center;
}

@media (min-width: 1200px) {
    .task-chair-organizations {
        margin-left: auto;
        margin-right: auto;
    }
}

.task-chair-organizations > * {
    height: 60px;
    display: inline-block;
    padding: 30px;
}

.task-chair-organizations img,
.task-chair-organizations svg {
    height: 100%;
}

.task-chair-organizations .logo-font {
    display: inline-block;
    padding-left: 15px;
    font-size: 2.5em;
    vertical-align: middle;
    color: #555;
}

.semeval-logo {
    font-size: 70px;
    text-align: center;
    padding: 10px;
}

.keynote {
    margin-bottom: 40px;
}

.keynote .keynote-speaker-image,
.keynote .keynote-meta {
    display: table-cell;
    vertical-align: middle;
}

.keynote .keynote-speaker-image {
    padding-right: 22.5px;
}

.keynote .keynote-speaker-image img {
    height: 100px;
    width: 85px;
    max-width: none;
    object-fit: cover;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.keynote .keynote-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.keynote .keynote-speaker {
    text-align: left;
    color: #666;
    font-size: .875rem;
    display: inline;
}

.keynote .keynote-affiliation {
    color: #666;
    display: inline;
}

.keynote .keynote-affiliation:before {
    content: " • ";
    padding: 0 5px;
}

.keynote .keynote-body {
    margin-top: 15px;
}

.keynote footer {
    color: #666;
    font-style: italic;
}

.keynote footer .keynote-bio p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.keynote footer .keynote-bio .read-more {
    display: block;
}

.keynote footer .keynote-bio .read-less {
    display: none;
}

.keynote footer .keynote-bio.expanded .read-more {
    display: none;
}

.keynote footer .keynote-bio.expanded .read-less {
    display: block;
}

.keynote footer .keynote-bio.expanded p {
    overflow: visible;
    white-space: normal;
}

.thumbnail-card-grid > * {
    width: 100%;
    box-sizing: border-box;
    hyphens: none;
    -webkit-hyphens: none;
}

@media (min-width: 640px) {
    .thumbnail-card-grid > * {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .thumbnail-card-grid > * {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .thumbnail-card-grid > * {
        width: 25%;
    }
}

.thumbnail-card-grid .uk-card {
    padding: 15px;
    max-width: 400px;
}

.thumbnail-card-grid .thumbnail-left {
    margin: -15px;
    margin-right: 15px;
    float: left;
    height: calc(100% + 30px);
}

.thumbnail-card-grid .thumbnail-left img,
.thumbnail-card-grid .thumbnail-left svg {
    height: 100%;
    min-height: 145px;
    width: 110px;
    object-fit: cover;
}

.thumbnail-card-grid .thumbnail-top {
    text-align: center;
    margin-bottom: 15px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thumbnail-card-grid .thumbnail-top img,
.thumbnail-card-grid .thumbnail-top svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.thumbnail-card-grid .thumbnail-fill {
    display: flex;
    height: 120px;
}

.thumbnail-card-grid .thumbnail-fill img,
.thumbnail-card-grid .thumbnail-fill svg {
    object-fit: contain;
}

.thumbnail-card-grid .thumbnail-card-logo {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.thumbnail-card-grid .uk-height-1-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thumbnail-card-grid .uk-height-1-1 > .uk-margin-small-top,
.thumbnail-card-grid .uk-height-1-1 > .uk-margin-small-bottom {
    margin: 0 !important;
}

.thumbnail-card-grid .uk-height-1-1 > .uk-position-bottom-right.thumbnail-card-logo {
    position: relative !important;
    margin: 0;
    align-self: end;
}
