/*------------------------------------*\
   LiveChat
\*------------------------------------*/
#livechat-compact-container,
#livechat-full {
    width:290px !important;
    height:330px !important;
    min-height:385px !important;
    bottom:12% !important;
    left:50px;
}

.liveChatOn .liveChat {
    display:none;
}

.liveChat a:hover div {
    background-color:#21c6ff;
} 

.liveChat div {
    font-family:Helvetica, Arial;
    font-size:.8em;
    font-family:Helvetica,Arial,sans-serif;
    line-height:10px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,.3);
    background-color:#00afec;
    padding:.8em .2em .4em;
    width:28px;
    position:fixed;
    left:0;
    left:-2px \0/;
    bottom:160px;
    -webkit-border-bottom-right-radius:4px;
       -webkit-border-top-right-radius:4px;
        -moz-border-radius-bottomright:4px;
           -moz-border-radius-topright:4px;
            border-bottom-right-radius:4px;
               border-top-right-radius:4px;
    -webkit-transition:background .2s linear;
       -moz-transition:background .2s linear;
        -ms-transition:background .2s linear;
         -o-transition:background .2s linear;
            transition:background .2s linear;
}

.liveChat div[data-icon]:before {
    font-size:18px;
    text-shadow:none;
    float:left;
    width:100%;
    margin-bottom:3px;
    position:relative;
    left:5px \0/;
}

#livechat-compact-container {
    display:none !important;
}

.moveFrame {
    cursor:move;
    background:transparent;
    background:#000 \0/;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
    filter: alpha(opacity=01);
    -moz-opacity:0.01;
    -khtml-opacity:0.01;
    opacity:0.01;
    width:210px;
    height:30px;
    position:absolute;
    top:10px;
    left:10px;
    z-index:3;
}

.backDrop {
    position:fixed;
    top:0;
    left:0;
    z-index:2;
    background:#000 \0/;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
    filter: alpha(opacity=01);
    -moz-opacity:0.01;
    -khtml-opacity:0.01;
    cursor:move;
    width:100%;
    height:100%;
}
