.rong-toolbar-remote-control {
  overflow: visible;
}
.rong-toolbar-remote-control .rong-pannel-remote {
  position: absolute;
  width: 123px;
  bottom: 30px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
}
.rong-toolbar-remote-control .rong-pannel-remote li {
  cursor: pointer;
}
.rong-toolbar-remote-control .rong-pannel-remote-English {
  width: 135px;
}
.rong-toolbar-remote-control li a {
  height: 27px;
  line-height: 27px;
}
.rong-toolbar-remote-control .rong-pannel-remote-invite:hover, .rong-toolbar-remote-control .rong-pannel-remote-request:hover {
  background-color: #e0e8f2;
  color: #333;
}
.rong-toolbar-remote-control .rong-pannel-remote-invite:hover a:hover, .rong-toolbar-remote-control .rong-pannel-remote-request:hover a:hover {
  color: #333;
}
.rong-toolbar-remote-control .rong-pannel-remote-request {
  padding-top: 7px;
}
.rong-toolbar-remote-control li.rong-pannel-remote-invite {
  padding-bottom: 5px;
}
.rong-toolbar-remote-control li.rong-pannel-remote-invite a {
  height: 29px;
  line-height: 29px;
}
.rong-toolbar-remote-control .rong-toolbar-remote {
  background-image: url("images/remote-control.svg");
  background-size: 192px auto;
  background-position: -11px -81px;
}
.rong-toolbar-remote-control .rong-toolbar-remote:hover {
  background-position: -50px -81px;
}
.rong-toolbar-remote-control .rong-btn-accept {
  color: #3a91f3;
}

.rong-remote-control {
  position: absolute;
  right: -288px;
  top: 0;
  width: 288px;
  height: 100%;
  background-color: white;
  z-index: 10;
  border-left: 1px solid #ececed;
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rong-conversation-remote {
  margin-right: 288px;
  text-align: center;
  min-width: 112px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rong-conversation-remote .rong-conversation-one-message {
  text-align: left;
}
.rong-conversation-remote h2 {
  font-size: 16px;
  color: black;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.rong-conversation-remote .rong-conversation-setting-bd {
  overflow-x: hidden;
}
.rong-conversation-remote .rong-conversation-setting-hd {
  height: 56px;
}
.rong-conversation-remote .rong-profile-main {
  text-align: left;
}
.rong-conversation-remote .rong-remote-box {
  height: 100%;
  width: 100%;
  padding-top: 56px;
  position: relative;
}
.rong-conversation-remote .rong-remote-content {
  position: relative;
  top: 132px;
}
.rong-conversation-remote .rong-remote-content .rong-btn-accept {
  color: #3a91f3;
}
.rong-conversation-remote .rong-remote-prompt {
  min-height: 18px;
  line-height: 18px;
}
.rong-conversation-remote .rong-remote-icon {
  display: inline-block;
  width: 153px;
  height: 104px;
  background-image: url("images/remote-control.svg");
  background-position: -18px -197px;
  margin-bottom: 32px;
}
.rong-conversation-remote .rong-remote-btn-box {
  margin-top: 90px;
}
.rong-conversation-remote .rong-remote-control .rong-button {
  display: inline-block;
  width: 110px;
  height: 38px;
  margin: 0 8px;
}
.rong-conversation-remote .rong-remote-control .rong-hangup-btn {
  color: #ff696c;
}
.rong-conversation-remote .rong-remote-prompt-building {
  color: #3a91f3;
}

.rong-remote-summary-sent, .rong-remote-summary-receive {
  display: inline-block;
  background-image: url(images/remote-control.svg);
  background-size: 148px auto;
  width: 17px;
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
}

.rong-conversation-message .rong-remote-summary-sent {
  background-position: -37px -90px;
  margin-left: 2px;
}
.rong-conversation-message .rong-remote-summary-receive {
  margin-right: 2px;
  background-position: -6px -90px;
}

.rong-message .rong-remote-summary-sent, .rong-message .rong-remote-summary-receive {
  background-size: 194px auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.rong-message .rong-remote-summary-sent {
  background-position: -49px -119px;
  margin-left: 6px;
}
.rong-message .rong-remote-summary-receive {
  background-position: -10px -119px;
  margin-right: 6px;
}

.rong-conversation-one-message .rong-remote-message {
  cursor: pointer;
}

.rong-conversation-me .rong-remotecontrolsummarymessage .rong-conversation-one-message {
  border-color: #cae7fd;
  background: #cae7fd;
}
.rong-conversation-me .rong-remotecontrolsummarymessage .rong-conversation-one-message:before, .rong-conversation-me .rong-remotecontrolsummarymessage .rong-conversation-one-message:after {
  border-left-color: #cae7fd;
}

.rong-remotecontrolsummarymessage .rong-conversation-one-message .rong-remote-message {
  display: inline-block;
  text-align: left;
}
.rong-remotecontrolsummarymessage .rong-conversation-one-message .rong-remote-message:after {
  display: inline-block;
  text-align: left;
  border-left-color: #cae7fd;
}

/*# sourceMappingURL=remote-control.css.map */