/* 
    Created on : 29-mag-2015, 10.13.58
    Author     : Roberto
*/
html{
	margin-bottom: 32px;
	height: auto;
}
.otp-privacy {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	top: auto; right: 0; bottom: 0; left: 0;
	padding: 5px 10px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	text-align: center;
	font-family: sans-serif;
	z-index: 99999;
}
.otp-privacy ul,
.otp-privacy li {
	list-style: circle;
	text-align: left;
	font-size: inherit;
}
.otp-privacy p {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
#otp-privacy-page-link{
	cursor: pointer;
	text-decoration: underline;
}
.otp-privacy-close{
	display: block;
	position: static;
	margin: 10px 0;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #EEE;
	border-radius: 24px;
	color: #000;
	cursor: pointer;
}
.otp-privacy-close-icon{
	margin-left: 5px;
	font-size: 1.5em;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 1 !important;
}
.otp-privacy-close-icon img{
	vertical-align: middle;
	display: none;
}
#otp-long-text{
	display: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px;
}
#otp-long-text-content{
	position: absolute;
	width: 80%;
	height: 80%;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	z-index: 100001;
	background-color: #FFFFFF;
	text-align: left;
}
#otp-long-text-content-text{
	position: absolute;
	padding: 30px 25px;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: auto;
	color: #000;
}
#otp-long-text-content-text p{
	text-align: left;
}
#otp-long-text-content-text h1,
#otp-long-text-content-text h2,
#otp-long-text-content-text h3,
#otp-long-text-content-text h4,
#otp-long-text-content-text h5,
#otp-long-text-content-text h6,
#otp-long-text-content-text p{
	color: inherit;
	text-align: left;
}
#otp-long-text-close{
	display: block;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100002;
}
@media only screen and (min-width: 40.063em){
	.otp-privacy {
		padding: 5px 150px 5px 10px;
		text-align: left;
	}
	.otp-privacy-close{
		display: block;
		position: absolute;
		margin: -12px 0 0;
		top: 50%; right: 16px; bottom: auto; left: auto;
		z-index: 99999;
	}
}