#container-add-coautor{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    width: max-content;
}
#container-add-coautor button{
    background-color: #5db374;
    border-color: #43ac5f;
    color: #fff;
}

.container-remove-edit-coautor{
    display: flex;
    height: 100%;
}
.container-remove-edit-coautor button.remove{
    color: #fc6169;
    background-color: unset;
}
.container-remove-edit-coautor button.edit{
    color: #524f4f;
    background-color: unset;
}

#container-add-coautor button i {   
    font-size: 1.2rem;
}

#container-add-instituicao{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    width: max-content;
}
#container-add-instituicao button{
    background-color: #5db374;
    border-color: #43ac5f;
    color: #fff;
}
#container-add-instituicao button i {   
    font-size: 1.2rem;
}

.container-texto-edital {
    overflow: scroll; 
    height: 350px;
    background: white;
    
    /*border-left: 0.1em solid rgba(0,0,0,0.3);
    border-right: 0.1em solid rgba(0,0,0,0.3);
    border-bottom: 0.1em solid rgba(0,0,0,0.3);*/
    box-shadow: 1px 1px 1px 1px solid rgba(0,0,0,0.3);
    border-top: none;
    padding-top: 8px;
    
    /*box-shadow: 0.5px 0.5px 6px 0.5px rgba(0,0,0,0.2);
    overflow-y: scroll;
    height: 600px;
    width: 100%;
    padding-left: 17px;
    padding-top: 17px;*/
    
}

.container-texto-edital #texto {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
    padding-bottom: 12px;
}

.container-texto-edital #texto li{
    display: list-item;
    text-align: -webkit-match-parent;
}

.container-texto-edital #texto p{
    margin: 0 0 10px;
}

.container-texto-edital #texto ul,ol{
    margin-top: 0;
    margin-bottom: 10px;
}
.container-texto-edital #texto p{
    display: block;
    /*-webkit-margin-before: 1em;*/
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
}

.container-texto-edital #texto p{
    
    margin-bottom: 0;
    text-indent: 1.5em;
    margin-top: 0;
}
.container-texto-edital #texto ol{
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/*P�gina visualizar*/
#container-visualizar-trabalho .card-body .row{
    margin-top: 0 !important;
}

#container-visualizar-trabalho p{
    font-size: 0.9rem;
    line-height: 1.5;
}

#container-visualizar-trabalho .card-header-tema-livre{
    padding: 11px 15px 11px !important;
    background-color: #f3f3f3 !important;
    font-size: 1.1rem;
}
#container-visualizar-trabalho .card-header-tema-livre h6{
    margin-bottom: 0;
}

#ver-edital{
    color: #4a4949;
    font-weight: bold;
    background-color: #e0e0e0;
    font-size: 0.9rem;
}

#ver-edital:hover{
    background-color: #d6d6d6;
}

#ver-edital svg{
    color: #808080;
}