/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Software License Agreement
 * that is bundled with this package in the file LICENSE.txt.
 *
 * @author    Peter Sliacky (Zelarg)
 * @copyright Peter Sliacky (Zelarg)
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

[name=customorderref_id] {
    padding: 5px 7px;
    border: 1px solid #c3c3c3;
}

.customorderref-container label {
    padding: 10px;
    margin: 5px;
}

.customorderref-container {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    text-align: center;
    background: #fcfcfc;
    width: 100%;
}

[name=customorderref_id]::placeholder {
    color: #cecece;
}
