/*
 * Copyright (c) 2020-2023 Lepidus Tecnologia
 * Copyright (c) 2020-2023 SciELO
 * Distributed under the GNU GPL v3. For full terms see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt
 */

#historyHeader {
    margin-top: 18px;
    margin-bottom: 18px;
}

.authorHistory {
    margin-bottom: 18px;
    background-color: #DCDCDC;
    padding: 8px;
    border-radius: 10px;

    position: relative;
}

.authorHistory h3 {
    margin-left: 10px;
    margin-bottom: 10px;
}

.authorHistory span, .authorHistory a {
    margin-left: 18px;
}

.authorPublications {
    margin-top: 18px;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 8px;
}

.authorPublication {
    display: flex;
    align-items: center;
    padding: 4px;
}

.authorPublication:not(:first-child) {
    border-top: 1px solid #DCDCDC;
}

.submissionId {
    width: 10%;
    text-align: center;
}

.submissionTitle {
    width: 80%;
    text-align: justify;
    line-height: 1.5em;
    margin-left: 8px;
    padding: 2px 4px;
}

.submissionStatus {
    width: 15%;
    text-align: center;
}

.idSubmissao span {
    font-weight: bold;
    margin: 0px;
}

.submissionTitle span {
    margin: 0px;
}

.submissionStatus span {
    margin: 0px;
}

.pageButtons{
    font-weight: bold;
    border-radius: 5px;
    border-width: thin;
    background-color: #DCDCDC;
    width: 40px;
    height: 20px;
}