.chat-bar {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 3;
	font-size: 0;
	white-space: nowrap;
	transition: all .7s
}
.chat-bar:hover .chat-users .name {
	display: table-cell;
}
.chat-bar .profile-image {
	display: table-cell;
	min-width: 40px;
}
.chat-bar .pic {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
}
.chat-bar .mCSB_container,
.chat-bar .mCustomScrollBox {
	overflow: initial;
}
.chat-users,
.chat-messages {
	vertical-align: top;
	height: 100%;
	-webkit-transition: width 700ms ease-in-out;
	transition: width 700ms ease-in-out;
}
.chat-users {
	background: rgba(255, 255, 255, 0.95);
	display: inline-block;
	width: 60px;
	border-left: 1px solid #f0f0f0;
	padding-top: 110px;
	-webkit-transition: 700ms ease-in-out;
	-webkit-transition: all 7000ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.chat-users.top {
	padding-top: 80px;
}
.chat-users-list > li {
	position: relative;
}

.chat-users-list li img{
	opacity: .3;
}

.chat-users-list > li .badge {
	position: absolute;
	left: 0px;
	top: 14px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 21px;
}
.chat-users-list a {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
}
.chat-users-list a:after {
	content: '';
	position: absolute;
	left: 31px;
	bottom: 8px;
	width: 10px;
	height: 10px;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
	border-radius: 50%;
}

.chat-users-list a:hover {
background: rgba(240, 240, 240, 0.95);
}

.chat-users-list a:hover img, .chat-users-list .active img{
	opacity: 1;
}

.chat-users-list .active > a {
	background: rgba(240, 240, 240, 0.95);
}
.chat-users-list .online a:after {
	background-color: #04e16f;
}
.chat-users-list .profile-image {
	vertical-align: middle;
	padding-right: 10px;
}
.chat-users-list .name {
	display: table-cell;
	vertical-align: middle;
	color: #646464;font-weight: 500;
}
.chat-users-list .ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chat-messages {
	display: inline-block;
	width: 0;
	overflow: hidden;
	vertical-align: bottom;
	background: rgba(240, 240, 240, 0.9);
	font-size: 0;
}
.chat-messages .mCustomScrollBox:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}
.chat-messages .messages,
.chat-messages .mCSB_container {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
.chat-messages .messages {
	white-space: normal;
}
.chat-messages .messages dl {
	margin: 0;
}
.chat-messages .messages dt:last-child,
.chat-messages .messages dd:last-child {
	margin-bottom: 0;
}
.chat-messages .messages dt .pic {
	margin-right: 10px;
}
.chat-messages .messages dd .pic {
	margin-left: 10px;
}
.chat-messages .messages dd .time {
	text-align: right;
}
.chat-messages .profile-image {
	display: table-cell;
	vertical-align: bottom;
}
.chat-messages .msg {
	display: table-cell;
	vertical-align: bottom;
	width: 220px;
	min-width: 220px;
}

@media screen and (min-width: 768px) {
	.chat-users-list .name,
	.chat-messages .msg p {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) {
	.chat-users-list .name {
		padding: 0 15px;
	}
	.chat-users-list .ellipsis {
		width: 170px;
	}
	.chat-bar.chat-opened .chat-users,
	.chat-bar:hover .chat-users {
		width: 250px;
	}
	.chat-messages.opened {
		width: 500px;
	}
	.chat-messages .messages {
		width: 500px;
		padding: 40px 20px;
	}
	.chat-messages .messages dt .msg {
		padding-left: 15px;
	}
	.chat-messages .messages dd .msg {
		padding-right: 15px;
	}
	.chat-messages .msg p {
		padding: 19px;
	}
}
@media screen and (min-width: 1120px) {
	.chat-messages dt {
		margin-right: 44.5%;
		margin-bottom: 47px;
	}
	.chat-messages dd {
		margin-bottom: 47px;
		margin-left: 44.5%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1119px) {
	.chat-messages dt {
		margin-right: 40%;
		margin-bottom: 30px;
	}
	.chat-messages dd {
		margin-bottom: 30px;
		margin-left: 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.chat-users-list .name {
		padding: 0 10px;
	}
	.chat-users-list .ellipsis {
		width: 130px;
	}
	.chat-bar.chat-opened .chat-users,
	.chat-bar:hover .chat-users {
		width: 200px;
	}
	.chat-messages.opened {
		width: 400px;
	}
	.chat-messages .messages {
		padding: 40px 20px;
		width: 400px;
	}
	.chat-messages .messages dt .msg {
		padding-left: 15px;
	}
	.chat-messages .messages dd .msg {
		padding-right: 15px;
	}
	.chat-messages .msg p {
		padding: 19px;
	}
	.chat-messages dt {
		margin-right: 25%;
		margin-bottom: 30px;
	}
	.chat-messages dd {
		margin-bottom: 30px;
		margin-left: 25%;
	}
}
@media screen and (max-width: 767px) {
	.chat-users-list .name,
	.chat-messages .msg p {
		font-size: 14px;
	}
	.chat-users-list .name {
		padding: 0 10px;
	}
	.chat-users-list .ellipsis {
		width: 130px;
	}
	.chat-messages.opened {
		width: 100%;
	}
	.chat-messages .messages {
		padding: 30px;
		width: 100%;
	}
	.chat-messages .msg p {
		padding: 10px;
	}
	.chat-messages dt {
		margin-right: 10px;
		margin-bottom: 50px;
	}
	.chat-messages dd {
		margin-bottom: 50px;
		margin-left: 10px;
	}
	.chat-bar {
		right: -60px;
	}
}
/*# sourceMappingURL=chat.css.map */