

/* Start:/local/templates/.default/components/bitrix/form.result.new/farmakonadzor/style.css?16856999281574*/
table.form-table {
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
	margin-bottom: 20px;
}

table.form-table th, table.form-table td {
	border: 1px solid var(--color-steel_blue);
	padding: 5px 5px;	
}

table.form-table th {	
	color: var(--color-white);
	background-color: var(--color-steel_blue);
	height: 40px;
    vertical-align: middle;
	text-transform: uppercase;   
    font-family: 'Rubik-Medium', sans-serif;
}

table.form-table td {
	padding: 15px 30px;
	width: 50%;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/.default/components/bitrix/form.result.new/farmakonadzor/images/icon_warn.gif);
}

table.form-table input[type="text"] {
	border-radius: 5px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
    height: 40px;
    width: 100%;
}

table.form-table textarea {
	border-radius: 5px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
    height: 100px;
    width: 100%;
}

table.form-table input[type="radio"] {
	vertical-align: middle;
	cursor: pointer;
}

table.form-table input[type="checkbox"] {
	margin-left: 20px;
}

table.form-table td label[for] {
	padding: 6px 0 4px 10px;
}

#button-farmakonadzor {
	margin-top: 20px;
	padding: 0 45px;
    height: 50px;	
}

.note-farmakonadzor {
	margin-bottom: 20px;
}
/* End */
/* /local/templates/.default/components/bitrix/form.result.new/farmakonadzor/style.css?16856999281574 */
