﻿/*
#cookieConsentLovato {}
#cookieConsentLovato .ccWrapper {}
#cookieConsentLovato .ccWrapper table {}
#cookieConsentLovato .ccWrapper tr {}
#cookieConsentLovato .ccWrapper td {}
#cookieConsentLovato .ccWrapper td:first-child {}
#cookieConsentLovato .ccWrapper td:last-child {}
#cookieConsentLovato .ccWrapper p {}
#cookieConsentLovato .ccWrapper p span {}
#cookieConsentLovato .ccWrapper p span:first-child {}
#cookieConsentLovato .ccWrapper p span:last-child {}
#cookieConsentLovato .ccWrapper a {}
#cookieConsentLovato input {}
#cookieConsentLovato input:hover {}
#cookieConsentLovato .ccWrapper div {}

#DivIframeCookies{	}
#DivIframeCookies iframe{}
#DivIframeCookies div{}
*/



#cookieConsentLovato {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
	min-height: 140px;
}
#cookieConsentLovato .ccWrapper {
    margin: 0 auto;
    width:98%;
}
#cookieConsentLovato .ccWrapper p {
    margin-right: 10px;
font-size: 0.97em;
}
#cookieConsentLovato .ccWrapper p span:first-child {
    color: #f26522;
    margin-right: 5px;
    font-size: 20px;
}
#cookieConsentLovato .ccWrapper p span.asLink {
    white-space: nowrap;
}
#cookieConsentLovato .ccWrapper button {
    white-space: nowrap;
}
#cookieConsentLovato .ccWrapper table {
    
    border-collapse: collapse;
    border-spacing: 0;
	    width: 100%;
}
#cookieConsentLovato .ccWrapper td 
{
    vertical-align:middle;
	text-align: center;
    }
#cookieConsentLovato .ccWrapper a{
	text-decoration: none;
}
#cookieConsentLovato input {
    background: linear-gradient(#d2d2d2, #6e6e6e) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #6e6e6e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #fff;
    font: bold 17px/29px "Helvetica Neue Light","Helvetica Neue eText Pro Light",Arial,sans-serif;
    padding: 0 16px 1px;
}
#cookieConsentLovato input:hover {
    background: linear-gradient(#a0a0a0, #a0a0a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor:pointer;
}

/******************************/
#cookieConsentLovatoBlack
{
	background-color: #eaeaea;
	top: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	display: block;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
		filter:alpha(opacity=95);
	opacity:0.95;
	
	
}
#cookieConsentLovatoBlack .ccWrapper {
    margin: 0 auto;
    width:98%;
}
#cookieConsentLovatoBlack .ccWrapper p {
    margin-right: 60px;
}
#cookieConsentLovatoBlack .ccWrapper p span:first-child {
    color: #4698b7;
    margin-right: 20px;
    font-weight:bold;
    padding-left: 87px;
    font-size:0.9em;
}

#cookieConsentLovatoBlack .ccWrapper button {
    white-space: nowrap;
}
#cookieConsentLovatoBlack .ccWrapper table {
    float: left;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%
}
#cookieConsentLovatoBlack .ccWrapper td 
{
    vertical-align:middle;
    text-align:center;
    }
#cookieConsentLovatoBlack .ccWrapper td:last-child {
text-align: center;
}

#cookieConsentLovatoBlack .ccWrapper  a {
	text-decoration:underline;
	color: #000000;
	
	
}
#cookieConsentLovatoBlack input {
    background: linear-gradient(#d2d2d2, #6e6e6e) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #6e6e6e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF;
    padding: 8px 16px 8px;
}
#cookieConsentLovatoBlack input:hover {
    background: linear-gradient(#a0a0a0, #a0a0a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor:pointer;
}

/****************************/

#DivIframeCookies {
	background-color:#fff;
	top: 20%;	
	left: 20%;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	/*display: block;*/
	position: fixed;
	z-index: 1000;
	width:60%;
	height:60%;	
}

#DivIframeCookies iframe{
	width:100%;
	height:100%;
}

#DivIframeCookies div{
	position:absolute;
	top:0px;
	right:14px;
	height:24px;
    width:24px;
    background-image: url('cross.png');
    background-repeat: no-repeat;
    margin-right: -20px;
    margin-top: -24px;
}

