#cookies_show_configuration {
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	padding-left:20px;
	margin-top: 20px;
}
#cookies_show_configuration i {
	font-size:1.4em;
	margin-right:5px;
	vertical-align:top;
}

#cookies_message {
	display:none;
	position:fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 40px 80px;
	background: #565656;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 20px;
	line-height:35px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	z-index: 99999;
	text-align: center;
	color: #fff;
}
#cookies_message a, #cookies_message a:hover {
	color: #fff;
	text-decoration: underline;
}
#cookies_message button {
	border:0;
	background:#aaaaaa;
	color:#000000;
	padding:5px 20px;
	margin: 5px 20px 0px;
	cursor:pointer;
	transition:all 0.3s;
}
#cookies_message button:hover {
	background:#67748e;
	color:#ffffff;
}
#cookies_message #cookies_accept_all {
	background:#c5f64d;
	color:#000000;
}
#cookies_message #cookies_accept_all:hover {
	background:#67748e;
	color:#ffffff;
}

#cookies_config {
	display:none;
	margin:10px 5px;
	font-size:14px;
	color:#333333;
}
#cookies_config input[type="checkbox"],
#cookies_config input[type="radio"] {
	position:unset;
	opacity:1;
}
#cookies_config .modal-header {
	padding:0;
	margin-bottom:20px;
	border:0;
}
#cookies_config .modal-header h2 {
	font-size:25px;
	margin:0;
}
#cookies_config .modal-body {
	padding:0;
	margin-bottom:20px;
	border:0;
}
#cookies_config .modal-footer {
	padding:0;
	text-align:right;
	margin:0 20px;
	border:0;
}
#cookies_config .section {
	padding:5px 10px;
	margin-bottom:20px;
	background:#ffffff;
	border:0;
	border-radius:2px;
	box-shadow:0px 0px 5px #999999;
}
#cookies_config .section .section-name {
	margin:10px 0;
	font-size:1.3em;
	font-weight:bold;
}
#cookies_config .section .section-name .badge {
	font-size:0.8em;
	font-weight:normal;
	margin-left:10px;
	border-radius:3px;
}
#cookies_config .section .section-switch {
	margin:10px 0;
	padding:0px 10px;
}
#cookies_config .section .section-switch label {
	margin-right:10px;
}
#cookies_config .section .section-purpose {
	margin:10px 0;
}
#cookies_config .section .section-purpose a {
	position:relative;
	display:block;
	padding:10px 20px;
	background:#eeeeee;
	border:0;
	font-size:1.1em;
}
#cookies_config .section .section-purpose a::after {
	position:absolute;
	top:3px;
	right:10px;
	width:30px;
	height:30px;
	content:"\f077";
	font-family: "FontAwesome";
	font-size:1.5em;
}
#cookies_config .section .section-purpose a.collapsed::after {
	content:"\f078";
}
#cookies_config .section .section-purpose .section-purpose-content {
	margin:10px;
}
#cookies_config .modal-footer button {
	display:inline-block;
	border:0;
	background:#aaaaaa;
	font-size:1.3em;
	color:#000000;
	padding:5px 20px;
	margin: 5px 20px 0px;
	cursor:pointer;
	transition:all 0.3s;
}
#cookies_config #cookies_save_selection:hover {
	background:#67748e;
	color:#ffffff;
}
#cookies_config #cookies_save_all {
	background:#c5f64d;
	color:#000000;
}
#cookies_config #cookies_save_all:hover {
	background:#67748e;
	color:#ffffff;
}

