.af-report-wrap, .af-report-wrap * {
	box-sizing: border-box;
}
.af-report-add .ajax-loader, .af-report-update .ajax-loader {
	text-align: center;
	display: none;
}
.af-report-add.doing-ajax .ajax-loader, .af-report-update.doing-ajax .ajax-loader {
	display: block;
}
.af-report-wrap input {
	width: 100%;
	padding: 7px 5px;
}
.af-report-image-inner {
	position: relative;
	padding-top: 100%;
}
.af-report-image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.af-report-success {
	color: green;
	font-weight: bold;
}
.af-report-error {
	color: red;
	font-weight: bold;
}
.af-report-image a {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.af-report-menu {
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	background-color: #dfdfdf;
}
.af-report-tab {
	position: relative;
	display: inline-block;
	margin-bottom: -2px;
	border: 1px solid #dfdfdf;
	padding: 4px 8px;
}
.af-report-tab-active {
	border-bottom: none !important;
	background-color: #dfdfdf;
}
.af-report-flex {
	display: flex;
	align-items: center;
}
.af-report-flex input {
	flex: 1 0 auto;
}
.af-report-flex img {
	flex: 0 1 auto;
	max-height: 25px;
	width: auto;
	padding-left: 7px;
	cursor: pointer;
}
.af-report-field {
	margin-bottom: 15px;
}
.af-report-field input {
    margin: 0 !important;
    padding: 7px !important;
}
.af-report-field textarea {
	width: 100%;
	height: 800px;
	background-color: #DFEOE6;
}
.af-report-loading {
	display: none;
}
.af-report-busy .af-report-loading {
	display: block;
}
.ui-datepicker {
	z-index: 9999 !important;
}
.af-report-menu {
	margin-bottom: 15px;
}
@media all and (min-width: 767px) {
	.af-report-images {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.af-report-image {
		flex: 1 0 18%;
		width: auto;
		max-width: 18%;
		margin-bottom: 20px;
	}
}
<style>
  .bold-label {
    font-weight: bold;
  }
</style>