
/* Consent */

div#anchor_DataProcessingConsent {
    display: none;
}
 
div#DataProcessingConsentInfo {
    margin: 0 !important;
}
 
div#DataProcessingConsentInfo > .consent-title:nth-child(2) {
    margin-top: 0;
}

.consent-body {
    font-size: .9em;
    margin-left: -15px;
}

.consent-title {
    font-size: .90em;
    color: inherit;
    font-weight: bold;
}

.consent-body > p {
    text-align: justify
}

.consent-body > ul {
    list-style-type: circle;
}

/* END Consent */

/* submission.css / Cedric / 05.02.18 */


/* Author and affilition page, hidding title, position and state  */
.author-container > .form-group:nth-of-type(2),
.author-container > .form-group:nth-of-type(6),
.affiliation-container > .form-group:nth-of-type(4) {
    display: none;
}

/* set background and border to all form component */
.form-control {
    background-color: white;
    border-color: #18365c;
}

