﻿/* plug ins */

#topTab
{
   
    height: 28px;
    margin-left: -75px;
    margin-top: -4px;
}

#topTabCentre
{
    position: fixed;
    top: 0px;
    left: 50%;
    width: inherit;
}

#leadStatus
{
    margin-top: 4px;
    margin-left: 5px;
    color: #9C9A9C;
    font-size: 11px;
}

.statisticDisplay
{
    /* margin-top: 26px;*/
    margin-top: -18px;
    margin-right: 12px;
    float: right;
    font-size: 11px;
}

.NotificationActive
{
 
  width: 200px;
    height: 20px;
    background: #f5f5f5;
    border-left: #00AA00 2px solid;
    border-bottom: #00AA00 2px solid;
    border-right: #00AA00 2px solid;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 4px;
    box-shadow: 1px 1px 1px 1px #eee;
    text-align:center;
}

.Loginout {
     min-width: 200px;

    height:  20px;
    background: #f5f5f5;
    border-left: #9C9A9C 1px solid;
    border-bottom: #9C9A9C 1px solid;
    border-right: #9C9A9C 1px solid;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 4px;
    box-shadow: 1px 1px 1px 1px #eee;
    white-space: nowrap;
    padding-right: 10px;
    text-align: center;

}


.expandList 
{
    margin-bottom: -1px;
    width: 10px;
    cursor: pointer;
}

#agentListTab {
    position: absolute;
    top: 73px;
    right: 245px;
}

.listTabActive {
    height: auto;
    width: 110px;
    background: #f5f5f5;
    border-left: #9C9A9C 2px solid;
    border-bottom: #9C9A9C 2px solid;
    border-right: #9C9A9C 2px solid;
    border-top: #9C9A9C 1px solid;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0.95;
    padding-bottom: 10px;
    padding-left: 10px;
}

#listTab  ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#listTab li {
    color: #888888;
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    font-size: 0.9em;
}

.hoverDivs {
    float: left;
}

.QueueJumper 
{
    margin-left: 5px;
    color: #BB0000;
    font-weight: bold;
    font-size: 10px;
    float: left;
    display: inline-block;
    
}

.JumperDiv 
{
    margin-left: 10px;
    float: left;
    display: inline-block;
}

.leadstartstop 
{
    float: left;
    margin-left: 20px;
    display: inline-block;
}
