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

.top_buttons {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.top_buttons a {
    font-weight: 400;
    font-size: 12px;
}

#fmm_table_search_client,
#fmm_table_filter {
    float: left;
    text-align: left;
}

#fmm_table {
    width: 100%
}

#fmm_table_search_client input,
#fmm_table_filter input {
    border-radius: 5px;
    background: none;
    color: #7a7a7a;
    border: 1px solid #d2d2d2;
    padding: 0.6rem 1rem;
    width: 270px;
    margin: 0 0 20px 0;
    outline: none;
}

#fmm_table_search_client .srcicon,
#fmm_table_filter .srcicon {
    font-size: 0;
    margin: 2px 0 0 -35px;
    transform: scale(0.6);
    position: absolute;
}

#fmm_table_search_client .material-icons.close {
    margin: 10px 0 0 -45px;
}

#fmm_table_search_client .srcicon:before,
#fmm_table_filter .srcicon:before {
    content: url(/themes/leo_frido_child/assets/img/RECHERCHE.png);
}

#fmm_table_search_client {
    margin-left: 30px;
    position: relative;
}

#addressBox {
    position: absolute;
    display: block;
    top: 40px;
    left: 0;
    max-height: 200px;
    overflow-y: auto;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    z-index: 99;
}

#addressBox li {
    padding: 10px;
    pointer-events: none;
}

#addressBox li[data-id] {
    cursor: pointer;
    pointer-events: auto;
}

#addressBox li:nth-child(even) {
    background: #f5f5f5;
}

#addressBox li:hover {
    background: #efefef;
}

#addressBox li.loading {
    display: block;
    margin: 10px auto;
    border: 5px solid #feda86;
    border-top: 5px solid #d9d9d9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

.btn-sm[disabled] {
    opacity: .6;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#select_fmm {
    width: 80px !important;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url('../img/select.png') no-repeat 100% 45% !important;
    background-size: auto;
    background-size: 30px 60px;
    border: 1px solid #ccc;
    height: 32px;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: '';
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    padding-right: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.minus, .plus {
    cursor: pointer;
    width: 20px;
    height: 23px;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.qty_id {
    height: 30px;
    width: 25px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}


#instantsearchfmm input[type="text"]:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1942cf), to(#1942cf)),
    -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#1942cf, #1942cf), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#1942cf, #1942cf), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#1942cf, #1942cf), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#instantsearchfmm input[type="text"] {
    display: block;
    width: 100%;
    color: #555;
    height: 50px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857143;
    margin-bottom: 7px;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1942cf), to(#1942cf)),
    -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#1942cf, #1942cf), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#1942cf, #1942cf), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#1942cf, #1942cf), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}


#instantsearchfmm input {
    text-align: center;
}

#instantsearchfmm {
    /*width: 60%;*/
    margin: auto;
}


#button-addcart-checkout {
    width: 30%;

    float: right;

    height: auto;

    text-align: right;

    padding-top: 20px;
}


.fmmpanel {
    background-color: #fff;

    border: 1px solid #d3d8db;

    border-radius: 5px;

    margin-bottom: 20px;

    padding: 20px;

    position: relative;
}

.fmmpanelcat {
    background-color: #ededed;

    border: 1px solid #d3d8db;

    border-radius: 5px;

    margin-bottom: 20px;

    padding: 20px;

    position: relative;
}

.fmm_head {
    min-height: 100px;
    margin-top: 50px;
}


.rcg_max_height {
    max-height: 600px;
    overflow-y: scroll
}

.help-block b {
    color: red;
}

#rel_holder ul {
    position: absolute;
    left: 20%;
    border-radius: 4px;
    top: 50px;
    margin: 0px 0 20%;
    padding: 0;
    background: #ecf9fc;
    border: 1px solid #BBCDD2;
    z-index: 999
}

#rel_holder ul li {
    list-style: none;
    padding: 5px 10px;
    display: block;
    margin: 0px
}

#rel_holder ul li:hover {
    cursor: pointer;
    background: #25B9D7
}

#rel_holder ul li.rel_breaker {
    padding: 0px;
    margin: -1px -22px 0 0;
    background: #fff;
    float: right;
    border: 1px solid #BBCDD2;
    border-left: 0px;
    height: 24px;
}

#rel_holder ul li.rel_breaker:hover {
    background: #fff;
}

.rel_breaker i {
    font-size: 22px;
    color: #E50B70;
    cursor: pointer
}

#rel_holder_temp {
    clear: both;
    padding: 10px 0
}

#rel_holder_temp ul {
    padding: 0;
    margin: 0
}

