chat {
	display: block;
	height: 100%;
}

chat .chat-header {
	border-bottom: 1px solid #ddd;
}

chat .chat-header h3 {
	cursor: pointer;
	font-size: 1.3em;
}

chat .chat-header i.fa-cog {
	font-size: 1.2em;
}

chat .chat-container {
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
}

chat ul.chat-users,
chat ul.chat-messages {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	list-style: none;
	height: 100%;
	font-size: 1.5em;
}

chat ul.chat-users li {
	height: 60px;
}

chat ul.chat-users li span {
	display: inline-block;
	line-height: 40px;
	margin-top: 5px;
	font-size: 1.5em;
}

chat ul.chat-users li,
chat ul.chat-messages li {
	list-style: none;
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

chat ul.chat-users li:hover,
chat ul.chat-users li:focus,
chat ul.chat-messages li:hover,
chat ul.chat-messages li:focus {
	background: #eff6f9;
	cursor: pointer;
}

chat .chat-message-body-heading span {
	float: right;
	font-size: 0.8em;
	color: #62748F;
}

chat .chat-message-body p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

chat .chat-message-body-heading h5 {
	font-size: 0.7em;
	color: #62748F;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 7px 0;
	padding: 0;
}

chat .chat-user-body,
chat .chat-message-body {
	padding-left: 45px;
	min-height: 40px;
}

chat .chat-users img,
chat .chat-message-body img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

chat .chat-message-body h5 span {
	border-radius: 50px;
	line-height: 14px;
	font-size: 0.9em;
	color: #fff;
	font-style: normal;
	padding: 4px 10px;
	margin-left: 5px;
	margin-top: -5px;
}

chat .chat-message-body p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

chat .button-link-container {
	position: absolute;
	top: 8px;
	left: 13px;
	z-index: 10;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

chat .button-link.dropdown-toggle::after {
	display: none;
}

chat .button-link {
	border: 1px solid transparent;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	color: black;
	cursor: pointer;
}

chat .button-link:hover {
	border: 1px solid #ddd;
	background-color: #eff6f9;
}

chat .button-link i {
	font-size: 1.2em;
}

chat .button-link.profile-link {
	position: absolute;
	top: 8px;
	right: 13px;
	z-index: 10;
}

chat i.emoji {
	color: gray;
	position: absolute;
	left: -7px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6em;
}

chat i.emoji:hover {
	color: black;
}

chat .text-input {
	resize: none;
	overflow-y: hidden;
	height: 34px;
	padding: 4px;
	line-height: 2em;
}

.emoji-picker {
	width: 400px !important;
}

.emoji-picker .emoji-group {
	height: 300px;
}
