

/* Start:/local/templates/.default/components/bitrix/form/candidate/bitrix/form.result.new/.default/style.css?16010358612442*/
/* 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(/local/templates/.default/components/bitrix/form/candidate/bitrix/form.result.new/.default/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(/local/templates/.default/components/bitrix/form/candidate/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.profile-block {
	margin-bottom: 50px;
}

.profile-block form {
	width: 80%;
	margin: auto;
}

.profile-block textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.profile-block input[type=text], .profile-block input[type=date], .profile-block input[type=tel], .profile-block input[type=email] {
	width: 100%;
	padding: 7px 12px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #999;
}

.profile-block table tr td {
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	min-height: 40px;
}

.profile-block table .first-tr {
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

    height: 25px;
}

.profile-block .red {
	color: #ed1c24;
}

.profile-block table tr td:first-child {
	width: 50%;
	border-right: 1px solid #ccc;
}

.profile-block table tr td:last-child {
	width: 50%;
}

.profile-block table tr:first-child td {
	border-right: none;
}

.profile-block table tr:last-child td {
	border-bottom: none;
	border-right: none;
}

.profile-block table .btn-red {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 25px;
}

.profile-block table .btn-gray {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	background-color: #d8dcdd;
	color: #000;
}

@media screen and (max-width: 480px) {
	.profile-block form {
		width: 95%;
	}

	.profile-block table tr td {
		font-size: 13px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/form/candidate/bitrix/form.result.new/.default/style.css?16010358612442 */
