

/* Start:/bitrix/templates/sofas/components/bitrix/form.result.new/static/style.css?16524344401433*/
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(/bitrix/templates/sofas/components/bitrix/form.result.new/static/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(/bitrix/templates/sofas/components/bitrix/form.result.new/static/images/icon_warn.gif);
}
.form_file label {
    width: 100%;
    margin: 0;
    font-weight: normal;
    position: relative;
}
.form_file label .value {
    display: block;
    position: absolute;
    top: 0;
    padding: 0 16px;
    left: 0;
    color: #fff;
    line-height: 34px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form_file label .value .remove {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    color: #fff;
    font-size: 30px;
    opacity: 0.65;
    transition: ease-in-out .2s;
}
.form_file label .value .remove:hover {
    opacity: 1;
}
.form_file label .value.active .remove {
    display: block;
}

.form_file label input {
    opacity: 0;
}
/* End */
/* /bitrix/templates/sofas/components/bitrix/form.result.new/static/style.css?16524344401433 */
