#portlet_CookiePortlet {
    position: absolute;
    left: -100000px;
}

.jsCookie *, .jsCookie ::after, .jsCookie ::before {
	box-sizing: border-box
}

.jsCookie .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.jsCookie .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.jsCookie .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.jsCookie  .custom-content h1,
.jsCookie  .custom-content h2,
.jsCookie  .custom-content h3,
.jsCookie  .custom-content h4,
.jsCookie  .custom-content h5,
.jsCookie  .custom-content h6 {
	padding: .75rem 1.25rem;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	font-size: var(- -h3-font-size)
}

.jsCookie .position-relative {
	position: relative !important
}

.jsCookie .width-100 {
	width: 100% !important
}

.jsCookie .mar-0 {
	margin: 0 !important
}

.jsCookie .pad-0 {
	padding: 0 !important
}

.jsCookie .cookieConsentMessage {
	position: fixed;
	left: 50%;
	top: auto;
	bottom: 30px;
	width: 100%;
	border: 0;
	border-radius: 10px;
	transform: translateX(-50%);
	max-width: 60vw;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
	z-index: 100
}

.jsCookie {
	overflow: hidden
}

.jsCookie .custom-content p {
	padding: 1.25rem;
	margin: 0
}

.jsCookie .cookieConsentButtonSwitches {
	padding: 0 1.25rem 1.25rem 1.25rem
}

.jsCookie .cookieConsentSubmitButton {
	display: flex;
	max-width: 100%;
	justify-content: center
}

.jsCookie .cookieConsentSubmitButton div {
	min-width: 25%;
	margin: 5px 15px
}

.jsCookie .cookieConsentSubmitButton div .btn {
	width: 100%
}

.jsCookie .cookieSelectAccept, .jsCookie .cookieSelectAcceptAll,
	.jsCookie .cookieSelectReadMore {
	border-radius: 0;
	height: 100%;
	text-decoration: none;
	overflow-wrap: normal
}

.jsCookie #cookieSelectForm {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}

.jsCookie #cookieSelectForm .formElement {
	margin: 5px 20px 0 20px
}

.jsCookie #cookieSelectForm .checkbox label {
	padding-left: 5px
}

.jsCookie label {
	display: inline-block;
	margin-bottom: .5rem
}

.jsCookie #cookieSelectForm label {
	margin-bottom: 0;
	vertical-align: middle
}

.jsCookie .checkbox-type-toggle .cookieCheckbox-label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	padding-left: 0;
	width: 50px;
	height: 10px;
	background-color: #a54848;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .3);
	transition: all .3s ease-in-out
}

.jsCookie .checkbox .cookieCheckbox {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0
}

.jsCookie .checkbox .cookieCheckbox-label {
	width: 50px;
	height: 22px;
	position: relative
}

.jsCookie .checkbox-type-toggle .cookieCheckbox:checked+.cookieCheckbox-label:before
	{
	background-color: #79a548
}

.jsCookie .checkbox-type-toggle .cookieCheckbox:focus+.cookieCheckbox-label
	{
	outline: 2px solid #000
}

.jsCookie .checkbox-type-toggle .cookieCheckbox:checked:disabled+.cookieCheckbox-label:before
	{
	background-color: #8fa17a
}

.jsCookie .checkbox-type-toggle .cookieCheckbox-label:after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 20px;
	width: 20px;
	top: 0;
	left: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .9);
	transition: all .3s ease-in-out
}

.jsCookie .checkbox-type-toggle .cookieCheckbox:checked+.cookieCheckbox-label:after
	{
	left: 30px
}

.jsCookie .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.jsCookie .btn:hover {
	color: #212529;
	text-decoration: none
}

.jsCookie .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.jsCookie .btn:disabled {
	opacity: .65
}

.jsCookie .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.jsCookie .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.jsCookie .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.jsCookie .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.jsCookie .btn-success {
	color: #000;
	background-color: #acc30f;
	border-color: #acc30f
}

.jsCookie .btn-success:hover {
	color: #000;
	background-color: #83940c;
	border-color: #acc30f
}

.jsCookie .btn-success:focus {
	color: #000;
	background-color: #83940c;
	border-color: #83940c
}

.jsCookie .btn-success:disabled {
	color: #000;
	background-color: #83940c;
	border-color: #83940c
}

.jsCookie .btn-info {
	color: #000;
	background-color: #1dbfd7;
	border-color: #1dbfd7
}

.jsCookie .btn-info:hover {
	color: #000;
	background-color: #1bafc5;
	border-color: #1dbfd7
}

.jsCookie .btn-info:focus {
	color: #000;
	background-color: #1bafc5;
	border-color: #1dbfd7
}

.jsCookie .btn-info:disabled {
	color: #000;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.jsCookie .card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.jsCookie .card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.jsCookie .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.jsCookie .bg-dark {
	background-color: #ffffff !important
}

.jsCookie .text-white, .jsCookie .bg-dark p {
	color: #000000 !important
}

.jsCookie .text-black {
    color: #000 !important
}



#portlet_CookiePortletPage h2.portlet-title-text {
    display: none;
}
.jsCookie .cookie-page .custom-content h1,
.jsCookie .cookie-page .custom-content h2,
.jsCookie .cookie-page .custom-content h3,
.jsCookie .cookie-page .custom-content h4,
.jsCookie .cookie-page .custom-content h5,
.jsCookie .cookie-page .custom-content h6 {
    background-color: white;
}