/**
 * @package TinyPortal
 * @version 2.2.0
 * @author IchBin - http://www.tinyportal.net
 * @founder Bloc
 * @license MPL 2.0
 *
 * The contents of this file are subject to the Mozilla Public License Version 2.0
 * (the "License"); you may not use this package except in compliance with
 * the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Copyright (C) - The TinyPortal Team
 *
 */

.tp_shoutavatar {
	margin: 0 5px 0 0;
	overflow: hidden;
}
.tp_shoutbody {
	background: #fff;
	border: solid 1px #888;
	border-top: none;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 5px 0 0;
	overflow: auto;
	padding: 8px;
}
.tp_shoutmember, .tp_shoutavatar img {
	float: left;
	font-weight: bold;
}
.tp_shoutavatar .avy2 img {
	border-radius: 2px;
	float: left;
	margin: 0 6px 0 0;
	max-height: 100%;
	padding: 1px;
	width: 34px;
}
.tp_shoutavatar h4 {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}
.shoutError {
	background-color: #FF9999;
	border: 1px solid #CC0000;
	margin-top: 5px;
	padding: 3px;
}
.bigshout {
	height: 100%;
	width: 99%;
}
.shout_errors {
	display: none;
}
/* for layout option 0 */
.shoutbox_editor0 {
	height: 80px;
    margin: 0.25em 0 1em 0;
	margin-top: 1em;
    max-width: 95%;
	width: 100%;
}
.bubble {
	background: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
	margin: 14px 10px 10px 0;
	overflow-wrap: anywhere;
	padding: 1.5em 1em;
	position: relative;
	word-wrap: break-word;
}
.bubble:after {
	border-color: #ffffff transparent;
	border-style: solid;
	border-width: 0 10px 8px;
	content: '';
	display: block;
	left: 16px;
	position: absolute;
	top: -8px;
	width: 0;
	z-index: 1;
}
.bubble:before {
	border-color: #999 transparent;
	border-style: solid;
	border-width: 0 10px 8px;
	content: '';
	display: block;
	left: 16px;
	position: absolute;
	top: -9px;
	width: 0;
	z-index: 0;
}
/* This is a special dark version of the shoutbox bubble, activate by removing the / and * before and after. */

/*
.bubble {
	background-color: #404040; 
} 
.bubble:after { 
	border-color: #404040 transparent;
	border-style: solid;
	border-width: 0 10px 8px;
	content: '';
	display: block;
	left: 16px;
	position: absolute;
	top: -8px;
	width: 0;
	z-index: 1;
}
*/
/* for layout option 2 */
.shoutbody_layout1 {
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.shoutbox_editor1 {
	height: 80px;
    margin: 0.25em 0 1em 0;
	margin-top: 1em;
    max-width: 95%;
	width: 100%;
}
/* for layout option 3 and 4 */
.shout_date {
	clear: both;
}
.shoutbox_time {
	display: block;
	float: right;
	padding-left: 5px;
}
.showhover:hover .shoutbox_time {
	display : none;
}
.shoutbox_edit {
	display: none;
	float: right;
	padding-left: 5px;
}
.showhover:hover .shoutbox_edit {
	display : block;
}
.shoutbody_layout2, .shoutbody_layout3 {
	line-height: 1.3em;
	padding: 5px;
}
.shoutbox_input2, .shoutbox_input3 {
	width: 65%;
}
