
/* Cajetín texto GDPR: Se usa pseudoselector porqué el ID es aleatorio */
[id^="edit-gdpr-text"] {
	padding: 5px;
	height: 55px;
	overflow-y: scroll;
	font-size: 0.7rem;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 15px;
}

div.gdpr_text div:first-child{
  margin-bottom: 10px;
}

div.gdpr_text {
  font-size: 14px;
  color: #919191;
  background-color: transparent;
  padding: 12px 8px;
  border-radius: 10px;
  border: 1px #919191 solid;
}


.form-item-gdpr-e, .form-item-gdpr-g {
	/*display: none !important;*/
}


.wbf-home-solicita-informacion [id^="edit-gdpr-text"]{
	width: 75%;
}

/* Maquetación global del modalGDPR  */

.modal-gdpr .modal-header {
	padding: 20px 15px 15px 30px !important;
}

.modal-gdpr .intro {
	padding-bottom: 15px;
}

.modal-gdpr #drupal-modal--body {
	padding: 15px 30px 25px 35px;
	overflow: auto !important;
}

.modal-gdpr .content {
	padding-bottom: 30px;
}

.modal-gdpr .content div {
	padding-bottom: 5px;
}

.modal-gdpr a {
	color: var(--red-color);
}

.modal-gdpr #txt-error-gdpr {
	padding-bottom: 10px;
	text-align: left;
	padding-top: 15px;
	color: #E2261C;
}

input#edit-fecha-de-nacimiento
{
	display: block;
	width: 100%;
}

textarea[id^=edit-ave-gdpr-custom-gdpr-text] {
	height: 60px;
}
