﻿.btchatclose,.btchatexpand{display:block;position:absolute;width:20px;height:19px}#chatcontainer,#chatheader{font-size:11px}#chatheader,#chatlauncher{background:#0078d7;color:#fff;display:flex}#chatbody,#chatcontainer,#chatcontent,#chatwaiting{display:none}#chatcontainer input[type=text],.form iframe,.form input[type=password],.form textarea{margin:10px 0;padding:8px;border-radius:3px;border:1px solid gray}#chatcontainer select{margin:10px 0;width:98%}.btchatclose{background-image:url('/images/chat/btclose.png');right:10px;top:9px;cursor:pointer}.btchatexpand{background-image:url('/images/chat/btexpand.png');right:35px;top:10px;cursor:pointer}.chatbutton,.chiudichatalert a{display:inline-block;cursor:pointer}#chatheader{border-radius:5px 5px 0 0;position:relative}.online{background-image:url('/images/chat/online.png')!important}.chatbutton{padding:8px 10px;text-align:center;margin:0 0 0 10px;font-size:9px;border-radius:5px}.chatmsgoperator,.chatmsguser{font-size:11px;margin-bottom:10px}.chatbuttongray{color:#fff;background-color:#535355}#chatwaiting{padding:20px 10px;text-align:center}#chatoperatorename{display:none;padding:5px 10px 10px}#messagelist{background-color:#fff;padding:20px;border-radius:3px;overflow-y:scroll;height:200px}#tbreply{width:100%;border:none;border-top:1px solid #dcdcdc;padding:15px!important;min-height:50px}.chatmsguser{color:gray}.chatmsgtu{color:green;font-weight:700}.chatmsgoperatore{font-weight:700;color:orange}.chiudichatalert{background-color:#d7deb8;text-align:center;padding:20px;border-radius:5px;font-size:13px}.chiudichatalert a{color:red;background-color:#fff;border:1px solid #dcdcdc;padding:5px;border-radius:4px;width:40px}@media (max-width:992px){#chatcontainer{width:350px;position:fixed;right:50%;transform:translate(50%);bottom:0;font-size:11px}}#chatcontainer,#chatlauncher{position:fixed;right:20px;z-index:1000}#chatlauncher{bottom:20px;width:55px;height:55px;border-radius:50%;align-items:center;justify-content:center;font-size:24px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.3)}#chatcontainer{bottom:80px;width:320px;max-height:450px;border:1px solid #ccc;border-radius:10px;background:#fff;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.25)}#chatheader{padding:10px;border-top-left-radius:10px;border-top-right-radius:10px;font-weight:700;justify-content:space-between;align-items:center}#chatbody{background-color:#dcdcdc;padding:10px;overflow-y:auto;flex:1}