/* 
    * Description of cookie concent popup css
    Created on : 04-Oct-2018, 12:49:59
    Author     : ahsan
*/

.cookiepopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 2.0em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.cookiepopup-container-top,
.cookiepopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.cookiepopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.cookiepopup-buttons {
	padding: 7px 0 5px 0;
}

.cookiepopup-accept {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.cookiepopup-findoutmore {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.cookiepopup-button {
	margin: 0 10px;
}

.cookiepopup-button:hover,
.cookiepopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}