﻿
body {overflow-x: hidden;} 
#lusodados_legal_notice{
clear: both;
display: block;
float: none;
width: calc(100% - 100px);   
text-align: center;
line-height: 20px;
padding: 10px 50px;
opacity: 0.8;
filter: alpha(opacity=70); /* For IE8 and earlier */
} 
@media all and (max-width: 1023px) and (min-width: 0px){
	#lusodados_legal_notice{
		padding: 10px 100px;
		width: calc(100% - 200px);
	}
}
@media all and (max-width: 489px) and (min-width: 0px) {
	#footer-content div#lusodados_legal_notice{
		padding-bottom: 30px;
		width: calc(100% - 50px);
	}
}

#lusodados_legal_notice:hover{
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}


#footer-content div#lusodados_legal_notice_text{
font-family: 'Roboto', sans-serif;
font-size: 11px;
line-height: 15px;
color: #888888;
overflow: hidden;
text-align: center;
font-size: 0.9em;
width: 100%;
opacity: 0.8;
padding: 0;
padding-bottom: 15px;
}

#lusodados_legal_notice_text:opacity{
opacity: 1;

}


#lusodados_legal_pop_up {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
	z-index: 9999999;
}
 
/* Inner */
#lusodados_popup_inner {
	z-index: 999999999;
    max-width:700px;
    width:90%;
    padding:40px;
	padding-bottom: 60px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

#lusodados_popup_inner p.accept_button {text-align: right;}
#lusodados_popup_inner a {color: #FFF;}

#lusodados_popup_inner_html {
    overflow-y: scroll;
	height: 100%;
	padding: 0 10px;
}

#lusodados_popup_inner_html h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 20px;
    color: gray
}

#lusodados_popup_inner_html h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 20px; 
    color: gray
}

#lusodados_popup_inner_html h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 20px; 
    color: gray
}

/* Accept Button */
#lusodados_legal_fixed input, #lusodados_legal_bottom_right input, #lusodados_popup_inner input {
 border:1px solid #8bcf54 	; 
 border-radius: 3px;
 padding: 5px 10px; 
 color: #FFFFFF;
 text-transform: uppercase;
 background-color: #a9db80; 
 background-image: linear-gradient(to bottom, #a9db80, #96c56f);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#96c56f);
}

#lusodados_legal_fixed input:hover, #lusodados_legal_bottom_right input:hover { 
 cursor: pointer; 
 border:1px solid #74bf36;
 background-color: #8ed058; 
 background-image: linear-gradient(to bottom, #8ed058, #7bb64b);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ed058, endColorstr=#7bb64b);
}

/* Close Button */
#lusodados_popup_close_btn {
    width:30px;
    height:30px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height: 27px;     
    color:#fff;
}
    
#lusodados_popup_close_btn:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background: rgba(0,0,0, 1);
    text-decoration:none;
}

/* Aviso fixo no topo da página */
#lusodados_legal_fixed {
	z-index: 9999999;
	position: fixed;
	bottom: 0; left: 0;
	width: 100%;
	background: #FDFAD3;  
	text-align: center;
    font-size: 11px; 
	color: #333;
}

#lusodados_legal_fixed a, #lusodados_legal_bottom_right a, #lusodados_popup_inner_html a {
        color: blue;
        text-decoration: none;
		border: 0;
}
#lusodados_legal_fixed a:hover, #lusodados_legal_bottom_right a:hover,  #lusodados_popup_inner_html a:hover {
	text-decoration: none;
        color: red;
}

#lusodados_legal_fixed input {
	margin: 0 20px;
}

/* Aviso fixo ao fundo e à direita da página */
#lusodados_legal_bottom_right {
	z-index: 99999999990;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:300px;
	font-size: 12px;
	background: #FDFAD3;
	padding: 0 10px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 16px -1px rgba(0,0,0,0.75);
}

#lusodados_legal_bottom_right input {
	padding: 6px 15px;
	font-size: 11px;
	margin-top: 10px;
	border-radius: 5px;
	text-transform: uppercase;
}

#lusodados_popup_inner input {padding: 5px 20px; font-size: 1em;}


#lusodados_legal_notice a, #lusodados_legal_notice a:hover {color: #666666;} 
#lusodados_legal_notice a:hover {text-decoration: underline;}  