div#sidebar div#tab-content-my_wework_account div#qrcode_container {
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.icon-wework { background-image: url(../images/wework.png); }

span.wework-depts-container label, span.wework-users-container label {
    margin-left: 0 !important;
    text-align: left;
    width: 175px !important;
}

div#qrcode_container iframe {
	margin: auto;
}

p.wework.nodata {
padding: 3px 0 3px 0!important;

}

/* chats */
div.chat-history div.chat {
  overflow: visible;
  border-radius: 4px;
}

div.chat-history div.chat h4 {
    font-weight: bolder;
}

div.chat-history div.chat.incoming,
div.chat-history div.chat.outgoing {
  padding: 6px;
  margin-bottom: 6px;
  border: 1px solid #d7d7d7;
  position: relative;
}

div.chat-history div.chat.incoming {
  background: #ececec;
  /* margin-right: 30px; */
  margin-right: 20%; 
  /* margin-left: 4px; */
  margin-left: 40px;

}
div.chat-history div.chat.outgoing {
  background: #f1faff;
  /* margin-left: 30px; */
  margin-left: 20%;
  /* margin-right: 4px;*/
  margin-right: 40px;
}

div.chat-history div.chat.incoming:after {
    content: '';
    display: block;
    position: absolute;
    /* top: 10px; */
    top: 50%;
    margin-top: -10px;
    left:-7px;
    width: 10px;
    height: 10px;
    background: #ececec;
    border-left:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

div.chat-history div.chat.outgoing:after {
    content: '';
    display: block;
    position: absolute;
    /* top: 10px; */
    top: 50%;
    margin-top: -7px;  /* (√200)/2 */
    right:-7px;
    width: 10px;
    height: 10px;
    background: #f1faff;
    border-right:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}

div.chat div.attachments table td {
	border-style: hidden;
}

ul.latest-refs-issues li{
    border-left: solid 3px;
    border-color: #aba8a6;
    padding-left: 5px!important;
    margin-bottom: 5px!important;
}

div.chat-wrapper {
	position: relative;
}

div.chat-avatar {
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

div.chat-wrapper.outgoing div.chat-avatar {
 right: 0;
}

div.chat.outgoing div.thumbnails {
 text-align: right;
}

div.chat.outgoing div.voice {
 text-align: right;
}

div.chat.outgoing div.voice .amr_wrapper{
 display: inline-block;
}

dt.icon.icon-wework.icon.icon-icon.icon-wework {
    background-repeat: no-repeat;
}


