/**
 * Template: teachpress 2021 template
 * Version: 1.0
 * Author: Michael Winkler
*/
/* publication box */
div.tp_publication {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    /* border-bottom:1px solid silver; */ 
}
div.tp_pub_image_left {
    padding-top: 8px;
    padding-bottom: 8px;
}
div.tp_pub_image_right {
    padding-top: 8px;
    padding-bottom: 8px;
}
div.tp_pub_info {
    width: 100%;
    padding: 8px;
}
div.tp_pub_number {
    width: 40px;
    font-size:0.9rem; 
    padding-top: 8px;
    flex-shrink: 0;
}
@media (max-width: 767.98px) {
    div.tp_publication {
        flex-flow: column; }
    div.tp_pub_image_left, div.tp_pub_image_right {
        padding-left: 8px; }
    div.tp_pub_number {
        padding-left: 8px; }
}
/* entry details */
.tp_bibtex_entry {
    font-size:0.75rem;
}
.tp_bibtex_entry pre {
    white-space: normal;
    word-wrap: break-word;
}
.tp_pub_author, #content p.tp_pub_author {
    font-size:0.9rem; 
    margin-bottom:1px; 
    margin-top:1px;
}
.tp_pub_title, #content p.tp_pub_title {
    font-size:1.1rem; 
    font-weight:bold; 
    margin-top:1px; 
    margin-bottom:1px;
}
.tp_pub_additional, #content p.tp_pub_additional {
    font-size:0.9rem; 
    margin-top:1px; 
    margin-bottom:1px;
}
.tp_pub_menu, #content p.tp_pub_menu  {
    font-size:0.9rem; 
    margin-top:1px; 
    margin-bottom:1px; 
    color:#AAAAAA;
}
.tp_pub_menu a {
    color:#AAAAAA; 
    text-decoration:underline; 
    box-shadow: none;
}
.tp_pub_menu a:hover {
    color:#AAAAAA; 
    text-decoration:none;
}
.tp_pub_type {
    background-color: #008bd2; 
    color: #fff; 
    display: inline-block; 
    padding: 5px 5px; 
    margin-left: 5px; 
    font-size: 0.70rem; 
    font-weight: bold; 
    line-height: 1; 
    border-radius: 2px; 
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}
.tp_pub_label_status {
    background-color: orange; 
    color: #fff; 
    display: inline-block; 
    padding: 5px 5px; 
    margin-left: 5px; 
    font-size: 0.70rem; 
    font-weight: bold; 
    line-height: 1; 
    border-radius: 2px; 
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}

.tp_pub_type, .tp_pub_menu a {text-decoration: none; background-color: #888; color: #fff; display: inline-block; padding: 4px 6px; margin:0 0 5px 0; font-weight: normal; font-size: 12px; line-height: 1; border-radius: 2px; box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);}
.tp_pub_label_status {background-color: orange; color: #fff; display: inline-block; padding: 4px 6px; margin:0 0 5px 0; font-weight: normal; font-size: 12px; line-height: 1; border-radius: 2px; box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);} 
.tp_abstract_link a, .tp_resource_link a, .tp_bibtex_link a {background-color: #bbb; color: #333; }
.tp_pub_type.article {background-color: #ef476f}  /*vermelho*/
.tp_pub_type.inproceedings {background-color: #118ab2} /*azul*/
.tp_pub_type.inbook {background-color: #06d6a0} /*verde*/
.tp_pub_type.mastersthesis {background-color: #073b4c} /*azul escuro*/
.tp_pub_type.phdthesis {background-color: #ffd166} /*amarelo*/