#rel_holder_temp ul li {
    list-style: none;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 6px 0;
    border: 1px solid #E5E5E5;
    display: block
}

#rel_holder_temp ul li div {
    display: inline-block;
    vertical-align: middle
}

#rel_holder_temp ul li .media-left {
    width: 8%
}

#rel_holder_temp ul li .media-left img {
    max-width: 100%
}

#rel_holder_temp ul li .media-body {
    width: 86%;
    margin-left: 5%
}

#rel_holder_temp ul li .media-body span {
    font-size: 13px;
    color: #6c868e;
    font-weight: normal;
    white-space: normal !important;
    text-align: left;
    width: 92%
}

#rel_holder_temp ul li .media-body i {
    float: right;
    margin-right: 10px;
    cursor: pointer
}

.placeholder_holder {
    position: relative
}

.ps_16_specific .material-icons {
    font-size: 1px;
    color: #fff;
}

.ps_16_specific .material-icons::before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 25px;
    text-align: center;
    color: red;
    font-style: normal;
    text-indent: -9999px;
    font-weight: normal;
    line-height: 20px;
}

.rpm_bottom_padded {
}


@media screen and (max-width: 600px) {
    #rel_holder ul {
        left: 1%;
    }
}

.center {
    text-align: center;
    margin-top: 10px;
}

.csvhead {
    font-weight: bold;

    padding-left: 22px;

    padding-top: 10px;

    padding-bottom: 10px;

    font-weight: 300;

    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    font-size: 1.2rem;

    line-height: 30px;

    text-overflow: ellipsis;

    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}


#csv_sku {
    display: block;

    width: 80%;

    color: #555;

    height: 150px;

    padding: 7px 0;

    font-size: 16px;

    line-height: 1.42857143;

    margin-bottom: 7px;

    border: 0;


    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2);

    -webkit-background-size: 0 2px, 100% 1px;

    background-size: 0 2px, 100% 1px;

    background-repeat: no-repeat;

    background-position: center bottom, center -webkit-calc(100% - 1px);

    background-position: center bottom, center calc(100% - 1px);

    background-color: rgba(0, 0, 0, 0);

    -webkit-transition: background 0s ease-out;

    -o-transition: background 0s ease-out;

    transition: background 0s ease-out;

    float: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-radius: 0;
}

#fmm_table_wrapper {
    /*overflow-x: auto;*/
}


.customhook {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);

    margin-bottom: 1.563rem;

    background: #fff;

    padding: 1.563rem 1.25rem;
    text-align: center;
}

.quickhead {
    text-align: center;
    margin-bottom: 30px;
}

/*#chkal{
    position: absolute;
}

#chkal2{
    position: absolute;
}*/

.border {
    border: double;
    border-width: thin;
    margin-bottom: 10px;
    border-color: #d2d2d2;
}

.srcicon {
    margin-left: -25px;
}

#fmm_table .wishlist .btn-title {
    display: none;
}

#fmm_table th,
#fmm_table td {
    padding: 8px 10px !important;
    background: #fff !important;
    border-color: #e7e3e9 !important;
}

#fmm_table th {
    padding-bottom: 30px !important;
}

#fmm_table td.dataTables_empty {
    padding: 20px !important;
}

#quickproducttable .quickhead.csvhead,
#quickproducttable .quickhead.csvhead + div.border {
    display: none;
}

#quickproducttable .top_buttons {
    margin-top: 60px;
}

#quickproducttable .btn.btn-info {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    min-width: 270px;
    height: 56px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

#quickproducttable .btn.btn-info:hover {
    opacity: .6;
}

#quickproducttable .btn.btn-info + .btn.btn-info {
    margin-left: 20px;
}

#fmm_table {
    margin-bottom: 20px;
}

#fmm_table_info {
    float: none;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}

#fmm_table label.checkbox {
    position: relative;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
}

#fmm_table label.checkbox:before {
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #818181;
    border-radius: 6px;
    background: #fff;
    display: block;
}

#fmm_table label.checkbox.checked:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 6px;
    border: solid 1px #bc9cc6;
    border-radius: 6px;
    background: #bc9cc6;
    display: block;
}

#fmm_table label.checkbox input {
    display: none;
}

#products #removeSearch,
#products #mokasync_sync,
#products #mokaAutoLogin {
    display: inline-block;
    font-size: 14px;
    font-family: Montserrat;
    background: #feda86;
    text-transform: uppercase;
    height: 38px;
    border-radius: 28px;
    color: #333;
    text-align: center;
    line-height: 38px;
    transition: .2s;
    padding: 0 30px;
    margin-left: 20px;
}
