/*
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 : 6 dic 2019, 15:15:37
    Author     : luigi.giannone
*/

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);    
    font-size: var(--p-privacy);
    color: #ccc;
    min-height: 26px;
    line-height: 26px;
    padding: 8px 0 8px 30px;
   /*  font-family: "Trebuchet MS",Helvetica,sans-serif; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;    
}
#closeCookieConsent {
    float: right;
    /* display: inline-block; */
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -3px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color:  #1f4fe0;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
   /*  display: inline-block; */
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #1f4fe0;
}
/*Cookie Consent End*/
