table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}


.subform-row .inputtext {
	font-size: 14px;
	font-weight: 300;
	outline: none;
	padding: 10px 15px;
	border-radius: 30px;
	border: 0 solid #d6d5d5;
	background: #fff;
	color: #BEC0C4;
	line-height: 1;
}

.main-user-consent-request-announce:before {
	content: '' !important;
	display: none !important;
}

.main-user-consent-request-announce.bx-filter-input-checkbox {
	display: flex;
	align-items: center;
}



#subform-checked {
	display: none;
}

.subform-label .ajax-filter-prod__checkbox-un {
	display: block;
}

.subform-label .ajax-filter-prod__checkbox-in {
	display: none;
}

.subform-label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-un {
	display: none;
}

.subform-label.ajax-filter-prod__label-active .ajax-filter-prod__checkbox-in {
	display: block;
}

.subform-label.ajax-filter-prod__label-active {
	background: transparent;
}

.subform-label .main-user-consent-request-announce-text {
	font-size: 12px;
	line-height: 1;
}

.subform-label .main-user-consent-request-announce-text a  {
	/*text-decoration: underline;*/
	/*color: #a02842;*/
}

.subform-label .main-user-consent-request-announce-text a:hover {
	text-decoration: none;
}

.subform-row .inputtext {
	width: 100%;
}

.subform-label .main-user-consent-request-announce-text::selection {
	background: transparent;
	color: #000;
}

.subform-label .main-user-consent-request-announce-text a::selection {
	background: transparent;
	color: #a02842;
}

.mail-subscribe .bx-form-control {
	margin-bottom: 10px;
}



























