/*
 *  Copyright 2014 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
/* #cookie-banner */
#cookie-banner{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 30px;
	z-index:2000;
}

#cookie-banner .cookiebanner{
	color: #ffffff;
	font-size: 1.5em;
	text-align: center; 
}

#cookie-banner .cookiebanner a:link,
#cookie-banner .cookiebanner a:visited{
	background-color: #0084BB /* AMETYS ("default.default.bgcolor.main") */; 
	color: #f0f0f0;
	margin: 20px 20px 0;
	padding: 8px 40px;
	display: inline-block;
	border: 1px solid #000000;
	text-decoration: none;
	border-radius: 10px;
}

#cookie-banner .cookiebanner a:hover,
#cookie-banner .cookiebanner a:focus{
	color: #ffffff; 
	background-color: #333333;
}
