
div.arcchatWrapper
{
    padding: 0px 0px;
    margin: 0px;
    color: #555;
    background-color: transparent;
    height: 100%;
}

div.arcchatWrapper div.arcchatLogWrapper
{
    padding: 5px 0px;
    margin: 10px;
    position: relative;
    height: auto;
}

div.arcchatWrapper .mine
{
    text-align: right;
}

div.arcchatWrapper span
{
    padding: 0;
    margin: 0;
    color: #333;
    /*font-weight: 600; */
    width: auto;
    letter-spacing: +1px;
}


div.arcchatWrapper span.balloon .quote
{
    background-color: #fcf0f0;
    border-left: solid 2px black;
    opacity: 0.9;
    font-size: 13px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

div.arcchatWrapper span.balloon
{
    padding: 0;
    margin: 0;
    border-radius: 10px;
    margin: 10px 10px;
    padding: 5px 10px;
    width: auto;
    max-width: 80%;
    min-width: 150px;
    display: inline-block;
    z-index: 99;
    position: relative;
}
div.arcchatWrapper .others span.balloon
{
    left: 30px;
    background-color: rgb(242,242,242);
}
div.arcchatWrapper .mine span.balloon
{
    right: 30px;
    background-color: rgb(132,224,64);
}


div.arcchatWrapper div.arcchatLogWrapperUnread .others span.balloon
{
    border: dotted 1px rgb(255,128,128);
}


div.arcchatWrapper div.balloon_tail
{
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top:13px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 9;
}

div.arcchatWrapper .mine div.balloon_tail
{
    right: 30px;
    border-left: 45px solid rgb(132,224,64);
    transform:rotate(-15deg);
}

div.arcchatWrapper .others div.balloon_tail
{
    left: 30px;
    border-left: 45px solid rgb(242,242,242);
    transform:rotate(195deg);
}


div.arcchatWrapper .mine .icon
{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}


div.arcchatWrapper .others .icon
{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
}

div.arcchatWrapper div.read
{
    font-size: 0.9em;
    position: absolute;
    bottom: 12px;
    right: 4px;
    color: #EEE
}
div.arcchatWrapper div.reply
{
    font-size: 14px;
    position: absolute;
    bottom: 18px;
    left: 18px;
    color: #EEE;
    cursor: pointer;
    z-index: 999;
}
div.arcchatWrapper div.edit
{
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: 6px;
    color: #333;
    cursor: pointer;
    z-index: 999;
}

div.arcchatWrapper .mine div.name
{
    font-size: 0.9em;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    padding-right: 45px;
    color: #EEE
}

div.arcchatWrapper .others div.name
{
    font-size: 0.9em;
    position: absolute;
    top: 0px;
    left: 40px;
    color: #EEE
}
div.arcchatWrapper div.time
{
    width: 100%;
    padding-top: 2px;
    font-weight: normal;
    text-align:right;
    font-size: 0.9em;
}
div.arcchatWrapper .body
{
    padding: 5px 0px;
    font-size: 14px;
    display: block;
    text-align:left;
    word-wrap: break-word
}


div.arcchatWrapper .logArea
{
    width: 100%;
    overflow: auto;
}
div.arcchatWrapper .chatArea
{
    border: none;
    width: 100%;
    padding-top: 10px;
}
div.arcchatWrapper .chatArea .chatMenu
{
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    background-color: #E3E3E3;
    width: 100%;
    height: 20%;
    border: solid 1px #C3C3C3;
    border-bottom: none;
}
div.arcchatWrapper .chatArea textarea.chatBox
{
    padding: 5px;
    border: solid 1px #C3C3C3;
    background-color: #FFF3E3;
    width: 100%;
    height: 80%;
}

div.arcchatWrapper div.chatArea{
    /*background-color: rgb(128,148, 192);*/
}
div.arcchatWrapper div.logArea{
    background-color: rgb(128,148, 192);
}


div.arcchatWrapper .loadingBlock{

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e3e4e1;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
}

div.arcchatWrapper .mentionUserList
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

div.arcchatWrapper .mentionUserList .mentionUserListButton
{
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    overflow: hidden;

    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdceca;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdceca;
    font-size: 14px;
    text-align: left;
    background-color: rgb(242, 242, 242);
}


.arcchatRoomArea{
    padding: 0!important;
    margin: 0!important;
    border-bottom: 1px solid #F3F7F8;
    overflow: auto;
    background-color: #e3e4e1;

}

.arcchatRoomButton{
    width: 100%;
    position: relative;
    min-height: 36px;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdceca;
    cursor: pointer;
    -webkit-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    overflow: hidden;

    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdceca;
    font-size: 12px;

}

.arcchatRoomButtonActive{
    background-color: #636461;
    color: white;
}

