﻿.clearfix
{
    clear: both;
}
.cookieshow-container
{
    background-color: #171515e6;
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}
.cookieshow-container-fixedtop, .cookieshow-container-top
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.cookieshow-container-fixedtop
{
    position: fixed;
}
.cookieshow-container-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookieshow-container-bottomleft
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}
.cookieshow-container-bottomright
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}
.cookieshow-closebutton
{
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    position: absolute;
    font-family: helvetica,arial,verdana,sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}
.cookieshow-closebutton:active, .cookieshow-closebutton:hover
{
    color: #fff;
    text-decoration: none;
}
.cookieshow-head
{
    font-size: 1.2em;
    font-weight: 700;
    padding: 7px;
    color: #fff;
}
.cookieshow-body
{
    color: #a2a2a2;
}
.cookieshow-buttons
{
    padding: 7px 0 5px 0;
}
.cookieshow-button_1
{
    color: #f6a21d;
    font-weight: 700;
    font-size: 14px;
}
.cookieshow-button_2
{
    color: #f6a21d;
    font-weight: 400;
    font-size: 12px;
}
.cookieshow-button
{
    margin: 0 10px;
}
.cookieshow-button:focus, .cookieshow-button:hover
{
    text-decoration: underline;
    color: #f6a21d;
}
body .cookieshow-color-inverse
{
    color: #000;
    background-color: rgba(255,255,255,.9);
}
body .cookieshow-color-inverse .cookieshow-head
{
    color: #000;
}
body .cookieshow-style-compact
{
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}
body .cookieshow-style-compact .cookieshow-body, body .cookieshow-style-compact .cookieshow-buttons, body .cookieshow-style-compact .cookieshow-head
{
    display: inline;
    padding: 0;
    margin: 0;
}
body .cookieshow-style-compact .cookieshow-button
{
    margin: 0 5px;
}
.cookieshow-container
{
    background: #2f2f2f;
    border-top: 4px solid #a0a2a029;
}
.cookieshow-buttons
{
    margin-top: 1.8em;
}
.cookieshow-button_1
{
    padding: 1.1em;
    background: #eb7511;
    font-size: 1.4em;
    width: 90%;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
    margin: auto;
}
.cookieshow-button_2
{
    display: none;
}
.cookieshow-container-bottom
{
    padding: 2.2em 2.4em 1.8em;
    text-align: left;
}
.cookieshow-closebutton
{
    top: .6em;
    right: 1.1em;
    color: transparent;
}
.cookieshow-closebutton:after
{
    content: "+";
    color: #a0a2a0;
    position: absolute;
    top: 0;
    left: .2em;
    transform: rotate(45deg);
    font-size: 2em;
    font-weight: 600;
}
.cookieshow-head
{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: .85em;
    color: #dedede;
    padding: 0 0 0 1.7em;
    position: relative;
}
.cookieshow-head:before
{
    background-image: url(https://betbarterupload.s3.amazonaws.com/ic-cookie.png);
    background-size: 1.3em 1.3em;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    content: "";
    position: absolute;
    left: 0;
    top: -.1em;
}
.cookieshow-body
{
    color: #d2d2d2;
    font-size: 1.2em;
    line-height: 1.4em;
}
.cookieshow-body a
{
    color: #eb7511;
    font-weight: 600;
    text-decoration: none;
}
@media only screen and (min-width: 600px)
{
    .cookieshow-container
    {
        max-width: 400px;
        bottom: 2em;
        left: 2em;
        border: none;
        border-radius: 1em;
    }
}