/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-mag-2015, 10.20.34
    Author     : alessandro
*/
.cookieslaw_container {
    width: 100% !important; 
    font-size: 13px; 
    line-height: 1.5em; 
    color: #FFF !important;
    padding: 0.5% !important;
}
.cookieslaw_container .cookie-content {
    position: relative; 
    width: 100%;
    display: block;
    min-height:30px;
    color: #fff;
    text-align: justify;
}
.cookieslaw_container .cookie-content p {
    margin-bottom: 0;
}
.cookieslaw_container .close-container {
    position:absolute;
    top:5px;
    left:100%;
}
.cookieslaw_container .close-container img {
    cursor:pointer;
    width:21px;
    height:21px;
    max-width:21px;
}
.cookieslaw_container .buttons-container {
    position: relative; 
    
    display: block;
    height:38px;
}
.cookieslaw_container .buttons-container .buttons {
    padding: 0;
    position: absolute;
    right: 0;
}
.cookieslaw_container .button-text {
    float:left;
    text-align:center;
    height: 31px;
    line-height: 19px;
}
.cookieslaw_container .link-text {
    float:left;
    text-align:center;
    height: 31px;
    line-height: 19px;
}
.cookieslaw_container .btn-cookies{
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: 3px double #fff;
    padding: 3px 8px;
    text-align: center;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}
.cookieslaw_container .btn-cookies:hover {
    background: #fff;
    color: #000;
}
.link-cookies {
    color: #fff !important; 
    margin: 0; 
    outline: medium none; 
    padding: 3px 10px; 
    text-align: center; 
    vertical-align: middle; 
    white-space: nowrap; 
    cursor:pointer;
    line-height:31px;
    text-decoration:none;
    font-size:12px;
}
.link-cookies:hover {
    text-decoration: underline;
}