/*
# ------------------------------------------------------------------------
# Gear Cookies Notification
# ------------------------------------------------------------------------
# Copyright (C) 2015 http://joomlagear.org/. All rights reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: Joomla Gear
# Websites: http://joomlagear.org
# ------------------------------------------------------------------------
*/

.gear.cookie {
	position: fixed!important;
	z-index: 9999;
	width: 100%!important;
	height: auto;
	text-align: center;
	display: none;
	padding: 10px 0;
	left: 0;
	right: 0;
	float: none!important;
}

.gear.cookie.top {top: 0px; }
.gear.cookie.bottom { bottom: 0px;}
.gear.cookie div.cookie-bg { width: 100%; height: 100%;top: 0;left: 0; opacity: 0.9;filter: alpha(opacity=90);position: absolute;z-index: -1;}
.gear.cookie-bg.black {background-color: black;}
.gear.cookie-bg.white {background-color: white;}
.gear.black {color: white;}
.gear.white {color: #333;}
.gear.cookie p {margin: 4px 0;padding: 0;float: none!important;}
.gear.cookie h2 {font-size: 18px;font-weight: bold;margin: 0;line-height: 25px;}
.gear.cookie p {font-size: 14px}
.gear.cookie p a {cursor: pointer;float: none!important;}

.gear.accept {
	cursor: pointer;
	font-size: 16px;
	min-width: 100px;
	color: #fff;
	float: none!important;
}


/* COLORS LINKS */
/*.gear.top.blue .gear.cookie-bg.white, .gear.top.blue .gear.cookie-bg.black {
	border-bottom: 1px solid #0089f2;
}

.gear.top.green .gear.cookie-bg.white, .gear.top.green .gear.cookie-bg.black {
	border-bottom: 1px solid #52a552;
}

.gear.top.orange .gear.cookie-bg.white, .gear.top.orange .gear.cookie-bg.black {
	border-bottom: 1px solid #e88a05;
}

.gear.top.red .gear.cookie-bg.white, .gear.top.red .gear.cookie-bg.black {
	border-bottom: 1px solid #dd2f26;
}

.gear.bottom.blue .gear.cookie-bg.white, .gear.bottom.blue .gear.cookie-bg.black {
	border-top: 1px solid #0089f2;
}

.gear.bottom.green .gear.cookie-bg.white, .gear.bottom.green .gear.cookie-bg.black {
	border-top: 1px solid #52a552;
}

.gear.bottom.orange .gear.cookie-bg.white, .gear.bottom.orange .gear.cookie-bg.black {
	border-top: 1px solid #e88a05;
}

.gear.bottom.red .gear.cookie-bg.white, .gear.bottom.red .gear.cookie-bg.black {
	border-top: 1px solid #dd2f26;
}

.gear.cookie.blue p a {
	color: #0089f2;
}

.gear.cookie.green p a {
	color: #52a552;
}

.gear.cookie.orange p a {
	color: #e88a05;
}

.gear.cookie.red p a {
	color: #dd2f26;
}

.gear.accept.blue {
	background: #0089f2;
}

.gear.accept.green {
	background: #52a552;
}

.gear.accept.orange {
	background: #e88a05;
}

.gear.accept.red {
	background: #dd2f26;
}*/

/* MODAL */
#gearcookies .modal-body {
	max-height: 400px !important;
}