  

#bibbase_header ul[class="nav nav-pills"] {display:none;}
/*
#bibbase_header a[onclick="groupby('downloads')"] { display: none; }
#bibbase_header a[onclick="groupby('author_short')"] { display: none; }
#bibbase_header a[onclick="groupby('keyword')"] { display: none; }

#bibbase_header li[id="groupby_dropdown"]{ display: none; }
#bibbase_header li[id="menu_dropdown"]{ display: none; }*/

#group_article div.bibbase_group i+span { display: none; }
#group_inproceedings div.bibbase_group i+span { display: none; }
#group_phdthesis div.bibbase_group i+span { display: none; }
#group_techreport div.bibbase_group i+span { display: none; }
#group_workshop_abstract div.bibbase_group i+span { display: none; }
#group_workshop_poster div.bibbase_group i+span { display: none; }
#group_patent div.bibbase_group i+span { display: none; }

#group_article div.bibbase_group i:after { content: " Journal Article" }
#group_inproceedings div.bibbase_group i:after { content: " Conference Publication" }
#group_phdthesis div.bibbase_group i:after { content: " PhD Thesis" }
#group_techreport div.bibbase_group i:after { content: " Technical Report" }
#group_workshop_abstract div.bibbase_group i:after { content: " Abstract" }
#group_workshop_poster div.bibbase_group i:after { content: " Poster" }
#group_patent div.bibbase_group i:after { content: " Patent" }

.bibbase_group_count{
display: none;
}

.bibbase_paper_title a{ pointer-events: none; }

.bibbase_paper_author a{ 
  pointer-events: none;
  color: #333;
}

span.bibbase_icon_text { 
     display: inherit; 
} 

/Default.css/

#bibbase_header a {
    text-decoration: none;
}

#bibbase_header i {
    width: 16px;
    text-align: center;
    margin-right: 5px;
}

.bibbase_group {
    /* background-color: #D0D0E0; */
    background-color: #C0C0C0;
    font-style: italic;
    font-size: larger;
    text-shadow: 0px 0px 3px #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    padding: 5px 40px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bibbase_group_body {
    margin-left: 20px;
}


img.bibbase_icon {
    width: 20px;
    max-height: 16px;
    vertical-align: text-top;
    

    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray; /* IE6+ */
}

img.bibbase_icon:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}



/* span.bibbase_icon_text { */
/*     display: none; */
/* } */

.bibbase_code {
    width: 80%
}

.comment {
    font-size: smaller;
    font-style: italic;
    color: gray;
}

.recommended {
    color: green;
}

/* bootstrap */

.bibbase_msg {
    text-align: center;
    width: 80%;
    margin: auto;
}

#bibbase_embed_modal {
    width: 70%;
    left: 15%;
    margin: 0;
}

.bibbase.well {
    margin: 20px;
    overflow-wrap: break-word;
}

.bibbase.link {
    text-decoration: none;
}

.bibbase_paper_content {
    font-size: smaller;
}


/*Common.css/
.bibbase_paper {
    margin-bottom: 5px;
}


.bibbase_paper_title {
    font-weight: bold;
}

.bibbase_paper_title a {
    color: inherit !important;
    text-decoration: none !important;
}

.bibbase_paper_title a:hover {
    border-bottom: 1px dotted #ccc;
}

span.bibbase_group_count {
    font-size: smaller;
}

.bibbase_group_head i {
    display: inline-block;
    width: 20px;
}


.bibbase_msg {
    text-align: center;
    width: 80%;
    margin: auto;
}

#bibbase_embed_modal {
    width: 70%;
    left: 15%;
    margin: 0;
}

.bibbase.well {
    margin: 20px;
    overflow-wrap: break-word;
}

.bibbase.link {
    text-decoration: none;
}

.bibbase_paper_content {
    font-size: smaller;
}

.bibbase_paper_content a {
    text-decoration: none;
}

.bibbase.read {
    border-radius: 3px 3px 3px 3px;
    color: #bbb !important;
    padding: 1px 8px 1px 8px;
    display: inline-block;
    /* width: 20px; */
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.5s, background-color 0.5s;
    -webkit-transition: width 0.5s, background-color 0.5s;
    vertical-align: middle;
    font-size: 1vh;
}

.bibbase.read span {
    width: 0px;
}

.bibbase.read.hasread {
    color: #63CF5F !important;
}

.bibbase.read:hover {
    background-color: #ddd;
    width: 20vh;
}

.bibbase.read:hover span {
    width: inherit;
}

.bibbase.read.hidden {
    /* #LATER: Remove this class for logged in users. */
    display: none;
}

#bibbase li {
    list-style: none;
}


