/*
 
 ******************************************
 *              EOLIA SHOP                *
 *         https://eoliashop.com          *
 *              2011 - 2018               *
 ******************************************
 
 * @gdprcompliancy module for Prestashop
 * @Help to make your shop GDPR compliant
 * @Category frontoffice
 * @Author Eolia - contact@eoliashop.com
 * @Version 2018-05-20
 * @Prestashop modules
 * @Copyright © 2011-2018, Devcustom.net
 * @Commercial license 
 * All rights reserved - Copying, duplication strictly prohibited
 * Compatibility: PS version: 1.5 & 1.6
 *
 **/
.gdprcompliancy {
    position: fixed;
    z-index: 8000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.gdprcompliancy .gdpr-content {
	position: absolute;
	overflow-y: auto;
	max-height: 80%;
	top: 10%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-font-smoothing: antialiased;
	background-color: #fefefe;
	padding: 0;
	border: 1px solid #888;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	box-sizing: content-box;
}
.gdprcompliancy-content {
    height: 100%;
}
.gdprcompliancy-header{padding: 9px 15px 0;border-bottom:1px solid #eee;background: #596643;}
.gdprcompliancy-header .close{margin-top:2px;}
.gdprcompliancy-header h3{margin:0;line-height:30px;}
.gdprcompliancy-title {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 10px;
    color: white;
}
.gdprcompliancy-body{position:relative;padding:15px;overflow-y: auto;}
.gdprcompliancy-form{margin-bottom:0;}
.gdprcompliancy-footer{padding:14px 15px 15px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;width: 100%;}
.gdprcompliancy-footer:before,.gdprcompliancy-footer:after{display:table;content:"";line-height:0;}
.gdprcompliancy-footer:after{clear:both;}
.gdprcompliancy-footer .btn+.btn{margin-bottom:0;}
.gdprcompliancy-footer .btn-group .btn+.btn{margin-left:-1px;}
.gdprcompliancy-footer .btn-block+.btn-block{margin-left:0;}
.gdprcompliancy-header .btn    {margin-top: 3px;}
.gdprcompliancy_checkbox {
    margin: 0 0 0 40px;
    padding-bottom: 10px;
}
.gdprcompliancy * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gdprcompliancy_checkbox label {
    font-weight: bolder;
    font-size: 110%;
	display: flex;
}
.gdprcompliancy_description {
    margin-top: 20px;
}
@media (max-width: 767px) {
	.gdprcompliancy-body{max-height: 80%;}
	.gdprcompliancy .gdpr-content {width: 98%;}
	.gdprcompliancy_checkbox {margin: 0 0 0 40px;}
}
@media (min-width: 768px) {
	.gdprcompliancy-body{max-height: 450px;}
	.gdprcompliancy .gdpr-content {min-width: 600px;}
}
.gdprcompliancy .pull-right {
	float:right !important;
}
.gdprcompliancy .pull-left {
	float:left !important;
}
.gdprcompliancy button {
    border: none;
    border-radius: 0px;
    text-align: center;
    padding: 7px 15px;
    line-height: 16px;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.gdprcompliancy button.btn-info {
    color: #fff;
    background-color: #596643;
    border-color: #3983f1;
	background-image: none !important;
	text-shadow: none !important; 
}
.gdprcompliancy button.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
	background-image: none !important;
	text-shadow: none !important; 
}
.gdprcompliancy {
	color: #8c8686;
}
.gdprcompliancy button.btn-info:hover {
	color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
}
.gdprcompliancy button.btn-warning:hover {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.gdprcompliancy_modules {
    clear: both;
    padding: 10px 0;
    text-align: justify;
}