.gdpr_eula_container {
  min-height: 400px;
  margin-bottom: 40px;
  text-align: justify;
}

#next_bt_consent.disabled,
#next_bt_notices.disabled,
#next_bt_terms_conditions.disabled {
  background-color: #cccccc;
  border: none;
  cursor: default;
}

.gdpr_location_container {
  margin-bottom: 20px;
}

.gdpr_checkbox_containers {
  margin-bottom: 10px;
}

.privacy_consents_title,
.privacy_notice_title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.privacy_consents_description {
  margin: 15px 0 15px 0;
  font-size: 18px;
}

.consent_items_section_title {
  margin: 10px 0 10px 0;
}

.consent_items_section_description {}

.privacy_mandatory {
  color: #ff0000;
}

.consent_item_long_description {
  cursor: pointer;
  border-radius: 15px;
  font-weight: bold;
  padding: 0 8px 0 8px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: solid 1px #444444;
  color: #1F2C59;
}

.consent_item_short_description {
  width: 95%;
}

.consent_items_section_item {
  margin: 10px 0 10px 0;
}

.custom_checkbox_container {
  margin-bottom: 10px;
}

input[type=checkbox].custom_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].custom_checkbox:checked+label.label_for_custom_checkbox {
  background: url("../../img/common/checkBoxOn.png") no-repeat;
}

input[type=checkbox].custom_checkbox+label.label_for_custom_checkbox {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background: url("../../img/common/checkBoxOff.png") no-repeat;
}

.privacy_consents_container .custom_checkbox_container {
  margin-top: 5px;
}

#manage_privacy_options {
  color: #555555;
  font-family: "open-sans.regular";
  font-size: 16px;
  max-width: 909px;
  margin: auto;
  padding: 20px;
  padding-top: 40px;
  background: #ffffff;
  text-align: justify;
}

#manage_privacy_options .next_bt {
  margin: 0 auto 60px;
}

#privacy_consents_container .tooltip-inner {
  width: 450px !important;
  min-width: 450px !important;
}

.consent_checkbox_container {}

.consent_body_container {
  width: 80%;
}

#setupwizard_eula {
  margin-bottom: 100px !important;
}

#privacy_notice_container h3 {
  padding-bottom: 10px;
}

.panel-default input[type=checkbox].custom_checkbox+label.label_for_custom_checkbox {
  height: auto;
}