/************************/
/* Contact Methanol HPM */
/************************/

.person.card.p267.show {
	border: 1px solid #7990aa;
	background-color: #7990aa !important;
}

/***************************************/
/*     Product overview chemicals      */
/***************************************/

body#p7620 .section-default .container .section-row {
	display: flex !important;
}

body#p7620 .maincontent-wrap .frame-type-text ul {
	padding-left: 0px;
}

/****************************************/
/*     Product request Acetic Acid      */
/****************************************/

body#p7676 textarea.form-control {
    height: 100px;
}

body#p7676 .form-element-type-checkbox {
	margin-bottom: 0px;
}

body#p7676 input[type="checkbox"] {
    margin-right: 5px;
}

body#p7676 .invalid-feedback {
	color: red;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view {
	display: block;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view .person {
	background-color:transparent;
	max-width: 100%;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view .person.card:first-child, 
.frame-type-personnel_frompages.frame-layout-product-detail-view .personnel>.card-space, 
.frame-type-personnel_frompages.frame-layout-product-detail-view .person.card .name {
	display: none;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view .person.card .person-information {
	margin-bottom: 30px;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view a.hib_acetic_acid_request {
	background: #53b9d9; 
	color: white; 
	padding: 8px 16px; 
	border-radius: 6px; 
	font-size: 18px; 
	margin-top: 10px; 
	margin-bottom: 20px;
}

.frame-type-personnel_frompages.frame-layout-product-detail-view a.hib_acetic_acid_request:hover {
	background: #53b9d9 !important; 
	color: white !important;
}



