
/* edit settings dialog */
.cookieconsent-overlay {
	position:fixed;
	z-index:9998;
}
.cookieconsent-dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow:visible;
	z-index:9999;
     text-align: left;
}
.cookieconsent-dialog h2 {
    margin-bottom: 10px;
}
.cookieconsent-permission-panels ul.ui-widget-content {
    border-top: none;
}
.cookieconsent-dialog-content {
	padding:20px;
	margin:20px auto;
	width:700px;
	font-size:13px;
	position:relative;
     overflow: hidden;
     *padding-bottom: 10px;  /* IE7 hack */
}
.cookieconsent-dialog-close {
	position:absolute !important;
	top:10px;
	right:10px;
     margin: 0 !important;
}
.cookieconsent-dialog-content h1 {
	font-size:23px;
	border-bottom:1px solid;
	border-color:inherit;
	margin:0 0 20px 0;
	line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
	position:absolute;
	bottom:3px;
	right:3px;
	background-color:#efefef;
	padding:0 5px;
	display:block;
}

.cookieconsent-button-wrap {
	margin:20px 0 5px;
	text-align:right;
}
.cookieconsent-button-wrap button {
	margin-left:3px;
}

.cookieconsent-level-changer {
	overflow:visible;
	margin:0 auto 10px;
	text-align:center;
	border-bottom:1px solid #b5b5b5;
	padding-bottom:10px;
}
.cookieconsent-level-changer a {
	display:inline-block;
	height:150px;
	cursor:pointer;
	cursor:hand;
	position:relative;
	border:5px solid #b5b5b5;
	max-width:150px;
	text-decoration:none !important;
}

.cookieconsent-level-changer a#clear-btn {

}

.cookieconsent-level-changer a#clear-btn.active {
	border-color:#4AB608;		
}

.cookieconsent-level-changer a:hover {
	filter: alpha(opacity=90);
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
	display:block;
	position:absolute;
	top:11px;
	left:10%;
	right:13%;
	height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
	display:block;
	background-color:#e9e7c0;
	position:absolute;
	bottom:0px;
	border:1px solid #fff;
}

.cookieconsent-level-changer a span.cookieconsent-level-button-title {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:45px;
	padding-top:10px;
	background-color:#b5b5b5;
	color:#fff;
	font-size:15px;
}
.cookieconsent-level-changer a.activated {
	border-color: #C9AB72;
}
.cookieconsent-level-changer a#clear-btn.active span.cookieconsent-level-button-title,
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
	background-color: #C9AB72;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
	background-color:#C9AB72;
}

.cookieconsent-permission-panels {
	overflow:hidden;
	clear:both;
     margin-bottom:10px;
}
.cookieconsent-permission-panel-disallowed {
	float:left;
	width:49%;
}
.cookieconsent-permission-panel-allowed {
	float:right;
	width:49%;
}
.cookieconsent-permission-panel-title {
	font-size:16px;
	padding:10px 15px;
	font-weight:normal !important;
	text-align:center;
}
.cookieconsent-permission-panels ul {
	padding:15px;
	margin:0;
	list-style:circle;
}
.cookieconsent-permission-panels ul li {
	padding:0 0 4px 20px;
	margin:0;
	font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
	position:fixed;
	z-index:1999;
	right:50px;
	bottom:0px;
	width:400px;
	padding:15px 20px;
	font-size:13px !important;
	/*-webkit-box-shadow: 0px 0px 2px 2px rgba(195, 145, 75, 0.4);*/
	/*box-shadow: 0px 0px 2px 2px rgba(195, 145, 75, 0.4);*/
     border-width: 3px !important;
     border-bottom: none !important;
     text-align: left;
     line-height: 18px;
     background: #fffcf5 !important;
     background-image: none !important;
}

/* magic button */
.cookieconsent-toggle-magic-button {
	display:block;
	float:right;
	margin:10px 0 10px;
	text-decoration:underline;
}
.cookieconsent-dialog .cookieconsent-toggle-magic-button {
    line-height: 20px;
}
.cookieconsent-toggle-magic-button .ui-icon {
	float:left;
	margin: 3px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
	display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
	margin:0 0 15px;
	padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
	height:137px;
	width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {
	display:block;
	float:left;
	clear:both;
	margin:10px 0 10px;
	text-decoration:underline;
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}

/* additional styles @mkr */

.action-btn {
    background: #840265 !important;
    border-color: #840265 !important;
    color: #fff !important;
}
.action-btn .ui-icon.action {
    background-image: url(images/ui-icons_FFFFFF_256x240.png);
}
.success{
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
}
.success .icon {
    background: url(images/success.png) left center no-repeat;
    width: 31px;
    height: 26px;
    margin-right: 10px;
    display: inline-block;
}
.success em {
    font-size: 16px;
    position: relative;
    top: -7px;
    font-style: normal;
    *top: -4px; /* IE7 hack */
}
.success.no-icon em {
	top: 0;
}

.bottom-links {
    float: left;
    width: 100%;
    clear: both;
    }
    .cookieconsent-cookie-policy-link {
        float: left;
    }
    .clear-cookies-wrapper {
        float: right;
        text-align: right;
    }

.cookieconsent-button-wrap .ui-button.text-link {
    background: none;
    border: none;
    text-decoration: underline;
}
.cookieconsent-popup a:hover,
.cookieconsent-button-wrap .ui-button.text-link:hover {
    text-decoration: none;
}
.cookieconsent-level-changer-wrap {
    float: left;
    width: 100%;
}