/**
 * @copyright   Copyright (C) 2018 Embarcadero. All rights reserved.
 * @license     private/commercial
 */

#cookieconsent {
	position: fixed;
	bottom: 0;
	background-color: #e99f1a;
	left: 0;
	width: 100%;
	box-shadow: 0 0 6px #999;
	z-index: 100000;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3em;
	display: none;
	opacity: 0;
}
#cookieconsent #cscontent {
	padding: 15px 0;
}
#cookieconsent #cscontent p {
	display: inline-block;
	margin: 0;
}
#cookieconsent #cscontent a {
	color: inherit;
	text-decoration: underline;
}
#cookieconsent #cscontent button {
	padding: 5px 15px;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 1.5em;
}
#cookieconsent #cscontent button:after {
	display: none;
}
#cookieconsent #cscontent button:focus {
	outline: none;
}
#cookieconsent #cscontent .link {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
#cookieconsent #cscontent .link:hover {
	text-decoration: underline;
}
#cookieconsent #csbuttons {
	text-align: center;
}