﻿.helper_sid {
    position: absolute;
    z-index: 1000;    
}

.helper_sid md-list {
    width: 130%;
}

.helper_sid md-list md-list-item  {
    background: #0c70c6!important;
    color: whitesmoke;
    border: 1px solid;
}

.helper_sid md-list md-list-item:hover  {
    background: #3fb1f5!important;
}


.helper_sid md-icon svg  {
  color: white;
}

.helper_sid .sidChar{    
    width: 150px;
    
    
    
}

.helper_sid .closeSid{    
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 10;
    border: 1px solid black;
    border-radius: 50px;
    width: 25px;  
    height: 25px;    
    background: darkorange;
}

.helper_sid .closeSid *{    
  top: -7px;
  right: 13px;
  color: white;
}




.speech-wrapper {
  position: absolute;
  padding: 30px 40px;
  margin-left: 70px;
  top: -5px;
  color: black;
}
.speech-wrapper .bubble {
  width: 240px;
  height: auto;
  display: block;
  background: white;
  border-radius: 4px;
  box-shadow: 2px 8px 5px #000;
  position: relative;
  margin: 0 0 25px;
  
}

.Chat_speech-wrapper {
  position: relative;
  padding: 0px;
  margin-left: 0px;
  top: -5px;
  color: black;
}
.Chat_speech-wrapper .bubble {
  width: 80%;
  height: auto;
  display: block;
  background: white;
  border-radius: 4px;
  
  box-shadow: 2px 8px 5px #000;
  position: relative;
  margin: 0 0 25px;
}
.speech-wrapper .bubble.alt {
  margin: 0 0 0 60px;
}
.speech-wrapper .bubble .txt {
  padding: 8px 55px 8px 14px;
}
.speech-wrapper .bubble .txt md-progress-circular  {
  position: relative;
  margin: auto;
  margin-top: 15px;
 
}

.speech-wrapper .bubble .txt .name {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 4px;
  color: black;
}
.speech-wrapper .bubble .txt .name span {
  font-weight: normal;
  color: black;
}
.speech-wrapper .bubble .txt .name.alt {
  color: #2ecc71;
}
.speech-wrapper .bubble .txt .message {
  font-size: 12px;
  margin: 0;
  color: black;
}
.speech-wrapper .bubble .txt .timestamp {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  color: black;
}
.speech-wrapper .bubble .bubble-arrow {
  position: absolute;
  width: 0;
  top: 0px;
  left: -16px;
  height: 0;
}
.speech-wrapper .bubble .bubble-arrow.alt {
  right: -2px;
  top: 0px;
  left: auto;
}
.speech-wrapper .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 9px solid darkorange;
  border-radius: 0 20px 0;
  z-index: -1;
  width: 15px;
  height: 30px;
  transform: rotate(145deg);
  
}
.speech-wrapper .bubble .bubble-arrow.alt:after {
  transform: rotate(45deg) scaleY(-1);
}

 .unread-message-count {   
     border: 1px #3fb1f5 solid;
     font-size: 15px!important;
     font-weight: 300;
     background-color: #0c70c6;
     color: white;

 }

.chat-tab .main,
.chat-tab .chat {
  position: relative;
  width: 100%;
  top: 0;
  bottom: 0;
}
.chat-tab .main .recent.guest {
    overflow:hidden;
    overflow-y: scroll;
    height: 200px!important;
}


.chat-tab .main .contact {
  position: relative;
}
.chat-tab .main .contact .status {
  position: absolute;
  top: 8px;
  left: 44px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
.chat-tab .main .contact .status.online {
  background-color: #00C853;
}
.chat-tab .main .contact .status.offline {
  background-color: #D50000;
}
.chat-tab .main .contact .status.away {
  background-color: #FF6D00;
}
.unread-message-count {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 18px;
  height: 18px;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
}
.chat-tab .main .recent .contact .status {
  top: 18px;
}
.chat-tab .chat {
  max-height: 100%;
  overflow: hidden;
}
.chat-tab .chat .message-row .bubble {
  position: relative;
  padding: 8px;
  background-color: #eceff1;
  border: 1px solid #dcdfe1;
  overflow-wrap:break-word;
}
.chat-tab .chat .message-row .bubble:after, .chat-tab .chat .message-row .bubble:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.chat-tab .chat .message-row .bubble:after {
  left: -7px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 11px solid;
  border-color: #eceff1 transparent transparent transparent;
}
.chat-tab .chat .message-row .bubble:before {
  left: -9px;
  right: auto;
  top: -1px;
  bottom: auto;
  border: 8px solid;
  border-color: #dcdfe1 transparent transparent transparent;
}
.chat-tab .chat .message-row .bubble .time {
  font-size: 11px;
  margin-top: 8px;
}

.chat-tab .chat .message-row.contact .avatar {
  
}
.chat-tab .chat .message-row.contact .avatar {
  margin: 0 16px 0 0;
}
.chat-tab .chat .message-row.user {
  align-items: flex-end;
}
.chat-tab .chat .message-row.user .avatar {
  order: 2;
  margin: 0 0 0 16px;
}
.chat-tab .chat .message-row.user .bubble {
  background-color: #E8F5E9;
  border: 1px solid #DFEBE0;
  order: 1;
}

.chat-tab .chat .message-row.user .bubble:after {
  right: -7px;
  left: auto;
  top: auto;
  bottom: 0px;
  border-color: transparent transparent #E8F5E9 transparent;
}
.chat-tab .chat .message-row.user .bubble:before {
  right: -9px;
  left: auto;
  top: auto;
  bottom: -1px;
  border-color: transparent transparent #DFEBE0 transparent;
}

.chat-tab .chat .reply {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.chat-tab .chat .reply .fr-box  {
  margin: 4px; 
  height: 75px;
  
}




.chat-tab .chat .reply .fr-toolbar  {
    display:none;
  
}


.chat-tab .chat .reply textarea::-webkit-input-placeholder {
    color: rgba(9, 121, 189, 0.40)
}
#quick-panel {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
  z-index: 99;
}
#quick-panel md-content {
  height: 100%;
}
#quick-panel md-content md-tabs {
  height: 100%;
}
#quick-panel md-content md-tabs md-tabs-wrapper {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#quick-panel md-content md-tabs md-tabs-wrapper .md-tab {
  max-width: none !important;
}
#quick-panel md-content md-tabs md-tabs-content-wrapper md-tab-content {
  height: 100%;
  overflow: hidden;
}
#quick-panel md-content md-tabs md-tabs-content-wrapper md-tab-content > div {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 10px) {
  #quick-panel {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }
}
.isTypingBubble {
    height:40px!important;
}
