#cookie-consent * {
	box-sizing: border-box;
}

footer#cookie-consent {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: rgb(244, 244, 244);
	border-top: 1px solid rgb(212, 212, 212);
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

#cookie-consent .text-consent {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#cookie-consent .button-container {
	margin-top: .5rem !important;
}

#cookie-consent > div {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#cookie-consent button {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	background-color: #007bff;
	border: 1px solid #007bff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	line-height: 1.5;
	padding: .25rem .5rem !important;
	border-radius: .2rem;
	width: 100%!important;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button !important;
	cursor: pointer;	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#cookie-consent button:active {
	color: #fff;	
	background-color: #0062cc;
	border-color: #005cbf;
}

#cookie-consent button:hover {
	color: #fff;	
	background-color: #0069d9;
	border-color: #0062cc;
	text-decoration: none;
}

#cookie-consent button:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

#cookie-consent > div > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	padding-top: .5rem !important;    
    padding-bottom: .5rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#cookie-consent .text-consent, #cookie-consent .button-container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#cookie-consent .text-consent a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #212529;
	font-weight: 500;
	text-decoration: none;
}

@media (min-width: 576px) {
	#cookie-consent > div {
		max-width: 540px;
	}

	#cookie-consent .text-consent, #cookie-consent .button-container {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	#cookie-consent > div {
		max-width: 720px;
	}

	#cookie-consent .text-consent {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	#cookie-consent .button-container {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		margin-top: 0 !important;
	}
}

@media (min-width: 992px) {
	#cookie-consent > div {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	#cookie-consent > div {
		max-width: 1140px;
	}

	#cookie-consent .text-consent {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	#cookie-consent .button-container {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
	}
}
