.showdialog-shortcode {
	cursor: pointer;
	color: #0000FF !important;
}

.reload-page-necessary {
	color: yellow !important;
}

.pea_cook_wrapper {
	position: fixed;
	padding: 8px 21px;
	margin: 0;
	z-index: 10000;
	text-align: center;
}

.pea_cook_box {
	position: static;
	padding: 8px 21px;
	margin: 0;
	z-index: 10000;
	text-align: center;
}

div.cookie-inner-box:after {
	clear: both;
    content: '';
    display: block;
}

.pea_cook_wrapper.pea_cook_topleft {
	top: 30px;
	left: 30px;
	margin-right: 5%;
}

.pea_cook_wrapper.pea_cook_topright {
	top: 30px;
	right: 30px;
	margin-left: 5%;
}

.pea_cook_wrapper.pea_cook_topcenter {
	top: 30px;
	left: 30px;
	margin: 0 25%;
}

.pea_cook_wrapper.pea_cook_bottomleft {
	bottom: 30px;
	left: 30px;
	margin-right: 5%;
}

.pea_cook_wrapper.pea_cook_bottomright {
	bottom: 30px;
	right: 30px;
	margin-left: 5%;
}

.pea_cook_wrapper.pea_cook_bottomcenter {
	bottom: 30px;
	left: 30px;
	margin: 0 25%;
}

.peac_cook_center_cimatti {
	left: 30%;
	right: 30%;
}

.pea_cook_wrapper.pea_cook_cimatti {
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.pea_cook_wrapper p {
	bottom: 30px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	font-weight: bold;
}

.pea_cook_wrapper a {
	border-bottom: dotted thin #eee;
	text-decoration: none;
}

.pea_cook_wrapper a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}

a.fom, a.pea_close {
	border-bottom: 1px dotted;
}

a.pea_close {
	padding-top: 20px;
	display: block;
}

.x_close {
	position: absolute;
	right: 20%;
	top: 40px;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}

button.pea_cook_btn {
	background: #e3e3e3;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 100px;
	margin-left: 20px;
}

button.pea_cook_btn:hover {
	background: #d9d9d9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer;
}

button.pea_cook_btn:active {
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000;
}

button.pea_cook_btn_primary {
	background: #3cb878;
	border: 1px solid #3cb878;
	border-radius: 5px;
	color: #e6e6e6;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 100px;
	margin-left: 20px;
}

button.pea_cook_btn_primary:hover {
	background: #3ec17d;
	color: #f2f2f2;
	cursor: pointer;
}

button.pea_cook_btn_primary:active {
	background: #52c78a;
	color: #ffffff;
}

.pea_cook_more_info_popover {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1000000;
	height: 80%;
	width: 100%;
	left: 0;
}

.pea_cook_more_info_popover_inner {
	padding: 50px;
	margin: 40px auto;
	overflow: auto;
	max-height: 100%;
	min-width: 50%;
	min-height: 200px;
	max-width: 60%;
	background-color: rgba(0, 0, 0, 0.75);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,
		endColorstr=#cc000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
	background-color: rgba(0, 0, 0, 0.75);
}

.pea_cook_more_info_popover_inner a {
	border-bottom: dotted thin #eee;
	text-decoration: none;
}

.pea_cook_more_info_popover_inner a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	color: #ddd;
}

.pea_cook_more_info_popover h2 {
	font-size: 22px;
	font-weight: bold;
}

.pea_cook_more_info_popover h3 {
	font-size: 22px;
	font-weight: bold;
}

.gdprcookie {
	float: left;
	border-radius: 5px;
	transition: background 0.5s;
}

.gdprcookie:hover {
	cursor: pointer;
	background-position: -20px -10px !important;
	transition: background 0.5s;
}

.gdprcookie span {
	width: 100%;
	padding: 10px;
	text-align: center;
	float: left;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.obfuscator {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.6;
	z-index: 100000;
}

.update-message-box{ 
	display:none;
}

.update-message{ 
	display:none;
	color: #b7ffa6; 
	display:inline !important;
	margin-right:10px;
}

.update-message-box {
	text-align:right;
	font-size: 12px;
}


.update-message-box:before {
	content:"";
	clear:both;
	display:block;
	
}

@media (max-width:500px) {
	button.pea_cook_btn_primary, button.pea_cook_btn {
		width:auto;
		padding:10px 20px;
	}
	
	.pea_cook_wrapper.pea_cook_bottomright span input[type='checkbox'], .pea_cook_box span input[type='checkbox'] {
		margin: 10px !important;
	}
	
	.pea_cook_wrapper.pea_cook_bottomright .fom, .pea_cook_box .fom { 
		margin: 10px;
		display: inline-block;
	}

}