/**
* 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.
*/


hr.thread_sep {
    color: #333333;
    background-color: #333333;
    width: 70%;
    height: 4px;
    margin: 30px auto;
}

div.message_t {
	width: 95%;
	padding: 5px 15px 5px 0;
	padding-left: 5%;
	margin-bottom: 20px;
}

div.message_client {
	width: 100%;
	padding: 5px 15px 5px 0;
}

div.thread {
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

a.open_discuss {
    margin: 0 auto;
    background-color: #ededed;
    padding: 10px 0;
    width: 100%;
    padding: 5px 10px;
}

div.action_link_customer {
    text-align: center;
}

div.read dl dt {
	border-left-width:5px;
	border-left-style:solid;
}

span.bullet-not-read {
	display: inline-block;
	width: 8px;
	height: 8px;
}

span.bullet-read {
	display: inline-block;
	width: 8px;
	height: 8px;
}

div.not_read dl dt {
	border-left-width:5px;
	border-left-style:solid;
}

div.message_t dl dt, div.message_client dl dt {
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}

div.message_t p.message {
	color: #000000;
	font-size: 12px;
	line-height: 18px;	
	padding: 10px;
	background-color: #d4d4d4;
}

div.message_client p.message {
	color: #000000;
	font-size: 12px;
	line-height: 18px;	
	padding: 10px;
	background-color: #ffffff;
}

.small_font {
    font-size: 10px;
    color: #ffffff;
    background-color: #7d7d7d;
    padding: 1px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: 400;
}

.float-right {
	float: right;
}

.action_links {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    display: block;
}

.open_discuss  {
    display: inline-block;
}


.thread_odd {
    background-color: #fcfcfc;
}

.thread_even, .thread_odd {
    padding: 10px 0 10px 10px;
}


.title_thread {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.align-center-txt {
    text-align: center;
}

a.open_discuss {
    font-size: 18px;
    line-height: 28px;
    display: inline;
    padding: 5px 15px;
}

div.other_message {
    display: none;
}

#module-displaymessagesmyaccount-default #wrapper {
    background-color: #f8f8f8;
}

.date_thread {
    position: absolute;
    border: 2px #EEEEEE solid;
    background-color: #ffffff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    top: -20px;
    right: 30px;
}

span.day {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
}

span.month {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

span.year {
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

a.more_message, a.mark_as_read, a.print_this_thread {
    display: inline-block;
    padding: 2px 20px;
    font-size: 12px;
    color: #ffffff;
    background-color: #7d7d7d;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

a.more_message:hover, a.mark_as_read:hover, a.print_this_thread:hover {
    background-color: #656565;
}

.link_more_message {
    width: 100%;
    text-align: center;
}

.link_more_message a {
    color: #ffffff!important;
}

.more_msg_bullet {
    width: 100%;
    text-align: center;
}

.bullet-message {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #a8a8a8;
    border-radius: 50%;
    margin: 3px;
}

.notification_message_list {
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
}

a.dismiss_notifs {
    float: right;
    margin-right: 20px;
}

@media only screen and (max-device-width: 480px) {
  .date_thread {
    display:none;
  }
}