div.sf_cookie_container {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	overflow: auto;
}

body {
	overflow: hidden;
}

div.sf_cookie_content {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 30px;
	max-width: 900px;
}

.sf_cookie_content h3 {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
}

div.sf_cookie_checkmarks {
	margin-top: 30px;
}

div.sf_cookie_checkboxoption {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	 -ms-user-select: None;
	 -moz-user-select: None;
 	-webkit-user-select: None;
}

div.sf_cookie_checkboxoption input {
	display: none;
}

div.sf_cookie_checkboxoption label {
	display: inline-block;
	line-height: 24px;
	vertical-align: top;
	cursor: pointer;
}

div.sf_cookie_checkboxoption span.sf_checkmark {
	display: inline-block;
	border: 2px solid #666;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: white;
	position: relative;
	vertical-align: top;
}

div.sf_cookie_checkboxoption span.checked {
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg);
	display: none;
}

div.sf_cookie_checkboxoption span.partchecked {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #c7d500;
	display: none;
}

div.checked span.sf_checkmark {
	border: 2px solid #c7d500;
	background-color: #4f94cd;
}

div.sf_checkbox_necessary, div.sf_checkbox_necessary label {
	cursor: default;
}

div.sf_checkbox_necessary span.sf_checkmark {
	border: 2px solid #666;
	background-color: #666;
}


div.partchecked span.sf_checkmark {
	border: 2px solid #4f94cd;
}

div.checked span.checked {
	display: block;
}

div.partchecked span.partchecked {
	display: block;
}

div.sf_cookie_links {
	margin-top: 30px;
}

div.sf_cookie_details {
	margin-top: 20px;
	position: relative;
	min-height: 50px;
}

a#sf_cookiedetails {
	display: inline-block;
	color: #c7d500;
	cursor: pointer;
	position: absolute;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	right: 0px;
}

i#sf_cookiedetails_arrow {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	width: 12px;
	height: 20px;
	transition: 200ms ease all;
	position: absolute;
	right: 0px;
	top: 1px;
}

i#sf_cookiedetails_arrow::before {
	content: "";
	border-left: 2px solid #c7d500;
	border-bottom: 2px solid #c7d500;
	width: 8px;
	height: 8px;
	float: left;
	transform: rotate(-45deg);
	margin-top: 2px;
}

div.sf_cookie_detailscontent {
	display: none;
}

div.sf_cookie_details table {
	width: 100%;
	border-collapse: collapse;
}

div.sf_cookie_details table th {
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #666;
	text-align: left;
}

div.sf_cookie_details table td {
	padding: 5px;
	border-bottom: solid 1px #666;
	font-weight: normal;
	text-align: left;
}

div.sf_cookie_buttons {
	margin-top: 20px;
	text-align: right;
}

a.sf_cookie_button {
	display: inline-block;
	padding: 10px;
	border: solid 2px #c7d500;
	border-radius: 4px;
	text-align: center;
	color: black;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-left: 30px;
}

a.sf_cookie_button:hover {
	color: white;
	background-color: #c7d500;
	text-decoration: none;
}


a.sf_cookie_actionbutton {
	border: solid 2px #c7d500;
	background-color: #c7d500;
	color: white;
}

a.sf_cookie_actionbutton:hover {
	border: solid 2px #a0b2b9;
	background-color: #a0b2b9;
}

a.sf_link {
	float: left;
}

.sf_td_cookie {
	width: 20%;
}

.sf_td_category {
	width: 15%;
}

.sf_td_description {
	width: 40%;
}

.sf_td_persistency {
	width: 25%;
}

.sf_cookie_buttons {
	height: 50px;
}

.sf_mobile {
	display: none;
}

.sf_small {
	font-size: 0.8rem;
	line-height: 1.1;
}

.sf_tiny {
	font-size: 0.7rem;
	line-height: 1.1;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

	.sf_desktop {
		display: none;
	}

	.sf_mobile {
		display: block;
	}

	div.sf_cookie_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	div.sf_cookie_checkboxoption label {
	}

	a.sf_cookie_button {
		clear: both;
		display: block;
		margin-left: 0px;
		margin-top: 20px;
		float: none;
	}

	.sf_cookie_buttons {
		height: auto;
	}

	div.sf_cookie_details {
		min-height: 30px;
	}

	a.sf_cookie_button:first-child {
		margin-top: 0px;
	}

	a.sf_link {
		float: none;
	}


	.sf_td_cookie {
		width: 25%;
	}

	.sf_td_category {
		display: none;
	}

	.sf_td_description {
		width: 45%;
	}

	.sf_td_persistency {
		width: 30%;
	}
}