﻿/* Knowledge Base Pin */
#knowledgebasepinned 
{
    background:url(../images/knowledge_base_inactive.png);
    background-repeat:no-repeat;
    height:24px; width:24px;
}
#knowledgebasepinned.active
{
    background:url(../images/knowledge_base_icon.png);
}
#knowledgebasepinned:hover
{
    background:url(../images/knowledge_base_icon.png);
}
/* Live Chat */
#livechatpinned 
{
    height:24px; width:24px;
    fill:#f5f5f5;
}
#livechatpinned.unavailable {
    cursor:default;
    fill:#f5f5f5;
}


/* clipboard */
#clipboardpinned
{
    fill:#f5f5f5;
   height:24px; width:24px;
    cursor:pointer;
}
#clipboardpinned.inactive
{
     fill:#f5f5f5;
}



/* FULLSCREEN MODE */

#livechatpinned.fullscreenMode
{
    height:24px; width:24px;
    fill:#f5f5f5;
}
#livechatpinned.fullscreenMode:hover
{
    fill:#f5f5f5;
}
#livechatpinned.fullscreenMode.unavailable {
    fill:#f5f5f5;
}
#livechatpinned.fullscreenMode.unavailable:hover {
    fill:#f5f5f5;
}

.notifier.fullscreenMode 
{
    height:24px; width:24px;
    fill:#f5f5f5;
}
.notifier.fullscreenMode.inactive 
{
    fill:#f5f5f5;
}
.notifier.fullscreenMode.inactive:hover
{
    fill:#f5f5f5;
}
.notifier.fullscreenMode.count 
{
    height:24px; width:24px;
    fill:#f5f5f5;
}
.notifier.fullscreenMode.count:hover 
{
    height:24px; width:24px;
    fill:#f5f5f5;
}

#clipboardpinned.fullscreenMode
{
    fill:#f5f5f5;
    height:24px; width:24px;
    cursor:pointer;
}
#clipboardpinned.fullscreenMode:hover
{
     fill:#f5f5f5;
}
.quosalUniversityLink
{
    fill:#f5f5f5;
    height:24px; width:24px;
}
.quosalUniversityLink:hover
{
    fill:#f5f5f5;
    cursor:pointer;
}
.quosalCatalogLink
{
    fill:#f5f5f5;
    height:24px; width:24px;
}
.quosalCatalogLink:hover
{
    fill:#f5f5f5;
    cursor:pointer;
}
.walkMeButtonUnderline {
    height: 24px;
    width: 24px;
    fill :#f5f5f5
}
