.containerchat {
  bottom: 0px;
  width: 250px;
  position: fixed;
  z-index: 100;
  right:200px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 11px;
}


.containerchatlist {
  bottom: 0px;
  width: 180px;
  position: fixed;
  z-index: 100;
  right:10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 11px;
}

.lismsg-wgt-footer input{
	width:100%;
	height: 25px;
}

@media screen and (max-width: 600px) {
.containerchatlist {
    width: 30%;
	right: 2%;
}

	
.containerchat {
   width: 60%;
   right: 35%;
 }
 
}

.l1chat{
	padding-left:10px;
	padding-top:5px;
}
.r1chat{
	padding-right:10px;
	padding-top:5px;
}
/* message box header styles*/

.msg-wgt-header {
  background-color: #c3c2c2;
  border: 1px solid #a09e9e;
  color: white;
  text-align: center;
  height: 28px;
}

.msg-wgt-header a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  vertical-align: middle;
}

/* message box body styles*/

.msg-wgt-body {
  height: 300px;
  overflow-y: scroll;
  background-color: white;
}

.msg-wgt-body table {
  width: 100%;
}

.msg-row-container {
  border-bottom: 1px solid lightgray;
}

.msg-row-container td {
  border-bottom: 1px solid lightgray;
  padding: 3px 0 3px 2px;
}

.msg-row {
  width: 100%;
}

.message {
  margin-left: 40px;
}

/* Message box footer styles*/

.msg-wgt-footer {
  height: 50px;
  background-color: #c3c2c2;
}

.msg-wgt-footer textarea {
  width: 100%;
  font-family: 'tahoma';
  font-size: 12px;
  padding: 5px;
 
}

.user-label {
  font-size: 11px;
}

.msg-time {
  font-size: 10px;
  float: right;
  color: gray;
}

.avatar {
  width: 30px;
  height: 30px;
  float: left;
  background: url('/assets/chat_avatar.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  border: 1px solid lightgray;
}




.listmsg-wgt-header {
  background-color: #c3c2c2;
  border: 1px solid #a09e9e;
  color: white;
  text-align: center;
  height: 28px;
}

.listmsg-wgt-header a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  vertical-align: middle;
}

/* message box body styles*/

.listmsg-wgt-body {
  height: 325px;
  overflow-y: scroll;
  background-color: white;
}

.listmsg-wgt-body table {
  width: 100%;
}

.listmsg-row-container {
  border-bottom: 1px solid lightgray;
}

.listmsg-row-container td {
  border-bottom: 1px solid lightgray;
  padding: 3px 0 3px 2px;
}

.listmsg-row {
  width: 100%;
}

.listmessage {
  margin-left: 40px;
}

/* Message box footer styles*/

.listmsg-wgt-footer {
  height: 50px;
}

.listmsg-wgt-footer textarea {
  width: 95%;
  font-family: 'tahoma';
  font-size: 13px;
  padding: 5px;
}

.listuser-label {
  font-size: 11px;
}

.listmsg-time {
  font-size: 10px;
  float: left;
  color: gray;
}


.containerchat .message{
    color:black;

}

.containerchatlist .message{
    color:black;
}

