/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.media.text-muted.pt-3 * {
  padding-right: 8px;
}

.media.text-muted.pt-3 i {
  max-width: 40px;
}

.eugdpr-media-block17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eugdpr-media-block {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eugdpr-media-block17 > a {
  margin-right: 10px;
}

.eugdpr-media-block * {
  margin-right: 7px;
}

a.eugdpr-a-block {
  text-decoration: none;
}

i.icon-remove, i.icon-user {
  padding: 0 5px;
}

i.icon-info-sign, i.icon-pencil {
  padding: 0 4px;
}

i.icon-lock {
  padding: 0 8px;
  width: 40px;
}

div#buttonDiv {
  margin-top: 20px;
}

select#euGDPRDataDownload, select#remove_reason_select {
  padding: 8px;
}

#eugdpr-rectification > #center_column > div:nth-child(4) > a > i.icon-building {
  margin-left: 5px;
  margin-right:  0;
}

.eugdpr_request_data_anonymize > .eugdpr_all_addreses {
  width: 100%;
  overflow: hidden;
}

.eugdpr_request_data_remove > .eugdpr_all_addreses,
.eugdpr_request_data_anonymize > .eugdpr_all_addreses {
  width: 100%;
  overflow: hidden;
}

a.confirmation_back_button {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

div.eugdpr_request_data_remove > div.eugdpr_all_addreses > div > ul.customer_address,
div.eugdpr_request_data_anonymize > div.eugdpr_all_addreses > div> ul.customer_address {
  border: 1px solid black;
  padding: 10px;
}

.eugdpr_request_data_remove .checker, .eugdpr_request_data_anonymize .checker {
  float: left;
  margin-top:3px;
}

#eugdpr_remove_confdiv,
#eugdpr_anon_confdiv {
  margin-top:20px;
}

#remove_reason_text {
  margin-top:5px;
  margin-bottom:5px;
  padding-bottom: 50px;
  padding-left: 1px;
  padding-right: 1px;
  overflow-y: hidden;
  max-width: 300px;
}

#eugdpr-label > p {
  float: left;
}

a#cookieFooter {
  cursor: pointer;
}

#eugdpr_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@media (min-width: 768px) {
  .eugdpr-modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}

#eugdpr_modal .eugdpr-modal-dialog {
  border-radius: 10px;
  max-width: 50% !important;
  position: relative;
  margin: auto;
  overflow: visible;
  margin-top: 8%;
  min-height: 450px;
}

/* The Close Button */
#eugdpr_modal .eugdpr-modal-close {
  cursor: pointer;
  color: #aaa;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  right: 14px;
  top: 14px;
}

#eugdpr_modal.fade .eugdpr-modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

#eugdpr_modal.in .eugdpr-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.eugdpr-modal-dialog {
  background: white;
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

div#eugdpr_modal_categories {
  background: white;
}


#eugdpr_telluswhy {
  display: none;
}

#eugdpr_removereq_reason {
  margin-top: 10px;
}

/*POP=UP CSS*/
.eugdpr-tabs-left > .eugdpr-nav-tabs {
  border-bottom: 0;
}

.eugdpr-nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.eugdpr-tab-content > .eugdpr-tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.eugdpr-tab-content > .active,
.pill-content > .active {
  display: block;
}

.eugdpr-tabs-left > .eugdpr-nav-tabs > li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.container {
  padding-left: 10px;
}

#index .eugdpr-tab-content {
  margin-top: 0px !important;
}

.eugdpr-tab-content > div {
  max-width: 100%;
}

.modal-title {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

#eugdpr_modal > div > div > div.eugdpr-modal-header {
  border-bottom: 2px;
}

#eugdpr_modal > div > div > div.eugdpr-modal-footer {
  margin-top: 20px;
  border-radius: 0;
  bottom:20px;
  text-align: right;
  right: 15px;
  position:absolute;
  width:90%;
}

#eugdpr_info {
  margin-right: 10px;
  text-decoration: none;
  padding-right: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  float: left;
  background-color: #1f4f9c;
  border-color: #1f4f9c;
}

#eugdpr_allowall {
  margin-right:10px;
  text-decoration: none;
  padding-right: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  float: right;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1f4f9c;
  border-color: #1f4f9c;
}

#eugdpr_allow {
  text-decoration: none;
  padding-right: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  float: right;
  margin-right: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: black;
  background-color: #fafafa;
  border-color: #fafafa;
}

#eugdpr_allow, #eugdpr_allowall, #eugdpr_info {
  border-radius: 4px;
}

#eugdpr-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.3em;
  text-align: center;
  color: rgba(255,255,255,.6);
  background-color: rgba(0,0,0,.84);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: Noto Sans,sans-serif;
}

#eugdpr-banner a {
  color: #fff!important;
}

#eugdpr-banner a:hover {
  color: rgba(255,255,255,.7)!important;
}

.eugdpr-modal-body {
  height: 450px;
}

.eugdpr-table {
  width: 100%;
}

.eugdpr-table > tbody > tr > td, .eugdpr-table > tbody > tr > th {
  padding: 3px 0px !important;
}

.eugdpr-table > tbody > tr > th {
  font-weight: 700;
}

.eugdpr-tab-pane {
  overflow-y: scroll;
  height: 325px !important;
  margin-bottom: 20px;
}

