/* Annex 3 header styles */
.annex-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

.annex-header > .title {
    font-size: 2em;
    flex-grow: 1;
}

.annex-header > .save-pdf {
    background-color: #4CAF50;
    border: none;
    margin-right: 1%;
}

/* Annex 3 grade and comission styles */
.annex-label {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 1%;
}

.annex-general-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    max-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    min-height: 16vh;
}

.annex-general-section > div {
    padding-top: 10px;
}

.annex-general-section > .annex-date-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}

.annex-general-section > .annex-date-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.annex-general-section > .annex-date-container > .annex-date {
    max-width: 7dvw;
}

/* Annex 3 Missing data-fields warning */
.missing-mandatory-data {
    display: none;
    flex-direction: column;
    margin-left: 25%;
    width: 50%;
    font-size: 1.5vh;
}

.missing-mandatory-data > ul {
    margin-left: 1vw;
}

.missing-mandatory-data > ul > li {
    list-style-type: circle;
}

/* Annex 3 Information data-fields information */
.information-mandatory-data {
    display: none;
    flex-direction: column;
    margin-left: 25%;
    width: 50%;
    font-size: 1.5vh;
}

.information-mandatory-data > ul {
    margin-left: 1vw;
}

.information-mandatory-data > ul > li {
    list-style-type: circle;
}


/* Annex 3 Aditional information styles */
.additional-info-container {
    padding-bottom: 20px;
}

.aditional-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aditional-info > .title {
    flex-grow: 1;
    font-size: 2.2vh;
}

.aditional-info > .add-row {
    border-radius: 8px;
    background-color: #0671CB;
    color: white;
    border: none;
    padding: 8px 14px;
    margin-right: 1%;
}


/* Annex 3 List/Admin view styles */
.resaltado {
    font-weight: bold;
}

