@charset "utf-8";

/*** 编辑器样式 ***/
.wc_editor {position:relative; font-size:12px; font-family:'Microsoft YaHei';}
.wc_editor .input_area {float:top; border:1px solid #d2d2d2; border-bottom:none;}
.wc_editor .input_area .edt_textarea {margin:0px; padding:4px; border:none; font-family:'Microsoft YaHei'; font-size:12px; color:#696E78; outline:none; overflow:hidden; resize:none; background-color:#ffffff;}
.wc_editor .char_num {float:top; height:18px; line-height:18px; padding-right:4px; text-align:right; font-family:'Georgia','Tahoma','Arial'; border:1px solid #d2d2d2; border-top:none; background-color:#ffffff;}
.wc_editor .btn_bar {float:top; height:24px; margin-top:2px;}
.wc_editor .btn_bar .itm {float:left; height:24px; margin-right:20px;}
.wc_editor .btn_bar .itm:hover {color:#0195df; cursor:pointer;}
.wc_editor .btn_bar .itm .icon {float:left; width:20px; height:20px; margin-top:2px;}
.wc_editor .btn_bar .itm .icon img {width:100%; height:100%;}
.wc_editor .btn_bar .itm .text {float:left; height:18px; line-height:18px; margin:4px 0px 0px 2px;}
.wc_editor .btn_bar .conf_btn {float:right; width:68px; height:24px; line-height:24px; text-align:center; color:#ffffff; background-color:#00a0e9;}
.wc_editor .btn_bar .conf_btn:hover {background-color:#0066cc; cursor:pointer;}

/*** 表情选择面板样式 ***/
.wc_emotion_pad {position:absolute; width:394px; font-family:'Microsoft YaHei'; font-size:12px; z-index:9999;}
.wc_emotion_pad .swap {position:relative; width:394px;}
.wc_emotion_pad .swap .sharp {position:absolute; width:12px; height:8px; top:0px; left:20px; background:url('img/sharp.png') no-repeat center;}
.wc_emotion_pad .swap .conts {position:absolute; width:392px; top:7px; left:0px; border:1px solid #c2c2c2; background-color:#ffffff;}
.wc_emotion_pad .swap .conts .btns {float:top; width:392px; height:20px; border-bottom:1px solid #e1e1e1;}
.wc_emotion_pad .swap .conts .btns .txt {float:left; line-height:20px; margin-left:6px;}
.wc_emotion_pad .swap .conts .btns .btn_x {float:right; width:18px; height:18px; margin:1px 1px 0px 0px; background:url('img/btn_close_nor.png') no-repeat center;}
.wc_emotion_pad .swap .conts .btns .btn_x:hover {background:url('img/btn_close_sel.png') no-repeat center; background-color:#c2c2c2;}
.wc_emotion_pad .swap .conts .grids {float:top; width:392px;}
.wc_emotion_pad .swap .conts .grids div {float:left; width:24px; height:24px; margin:1px; border:1px solid #ffffff;}
.wc_emotion_pad .swap .conts .grids div:hover {cursor:pointer; border:1px solid #0195df; background-color:#d9edf7;}

/*** 图片/视频选择面板样式 ***/
.wc_pic_vdo_pad {position:absolute; width:332px; font-family:'Microsoft YaHei'; font-size:12px; z-index:100;}
.wc_pic_vdo_pad .swap {position:relative; width:332px;}
.wc_pic_vdo_pad .swap .sharp {position:absolute; width:12px; height:8px; top:0px; left:20px; background:url('img/sharp.png') no-repeat center;}
.wc_pic_vdo_pad .swap .conts {position:absolute; width:330px; top:7px; left:0px; border:1px solid #c2c2c2; background-color:#ffffff;}
.wc_pic_vdo_pad .swap .conts .btns {float:top; width:330px; height:20px; border-bottom:1px solid #e1e1e1;}
.wc_pic_vdo_pad .swap .conts .btns .txt {float:left; line-height:20px; margin-left:6px;}
.wc_pic_vdo_pad .swap .conts .btns .btn_x {float:right; width:18px; height:18px; margin:1px 1px 0px 0px; background:url('img/btn_close_nor.png') no-repeat center;}
.wc_pic_vdo_pad .swap .conts .btns .btn_x:hover {background:url('img/btn_close_sel.png') no-repeat center; background-color:#c2c2c2;}
.wc_pic_vdo_pad .swap .conts .grids {float:top; width:330px; margin-top:6px;}
.wc_pic_vdo_pad .swap .conts .grids .uploadBtn {float:left; width:100px; height:75px; line-height:75px; margin:0px 0px 6px 6px; border:1px dashed #c2c2c2; text-align:center; cursor:pointer;}
.wc_pic_vdo_pad .swap .conts .grids .itm {float:left; width:100px; height:75px; margin:0px 0px 6px 6px; border:1px dashed #6dbfff;}
.wc_pic_vdo_pad .swap .conts .grids .itm img {width:100%; height:100%;}
.wc_up_pic_waiting {background:url('img/icon_waiting.gif') no-repeat center;}
.wc_up_pic_failed {background:url('img/bloken_pic.png') no-repeat center;}
.wc_up_btn_enable {background-color:#6dbfff; color:#ffffff;}
.wc_up_btn_disable {background-color:#e1e1e1;}
