/**
 * Template: teachpress original
 * Version: 1.0
 * Author: Michael Winkler
*/
td.tp_pub_info {border-bottom:1px solid silver; vertical-align:top; padding:8px;}
.tp_pub_author, #content p.tp_pub_author {font-size:small; margin-bottom:1px; margin-top:1px;}
.tp_pub_title, #content p.tp_pub_title {font-size:small; font-weight:bold; margin-top:1px; margin-bottom:1px;}
.tp_pub_additional, #content p.tp_pub_additional {font-size:small; margin-top:1px; margin-bottom:1px;}
.tp_pub_tags, #content p.tp_pub_tags  {font-size:small; margin-top:1px; margin-bottom:1px; color:#AAAAAA;}
.tp_pub_tags a {color:#AAAAAA; text-decoration:underline; box-shadow: none;}
.tp_pub_tags a:hover {color:#AAAAAA; text-decoration:none;}
.tp_pub_type {font-weight:bold;}


/**
 * Template: teachpress GMAP template
 * Version: 0.1
 * Author: Dinei Rockenbach
*/
.teachpress_filter > select#yr { padding-right: 30px; }
.teachpress_filter > select {margin: 0 8px;}
.tp_pub_type,.tp_label {background-color: #008bd2; color: #fff; display: inline-block; padding: 3px 4px; margin-left: 5px; font-size: 10px; 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: 3px 4px; margin-left: 5px; font-size: 10px; font-weight: bold; line-height: 1; border-radius: 2px; box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);}
.tp_pub_type.inproceedings {background-color: #196ca3;}
.tp_pub_type.article {background-color: #c32b72;}
.tp_pub_type.mastersthesis,.tp_pub_type.phdthesis {background-color: #f8c91f;color: #424242;}
.tp_pub_type.misc {background-color: #888;}
.tp_pub_type.shortcourse {background-color: #5fb973;}
.tp_pub_type.undergraduatethesis {background-color: #17a2b8;}
.tp_pub_label_status.forthcoming {background-color: #bada55}
.tp_label.doi {background-color: #FDB525; color: #000;}
.teachpress_pub_list a { text-decoration: none; }
.teachpress_pub_list a:hover { text-decoration: underline; }
.teachpress_pub_list td, .teachpress_course_list td {border-left: 0;border-right: 0;}
.teachpress_pub_list td {background: #FAFAFA;} 
.teachpress_pub_list tr.tp_publication td {background: transparent;}
.tp_pub_info p { line-height: 1.5em; }
/* Pagination */
.teachpress_pub_list .tablenav-pages a.page-numbers.button { background: transparent; transition: all 0.2s; }
#page .teachpress_pub_list .tablenav-pages a.page-numbers.button:not(.edd-submit):hover, /* to overwrite wp template css rules */
.teachpress_pub_list .tablenav-pages a.page-numbers.button:hover { background: #8e101b; text-decoration: none; color: white; border-color: white; }
#page .teachpress_pub_list .tablenav-pages a.page-numbers.button.disabled:not(.edd-submit):hover, /* to overwrite wp template css rules */
.teachpress_pub_list .tablenav-pages a.page-numbers.button.disabled,
.teachpress_pub_list .tablenav-pages a.page-numbers.button.disabled:hover,
.teachpress_pub_list .tablenav-pages a.page-numbers.button.disabled:active { background: #ECECEC; color: #333333; border-color: silver; }
.teachpress_pub_list .tablenav-pages a.page-numbers.button.disabled:active::after { background: transparent; } /* to overwrite wp template css rules */
.teachpress_publication_list a { color: #8e101b; }