


/* Start:/bitrix/components/medsite/edit_user_fields/templates/.default/style.css*/
table.ufList{
	width: 100%;
	border-collapse: collapse;
	border-style: none;
}

table.ufList .head td{
	background-color: #E7EAF5;
	color: #525355;
	font-weight: normal;
	text-align: center;
}

table.ufList td{
	border: 1px solid #CFD6E9;
	font-size: 90%;
	padding: 3px;
}

table.ufList td.propCBX{
	width: 32px;
	text-align: center;
}

table.ufList td.propID{
	width: 32px;
	text-align: center;
}

table.ufList td.propName{
	width: 100px;
}

table.ufList td.propName input{
	width: 95%;
}

table.ufList td.propType{
	width: 100px;
}

table.ufList td.propType select{
	width: 100%;
}

table.ufList td.propSort{
	width: 50px;
}

table.ufList td.propSort input{
	width: 90%;
}

table.ufList td.propCode{
	width: 80px;
}

table.ufList td.propCode input{
	width: 95%;
}

table.ufList td.propAction{
	width: 36px;
}

table.ufList td span.edit{
	background: url('/bitrix/components/medsite/edit_user_fields/templates/.default/images/pencil.gif');
	float: left;
}

table.ufList td span.delete{
	background: url('/bitrix/components/medsite/edit_user_fields/templates/.default/images/delete.gif');
	float: right;
}

table.ufList td span.action{
	display: block;
	height: 16px;
	margin-right: 3px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
}

div .newField{
	text-align: center;
	width: 100%
}
/* End */
/* /bitrix/components/medsite/edit_user_fields/templates/.default/style.css */
