.custom-control {
	position: relative;
	display: inline;
	padding-left: 1.5rem;
	cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0.25em;
}

.custom-control-indicator {
	position: absolute;
	top: 0.0625rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, .1);
}

custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	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");
}

.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #46648c;
	box-shadow: none;
}

.custom-control.custom-checkbox {
	width: 100% !important;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}

.alert {
	clear: both;
	padding: 15px;
	margin-bottom: 0.625rem;
	border: 1px solid transparent;
	border-radius: 0.25em;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	opacity: 0.65;
	box-shadow: none;
}

.hidden-xs-up {
	display: none;
}

.cookie-information.header {
	position: static;
	top: 0;
	left: 0;
}

.cookie-information {
	position: fixed;
	width: 100%;
	padding: 0.625rem 0;
	z-index: 1050;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
}

.container-fluid {
	width: 100%;
}

.cookie-information .btn {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25em;
	transition: all 0.2s ease-in-out;
}

.pull-xs-right {
	float: right !important;
}

.cookie-information .btn-secondary {
	color: #373a3c;
	background-color: #fff;
	border-color: #ccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.cookie-information a:not(.btn), .cookie-information a:not(.btn):hover {
	color: inherit;
	text-decoration: underline;
}

.cookie-information .btn-sm {
	font-size: 90%;
	padding: 5px;
	border-radius: 2px;
	margin-right: 20px;
}