<!--
/**
* IDEALIAGroup srl
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-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 info@idealiagroup.com so we can send you a copy immediately.
*
* @category    MSP
* @package     Arreda_CustomOptions
* @copyright   Copyright (c) 2015 IDEALIAGroup srl (http://www.idealiagroup.com)
* @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/
-->
.padding-image {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.padding-name {
    display: inline;
    font-weight: bold;
}
.padding-option-wrapper {
    margin-top: 10px;
}
.codice-field {
    display:inline-block;
    position:relative;
}
.codice-overlay-button {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    cursor: pointer;
}
.codice .padding-image {
    margin: 0 0 10px 10px;
}
.codice .padding-name,
.codice .padding-product,
.codice .padding-link {
    display: none;
}
.no-touch #cboxLoadedContent .cboxIframe {
    height: 100%;
}
.touch #cboxLoadedContent .cboxIframe {
    /*height: auto;*/
}