/*vista de admin*/

/*ocultar avatar*/

div.i-timeline:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#proposal-decision-box > div:nth-child(1) {
    display: none;
}

/*vista de revisor*/

/*ocultar avatar*/

div.i-timeline-item:nth-child(1) > div:nth-child(1) {
    min-height: 19px;
}

.i-timeline-item .i-timeline-item-box .i-box-header {
    min-height: 19px;
}

div.info-line:nth-child(5) {
    display: none;
}

.review-summary .review-summary-content {
    color: white;
}
.review-summary-content.f-self-stretch {
    display: none;
}

.paper-metadata.flexrow.f-j-end {
    display: none;
}

.submitter.icon-user {
    display: none;
}

.f-self-stretch strong {
    display: none;
}


/*ocultar nome de quem submeteu*/
.review-summary-content {
    display: none;
}

/*ocultar botão de pdf*/
.icon-file-pdf {
    display: none;
}

/*Caixa de resumo*/

/*ocultar Author e nome*/
.abstract-authorship-label {
    display: none;
}

.abstract-authorship-list {
    display: none;
}

/*Ocultar na caixa de informações*/

.i-box-header > div:nth-child(1) > strong:nth-child(1) {
    display: none;
}

.author-list {
    display: none;
}

li.event-user:nth-child(2) > span:nth-child(1) {
    display: none;
}

div.info-line:nth-child(3) > label:nth-child(1) {
    display: none;
}

div.info-line:nth-child(3) > ul:nth-child(2) {
    display: none;
}

div.info-line:nth-child(4) {
    display: none;
}

div.info-line:nth-child(4) > ul:nth-child(2) > li:nth-child(1) {
    display: none;
}

#review-timeline-input > div:nth-child(1) {
    display: none;
}

/*Mostrar ícones em Materiais!*/

.tree > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) {
    display: initial;
}

.tree > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > a:nth-child(1) {
    display: initial;
}

.tree > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > a:nth-child(1) {
    display: initial;
}

.tree > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > a:nth-child(1) {
    display: initial;
}