/**
 * Formulario ARForms 104 — solicitud de información en ficha de producto.
 * Alcance: .manuquinsa-product-inquiry #arffrm_104_container
 */

.manuquinsa-product-inquiry {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #ececec;
}

.manuquinsa-product-inquiry > h4 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #00426b;
	line-height: 1.3;
}

.manuquinsa-product-inquiry #arffrm_104_container {
	max-width: 100%;
	text-align: left;
}

.manuquinsa-product-inquiry #arffrm_104_container .arf_fieldset {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arftitlecontainer,
.manuquinsa-product-inquiry #arffrm_104_container .formtitle_style {
	display: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .page_break {
	margin-bottom: 0 !important;
	overflow: visible;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfformfield {
	margin-bottom: 18px !important;
	position: relative;
}

.manuquinsa-product-inquiry #arffrm_104_container label.arf_main_label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfcheckrequiredfield {
	color: #077bdd !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfformfield input[type="text"],
.manuquinsa-product-inquiry #arffrm_104_container .arfformfield input[type="email"],
.manuquinsa-product-inquiry #arffrm_104_container .arfformfield input[type="tel"],
.manuquinsa-product-inquiry #arffrm_104_container .arfformfield textarea {
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	padding: 12px 14px !important;
	font-size: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
	width: 100% !important;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfformfield input:focus,
.manuquinsa-product-inquiry #arffrm_104_container .arfformfield textarea:focus {
	border-color: #077bdd !important;
	outline: none;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfformfield textarea {
	min-height: 120px;
	resize: vertical;
}

.manuquinsa-product-inquiry #arffrm_104_container .frm_first_half {
	width: 48% !important;
	float: left !important;
	clear: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .frm_last_half {
	width: 48% !important;
	float: right !important;
	clear: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arf_half_middle {
	width: 4%;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfemptyfield {
	display: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfcount_text_char_div {
	display: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arf_submit_div {
	margin: 8px 0 0 !important;
	text-align: left;
	clear: both;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn,
.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border {
	background: #077bdd !important;
	border: 0 solid #077bdd !important;
	color: #ffffff !important;
	min-width: 160px;
	height: auto !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn:hover,
.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn:focus,
.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border:hover,
.manuquinsa-product-inquiry #arffrm_104_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border:focus {
	background: #0b68b7 !important;
	border-color: #0b68b7 !important;
	color: #ffffff !important;
}

.manuquinsa-product-inquiry #arffrm_104_container #brand-div,
.manuquinsa-product-inquiry #arffrm_104_container .brand-div {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

/* Tooltips de validación */
.manuquinsa-product-inquiry #arffrm_104_container .arfformfield,
.manuquinsa-product-inquiry #arffrm_104_container .controls,
.manuquinsa-product-inquiry #arffrm_104_container .control-group {
	overflow: visible !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .popover,
.manuquinsa-product-inquiry #arffrm_104_container .controls .popover {
	top: calc(100% + 6px) !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
	min-width: 220px !important;
	max-width: 280px !important;
	width: auto !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	z-index: 10050 !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .popover .arrow {
	display: none !important;
}

.manuquinsa-product-inquiry #arffrm_104_container .popover-content {
	min-width: 200px !important;
	white-space: normal !important;
	word-break: normal !important;
	line-height: 1.45 !important;
	font-size: 12px !important;
	padding: 10px 12px !important;
}

@media (max-width: 767px) {
	.manuquinsa-product-inquiry #arffrm_104_container .frm_first_half,
	.manuquinsa-product-inquiry #arffrm_104_container .frm_last_half {
		width: 100% !important;
		float: none !important;
	}

	.manuquinsa-product-inquiry #arffrm_104_container .arf_half_middle {
		display: none;
	}
}
