﻿.cookie-container {
	padding: 2em;
	box-shadow: 0 0 20px rgba(39,59,74,.08);
	width: 70%;
	max-width: 1000px !important;
	height: 50px !important;
	left: 1em;
	border-radius: 10px;
	display: flex;
	align-items: center !important;
	position: fixed;
	background: #fff;
	font-size: .75rem !important;
	bottom: 10%;
	box-sizing: unset;
	/*margin: 20px;*/
}

#MspCookieContainer {
	position: fixed;
	bottom: 10px;
	z-index: 9999;
	border-radius: 10px 10px 10px 10px;
}

#AscentisCookieContainer {
	position: fixed;
	bottom: 10px;
	z-index: 9999;
	border-radius: 10px 10px 10px 10px;
}

.banner-text {
	margin: 24px 0;
	line-height: 2;
	box-sizing: unset;
	text-align: left !important;
}

.cookie-container.active {
	animation: 1s slideInFromBottom;
	bottom: 1em;
}

.cookie-container.displayNone {
	display: none;
}

.cookie-btn {
	border: 0;
	padding: 6px 40px !important;
	font-size: 14px !important;
	margin-bottom: 16px !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	background-color: #0369B1 !important;
	color: #FFFFFF !important;
	border-color: #0369B1 !important;
	height: 24px !important;
	line-height: 24px;
	font-family: Arial;
	box-sizing: unset;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
}
