
.translate_panel {
    position: absolute;
    padding: 3px;
    z-index: 99998;
    left: -1000px;
    top: -1000px;
}

.translate_btn {
    background:url(../images/translate.png) no-repeat;
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.translate_status_btn {
    background-position: center center;
    width: 25px;
    float: left;
    height: 22px;
    background-size: 16px 16px;
}
.tarslate_wysiwyg{
    display: inline-block;
    background-position: center center;
    width: 19px;
    float: left;
    height: 18px;
    background-size: 16px 16px;
}
.translate_chat_dialog{
    background-position: center center;
    width: 19px;
    float: left;
    height: 22px;
    background-size: 16px 16px;
}
.translate_chat_window{
    background-size: 18px 18px !important;
    background-position: center !important;
}
.translate_result{
    line-height: 30px;
    padding-left: 6px;
    background: #ffffff !important;
    display: none;
    border-bottom: 1px solid #dedede !important;
}
.translate_result_window{
    line-height: 30px;
    padding-left: 6px;
    background: #ffffff !important;
    display: none;
    max-height: 100px;
    height: unset !important;
}
.ow_chat_message .ow_attachment_icons{
    top:unset;
    bottom: 10px;
}
.translate_close{
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    background:url(../images/close.png) no-repeat;
    background-position: center center;
    background-size:16px 16px ;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.translate_close_window{
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    background:url(../images/close.png) no-repeat;
    background-position: center center;
    background-size:16px 16px ;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.exchange-mask{
    background:url(../images/arrow.png) no-repeat;
    background-position: -8px 0;
}
#translate-panel .textarea{
    overflow-y: scroll;
}
#translate-panel .textarea::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
#translate-panel .textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#translate-panel .textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
#translate-button{
    letter-spacing: 0;
}
