/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/



div.message_client, div.message_t {
	width: 95%;
	padding: 0px 15px 5px 0;
	background: #fcfcfc;
    border: 1px solid #dadada;
}
div.message_t {
	margin: 0 0 20px 5% ;
	background-color: #f1f1f1;
}
div.message_client {
	margin: 0 5% 20px 0 ;
}

div.message_client.read dl dt {
	border-left: 5px solid #84B60E;
}
div.message_client.not_read dl dt {
	border-left: 5px solid #B22912;
}

span.bullet-not-read {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #B22912;
}

span.bullet-read {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #84B60E;
}


div.message_t dl dt, div.message_client dl dt {
	padding:5px 10px;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}

div.message_t p.message {
	color: #222222;
	font-size: 12px;
	line-height: 18px;	
	padding: 10px;
	background-color: #f1f1f1;
	border:none;
}

div.message_client p.message {
	color: #222222;
	font-size: 12px;
	line-height: 18px;	
	padding: 10px;
	background-color: #fcfcfc;
	border:none;
}

.small_font {
	font-size: 10px;
}

.float-right {
	float: right;
}
