@font-face{font-family:'IRANSans-web';src:url(fonts/IRANSans-web.eot);src:url(fonts/IRANSans-web.eot?#iefix) format("eot"),url(fonts/IRANSans-web.woff2) format("woff2"),url(fonts/IRANSans-web.woff) format("woff"),url(fonts/IRANSans-web.ttf) format("ttf");font-weight:400}
body{margin:0;padding:0;direction:rtl;font-family:"IRANSans-web";font-size:14px;overflow-x:hidden;background-color:#e1e0dd}
div,span,a,h1,h2,h3,h4,h5,h6,select,input,textarea,table,tr,td,ul,li{font-family:"IRANSans-web"}
a{text-decoration:none;color:#000}
.clear{clear:both;display:block}
.clear::after{display:block;clear:both;content:""}
.relativePosition{position:relative}
.container-fluid{width:95%;margin:0 auto}
.container{width:1320px;margin:0 auto}
a.link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:9}
p{margin:0;color:#212529}
ul{margin:0;padding:0}
.img{width:100%;display:block}
.ltr{text-align:left;direction:ltr}
input:focus-visible,textarea:focus-visible,div:focus-visible{outline:none}

.chat-field {
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.chat-field a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chat-field p {
    float: right;
    padding: 8px 23px 8px 50px;
    color: #222;
    font-size: 15px;
    border-radius: 0 25px 25px 0;
    background: #81b080 url('../images/site/chat/speech.png') no-repeat 15px center/25px;
}
.chat-field span {
    float: right;
    background-color: #00a884;
    width: 16px;
    height: 41px;
    border-radius: 25px 0 0 25px;
}
.chat-field b{
    font-weight: normal;
    font-size: 11px;
    color: #FFF;
    background-color: #25d366;
    position: absolute;
    top: -14px;
    left: -10px;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.header{
    height: 125px;
    background-color: #ffd000;
}
.chat-box{
    width: 90%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #FFF;
    overflow: hidden;
}
.chat-users{
    width: 30%;
    border-left: 1px solid #EAEAEA;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #FFF;
    overflow-x: auto;
    transition: all 0.5s ease-in-out 0s;
}
.chat-list{
    width: 70%;
    border-left: 1px solid #DDD;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background:#efeae2 url('../images/site/chat/pattern-bg.png') repeat;
}
.top-head-1, .top-head-2{
    height: 45px;
    background-color: #f0f2f5;
}
.top-head-1{
    position: fixed;
    padding: 10px 1%;
    border-left: 1px solid #EAEAEA;
    z-index: 100;
    width: 28%;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
}
.top-head-1 > p{
    display: table;
    margin: 12px 0 0;
    font-size: 14px;
    color: #000;
    float: right;
}
.top-head-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    padding: 10px 2%;
    z-index: 99;
}
#menuBar{
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
    background: url('../images/site/chat/menuBar.png') no-repeat center center/33px;
    margin-left: 5px;
    display: none;
}
.th-img{
    width: 45px;
    height: 45px;
    border-radius:50%;
    overflow: hidden;
    float: right;
    margin-left: 15px;
    position: relative;
}
.th-img > b{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 21px;
    left: 15px;
}            
.th-img > b.admin_online{background-color: green;}
.th-img > b.admin_offline{background-color: red;}
.admin_online_tab, .admin_offline_tab{
    padding: 15px 60px;
    color: #000;
    text-align: center;
    font-size: 13px;
    display: table;
    border-radius: 8px 0 0 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.admin_online_tab{background-color: #bae3ba;}
.admin_offline_tab{background-color: #e3b9b9;}
#menu_close{
    width: 20px;
    height: 20px;
    background: url('../images/site/chat/close.png') no-repeat center center/15px;
    position: absolute;
    top: 24px;
    left: 105px;
    cursor: pointer;
    display: none;
}
#menuIcon{
    width: 30px;
    height: 25px;
    position: absolute;
    top: 17px;
    left: 8px;
    cursor: pointer;
    border-radius: 50%;
    padding: 6px 3px 5px;
    transition: all 0.3s ease-in-out 0s;
}
#backToUpdateChat{
    width: 30px;
    height: 25px;
    position: absolute;
    top: 17px;
    left: 50px;
    cursor: pointer;
    border-radius: 50%;
    padding: 6px 3px 5px;
    transition: all 0.3s ease-in-out 0s;
}
.menuIconSelected{
    background-color: #c7dac1;
}
#menuIcon i, #backToUpdateChat i{
    color: #787878;
    font-size: 22px;
    display: table;
    margin: 0 auto;
}
.top-head-2 p{
    display: table;
    margin: 11px 0 0;
    font-size: 14px;
    color: #000;
    float: right;
}
.top-head-2 span{
    display: table;
    padding: 5px 15px;
    background-color: #FFF;
    position: absolute;
    top: 17px;
    left: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    color: #787878;
    font-size: 13px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
}
.top-head-2 span.deleteChat_1{left: 20px;}
.top-head-2 span.deleteChat_2{left: 135px;}
.menuIcon_1{
    width: 30px;
    height: 25px;
    position: absolute;
    top: 17px;
    left: 8px;
    cursor: pointer;
    border-radius: 50%;
    padding: 6px 3px 5px;
    transition: all 0.3s ease-in-out 0s;   
}
.menuIcon_1 i{
  color: #787878;
  font-size: 22px;
  display: table;
  margin: 0 auto;
}
#menuList, #menuList_1{
    position: absolute;
    top: 40px;
    left: 15px;
    padding: 15px 25px 8px;
    background-color: #ffd000;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(255,255,255,.26),0 2px 10px 0 rgba(255,255,255,.16);
    width: 150px;
    border-radius: 8px;
    display: none;
}
#menuList a, #menuList_1 a{
    margin-bottom: 10px;
    color: #FFF;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.chat-search{
    padding: 5px 15px;
    height: 40px;
    margin-top: 64px;
    border-bottom: 1px solid #EAEAEA;
}
.searc-in{
    position: relative;
}
.searc-in input{
    width: 90%;
    height: 40px;
    padding: 0 10% 0 0;
    border: 0;
    border-radius:8px;
    background-color: #eceef1;
    font-size: 12px;
    color: #777;
}
.searc-in span{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 9px;
    right: 10px;
    background: url('../images/site/chat/search-iconh.png') no-repeat center center/15px;
    cursor: pointer;
    opacity:0.6;
}
.chats-line{
    padding: 15px;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.chatsLineSelected{
    background-color: #F1F1F1;
}
.chats-line-img{
    width: 45px;
    height: 45px;
    border-radius:50%;
    overflow: hidden;
    float: right;
    margin-left: 15px;
}
.chats-line-cnt{
    width: 65%;
    overflow: hidden;
    float: right;
    margin-top: 1px;
}
.chats-line-cnt p{
    margin: 0;
    font-size: 14px;
    height: 23px;
    overflow: hidden;
    color: #000;
}
.chats-line-cnt span{
    display: block;
    font-size: 12px;
    color: #777;
    height: 24px;
    overflow: hidden;
}
.chats-line-cnt span h1, .chats-line-cnt span h2, .chats-line-cnt span h3, .chats-line-cnt span h4, .chats-line-cnt span h5, .chats-line-cnt span h6, .chats-line-cnt span p{margin: 0;}
.chats-line-cnt span > img.emojiImg{
    display: inline;
    width: 18px;
}
.chats-line-cnt span > b > img{
    width: 18px;
}
.user_delete{
    padding: 7px 0;
    border: 1px solid #CCC;
    color: #444;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    top: 22px;
    left: 5px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    background-color: #eceef1;
}
.greenBox{
    color: #00a884;
    border: 1px solid #00a884;
}
.redBox{
    color: #f94a4a;
    border: 1px solid #f94a4a;
}
.unseen{opacity:0.4;}
.chats-line-time{
    font-size: 13px;
    color: #777;
    text-align: left;
    position: absolute;
    top: 18px;
    left: 22px;
}
.chats-line-num{
    font-size: 11px;
    color: #FFF;
    background-color: #25d366;
    position: absolute;
    top: 5px;
    right: 45px;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#chatList-result{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
}
#chatList-result > img{
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
.chat-send{
    width: 67%;
    height: 45px;
    padding: 10px 1.5%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #e6e8eb;
}
.chat-send span{
    width: 5%;
    height: 45px;
    float: right;
    cursor: pointer;
}
.chat-send b{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 19px;
    left: 9%;
    cursor: pointer;
    background: url('../images/site/chat/emoji.png') no-repeat right center/30px;
}
.chat-send span.Send{margin-left: 2%;}
.chat-send span.Send a{
    display: table;
    margin: 3px auto 0;
    width: 40px;
    height: 40px;
    background: #ffd000 url('../images/site/chat/send.png') no-repeat 13px center/19px;
    border-radius: 50%;
}
.chat-send span.Attach{
    background: url('../images/site/chat/attach.png') no-repeat left center/25px;
}
.chat-send input, .contenteditable_div{
    width: 80%;
    padding: 7px 2% 4px 5%;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 12px;
    color: #777;
    float: right;
    overflow: auto;
    height: 32px;
    line-height: 28px;
}
.contenteditable_div img.emojiImg{width: 18px;}
.chat-view{
    padding-top: 85px;
}
.chat-admin, .chat-user{
    padding: 10px 1% 10px 4%;
    max-width: 35%;
    display: table;
    margin-bottom: 3px;
    position: relative;
}
.chat-admin:hover .reply, .chat-user:hover .reply{
    opacity:1;
}
.chat-admin{
    background-color: #d9fdd3;
    float: right;
    margin-right: 8%;
}
.chat-user{
    background-color: #FFF;
    float: left;
    margin-left: 8%;
}
.chat-admin p, .chat-user p{
    font-size: 13px;
    color: #000;
    text-align: right;
    line-height: 22px;
    margin: 10px 0 6px;
}
.chat-admin p img, .chat-user p img{
    max-width: 100%;
    display: block;
    cursor: pointer;
}
.chat-admin p img.emojiImg, .chat-user p img.emojiImg{
    display: inline;
    width: 18px;
}
.chat-admin p{
    text-align: right;
}
.chat-admin span, .chat-user span{
    display: block;
    font-size: 12px;
    color: #A3A3A3;
}
.chat-admin span img, .chat-user span img{width: 19px;}
.chat-sender{
    padding: 5px 5px;
    color: #5b5b5b;
    font-size: 12px;
    background-color: #b2d6ac;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.chat-paddingBottom{padding-bottom: 80px;}
.rightTxt{text-align: right !important;}
#clearChatAccess, #clearChatAccess1{
    position: absolute;
    top: 52px;
    left: 21px;
    padding: 15px 25px;
    background-color: #FFF;
    z-index: 9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
    width: 200px;
    font-size: 11px;
    line-height: 25px;
    border-radius:8px;
    display: none;
}
#clearChatAccess a, #clearChatAccess1 a{
      padding: 3px 22px 6px;
      margin-left: 1px;
      cursor: pointer;
      border-radius: 3px;
      font-size: 10px;
      color: #FFF;
}
#clearChatAccess a.a1, #clearChatAccess1 a.a1{
    background-color: green;
}
#clearChatAccess a.a2, #clearChatAccess1 a.a2{
    background-color: red;
}
#registerTab{display: none;}
.error_page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.error_page img{max-width:100%;display:block}
.ep_title{color:#000;font-size:18px;text-align:center}
.viewLogin{width:90%;margin: 30px auto;}
.login-form{padding: 0 15px 15px;background-color: rgba(255,255,255,0.3);border-radius: 18px;}
.login-form > form > span{display: block;text-align: center;margin: 5px 0;}
.login-form > form > a{cursor: pointer;}
.login-form > img{display:table;margin:0 auto 10px;width:220px}
.login-form > p{font-size: 18px;color: #000;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 2px solid #C7C7C8;text-align: center;font-weight: 700;}
.login-row{margin-bottom:15px;position:relative}
.login-row > span.inputMessage{font-size: 11px;color: #a0a0a0;}
.login-row > img{margin-top:20px}
.login-row > img.myCaptcha{margin-top:0;position: absolute;bottom: 5px;right: 1px;width: 120px;height: 44px;}
.login-row span{display: table;font-size: 14px;color: #222;padding: 5px 10px;}
.login-row b{display: table;font-size: 12px;color: #222;padding: 5px 10px;background-color: #F7EEDC;font-weight: normal;}
.login-row input[type="text"],.login-row input[type="password"]{width:94%;height:50px;border:1px solid #C7C7C8;border-radius:8px;padding:0 3%;font-size:14px;color:#000;}
.login-form input[type="submit"],.login-form input[type="button"], .click_a{background-color:#D8D8D8;border:0;border-radius:8px;font-size:12px;color:#000;margin:5px 0;display:block;padding:13px 0;cursor:pointer;width: 100%;text-align: center;}
.click_bg{background-color: #ffd000 !important;color: #000 !important;}
.login-row textarea{width:90%;height:90px;border:1px solid #C7C7C8;border-radius:16px;padding:10px 5%;font-size:14px;color:#000;resize:none;background-color: #F2F2F2;}
.login-error{display:table;margin:0 auto;font-size:12px;color:#d74a4a;text-align:center}
.login-form > a{display:table;margin:8px 0 0;font-size:11px;color:#222;text-align:center}
.alert-danger{color:red;margin-top:2px}
.no-ticket{padding: 60px 0;text-align: center;font-size: 20px;color: #777;font-weight: 600;}
.noaccess{padding: 30px 60px;text-align: center;font-size: 16px;color: #222;display: table;background-color: #FFF;position: absolute;top: 40%;left: 50%;transform: translate(-50%, -50%);z-index: 2;border-radius:8px;line-height: 30px;}
.viewUser-alert{height:25px;margin-top:5px}
.viewUser-none{font-size:13px;text-align:center;color:red;margin-top: 10px;}
.viewUser-true,.viewUser-false{font-size:13px;text-align:center;display:none}
.viewUser-true{color:green}
.viewUser-false{color:red}
.deleteChat{width: 22px;height: 22px;background: url('../images/site/chat/delete.png') no-repeat center center/20px;position: absolute;top: 0;left: 15px;z-index: 99;display: none;cursor: pointer;}
.noResult{margin: 20px 0;text-align: center;font-size: 15px;color: #000;}
.user_picture span{display: block;width: 25px;height: 25px;background: url('../images/site/chat/delete.png') no-repeat center center/25px;position: absolute;top: 0;right: 0;z-index: 9;padding: 0;cursor: pointer;}
.qq-upload-failed-text{display: none!important;}
#attachView{
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1%;
    background-color: #FFF;
    z-index: 9;
    display: none;
}
.attachView_close{
    width: 35px;
    height: 35px;
    background: url('../images/site/chat/close.png') no-repeat center center/30px;
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 99;
    cursor: pointer;
}
.attachView{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.attachView_img{
    width: 320px;
    height: 212px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 3px dotted #C8C8C8;
}
#attachView_img_in{
    width: 95%;
    height: 95%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
}
#attachView_img_in > img{
    max-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#attachView_img_in > span{
    width: 35px;
    height: 35px;
    background: url('../images/site/chat/delete.png') no-repeat center center/30px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 99;
    cursor: pointer;
}
.attachView > span{
    display: block;
    text-align: center;
    margin: 10px;
    font-size: 13px;
    color: #777;
}
.UploadChatPic .qq-upload-button{
    width: 70%;
    background-color: #FFF;
    color: #777;
    border: 2px solid #DDD;
    padding: 15px 0;
    border-radius: 18px;
    margin: 30px auto 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
.UploadChatPic_icon .qq-upload-button{
      width: 135px;
      background-color: #FFF;
      color: #777;
      border: 1px solid #CCC;
      padding: 12px 0;
      border-radius: 18px;
      margin: 10px 0 0;
      cursor: pointer;
      transition: all 0.3s ease-in-out 0s;
      font-size: 13px;
}
}
.UploadChatPic .qq-upload-button:hover, .UploadChatPic_icon .qq-upload-button:hover{
    background-color: #eceef1;
}
.UploadChatPic .qq-upload-list li{
    text-align: center;
    list-style: none;
}
.UploadChatPic_icon .qq-upload-list li{
    text-align: right;
    list-style: none;
}
.emoji_box{
    width: 94%;
    background-color: #FFF;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 9;
    padding: 2% 2% 1%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
    margin: 0 1%;
    display: none;
}
.emoji_box img{
    width: 30px;
    display: block;
    float: right;
    margin: 0 0 15px 12px;
    cursor: pointer;
}
.reply{
    position: absolute;
    left: 5px;
    bottom: 5px;
    transition: all 0.3s ease-in-out 0s;
    opacity:0;
}
.reply span{
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.reply span i{
    font-size: 16px;
    color: #b0b0b0;
}
#replyView{
    background-color: #FFF;
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 7;
    padding: 1%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
    margin: 0 1%;
    display: none;
}
.reply_box{
    font-size: 13px;
    color: #777;
    text-align: right;
    position: relative;
    padding-left: 40px;
}
.reply_box > span{
    width: 15px;
    height: 15px;
    background: url('../images/site/chat/close.png') no-repeat center center/12px;
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 9;
    cursor: pointer;
}
.reply_box img.emojiImg{
    display: inline;
    width: 18px;
}
.replyMessage1, .replyMessage2{
    font-size: 11px;
    padding: 10px 20px;
    border-right: 3px solid #ff6767;
    border-radius: 0 5px 5px 0;
    margin-bottom: 5px;
}
.replyMessage1 img.emojiImg, .replyMessage2 img.emojiImg{width: 18px;}
.replyMessage1{background-color: #fff;}
.replyMessage2{background-color: #eee;}
.top-head-btn{
    position: fixed;
    width: 30%;
    height: 80px;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in-out 0s;
}
#usersicon{
    width: 55px;
    height: 55px;
    background:#00a884 url('../images/site/chat/speech-white.png') no-repeat center center/30px;
    border-radius:50%;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
}
.bigImg{
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1%;
    background-color: #FFF;
    z-index: 9;
    overflow-x: auto;
    display: none;
}
#bigImg img{
    max-width: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#viewUser{
    width: 420px;
    padding: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #F1F1F1;
    z-index: 999;
    overflow-x: auto;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.26),0 2px 10px 0 rgba(0,0,0,.16);
    transition: all 0.5s ease-in-out 0s;
}
.viewUser_bx{
    padding-top: 40px;
    position: relative;
}
.viewUser_close{
    width: 30px;
    height: 30px;
    background: url('../images/site/chat/close.png') no-repeat center center/15px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.viewUser_icon{
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e6e6e6;
    padding: 5px;
}
.viewUser_icon img{
    width: 100%;
    display: block;
}
.viewUser_name{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.viewUser_sub{
    font-size: 13px;
    text-align: center;
    color: #777;
    padding-bottom: 50px;
    border-bottom: 2px solid #00a884;
}
.viewUser_usersCount{
    padding: 8px 55px 12px;
    display: table;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background-color: #00a884;
    border-radius: 0 0 25px 25px;
}
.viewUser_row{
    margin-bottom: 40px;
}
.viewUser_row p{
    font-size: 16px;
    color: #000;
}
.viewUser_row span{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    display: block;
    color: #777;
    white-space: break-spaces;
    margin-top: 10px;
}
.textAlignLeft{text-align: left !important;}
.viewUser_ads{
    display: table;
    padding: 9px 35px 11px;
    font-size: 13px;
    color: #FFF;
    background-color: #00a884;
    border-radius: 18px;
    margin: 30px auto;
}

.modal{top:0;left:0;right:0;bottom:0;letter-spacing:normal;display:none;overflow:auto;position:fixed;z-index:1050000;background:rgba(255,255,255,0.9)}
.modal h4{font-weight:400;color:#FFF;padding:0;margin:0;float:right;font-size:14px;}
.modal-content{position:relative;background-color:#FFF;border-radius:12px 12px 0 0;overflow:hidden}
.modal-header{padding:15px 20px;border-bottom:2px solid #DEDEDE;height:20px;background-color:#00a884}
.modal-header .close{cursor:pointer;float:left;background:url(../images/site/chat/close-white.png) no-repeat center center/15px;width:20px;height:20px;border:0}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:20px;direction:rtl;font-size:13px;color:#000;border:2px solid #DEDEDE;border-top: 0;border-radius:0 0 12px 12px;overflow: hidden;}
.modal-dialog{width:700px;background-color:#FFF;margin:80px auto}
.modal-top-title{color:#777;font-size:14px;margin:0 0 10px}
.modal-row{margin-top:10px}
.modal-row-ok,.modal-row-cancel{display:table;padding:5px 25px 6px;color:#FFF;font-size:12px;cursor:pointer;border-radius:8px;float:right;margin-left:10px}
.modal-row-ok{background-color:#00a884;}
.modal-row-cancel{background-color:#d74a4a}
.modal-viewBox-table{width:100%}
.modal-viewBox-table tr th{background-color:#61BDF6;padding:15px 0;color:#FFF}
.modal-viewBox-table tr td{border:1px solid #CCC;padding:15px 5px;text-align:center;font-weight:400}
.modal-trow{margin-bottom: 20px;}
.modal-trow > span{color:#000;font-size:14px;display:block}
.modal-trow input[type="text"]{border:1px solid #CCC;padding:0 2% 0 2%;margin-top:10px;color:#777;border-radius:18px;width:96%;height:55px;font-size:13px;background-color:#FFF;}
.modal-trow textarea{border:1px solid #CCC;padding:20px 2%;margin-top:10px;color:#777;border-radius:18px;width:96%;height:140px;font-size:13px;line-height:24px;resize:none;}
.modal-trow select{border:1px solid #CCC;padding-right:2%;margin-top:10px;color:#777;border-radius:18px;width:50%;height:55px;font-size:13px;background-color:#FFF;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/site/chat/select-arrow.png) no-repeat 15px center/15px}
.modal-alert{height:25px;margin-top:10px}
.modal-alert-ok,.modal-alert-error,.modal-alert-true,.modal-alert-false,.modal-alert-yes,.modal-alert-no{font-size:13px;text-align:right;display:none}
.modal-alert-ok,.modal-alert-true,.modal-alert-yes{color:green}
.modal-alert-error,.modal-alert-false,.modal-alert-no{color:red}
.redColor{color: red;font-weight: normal;}
.modal_img{width: 80px;position: relative;}
.modal_img > img{width: 100%;display: block;}
.modal_img > span{width: 30px;height: 30px;background: url('../images/site/chat/delete.png') no-repeat center center/30px;position: absolute;top: 0;right: 0px;z-index: 99;cursor: pointer;}
#modal_groupUsersContent{margin-top: 20px;max-height: 600px;overflow: auto;}
#chat-send{display: none;}

@media only screen and (max-width:1600px) and (min-width:1350px){
    .chats-line-cnt{width: 60%;}
}

@media only screen and (max-width:1349px) and (min-width:1140px){
    .chats-line-cnt{width: 60%;}
    .chat-users{width: 35%;}
    .chat-list{width: 65%;}
    .top-head-1{width: 33%;}
    .top-head-btn{width: 35%;}
    .chat-admin, .chat-user{max-width: 40%;}
    .chat-admin{margin-right: 3%;}
    .chat-user{margin-left: 3%;}
    .chat-send{width: 62%;}
    .viewLogin{width: 80%;}
    .login-form{padding: 50px 20px;}
}

@media only screen and (max-width:1139px) and (min-width:960px){
    .chats-line-cnt{width: 58%;}
    .chat-users{width: 42%;}
    .chat-list{width: 58%;}
    .top-head-1{width: 40%;}
    .top-head-btn{width: 42%;}
    .chat-admin, .chat-user{max-width: 65%;padding: 10px 1% 10px 10%;}
    .chat-admin{margin-right: 3%;}
    .chat-user{margin-left: 3%;}
    .UploadChatPic .qq-upload-button{width: 100%;}
    #chatList-result > img{width: 350px;}
    .chat-send{width: 55%;}
    .chat-send span{width: 7%;}
    .chat-send input, .contenteditable_div{width: 73%;padding: 7px 2% 4px 8%;}
    .chat-send b{left: 11%;}
    .attachView_close{top: 90px;left: 25px;}
    .searc-in input{width: 86%;padding: 0 15% 0 0;}
    .viewLogin{width: 90%;}
    .login-form{padding: 50px 20px;}
}

@media only screen and (max-width:959px) and (min-width:720px){
    .chat-box{width: 98%;height: 98%;}
    .chats-line-cnt{width: 62%;}
    .chat-users{width: 65%;z-index: 999;}
    .chat-list{width: 100%;}
    .top-head-1{width: 61%;padding: 10px 2%;}
    .top-head-btn{width: 65%;}
    .chat-admin, .chat-user{max-width: 40%;}
    .chat-admin{margin-right: 3%;}
    .chat-user{margin-left: 3%;}
    .UploadChatPic .qq-upload-button{width: 100%;}
    #chatList-result > img{max-width: 350px;}
    .chat-send{width: 97%;}
    .chat-send span{width: 7%;}
    .chat-send input, .contenteditable_div{width: 74%;padding: 7px 2% 4px 7%;}
    .chat-send b{left: 11%;}
    .attachView_close{top: 90px;left: 25px;}
    .searc-in input{width: 86%;padding: 0 15% 0 0;}
    #menuBar{display: block;}
    #menu_close{display: block;}
    .viewLogin{width: 70%;}
    .login-form{padding: 50px 20px;}
}

@media only screen and (max-width:719px) and (min-width:540px){
    .chat-box{width: 98%;height: 98%;}
    .chats-line-cnt{width: 62%;}
    .chat-users{width: 80%;z-index: 999;}
    .chat-list{width: 100%;}
    .top-head-1{width: 76%;padding: 0 2% 10px;}
    .top-head-2{padding: 0 2% 10px;}
    .top-head-btn{width: 80%;}
    .chat-admin, .chat-user{max-width: 65%;padding: 10px 1% 10px 8%;}
    .chat-admin{margin-right: 3%;}
    .chat-user{margin-left: 3%;}
    .UploadChatPic .qq-upload-button{width: 100%;}
    #chatList-result > img{max-width: 350px;}
    .chat-send{width: 97%;}
    .chat-send span{width: 7%;}
    .chat-send input, .contenteditable_div{width: 73%;padding: 7px 2% 4px 8%;}
    .chat-send b{left: 11%;}
    .attachView_close{top: 90px;left: 25px;}
    .searc-in input{width: 86%;padding: 0 15% 0 0;background-color: #FFF;}
    #menuBar{display: block;background: url('../images/site/chat/menuBar-white.png') no-repeat center center/33px;}
    #menu_close{display: block;top: 15px;background: url('../images/site/chat/close-white.png') no-repeat center center/15px;}
    .viewLogin{width: 90%;}
    .login-form{padding: 50px 20px;}
    .modal-dialog{width: 90%;margin: 30px auto 80px;}
    .chat-search{background-color: #ffd000;margin-top: 50px;}
    .top-head-1, .top-head-2{background-color: #ffd000;}
    #menuIcon, #backToUpdateChat, .menuIcon_1{top: 7px;}
    #menuIcon i, #backToUpdateChat i{color: #FFF;}
    .top-head-1 > p, .top-head-2 > p{color: #FFF;}
    .menuIcon_1 i{color: #FFF;}
    .modal-trow select{width: 100%;}
    .chat-view{padding-top: 70px;}
}

@media only screen and (max-width:539px){
    .chat-box{width: 100%;height: 100%;}
    .chats-line-cnt{width: 62%;}
    .chat-users{width: 100%;z-index: 999;border: 0;}
    .chat-list{width: 100%;}
    .top-head-1{width: 96%;padding: 0 2% 10px;border: 0;}
    .top-head-2{padding: 0 2% 10px;left: -1px;}
    .top-head-btn{width: 100%;}
    .chat-admin, .chat-user{max-width: 70%;}
    .chat-admin{margin-right: 3%;padding: 10px 3% 10px 10%;}
    .chat-user{margin-left: 3%;padding: 10px 3% 10px 10%;}
    .UploadChatPic .qq-upload-button{width: 99%;}
    #chatList-result > img{max-width: 90%;}
    .chat-send{width: 97%;}
    .chat-send span{width: 12%;}
    .chat-send input, .contenteditable_div{width: 60%;padding: 7px 2% 4px 11%;}
    .chat-send b{left: 15%;top: 17px;background-size: 24px;}
    .attachView_close{top: 90px;left: 25px;background-size: 20px;}
    .searc-in input{width: 86%;padding: 0 15% 0 0;background-color: #FFF;}
    #menuBar{display: block;background: url('../images/site/chat/menuBar-white.png') no-repeat center center/33px;}
    .emoji_box img{width: 24px;margin: 0 0 10px 9px;}
    .th-img{width: 38px;height: 38px;background-size: 38px !important;margin-top: 6px;margin-left: 8px;}
    .attachView_img{width: 98%;}
    #menu_close{display: block;top: 15px;background: url('../images/site/chat/close-white.png') no-repeat center center/15px;}
    .viewLogin{width: 90%;}
    .login-form{padding: 50px 20px;}
    .top-head-2 span{font-size: 11px;padding: 5px 8px;top: 7px;}
    .top-head-2 span.deleteChat_1 {left: 10px;}
    .top-head-2 span.deleteChat_2 {left: 96px;}
    #clearChatAccess1{left: 60px;padding: 15px 15px 8px;}
    .modal-dialog{width: 95%;margin: 30px auto 80px;}
    .top-head-2 p{display: block;margin: 12px 0 0;font-size: 13px;max-width: 230px;overflow: hidden;height: 30px;color: #FFF;}
    .chat-search{background-color: #ffd000;margin-top: 50px;}
    .top-head-1, .top-head-2{background-color: #ffd000;}
    #menuIcon, #backToUpdateChat, .menuIcon_1{top: 7px;}
    #menuIcon i, #backToUpdateChat i{color: #FFF;}
    .top-head-1 > p{color: #FFF;margin: 13px 0 0;}
    .chats-line-time{font-size: 11px;top: 23px;left: 12px;}
    .menuIcon_1 i{color: #FFF;}
    .modal-trow select{width: 100%;}
    .chat-view{padding-top: 70px;}
    #bigImg img{max-width: 95%;}
    #viewUser{width: 96%;padding: 2%;}
    .modal-body{padding: 10px 5px;}
    .chat-search{display: none;}
    .chats-file{margin-top: 60px;}
}