/* CSS Document */
.box.border .box-body.big, .box.solid .box-body.big {
	padding: 30px;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media, .media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media>.pull-left {
	margin-right: 10px;
}

.pull-left {
	float: left;
}

.media>.pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.chat-pop {
	background-color: #f4f4f4;
	padding: 8px;
	border-radius: 4px;
	position: relative;
	width: 70%;
	text-align: left;
}

.chat-pop .media-heading {
	font-weight: 400;
}

.chat-pop.mod {
	background-color: #dbdbdb;
	text-align: right;
}

.chat-pop h4 abbr {
	font-size: 11px;
	text-transform: uppercase;
}

.chat-pop h4 i {
	font-size: 13px;
}

.chat-list img {
	border-radius: 99px;
	width: 64px;
	height: 64px;
	position: relative;
}
/* Chat widget */
.chat-widget {
	bottom: 0;
	position: fixed;
	right: 20px;
	width: 400px;
	z-index: 999;
}

.chat-widget .box {
	margin-bottom: 0px;
}

.divider {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #E6E9ED;
	color: #AAB2BD;
	padding: 10px 0 15px 0;
	line-height: 150%;
	text-align: center;
}