.bodyChat {
	background:none transparent !important;
    height:490px;
    position:fixed;
	display:block;
	width:100%;
	text-align:center;
}
.bg-warning {padding:15px;}
.col-md-2, .col-md-3, .col-md-10, .col-xs-12, .col-md-12 {
    padding:0;
	margin:0;
}
.panel{
    margin-bottom: 0px;
}
.chat-window{
    bottom:0;
    position:fixed;
    float:right;
	/*width:230px !important;*/
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:320px;
  overflow-x:hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
img {
    display: block;
    width: 100%;
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}

.msg_sent > time{
    float: right;
}

.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

.panel.panel-default {height:412px;}

/**/
iframe#chat_webinar {margin:0;border:0;padding:0;height:490px;float:left;width:100%;}
iframe#admin_chat_webinar {margin:0;border:0;padding:0;width:650px;height:550px;overflow-y:auto;}
.carregando {background:url('../../assets/images/carregando.gif') no-repeat;width:20px;height:20px;display:block;}

div#iframe_chat {height:490px;display:table-cell;vertical-align:bottom;width:310px;}
div#iframe_chat.admin {float:left;}
.list_users_chat {float:left;min-height:490px;display:table-cell;vertical-align:top;}

div.user-me div div a, div.user-admin div div a {color:#fff;}