.eugdpr_module_title {
  display: block;
  font-weight: 600;
}

.eugdpr_module_description {
  display: block;
  font-weight: 100;
  padding-left: 3px;
}

.eugdpr-tab-pane::-webkit-scrollbar {
  display: none;
}

 div.form-group.row.eugdpr_register_form_checkbox_row > div > label {
  display:inline !important;
}

#downloadAllData {
  cursor: pointer;
}

#downloadPersonalData {
  cursor: pointer;
}

#downloadConversation {
  cursor: pointer;
}

#downloadOrders {
  cursor: pointer;
}

#module-eugeneraldatapro-rectification .media.text-muted.pt-3 > a {
  float: left;
}

#module-eugeneraldatapro-rectification .media.text-muted.pt-3 > p {
  float: left;
  width: 500px;
}

#module-eugeneraldatapro-anonymous #eugdpr_remove_reason > form {
  margin-bottom: 10px !important;
}

#module-eugeneraldatapro-anonymous #eugdpr_remove_radios {
  margin-top: 10px;
}

#module-eugeneraldatapro-rectification .gdpr-rectification {
  margin-bottom: 40px;
}

#module-eugeneraldatapro-removedata #eugdpr_remove_reason > form {
  margin-bottom: 10px !important;
}

#module-eugeneraldatapro-removedata #eugdpr_remove_radios {
  margin-top: 10px;
  margin-bottom: 10px;
}

.eugdpr-accept-news > p{
  width: 280px;
}

.eugdpr-tabs-left {
  width: 40%;
  display: inline-block;
  padding: 40px 50px;
  height: 100%;
  top: 0;
  box-shadow: 0 0 30px 0 rgba(35,35,35,.1);
  background: #fff;
  z-index: 10;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
}

.eugdpr-tabs-right {
  float: left;
  width: 60%;
  display: inline-block;
  padding: 40px 50px 40px 50px;
  top: 0;
  height: 100%;
  right: 0;
  background-color: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.eugdpr-nav-tabs > li > a {
  color: black;
  background-color: #fff;
  border-color: #f1f1f1;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  font-family: Nunito, sans-serif;
  width: 100%;
  transition: all .3s ease;
  border-radius: 5px;
  text-align: left;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0;
  outline: none;
  cursor: pointer;
}

#eugdpr-modal-logo {
  width: 95px;
  margin-bottom: 29px;
}

.eugdpr-tabs-left i {
  margin-right: 13px;
  font-size: 19px;
}

.eugdpr-nav-tabs > .active a {
  background-color: #f1f1f1;
}

.eugdpr-tabs-right .eugdpr-tab-content h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 25px;
}

.eugdpr-tabs-right .eugdpr-tab-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    color: #000;
}

.eugdpr-tabs-right tr th {
  font-size: 18px;
  color: #000;
}

.eugdpr-tabs-right .eugdpr-table > tbody > tr:first-child th {
  padding-bottom: 25px !important;
}

.eugdpr-tabs-right .eugdpr-table > tbody > tr td {
  color: #000;
}

#module-eugeneraldatapro-anonymous #eugdpr_remove_radios > input {
  margin-bottom: 7px;
  margin-right: 7px;
}

#module-eugeneraldatapro-informations .eugdpr-media-block17 {
  margin-bottom: 7px;
}

.eugdpr_newsletter_form_checkbox_row_17 input {
  height: 20px !important;
  margin-top: 10px;
  margin-right: 7px;
}

.eugdpr-tabs-left > .eugdpr-nav-tabs {
  height: 270px;
}

@media (max-width: 1190px) {
  #eugdpr_allowall {
    display: none;
  }
  
  .eugdpr-tabs-left {
    padding: 40px 25px;
  }
}

@media (max-width: 1020px) {
  .eugdpr-nav-tabs > li > a {
    font-size: 13px;
    padding: 13px 9px;
  }
  
  .eugdpr-tabs-left i {
    font-size: 17px;
  }
}

@media (max-width: 942px) {
  #eugdpr_info {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #eugdpr_allowall {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 870px) {
  .eugdpr-tabs-left i {
    display: none;
  }
  
  #eugdpr_modal .eugdpr-modal-dialog {
    max-width: 70% !important;
  }
}

@media (max-width: 762px) {
  .eugdpr-nav-tabs > li > a {
    font-size: 12px;
  }
}

@media (max-width: 674px) {
  .eugdpr-tabs-right .eugdpr-tab-content h3 a {
    font-size: 22px;
  }
  
  .eugdpr-tabs-right .eugdpr-tab-content p {
    font-size: 14px;
  }
  
  .eugdpr-tabs-right {
    padding: 40px 25px 40px 25px;
  }
}

@media (max-width: 512px) {
  #eugdpr_modal .eugdpr-modal-dialog {
    max-width: 90% !important;
  }
  
  #eugdpr-banner {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .eugdpr-tabs-left {
    width: 45%;
  }
  
  .eugdpr-tabs-right {
    width: 55%;
  }
  
  .eugdpr-tabs-left {
    padding: 40px 15px;
  }
  
  .eugdpr-tabs-right .eugdpr-tab-content h3 {
    font-size: 24px !important;
  }
}
  
@media (max-width: 370px) {
  .eugdpr-tabs-right .eugdpr-tab-content h3 {
    font-size: 18px !important;
    width: 80%;
  }
}