﻿h5 {
    line-height: 1.4rem;
}

.icon-with-text {
    cursor: pointer;
}

.series-list-heading.series {
    padding: 0.5em;
    height: 40px;
}

.series-list-heading {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffd618;
    font-weight: 600;
}

.series-list-item.series {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    padding: 0.5em;
    position: relative;
}
.series-list-item {
    border-bottom: rgba(44,47,52,.2) 1px solid;
}

series-list-item {
    height: 55px;
}

.selected-series {
    font-weight: bold;
    margin-left: -1em;
}

.container {
    display: block;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.publications-wrapper {
    width: 70%;
}

.series-wrapper {
    /*width: 30%;*/
}

.navbar-collapse .series-wrapper {
    display: none;
}

.publications-series-wrapper .series-wrapper {
    display: initial;
}

.series-wrapper ul {
    padding: 0 0 0 0;
}

.publications-series-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.seriesContentWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

hr {
    clear:both;
}

#publication-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.publication h4 {
    margin-bottom: 1rem;
}
.publication p {
    margin-right: 1.5rem;
}

.publication a:hover {
    color: #2c2f34;
}

#coverId {
    width: 100%;
    max-width: 20%;
    margin-bottom: 1em;
}

.big-cover {
    float: right;
    width: 100%;
    max-width: 35%;
    margin: 0 1.5rem;
}

.btn-primary {
    background-image: linear-gradient(296deg, #c5e1de, #e2f0ef);
    color: #2c2f34;
    border-color: #c1c1c1;
    width: 100%;
    max-width: 70%;
    font-size: 100%;
    margin-bottom: 1rem;
}

.nav-icon {
    margin-top:5px;
}

.pubInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0.5rem;
}

.pubInfo h4 {
    font-weight: normal;
    font-size: 1rem;
}

.title {
    margin-bottom: 0.5em;
}

.author,
.year {
    margin: 5px;
}

a {
    color: #051bbb;
}

body a {
    color: #2c2f34;
}

img.cover {
    width: 6em;
}

input {
    padding: 0.2em 0.4em;
    margin-left: 10px;
    width: 100%;
}

label {
    font-weight: normal;
}

.nav-item {
    font-weight: normal;
}

.nav-item.small {
    font-size: 1em;
    font-weight: normal;
    border-left: 0;
    margin-top: 0.5em;
}

.navbar-brand img {
    height: 50px;
    vertical-align: baseline;
    margin-top: 21px;
}

input[type=checkbox] {
    width: 1em;
    margin: 10px 0 0 10px;
    height: 1em;
}

.week-panel {
    margin-bottom: 15px;
    text-align: center;
}

.row {
    padding: 0.3em 0;
}

.row.my:nth-child(odd) {
    background: #e6f2f5;
}

@media (max-width: 1022px) and (orientation: portrait) {

    .btn-primary {
        font-size: 70%;
    }

    .navbar-collapse .series-wrapper {
        display: initial;
    }

    .publications-series-wrapper .series-wrapper {
        display: none;
    }

    .navbar-nav {
        display: none;
    }
}
