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

.thumbnails {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    float: left;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
}

.thumbnails li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.thumbnails li img {
    border: 1px solid #aaaaaa;
}

#module-jmarketplace-sellerproducts .box,
#module-jmarketplace-addproduct .box,
#module-jmarketplace-editproduct .box,
#module-jmarketplace-sellerprofile .box,
#module-jmarketplace-editseller .box,
#module-jmarketplace-addseller .box,
#module-jmarketplace-contactseller .box,
#module-jmarketplace-favoriteseller .box,
#module-jmarketplace-sellermessages .box,
#module-jmarketplace-sellerorders .box,
#module-jmarketplace-sellerpayment .box,
#module-jmarketplace-sellers .box,
#module-jmarketplace-addcarrier .box,
#module-jmarketplace-carriers .box,
#module-jmarketplace-csvproducts .box,
#module-jmarketplace-orders .box,
#module-jmarketplace-sellercomments .box,
#module-jmarketplace-sellerinvoice .box,
#module-jmarketplace-sellerinvoicehistory .box
{
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #d6d4d4;
    float: left;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    width: 100%;
}

#sellermenu {
   float: left;
    margin-bottom: 0;
    width: 100%;
}

#sellermenu li {
   float: left;
   /*margin-right: 20px;*/
}

#sellermenu li a {
    text-align: center;
    width: 100%;
    height: 115px;
    margin-bottom: 15px;
    float: left;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #d6d4d4;
}

#sellermenu li a:hover {
    background-color: #d6d4d4;
    border: 1px solid #fbfbfb;
}

#sellermenu li a span {
   font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
}

#sellermenu li a i {
   font-size: 40px;
    text-align: center;
    width: 100%;
}

.incidence_messages .message {
    width: 75%;
    margin-bottom: 15px;
}

.incidence_messages .customer {
    float: left;
}

.incidence_messages .employee {
    float: right;
}

.incidence_messages .customer .description {
    padding: 10px;
    border: 1px solid #da6397;
}

.incidence_messages .employee .description {
    padding: 10px;
    border: 1px solid #76bd1d;
}

.incidence_messages form {
    float: left;
    width: 100%;
    margin-top: 10px;
}

/*Product buttons*/
#link_contact_seller {
    text-align: center !important;
}

#module-jmarketplace-sellerproductlist .showall {
    display:none;
}

#module-jmarketplace-sellers .seller_list .block_seller {
    height: 235px;
}

#module-jmarketplace-sellers .seller_list .seller_name {
    text-align: left;
    line-height: 17px;
}

#module-jmarketplace-sellers .seller_list .seller_image img {
    height: 170px !important;
    width: 180px !important;
}

#module-jmarketplace-sellers .seller_list .average_rating {
    text-align: left;
}

#module-jmarketplace-sellers .seller_list .average_rating .star {
    height: 20px;
}

#module-jmarketplace-sellermessages .not_readed, #module-jmarketplace-contactseller .not_readed {
    font-weight: bold;
}

#product_att_list {
    margin-bottom: 15px;
    height: 80px !important;
}

#button_add_combination {
    margin-top: 22px;
}

div.fixed {
    background: #333333 none repeat scroll 0 0;
    color: white;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed div {
    text-align: center;
    color: white !important;
}

.lang_selector {
    text-align: center;
}

.lang_selector img {
    cursor: pointer;
}

.lang_selector img.selected {
    width: 24px;
}

/*Mobile landscape (480x320)*/
@media only screen and (max-width:1025px) {
    .input_with_language {
        margin-bottom: 2px;
    }
    
    .lang_selector {
        margin-bottom: 10px;
    }
}

#buy_block .seller_info {
    padding: 0px 7px 0 19px;
}

#buy_block .seller_name {
    float: left;
    padding-right: 5px;
}

#buy_block .average_rating {
    float: left;
    padding: 0px;
}

#buy_block .seller_links {
    padding: 10px 0;
    clear: both;
}

#buy_block .link_seller_profile,
#buy_block .link_contact_seller,
#buy_block .link_seller_favorite,
#buy_block .link_seller_products {
    padding: 0px 7px 0 19px;
}

#module-jmarketplace-sellerproductlist .nbrItemPage {
    display: none;
}

.upload_image {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #d6d4d4;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.upload_image img {
    border: 1px solid #d6d4d4;
}

.delete_product_image {
    margin-top: 5px;
    width: 100%;
}

#jmarketplace-tabs .tab-content {
    margin: 0px;
}

#jmarketplace-tabs .panel {
    padding: 15px;
    min-height: 397px;
    border: 1px solid #d6d4d4;
    float: left;
    width: 100%;
}

#jmarketplace-tabs button {
    width: 100%;
}

#module-jmarketplace-addproduct select, 
#module-jmarketplace-editproduct select, 
#module-jmarketplace-addseller select, 
#module-jmarketplace-editseller select {
    width: 100%;
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    border: 1px solid #d6d4d4;
}

