#app_community_chat_css { display: none; }
#com-chat-wrap.com-pin-box {padding: 10px 20px 20px 20px;}
#com-chat-wrap .com-chat-item { padding: 10px 1px 10px 51px; position: relative; min-height: 36px; border-bottom: 1px solid rgb(215,224,230);}
#com-chat-wrap .com-chat-item.on { background: #e9eff3; }
#com-chat-wrap .com-chat-item-ava { display: block; width: 36px; height: 36px; margin-right: 10px; position: absolute; top: 10px; left: 0px; }
#com-chat-wrap .com-chat-item-ava img { width: 100%; height: 100%; }
#com-chat-wrap .com-chat-item-username { position: absolute; top: 15px; left: 46px; font-weight: bold; line-height: 16px; }
#com-chat-wrap .community-admin-badge { display: inline-block; box-sizing: border-box; margin-left: 5px; padding: 1px 4px; border: 1px solid #d84a4a; border-radius: 4px; background: #fff7f7; color: #d84a4a; font-size: 10px; font-weight: normal; line-height: 12px; vertical-align: 1px; }
#com-chat-wrap .com-chat-item-date { float: right; color: #73818a; }
#com-chat-wrap .com-chat-item-text { display: inline-block; line-height: 16px; margin: 0 0 10px; line-height: 16px; word-wrap: break-word; }
#com-chat-wrap .com-chat-item-actions { height: 15px; }
#com-chat-wrap .com-chat-item-action { display: inline-block; line-height: 15px; padding: 0 10px 0 0; color: #73818a; font-size: 11px; }
#com-chat-wrap .com-chat-item-action+.com-chat-item-action { padding-left: 10px; border-left: 1px solid #c3d0d8; }

#com-chat-comment-form { position: relative; width: 775px; }
#com-chat-comment-form.fp-is-floating {top: 45px; z-index: 1; }
#com-chat-comment-form .com-chat-comment-form-avatar { float: left; width: 36px; height: 36px; }
#com-chat-comment-form .message-form-text-wrap {
    background: #F1F5F8;
    margin: 6px 8px; float: left;
    -webkit-transition: margin .3s; -moz-transition: margin .3s; -o-transition: margin .3s; transition: margin .3s; }
#com-chat-comment-form.message-form-expanded .message-form-text-wrap,
  #com-chat-comment-form.message-form-has-text .message-form-text-wrap { margin-top: 0; margin-bottom: 0; }
#com-chat-comment-form .message-form-chat-text-wrap{
    /*margin: 0 26px 0 0;*/
    padding: 0 26px 0 0;

    margin: 0;
}
#com-chat-comment-form .message-form-text {
    padding: 3px 4px 3px 8px;
    margin:0;
    width: 545px;
    height: 16px; min-height: 16px;
    border: 1px solid #c3d0d8;
    background: #FFF;
    outline:none;
    -webkit-transition: min-height .3s; -moz-transition: min-height .3s; -o-transition: min-height .3s; transition: min-height .3s; }

#com-chat-comment-form .mess-enter-chbox-label{
    line-height: 13px;
    font-size: 11px;
}
#com-chat-comment-form .mess-enter-chbox-label > input{
    margin-right: 5px;
    vertical-align: bottom;
}
#com-chat-comment-form.message-form-expanded .message-form-text,
  #com-chat-comment-form.message-form-has-text .message-form-text { min-height: 48px; }
#com-chat-comment-form .message-form-placeholder { left: 10px; top: 5px; }
#com-chat-comment-form .message-form-buttons { float: right; margin-top: 5px; position: relative;
    -webkit-transition: margin .3s; -moz-transition: margin .3s; -o-transition: margin .3s; transition: margin .3s; }
#com-chat-comment-form.message-form-expanded .message-form-buttons,
  #com-chat-comment-form.message-form-has-text .message-form-buttons { margin-top: 0; position: relative; }
#com-chat-comment-form .message-form-limit {
    display: block;
    line-height: 16px;
    margin: 12px 0;
    width: 140px;
}
#com-chat-comment-form.message-form-expanded .message-form-limit { opacity: 1; filter: alpha(opacity=1); }
#com-chat-comment-form .message-form-smiles {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    bottom: 0;
    background: #FFF;
}
#com-chat-comment-form.message-form-expanded .message-form-smiles { display: block; }
#com-chat-comment-form.message-form-expanded .message-form-text, #com-chat-comment-form.message-form-has-text .message-form-text{
    max-height: 400px;
    overflow-y: auto;
}


