/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 85px 0 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    z-index: 99;
}

.cookie-message a.btn.my-close-button {
    margin: -4px 0 -4px 5px;
    float: right;
    right: 20px;
    cursor: pointer
}

.cookie-message a.btn.more-details {
    margin: -4px 0;
    float: right;
    right: 80px;
    cursor: pointer;
}

.cookie-message p, .cookie-message a {
    color: #fff;
    padding: 0.6em 0
}

.blue {
    border-bottom: 1px solid #0E83AE;
    background-color: #0990c3;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
    background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
    background: linear-gradient(#0e83ae, #0990c3, #0e9dd2)
}

.blue p, .blue a {
    color: #fff
}

.cookie-message {
    background: #5bc0de !important;
    color: #fff !important;
}

.cookie-message p {
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.cookie-message .btn {
    text-align: center !important;
    white-space: nowrap !important;

    vertical-align: middle !important;

    -webkit-user-select: none !important;

    -moz-user-select: none !important;

    -ms-user-select: none !important;

    user-select: none !important;

    border: 1px solid transparent !important;

    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;

    padding: .5rem 1rem !important;

    border-radius: .25rem !important;

    -webkit-transition: all .2s ease-in-out !important;

    -o-transition: all .2s ease-in-out !important;

    transition: all .2s ease-in-out !important;
    color: #fff !important;
    font-size: 13px !important;

    border-color: #f0ad4e;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    margin: 4px;
}

body .cookie-message {
    visibility: hidden;
    text-align: center;
    display: none;
    z-index: 10000;
}