﻿.cookie-container {
	padding: 2em;
	box-shadow: 0 0 20px rgba(39,59,74,.08);
	width: 70%;
	max-width: 1000px;
	height: 50px;
	bottom: 10%;
	left: 1em;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: fixed;
	background: #fff;
	font-size: .75rem;
}
#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;
	text-align: left;
}
.cookie-container.active {
	animation: 1s slideInFromBottom;
	bottom: 1em;
}
.cookie-container.displayNone {
	display: none;
}

.cookie-btn {
	border: 0;
	padding: 10px 45px;
	font-size: 14px;
	margin-bottom: 16px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #0369B1;
	color: #FFFFFF !important;
	border-color: #0369B1;
}
.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');
}
