/*--------------------------------------------------------------
# Copyright (C) v2soft.pl
# License:  Proprietary Use License
# Website: http://www.v2soft.pl
# Support: http://www.v2soft.pl/v2-cookie / kontakt@v2soft.pl
---------------------------------------------------------------*/

.cookieAlert {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #efefef;
    display: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(160, 160, 160, 1);
    box-shadow: 0 0 8px 0 rgba(160, 160, 160, 1)
}

.cookieAlert-in {
    padding: 5px;
    text-align: center;
    font-size: 10px
}

.cookieAlert a {
    color: #770047
}

.cookieAlert p {
    margin: 0;
    padding: 0;
    display: inline;
    color: #000;
    font-size: 10px;
}

.cookieAlert a:hover {
    text-decoration: underline
}

.cookieAlert button {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    font-size: 10px;
    padding: 10px 14px;
    margin-bottom: 0;
    line-height: 1em;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.cookieAlert button:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}