/**
 * @package			Joomla.Site
 * @subpackage		Modules - mod_jbcookies
 * 
 * @author			JoomBall! Project
 * @link			http://www.joomball.com
 * @copyright		Copyright © 2011-2014 JoomBall! Project. All Rights Reserved.
 * @license			GNU/GPL, http://www.gnu.org/licenses/gpl-3.0.html
 */

.jb.cookie {
	position: fixed!important;
	z-index: 999;
	width: 65%!important;
	height: auto;
	text-align: center;
	display: none;
	box-shadow: 0 0 40px #444;
	padding: 30px 17.5% 15px 17.5%;
	left: 0;
	right: 0;
	float: none!important;
	text-shadow: none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

.jb.cookie.top {
	top: 0px;
}

.jb.cookie.bottom {
	bottom: 0px;
}

.jb.cookie div.cookie-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	z-index: -1;
}

.jb.cookie-bg.black {
	background-color: black;
}

.jb.cookie-bg.white {
	background-color: white;
}

.jb.black {
	color: white;
}

.jb.white {
	color: black;
}

.jb.cookie p {
	margin: 4px 0;
	padding: 0;
	float: none!important;
}

.jb.cookie h2 {
	font-size: 24px;
	font-weight: bold;
    margin: 0 0 20px 0;
	line-height: 25px;
	font-family: 'lunchboxlight';
	text-transform: uppercase;
}

.jb.cookie p {
	font-size: 13px;
	margin-bottom: 20px;
	color: #333;

}

.jb.cookie p a {
	cursor: pointer;
	float: none!important;
}

.jb.accept {
	cursor: pointer;
	font-size: 14px;
	margin: 5px auto;
	min-width: 100px;
	padding: 4px 12px;
	border-radius: 4px;
	color: #fff;
	float: none!important;
}

.jb.accept:hover {
}


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

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

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

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

.jb.accept.blue {
}

.jb.accept.green {
}

.jb.accept.orange {
}

.jb.accept.red {
}

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


