/*
****Styles Reviewing Area***
*/
.track-review-row .label.no-unreviewed {
    background-color: #007cac;
}

/* 
***** Styles Contribution Area *****
*/
.page-info {
    display: none;
}

/* ------------Styles für Blind-Review (Teil 1)--------------- */
.i-timeline-item .i-timeline-item-box .i-box-header {
    min-height: 19px;
}

.review-summary .review-summary-content {
    color: white;
}
.review-summary-content.f-self-stretch,
.paper-metadata.flexrow.f-j-end,
.submitter.icon-user,
.f-self-stretch strong {
    display: none;
}

/* ------------Styles für Blind-Review (Teil 3 Bruns)--------------- */

/* 1. Abstract als PDF herunterladen */
.reviewing-page .submission-title .icon-file-pdf,
.reviewing-page .submission-title .icon-file-pdf ~ .i-dropdown,

/* 3. Name des Einreichenden, 4. Text "hat diesen Abstract eingereicht", 5. Einreichungsdatum */
.reviewing-page > .i-timeline > .i-timeline-item .i-box-header,

/* 7., 8., 9. Gutachten-Metadaten */
.reviewing-page .i-timeline-item-metadata,

/* Liste anpassen - Filter ausblenden */
.ui-dialog .exclusivePopup .list-filter,

/* Nur bestimmte Spalten in Liste anzeigen */
.conference-page .list.abstracts th:nth-child(4),
.conference-page .list.abstracts td:nth-child(4),
.conference-page .list.abstracts th:nth-child(5),
.conference-page .list.abstracts td:nth-child(5),

/* 1. Kommentare */
#form-group-submission_comment,

/* 2. Thema/Tracks: Optgroup ausblenden */
.ui-dialog .exclusivePopup [name="submitted_for_tracks"] optgroup {
    display: none;
}

/* Icons Einreichender und Gutachter ausblenden */
#reviewing-page .avatar-placeholder {
    visibility: hidden;
}
.conference-page .toolbar,
.conference-page .input.select-row {
    visibility: hidden;
}

/* ------------Styles für Blind-Review (Teil 2 dghd2022 Altroggen)--------------- */

/* Autorenname und "More information" ausblenden */
.abstract-authorship-list,
.abstract-authorship-label,
.titled-rule {
    display: none;
}

/* Diverse Felder ausblenden */
.custom-field-values div:nth-child(2),
.custom-field-values div:nth-child(3),
.custom-field-values div:nth-child(4),
.custom-field-values div:nth-child(8),
.custom-field-values div:nth-child(9),
.custom-field-values div:nth-child(10),
.custom-field-values div:nth-child(11),
.custom-field-values div:nth-child(12),
.custom-field-values div:nth-child(13),
.custom-field-values div:nth-child(14),
.custom-field-values div:nth-child(15),
.custom-field-values div:nth-child(16) {
    display: none;
}

/* Review Prozess */
#form-group-submitted_for_tracks {
    display: none;
}

/* Kommentare, Titel, Avatar, etc. ausblenden */
#reviewing-page .new-comment,
#reviewing-page .comment-or-review,
.comment-or-review,
#reviewing-page #abstract-public + .i-timeline .submission-info .info-line:nth-child(2),
#reviewing-page .title,
#reviewing-page .avatar-div {
    display: none;
}

/* Style Button Review */
#reviewing-page .i-button.big.highlight.text-color {
    color: #ffffff;
    background-color: #00578a;
    height: 3em;
    width: 40em;
}

#reviewing-page .author-list {
    display: none;
}

/* Verstecken von diversen Feldern (#field-16 etc.) */
#field-16,
#field-21,
#field-27,
#field-29,
#field-30 {
    display: none;
}

/* Tabelle: Chair, Themenfeld, Sprache, Datenschutz, Gutachterprozess, Tagungsband, Format ausblenden */
.other-fields {
    display: none;
}

/* Buttons für Abstract-Formular sichtbar machen */
.i-button.js-show-abstract-form {
    display: inline-block !important;
    visibility: visible !important;
}

/* Paper-Button sichtbar machen */
.call-for-abstracts .action-box .toolbar .i-button.highlight {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Elternelemente .toolbar etc. sichtbar machen */
.call-for-abstracts .action-box .toolbar,
.call-for-abstracts .action-box,
.call-for-abstracts .section {
    display: block !important;       /* display:block hinzugefügt für Elternelement */
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Speziell: Button "Neues Paper einreichen" sichtbar machen */
button.i-button.highlight[data-title="Neues Paper einreichen"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
i.microphone.icon::before {
    content: "Sprecher";
    font-style: normal;     /* nicht kursiv */
    font-weight: bold;      /* fettgedruckt */
    color: inherit;         /* gleiche Farbe wie Umgebung */
}

i.microphone.icon {
    font-family: inherit !important;
    font-size: inherit !important;
}

/* Optional: Falls Icon zusätzlich dargestellt wird, hier unterdrücken */
i.microphone.icon::after {
    content: none;
}
#outer a[href$="/event/126/papers/"] {
    font-size: 0 !important;
}

#outer a[href$="/event/126/papers/"]::after,
    
    .menuConfSelected a[href$="/papers/"]::after {
    content: "Paper Einreichung";     
    font-size: 13px !important;
    font-weight: normal;
}



.call-for-papers .action-box.highlight .label {
    font-size: 0 !important;
}
.call-for-papers .action-box.highlight .label::after {
    content: "Dokumente können eingereicht werden";
    font-size: 15px !important;
    font-weight: bold;
    color: #1b6ec2;
}


.call-for-papers .action-box.highlight .text {
    font-size: 0 !important;
}
.call-for-papers .action-box.highlight .text::after {
    content: "Sie können Ihr Paper jetzt einreichen.";
    font-size: 13px !important;
    color: #333;
}



.call-for-papers .action-box .toolbar .i-button.highlight .label,
.call-for-papers .action-box .toolbar .i-button.highlight .text {
    font-size: 0 !important;
    color: transparent !important;
}


.call-for-papers .action-box .toolbar .i-button.highlight {
    position: relative;
    color: transparent !important;
    text-shadow: none !important;
    text-decoration: none !important;
}


.call-for-papers .action-box .toolbar .i-button.highlight::after {
    content: "Dokumente hochladen";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px !important;
    font-weight: bold;
    color: #ffffff !important;
    white-space: nowrap;
}