/**
* 2007-2016 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-2016 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#module-jmarketplace-sellercomments h1 {
    margin-bottom: 15px;
}

.seller_comments li .comment {
    padding: 5px 10px;
    border: 1px solid #d6d4d4;
    margin-bottom: 15px;
}

.seller_comments li .star_content {
    float: left;
    width: 77px;
}

.seller_comments li .title_block {
    float: left;
    /*width: 300px;*/
    font-weight: bold;
    font-size: 16px;
}

.comment_author_infos span {
    font-size: 11px;
    font-style: italic;
}

#module-jmarketplace-sellercomments #new_comment_form {
    overflow: hidden;
    color: #333;
    text-align: left; 
    width: 100% !important;
}

#new_comment_form h2 {
    margin-bottom: 20px; 
}

#new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #333; 
}

#new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0; 
}

#new_comment_form ul.grade_content li {
    width: 50%; 
}

#new_comment_form ul.grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px;
    font-weight: bold; 
}

#new_comment_form ul.grade_content .cancel {
    margin-right: 5px; 
}

#new_comment_form .seller {
    margin-bottom: 15px;
}

/*#new_comment_form .new_comment_form_content {
    padding: 15px 25px 15px 15px;
}*/

@media (max-width: 767px) {
    #new_comment_form .new_comment_form_content {
        padding-left: 25px; 
    } 
}

#new_comment_form .new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px; 
}

#new_comment_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px; 
}

#new_comment_form input,
#new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff; 
}

#new_comment_form textarea {
    height: 80px; 
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right; 
}

#new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none; 
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px; 
}

#new_comment_form #criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0; 
}

#new_comment_form #criterions_list .star_content {
    float: left; 
}

#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px; 
}

.fl {
float: left; }

.fr {
float: right; }


