table.agent {
    /*background-color: #ffffff;*/
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    float: left;
    margin: 0px 4px;
    width: 90px;
}

table.agentWide {
    background-color: #ffffff;
    border-radius: 5%;
    float: left;
    padding: 10px;
    height: 60px;
    width: 180px;
}

table.agentWide td.displayName{
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

table.agentWide td.description{
    font-size: 11px;
    white-space: nowrap;
    /*color: #4C4F53;*/
}
.colorWhite{
    color: white;
}

.colorGray{
    color: #4C4F53;
}

table.agentWide td.avatar{
    width: 58px;
    text-align: center;
}

table.agent td.description {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-size: 8pt;
    text-align: center;
    white-space: nowrap;
}

.roundAvatar{
    border-radius: 50%;
    width: 50px;
    border: 0px solid rgba(0,0,0,.14);
    box-sizing: content-box;
}

img.away, img.ready, img.busy, img.wrapup, img.transparent{
    border: none !important;
}
/*img.ready {
    border: 3px solid #46a546 !important;
}
img.busy {
    border: 3px solid #c3325f !important;
}
img.wrapup {
    border: 3px solid #ffc40d !important;
}
img.transparent {
    border: 3px solid transparent !important;
}*/

table.wrapup{
    border-left: 6px solid #ffc40d;
}

table.busy{
    border-left: 6px solid #c3325f;
}

table.busyin{
    border-left: 6px solid #c3325f;
}

table.busyout{
    border-left: 6px solid #049cdb;
}

table.away{
    border-left: 6px solid #7a43b6;
}

table.ready{
    border-left: 6px solid #46a546;
}

table.unreachable{
    border-left: 6px solid #c3325f;
    background-color: #c3325f;
    color: white;
}

div.blinkRed {
    background-color:#f1948a;
    color: #ffffff;
}
div.blinkGreen {
    background-color:#a9dfbf;
    color: #ffffff;
}

#analytics div.red{
    background-color:#ce0029;
    color: #ffffff;
}
#analytics .red{
    background-color:#ce0029;
    color: #ffffff;
}

#analytics div.green{
    background-color:#08d673;
    color: #ffffff;
}

#analytics div.gray{
    background-color:#999;
    color: #ffffff;
}

#analytics div.yellow{
    background-color:#ffd700;
}

div.operatorbox {
    width: 120px;
    margin: 10px;     
    padding: 0;
    height: 40px;
    background-color:white;
}
#analytics .item {
    height: 100%;
}
#analytics .number{
    font-size: 20px;
    font-weight: normal;
}
.state{
    font-size: 20px;
    font-weight: normal;
}

.alerticons{    
    position: absolute;
    display: inline-block;
    /*height: 0;
    text-align: right;
    z-index: 10;*/
}

.panic {
    border: 1px solid #ddd;
    display: inline;
    border-radius: 10px;
    background-color: white;
    position: relative;
    padding: 3px;
    height: 20px;
    bottom: 5px;
}