
body {overflow-x: hidden;} 

#lusodados_legal_fixed a{color:#17203a;font-weight:bold;}

#lusodados_legal_notice{
clear: both;
display: block;
float: none;
width: 100%;
height: 20px;
text-align: center;
line-height: 20px;
padding: 20px 5px;
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
}

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

#lusodados_legal_notice_text{
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 16px;
color: #FFF;
overflow: hidden;
}

#lusodados_legal_notice_text p {
	margin: 0;
	font-size: 0.9em;
}


#lusodados_legal_pop_up {
	font-family: 'Open Sans', 'Lato', 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
	z-index: 5002;
    top:0px;
    left:0px;
}
 
/* Inner */
#lusodados_popup_inner {
	z-index: 999999999;
	min-height: 60%;
    max-width:800px;
	max-height: 60vh;
    width:90%;
    padding:40px;
	padding-bottom: 60px;
    position:absolute;
    top: 45%;
    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;
}

@media all and (max-width: 767px) and (min-width: 0){
	#lusodados_popup_inner {
		padding: 10px;
		padding-bottom: 50px;
		width: calc(100% - 50px);
	}
}

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

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

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

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

#lusodados_legal_fixed p {margin: 5px; line-height: 1.55em;}

/* Accept Button */
#lusodados_legal_fixed input, #lusodados_legal_bottom_right input, #lusodados_popup_inner input {
 border:1px solid #8bcf54 	; 
 border-radius: 3px;
 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;
    left: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: 999;
	position: fixed;
	bottom: 0; left: 0;
	/*height: 47px;*/
	width: 100%;
	background: #FDFAD3;  
	text-align: center;
	padding-top: 5px;
	box-shadow: -1px -1px 10px 1px rgba(140,140,140,0.4);
}

@media all and (max-width: 767px) and (min-width: 0){
	#lusodados_legal_fixed {
		padding-top: 0;
	}
}

#lusodados_legal {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

#lusodados_legal:hover {
	color: rgba(255, 255, 255, 1);
}



#lusodados_legal_fixed a:hover, #lusodados_legal_bottom_right a:hover {
	text-decoration: none;
}

#lusodados_legal_fixed input {
	margin: 0 20px;
}

/* Aviso fixo ao fundo e à direita da página */
#lusodados_legal_bottom_right {
	z-index: 9999999;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:300px;
	font-size: 1.3em;
	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 {cursor:pointer;padding: 5px 20px; font-size: 1em;}