/*
 * default style for pusher chat 
 * Pusher chat
 * facebook like chat jQuery plugin using Pusher API 
 * version: 1.0   
 * Author & support : zied.hosni.mail@gmail.com 
 * © 2012 html5-ninja.com
 * for more info please visit http://html5-ninja.com
 *
*/

#pusherChat {
    position: fixed !important;
    right: 0 !important;
    bottom: 10px !important;
    font-family: Arial, Helvetica, Garuda, sans-serif !important;
    font-size: 12px !important;
    color: #515151 !important;
    width: 100% !important;
}

#pusherChat #membersContent {
    position: absolute !important;
    right: 10px !important;
    bottom: -2px !important;
    width: 200px !important;
    border: #ccc 1px solid !important;
    background: #eee !important;
    padding: 2px !important;
    box-shadow: 0px -1px 3px #ccc !important;
}

#pusherChat #membersContent a {
    position: relative !important;
    background: #fff !important;
    color: #515151 !important;
    padding: 2px 0px !important;
    display: block !important;
    border-top: 1px solid #eee !important;
    width: available !important;
    text-decoration: none !important;
    padding: 2px 4px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-indent: 10px !important;
}

#pusherChat #membersContent a.off {
    opacity: 0.5 !important;
    background /*\**/: #eee\9 !important;
}

#pusherChat #membersContent a:hover {
    background: #00B4FF !important;
    color: #fff !important;
}

#pusherChat #membersContent h2 {
    font-size: 12px !important;
    line-height: 13px!important;
    text-indent: 10px !important;
}


#pusherChat #membersContent button{
    cursor: pointer !important;
    font-size: 9px !important;
    position: absolute !important;
    right: 40px !important;
    top: 4px !important;
}


.pusherChatBox h2 button{
    cursor: pointer !important;
    padding: 0px 5px !important;
    float: right !important;
    margin-right: 40px !important;
    font-size: 9px !important;
}



#pusherChat #membersContent .scroll {
    overflow-y: auto !important;
    height: 300px;
}

#pusherChat #expand, #pusherChat .expand {
    font-size: 15px !important;
    font-weight: bold !important;
    position: absolute !important;
    right: 10px !important;
    top: 0px !important;
    cursor: pointer !important;
}

#pusherChat #expand .open, #pusherChat .pusherChatBox .expand .open {
}

#pusherChat .pusherChatBox .expand {
    right: 20px !important;
}

#pusherChat #membersContent a img {
    width: 25px !important;
    height: 25px !important;
    margin: 2px 0 0 0 !important;
    outline: 1px solid #eee !important;
    border: none !important;
}

#pusherChat .pusherChatBox {
    width: 225px !important;
    padding: 2px 4px !important;
    background: #FFF !important;
    position: relative !important;
    bottom: -2px !important;
    border: #ccc 1px solid !important;
    box-shadow: 0px -1px 3px #ccc !important;
}

#pusherChat .pusherChatBox textarea {
    overflow: auto !important;
    resize: none !important;
    width: 213px !important;
    height: 43px !important;
    margin: 4px auto !important;
    font-size: 11px !important;
    font-family: Arial, Helvetica, Garuda, sans-serif !important;
    border: 1px solid #ccc !important;
}

#pusherChat .pusherChatBox .logMsg {
    word-break: break-all !important;
    padding-top: 11px !important;
    width: 223px !important;
    background: #fff !important;
    height: 300px !important;
    margin: 0 auto !important;
    border: 1px solid #ccc !important;
    overflow: hidden !important;
    position: relative !important;
    overflow-y: auto !important;
    white-space:pre-line !important;

    /*height: 200px;
    overflow-y: scroll;
    border: 1px solid grey;*/

}

#pusherChat .pusherChatBox h2 {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 12px !important;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}


#pusherChat .pusherChatBox h2 img {
    z-index: 100 !important;
    position: relative !important;
    border: 1px solid #ccc !important;
    margin-right: 4px !important;
    margin-bottom: -16px !important;
    margin-left: 1px !important;
}

