.ui-datepicker-trigger {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background: transparent url('images/form_calendar.png') center center no-repeat;
}

.ff_row {
	margin: 30px 0;
	display: flex;
	flex-flow: center; align-items: center; align-content: center;
}

.ff_row_title {
	flex: 1 0 250px;
	max-width: 250px;
}
.ff_row_title:last-child {
	max-width: 100%;
}

.ff_row_input {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;

}

.ff_row_input input,
.ff_row_input textarea,
.ff_row_input select {
	width: 100%;
}

.ff_row_input input[type=checkbox],
.ff_row_input input[type=radio] {
	width: 20px;
}

input.f_date {
	width: 160px;
}

.ff_row_input .btn {
	min-width: 200px;
	margin-top: 10px;
	padding: 10px 20px;
}

.ff_err {
	display: block;
	width: 100%;
	color: #dd4444;
	font-size: 0.8em;
}


input.f_image { width: 48%; margin: 0 1% 0 0; }
input.f_image_upload { width: 48%; margin: 0 !important; }
.f_image_display { border: 1px solid #cccccc; background: rgba(0,0,0,0.05); width: 100%; }

.f_image_d {
	margin: 10px;
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 0;
	position: relative;
}

.f_image_del {
	background: rgba(255,255,255,0.8) url('images/x.png') center center no-repeat;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	cursor: pointer;
}

input.f_file { width: 48%; margin: 0 1% 0 0; }
input.f_file_upload { width: 48%; margin: 0 !important; }
.f_file_display { border: 1px solid #cccccc; background: rgba(0,0,0,0.05); width: 100%; }

.f_file_d {
	margin: 5px;
	padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	position: relative;
}

.f_file_del {
	background: rgba(255,255,255,0.8) url('images/x.png') center center no-repeat;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	cursor: pointer;
}

@media screen and (max-width: 1000px){
	.ff_row { margin: 10px 0; display: block; }
	input.f_image { width: 100%; }
	input.f_image_upload { width: 100%; }
	input.f_file { width: 100%; }
	input.f_file_upload { width: 100%; }
}
