/**
* 2007-2017 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-2017 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.
*/
body#product .product-variants select#id_plici_shape,
.sub_shape_element input:not([type='checkbox']) {
    /* text-align: center;
    width: 123px;
    float: right;
    margin-right: 42px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15); */
}
body#product .shape_specific_comment label {
    font-weight: normal;
}
body#product .custom_shape_info_comment {
    font-style: italic;
    color: #919191;
    padding-bottom: 10px;
    font-size: 11px;
}
body#product .shape_specific_comment {
    padding-top: 5px;
    padding-bottom: 5px;
    color:#414141;
    text-align: center;
}

body#product .custom_shape_info_comment {
    font-style: italic;
    color: #919191;
    padding-bottom: 10px;
    font-size: 11px;
}

body#product .product-variants select#id_plici_shape {
    height: 30px;
    min-width: 80px;
    padding-left: 7px;
}

body#product #plici_product_shape_part input[type="number"] {
    -moz-appearance: initial;
}
  
body#product #plici_product_shape_part input[type="number"]::-webkit-outer-spin-button,
body#product #plici_product_shape_part input[type="number"]::-webkit-inner-spin-button {
    margin: initial;
    -webkit-appearance: auto;
  }

body#product #plici_product_shape_part .control-label {
    display: inline;
    vertical-align: sub;
}


#plici_shape_error_message {
    background-color : red;
    color: white;
    width: 100%;
    text-align:center;
    margin-bottom: 5px;
}
.plici_shape_m2_minimum_shape_amount {
    text-align:center;
    color: #f38f00;
}

.sub_shape_element {
    position: relative;
}

.plici_shape_unity {
    /* top:2px;
    right:-2px;
    position:absolute; */
}

.plici_shape_tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    outline: none!important;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4AEYCCcB0Yw0qQAAAAd0RVh0QXV0aG9yAKmuzEgAAAAMdEVYdERlc2NyaXB0aW9uABMJISMAAAAKdEVYdENvcHlyaWdodACsD8w6AAAADnRFWHRDcmVhdGlvbiB0aW1lADX3DwkAAAAJdEVYdFNvZnR3YXJlAF1w/zoAAAALdEVYdERpc2NsYWltZXIAt8C0jwAAAAh0RVh0V2FybmluZwDAG+aHAAAAB3RFWHRTb3VyY2UA9f+D6wAAAAh0RVh0Q29tbWVudAD2zJa/AAAABnRFWHRUaXRsZQCo7tInAAABJUlEQVQ4jaXTvyvFURjH8df9dv8IxSTZFDdlUpJNymKxniQZFKUwyqAsNr/uaJB/QfcPMJxJbJIMRoPhDrrX4Pvl69u5Eu/pdJ7n85zn6XOeWrfbVabRNIwlzGAwv35EC8cxuC3n14oCjaY69rCOujQdHGEjBu3PArn4EvM9hFWuMBeDdpZf7CbEr5jECJ4qsRkcQm3srDuEu0Tb1zGYyMc7x2JinLE6QkIM442mbbwkuoMMK3VMJYLFC6ul5BTTmS+rqtzHoD8G/T4sTDHQq/KvyfDwD/1Tpnd7v6GV4RRvfxB3cFz8xH1sVhKesZaftzBaiZ/EYLnwfwfDvvvdh4terRfFM4jBGxZw4OdximWa/bZMZfJ1Xsa0jz9SONXCaQxuyvnvOh9TRfChwDYAAAAASUVORK5CYII=);
    cursor:pointer;
    position: relative;
}

.plici_shape_tooltip_content {
    background-color: white;
    border: 1px solid #ddd;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 9999;
    white-space: nowrap;
    padding: 10px;
    width: 158px;
}

.plici_shape_image {
    /* position: absolute;
    top: 0;
    left: -255px;
    border: 1px solid #ddd;
    width: 221px;
    height: 192px;
    text-align: center;
    z-index: 9999;
    background-color: white; */
}