#pusherChat .pusherChatBox .closeBox {
    font-size: 16px !important;
    font-weight: bold !important;
    position: absolute !important;
    right: 5px !important;
    top: 0px !important;
    cursor: pointer !important;
}

#pusherChat .pusherChatBox h2  a {
    text-decoration: none !important;
    color: inherit !important;
}

#pusherChat .pusherChatBox .state {
    position: absolute !important;
    left: 26px !important;
    top: 3px !important;
    z-index: 101 !important;
}

#pusherChat .pusherChatBox .state .quote, #pusherChat .pusherChatBox .state .pencil {
    display: none !important;
}

#pusherChat .pusherChatBox .msgTxt {
    padding: 0 1px !important;
    font-size: 11px !important;
    line-height: normal !important;
    font-family: Verdana !important;
    color: #222 !important;
}

#pusherChat .pusherChatBox .msgTxt span{
    font-style:oblique !important;
    color: #777777 !important;
    float:right !important;
}

#pusherChat .pusherChatBox .msgTxt p {
    padding: 0 !important;
    margin: -4px 0 0 0 !important;
    border-bottom: 1px solid #eee !important;
}

#pusherChat .pusherChatBox .msgTxt p.you b {
    color: #000 !important;

    font-weight:bold !important;
}

#pusherChat .pusherChatBox .msgTxt p.friend b {
    color: #00B4FF !important;

    font-weight:bold !important;
}

#pusherChat .pusherChatBox .msgTxt p.red b {
    color: #FF0000 !important;
}
#pusherChat .pusherChatBox .msgTxt p.yellow b {
    color: #006600 !important;
}

#pusherChat .pusherChatBox.off {
    background-color: #ccc !important;
}

#pusherChat .pusherChatBox.off h2 img {
    opacity: 0.6 !important;
}

#pusherChat .pusherChatBox.writing .state .pencil {
    display: block !important;
}

#pusherChat .pusherChatBox.recive .state .quote {
    display: block !important;
    -webkit-animation: pulsate 0.5s ease-out !important;
    -webkit-animation-iteration-count: infinite !important;
    animation: pulsateFF 1s ease-out !important;
    animation-iteration-count: infinite !important;
    opacity: 1 !important;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1) !important;
        opacity: 0.0 !important;
    }
    50% {
        opacity: 1.0 !important;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2) !important;
        opacity: 0.0 !important;
    }
}

@keyframes pulsateFF {
    0% {
        transform: scale(0.1, 0.1) !important;
        opacity: 0.0 !important;
    }
    50% {
        opacity: 1.0 !important;
    }
    100% {
        transform: scale(1.2, 1.2) !important;
        opacity: 0.0 !important;
    }
}

#pusherChat .chatBoxWrap {
    float: left !important;
    position: relative !important;
}

#pusherChat .chatBoxWrap .pusherChatBox {
    margin-right: 10px !important;
    /*position: absolute*/
    float: left !important;
}

#templateChatBox {
    display: none !important;
}

.chatBoxslide {
    float: right !important;
    position: relative !important;
}

.overFlow {
    top: 9000px !important
}

#pusherChat .chatBoxWrap #slideLeft, #pusherChat .chatBoxWrap #slideRight {
    display: none !important;
    position: absolute !important;
    font-size: 18px !important;
    top: -24px !important;
    cursor: pointer !important;
    color: #00B4FF !important;
}

#pusherChat .chatBoxWrap #slideLeft img, #pusherChat .chatBoxWrap #slideRight img {
    display: none !important;
}

#pusherChat .chatBoxWrap #slideLeft.on img, #pusherChat .chatBoxWrap #slideRight.on img {
    display: block !important;
}

#pusherChat .chatBoxWrap #slideLeft {
    left: 10px !important;
}

#pusherChat .chatBoxWrap #slideRight {
    right: -5px !important;
}

#pusherChat .chatBoxWrap  .overFlowHide {
    display: none !important;
}

#members-list a{
    cursor: pointer !important;
}