/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; z-index: 999; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #fff; display: inline-block; background-color: #ed0000; padding: 4px 10px; text-decoration: none; border-radius: 2px; margin: 1px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; color: #fff; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus,
#v-cookielaw .v-button:active { color: #ed0000; background-color: #fff; }

#v-cookielaw .v-button.v-accept:hover:before,
#v-cookielaw .v-button.v-accept:focus:before,
#v-cookielaw .v-button.v-accept:active:before { content: "\2714"; color: #ed0000; }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 280px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px 10px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media screen and (max-width: 480px) {
    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - NAM */
#v-cookielaw                        { background: #CE0000; border: 0; }
#v-cookielaw .cookie-wrapper        { max-width: 1200px; margin: 0 auto; }
#v-cookielaw .cookie-wrapper .v-message { color: #ffffff; }
