/* edit settings dialog */
.BoxSizing{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
a{text-decoration:none}
.cookieconsent-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:2000;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;	
	font-family:Verdana;
}
.cookieconsent-alert {
	position:absolute;
	display: table;	
	top:0; bottom:0;
	left: 0; right: 0;
	margin: auto;	
	z-index:200000;
	background:#fff;
	width:50%;	
	border-radius:5px;
	padding:20px;
	font-family:Verdana;
	color:#000;
}
.cookieconsent-alert-overflow{
	position:absolute;
	display: table;	
	top:0; bottom:0;
	left: 0; right: 0;
	margin: auto;	
	z-index:2000;
	background:#fff;
	width:50%;	
	border-radius:5px;
	padding:20px;
	font-family:Verdana;
	color:#000;
}
.cookieconsent-alert h1{display:inline-block; width:100%; font-size:20px; padding:0; margin:0; border-bottom:1px solid #ddd; padding-bottom:15px;}
.cookieconsent-alert-h2{display:inline-block; width:100%; border:1px solid #000; padding:5px; background:#f7f3de;font-size:12px; text-align:center; font-weight:normal; color:#000; font-family:Verdana;}
.cookieconsent-alert-overflow h2{display:inline-block; width:100%; border:1px solid #000; padding:5px; background:#f7f3de;font-size:12px; text-align:center; font-weight:normal}
.cookieconsent-alert-info{display:inline-block; width:100%; padding:10px; background:#d3e1e8; font-size:12px; margin:0; margin-bottom:5px}
.cookieconsent-dialog {
	display:inline-block;
	width:100%;	
	padding:20px;
	font-size:13px;
	border:1px solid #ddd;
}
.cookieconsent-diagram {
	display:inline-block;
	width:23%;		
	background:#ddd;
	border-radius:5px;
	margin:1%;
	padding:5px;
	text-align:center;
	color:#fff;
}
.cookieconsent-diagram-select {
	background:#66a0c5;	
}
.cookieconsent-diagram2 {
	display:inline-block;
	width:100%;		
	background:#fff;
	padding:5px 0;
}
.cookieconsent-close {
	position:absolute;
	top:20px;
	right:20px;
	border-radius:5px;
	background:#73a7c7;
	color:#fff;
	width:60px;
	padding:5px;
	font-size:12px;
	text-align:center;
	z-index:20000;
}
.cookieconsent-close:hover {
	background:#4b86ab;	
}
.btn-alert {float:left; background:#73a7c7; padding:10px; text-decoration:none; color:#fff; margin-top:5px}
.btn-alert:hover {background:#4b86ab;color:#fff}

.cookieconsent-info h1{font-size:14px}

@media only screen and (max-width: 767px) {
	.btn-alert {width:100%; text-align:center}
	.cookieconsent-alert{width:80%;}
	.cookieconsent-alert h1{font-size:16px;}	
	.cookieconsent-alert-overflow{display:inline-block; width:90%; height:500px; overflow-y:scroll;}
	.cookieconsent-alert-overflow h1{font-size:16px;}
	.cookieconsent-diagram {width:48%;}
}
