/**
 *
 * @package phpBB Extension - mChat
 * @copyright (c) 2015 dmzx - http://www.dmzx-web.net
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 *
 */
.mchat-message {
	background color: #333333);
	border: 1px solid #999999;
	border-radius: 6px;
	padding: 5px;
	margin-right: 1px;
	overflow: hidden;
}

.mchat-message:hover {
	background-color: #444444;
}

.mchat-bg-1 {
	color: #ffffff;
}

.mchat-bg-2 {
	color: #ffffff;
}

.mchat-row-limit {
	overflow: auto;
	width: 100%;
}

.mchat-panel {
	text-align: center;
	padding: 3px;
	clear: both;
}

#mchat-input {
	cursor: text;
	width: 50%;
	background-color: #666666;
	border: 1px solid #B4BAC0;
	color: #ffffff;
	font-size: 1.1em;
	padding: 5px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
}

#mchat-input:hover {
	border-color: #11A3EA;
}

#mchat-body {
	width: 100% !important;
	background-color: #191919 !important;
}

#mchat-static, #mchat-stats, #mchat-whois, .mchat-refresh {
	padding-left: 5px;
	text-align: left;
	font-size: 1.1em;
}

#mchat-static {
	color: #333333;
}

#mchat-stats, #mchat-whois {
	margin-top: 2px;
	min-height: 1.3em;
	height: auto !important;
}

.mchat-refresh {
	margin-top: 1.5em;
	clear: both;
}

.mchat-text {
	padding: 3px;
	font-size: 1.1em;
	width: 98%;
}

.mchat-text ul {
	margin-left: 10px;
}

.mchat-text blockquote {
	margin: 5px 0 0 10px
}

.mchat-panel-image {
	margin-top: -4px;
	vertical-align: middle;
}

.mchat-message-header {
	float: left;
}

.mchat-message-icons {
	float: right;
}

.mchat-mention, .mchat-message-icons > * {
	cursor: pointer;
}

#mchat-smilies {
	padding: 5px;
}

#mchat-refresh-load {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

#mchat-refresh-ok {
	vertical-align: middle;
	cursor: help;
}

#mchat-refresh-error, #mchat-refresh-paused {
	vertical-align: middle;
	cursor: help;
	display: none;
}

#mchat-status {
	padding: 5px;
}

.mchat-alert {
	color: #7E2217;
	padding: 10px;
}

#mchat-userlist {
	float: left;
}

.mchat-avatar {
	float: left;
	padding-right: 5px;
}

.mchat-message-avatar .mchat-text {
	margin-left: 50px;
	width: 90%;
	margin-right: 5px;
}

#mchat-confirm textarea {
	width: 100%;
	height: 100px;
}

#mchat-colour {
	margin-top: 5px;
}

#mchat-colour table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
}

#mchat-bbcodes {
	padding: 5px;
	display: none;
}