.icon-user:before, .icon-envelope:before, .icon-heart:before, #sellermenu i:before {
    font-family: "FontAwesome";
}

#category_suggestions .suggest-element {
    background-color: #eeeeee;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    float: left;
    padding: 2px 7px;
    width: 100%;
}

#category_suggestions .suggest-element:hover {
    background-color: #d4d4d4;
}

#category_suggestions {
    height: auto;
    overflow: auto;
    position: absolute;
    right: 0px;
    top: 26px;
    width: 30%;
    z-index: 9999;
}

.category_search_block {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.category_search_block label {
    float: left;
    width: 20%;
}

.category_search_block input {
    float: right;
    width: 25%;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    font-size: 11px;
    height: 25px;
    padding: 5px 7px;
    vertical-align: middle;
}

.category_search_block div.checkok {
   float: right;
    font-size: 12px;
    margin-right: 1%;
    text-align: right;
    width: 49%;
}

#tree1 ul li {
    margin-bottom: 3px;
}

#tree1 .category {
    vertical-align: baseline;
    margin-right: 4px;
    line-height: normal;
    margin: 3px 0 0;
    cursor: pointer;
}

#tree1 div.checker span {
    top:0px !important;
}

#tree1 label {
    cursor: pointer;
}

.tree-selected {
    color: #fff;
    background-color: #00aff0;
}

#module-jmarketplace-dashboard .box
{
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #d6d4d4;
    float: left;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    width: 100%;
}

#dashtrends_toolbar {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#dashtrends_toolbar dl {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 0;
    min-height: 70px;
    padding: 10px;
    text-align: center;
    
}

#dashtrends_toolbar dl dt {
    color: #777;
    font-size: 12px;
    height: 2.6em;
    margin: 0;
    padding: 0;
}

#day_chart_div, #month_chart_div {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}



#module-jmarketplace-orders .boxes {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #d6d4d4;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    float: left;
    width: 100%;
}

#module-jmarketplace-orders #order {
    min-height: 345px;
}

#module-jmarketplace-orders #order select {
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

#module-jmarketplace-csvproducts select {
    width: 120px;
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    border: 1px solid #d6d4d4;
}

#module-jmarketplace-csvproducts .scroll_horizontal {
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 8px;
}

#module-jmarketplace-csvproducts .scroll_horizontal table tr td {
    height: 50px !important;
}

#tree1, #tree2 {
    border: 1px solid #d6d4d4;
    padding: 10px;
    height: 220px;
    overflow: auto;
}

div.checker, div.checker span, div.checker input { float: left; }
#tree1 ul, #tree2 ul {padding-left: 15px;}
#tree1 ul ul, #tree2 ul ul {padding-left: 25px;}
#tree1 ul ul ul, #tree2 ul ul ul {padding-left: 35px;}
#tree1 ul ul ul, #tree2 ul ul ul {padding-left: 45px;}

#tree1 label {
    margin-left: 7px;
}

/* PrestaShop 1.7.0.0 */
.page-my-account .links a i {
    padding-bottom: 0px;
}

.lang_selector span {
    cursor: pointer;
    text-transform: uppercase;
}

.lang_selector span.selected {
    font-weight: bold;
}

.rating {
clear: both;
display: block;
margin: 2em;
cursor: pointer; }

.rating:after {
content: ".";
display: block;
height: 0;
width: 0;
clear: both;
visibility: hidden; }

.cancel, .star {
overflow: hidden;
float: left;
margin: 0 1px 0 0;
width: 16px;
height: 18px;
cursor: pointer; }

.cancel, .cancel a {
background: url(https://secondbaby.org/modules/jmarketplace/views/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
display: block;
width: 100%;
height: 100%;
background-position: 0 0; }

div.star_on a {
background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
background-position: 0 -32px; }

.star {
position: relative;
top: -1px;
float: left;
width: 14px;
overflow: hidden;
cursor: pointer;
font-size: 14px;
font-weight: normal; }

.star {
display: block; }
.star a {
display: block;
position: absolute;
text-indent: -5000px; }

div.star:after {
content: "\f006";
font-family: "FontAwesome";
display: inline-block;
color: #777676; }

div.star.star_on {
display: block; }
div.star.star_on:after {
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #ef8743; }

div.star.star_hover:after {
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #ef8743; }

#module-jmarketplace-sellerproducts .pagination  {
    margin: 0px;
}

#module-jmarketplace-sellerproducts .pagination li {
    float: left !important;
    /*padding-left: 15px;*/
}

.seller_info {
    margin-bottom: 15px;
}

#bulk_actions .text-success {
    color: #3c763d;
}

#bulk_actions .text-danger {
     color: #a94442;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

#module-jmarketplace-sellerproducts .price_without_reduction {
    text-decoration: line-through;
}

#module-jmarketplace-sellerproducts .dropdown-menu {
    padding: 5px 15px;
}

.hidden {
    display: none;
}

.marketplace_data_invoice {
    margin-bottom: 20px;
}