.rf_grid {
	height: 40px;
	border-color: #e0e5ea;
	border-radius: 0;
}
.rf_item {
	background: #fff;
}
.rf_type_checkbox {
	background: none;
}
.rf_type_checkbox .rf_field {
	vertical-align: top;
}
.rf_type_checkbox .rf_checkbox_out {
	border-radius: 0;
	width: 26px;
	height: 26px;
}
.rf_type_checkbox .rf_checkbox_in {
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 0;
}
.rf_type_select svg path {
	fill: #0c3970;
}
.rf_select_dropdown {
	margin: -1px 0 0;
	transition: all 200ms linear;
	border-radius: 0;
	box-shadow: none;
}
.rf_select_option.rf_hover {
	background: #eee;
}
.rf_type_file {
	background: none;
}
.rf_type_file .rf_grid {
	height: 20px !important;
}
.rf_type_file .rf_placeholder {
	display: inline-block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 25px;
	padding: 0;
	color: #0663a4;
	font-size: 14px;
	border-bottom: 1px dashed #0663a4;
	transition: all 200ms linear;
	background: transparent;
}
.rf_type_file .rf_placeholder::before {
	content: '';
	display: block;
	width: 17px;
	height: 15px;
	position: absolute;
	left: -25px;
	top: 3px;
	background: url(/_/common/img/sprite.png?1) -618px -70px no-repeat;
}
.rf_type_file .rf_placeholder:hover {
	border-color: transparent;
}
.rf_type_file .rf_grid {
	height: 20px;
	border: none;
}
.rf_type_file:hover .rf_clear {
	opacity: 0;
}
.rf_type_file.rf_has_files:hover .rf_clear {
	opacity: 1;
}
.rf_type_file .rf_field {
	padding: 0;
}
.rf_field_value {
	display: none;
}

@media screen and (max-width: 1023px) {
	.rf_type_file.rf_has_files .rf_clear {
		opacity: 1;
	}
}