#tfcookie-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5
}
#tfcookie-modal {
	outline: 0;
	box-sizing: border-box;
	font-size: 16px;
}
#tfcookie-modal:not(.inline) {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1071;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
#tfcookie-modal * {
	box-sizing: border-box;
}
#tfcookie-modal a {
	color: #9b7d39;
	text-decoration: none;
	background-color: transparent;
}
#tfcookie-modal a:hover {
	color: #000;
}
#tfcookie-dialog {
	position: relative;
	width: auto;
	margin: 8px;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 16px);
}
#tfcookie-modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	outline: 0;
	background-color: #f4f4f4;
	color: #555;
	font-weight: 400;
}
.tfcookie-modal-header {
	text-align: center;
	padding: 8px 16px;
	background-color: #ebebeb;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tfcookie-modal-body {
	position: relative;
	padding: 8px 16px;
	font-size: 14px;
}
.tfcookie-modal-body ~ .tfcookie-modal-body {
	padding-top: 0;
}
.tfcookie-modal-footer {
	padding: 8px 16px 16px 16px;
	text-align: center;
}

.tfcookie-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -7px;
	margin-left: -7px;
}
.tfcookie-col,
.tfcookie-col > div:first-child {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	flex-grow: 1;
}
.tfcookie-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 7px;
	max-width: 100%;
	min-width: 200px;
	text-align: center;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
}
.tfcookie-col > div:first-child {
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.1);
}

.tfcookie-control-description {
	font-size: 12px;
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.tfcookie-details {
	overflow: auto;
	font-size: 12px;
	max-height: 300px;
}
.tfcookie-details table {
	width: 100%;
}
.tfcookie-details table td, .tfcookie-details table th, .tfcookie-details table td:first-child, .tfcookie-details table th:first-child {
	min-width: 100px;
	padding: 2px 5px !important;
}
.tfcookie-details table tbody tr:nth-child(2n) td {
	background: #e9e9e9 !important;
}
.tfcookie-details table tbody tr:nth-child(2n+1) td {
	background: transparent !important;
}
.tfcookie-details table th,
.tfcookie-details table thead td {
	font-weight: bold;
	background: #eee !important;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.tfcookie-details-toggle {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0.5em 0;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #aaa;
	background: transparent;
}
.tfcookie-details-toggle:hover, .tfcookie-details-toggle:focus, .tfcookie-details-toggle.focus,
.tfcookie-details-toggle:not(:disabled):not(.disabled):active, .tfcookie-details-toggle:not(:disabled):not(.disabled).active {
	color: #555;
}

.tfcookie-control {
	position: relative;
	display: inline-block;
	min-height: 1.5em;
	padding-left: 1.5em;
}
.tfcookie-control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.tfcookie-control input:checked ~ label::before {
	color: #fff;
	background-color: #aaa;
}
.tfcookie-control input:focus ~ label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2em rgba(170, 170, 170, 0.25);
}
.tfcookie-control input:active ~ label::before {
	color: #fff;
	background-color: #b3d7ff;
}
.tfcookie-control input:disabled ~ label {
	color: #aaa;
}
.tfcookie-control input:disabled ~ label::before {
	background-color: #e9ecef;
}

.tfcookie-control label {
	margin-bottom: 0;
	font-weight: bold;
	color: #888;
	font-size: 1.1em;
}
.tfcookie-control label::before {
	position: absolute;
	top: 0.1em;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.tfcookie-control label::after {
	position: absolute;
	top: 0.1em;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.tfcookie-control label::before {
	border-radius: 0.25em;
}
.tfcookie-control input:checked ~ label::before {
	background-color: #aaa;
}
.tfcookie-control input:checked ~ label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.tfcookie-control input:indeterminate ~ label::before {
	background-color: #aaa;
}
.tfcookie-control input:indeterminate ~ label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.tfcookie-control input:disabled:checked ~ label::before {
	background-color: rgba(170, 170, 170, 0.5);
}
.tfcookie-control input:disabled:indeterminate ~ label::before {
	background-color: rgba(170, 170, 170, 0.5);
}
.tfcookie-control input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
.tfcookie-control label::before {
	border-radius: 0em;
}
.tfcookie-control input:checked ~ label::before {
	background-color: #aaa;
}
.tfcookie-control input:checked ~ label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.tfcookie-control input:indeterminate ~ label::before {
	background-color: #aaa;
}
.tfcookie-control input:indeterminate ~ label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.tfcookie-control input:disabled:checked ~ label::before {
	background-color: rgba(170, 170, 170, 0.5);
}
.tfcookie-control input:disabled:indeterminate ~ label::before {
	background-color: rgba(170, 170, 170, 0.5);
}

#tfcookie-accept-all,
#tfcookie-accept-selected {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 7px 32px 5px;
	margin: 0 16px;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#tfcookie-accept-selected {
	color: #000;
	background-color: transparent;
	border-color: #000;
}
#tfcookie-accept-selected:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
#tfcookie-accept-selected:focus {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.125);
}
#tfcookie-accept-all {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
#tfcookie-accept-all:hover {
	color: #fff;
	background-color: #444;
	border-color: #444;
}
#tfcookie-accept-all:focus {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.125);
}


.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

@media (min-width: 576px) {
	#tfcookie-dialog {
		max-width: 500px;
		margin: 28px auto;
		min-height: calc(100% - (28px * 2));
	}
}

@media (min-width: 992px) {
	#tfcookie-dialog {
		max-width: 800px;
	}
}