﻿/**
 *
 * @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 {
	border-radius: 6px;
	padding: 5px;
	margin-right: 1px;
	overflow: hidden;
}

.mchat-message:hover {
	background-color: none;
}

.mchat-bg-1 {
	color: #0056FE;
}

.mchat-bg-2 {
	color: none;
}

.mchat-row-limit {
	overflow: auto;
	width: 100%;
}

.mchat-panel {
	text-align: center;
	padding: 3px;
	clear: both;
}

#mchat-input {
	background-color: #CCCCCC;
	border: 1px solid;
	cursor: text;
	width: 50%;
	color: RGBA(0, 0, 0, 0.7);
	font-size: 1.1em;
	padding: 5px 5px 3px 5px;
	margin: 3px 3px 5px 5px;
}

#mchat-input:hover {
	border-color: #11A3EA;
}

#mchat-body {
	width: 100% !important;
	background-color:background: #141414;
	background: rgba(65, 65, 65, 0.3);
}

#mchat-static, #mchat-stats, #mchat-whois, .mchat-refresh {
	padding-left: 5px;
	text-align: left;
	font-size: 1.1em;
}

#mchat-static {
	color: #990000;
}

#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%;
	Background : rgba(146, 128, 118, 0.11);
}

.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-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;
}
