﻿:root {
    /*--fore-color: #fff;
    --bg-color: #2f70ce;*/
    --fore-color: #000;
    --bg-color: #F5F9FF;
}

body {
    background-color: var(--bg-color);
    color: var(--fore-color);    
}

    body.pjvt, body.spv, body.titler-control, body.titler-control2, body.titler, body.titler2, body.chv, body.ct, body.pjv, body.ltms, body.ltmc {
        font-family: 'Roboto Condensed', sans-serif
    }

    #inforow {
        margin-top: 10px;
    }

.presentations {
    font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
}

    .presentations .all-posters div {
        margin-bottom: 10px;
    }

    .presentations .page-header {
        margin: 0px 0 20px;
    }
    .presentations .poster-authors {
        font-weight: bold;
    }

    .presentations .poster-authors .presenter {
        text-decoration:underline;
    }
    .presentations .poster-authors .presenter sup{
        text-decoration:none;
        display:inline-block;
    }

.poster-image {
    max-height: 225px;
    overflow-y: hidden;
    min-height: 225px;
}

    .poster-image img {
        width: 100%;
    }

.presentation-title {
    border-radius: 10px;
    background-color: #142B38;
    color: #ffffff;
    padding: 5px 5px;
    margin-bottom: 10px;
}

    .presentation-title h3 {
        margin-top: 10px;
    }

input.search-text, select.topics-select {
    margin-top: 6px;
}

.row.all-posters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row.all-posters > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.view-options {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
}

    .view-options .glyphicon.active {
        color: #00a5e4;
    }

    .view-options .glyphicon:not(.active) {
        cursor: pointer;
    }

.rows-view {
    display: none;
}

div.topic-title {
    text-align: center;
    margin-bottom:10px;
}

    div.topic-title h4 {
        line-height: 20px;
        padding: 10px;
        font-weight: bolder;
        color: white;
        background-color: #003767;
        
    }

.lang-select a, .lang-select a:hover, .lang-select a:visited {
    color: #FFF;
}

.event_info_literal {
    text-align: center;
}

#inforow {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header {
    clear: both;
    min-height: 80px;
    background-color: #507AAA;
    color: #FFFFFF;
    padding: 10px;
}

body.register .form-group table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

body.register .form-group table input[type='checkbox'] {
    margin-right: 6px;
}

body.register .form-group table label {
    max-width: 95%;
}


@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}
