.report-main {
	margin: 20px auto;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.report-info {
	margin: 40px 10px 0;
}

.btn-subimt {
	padding: 0 45px;
	margin: 30px 0;
	height: 40px !important;
}

.send-info {
	text-align: center;
}

.upload-box {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
}

.upload-box li {
	display: inline-block;
	height: 90px;
	width: 90px;
	/*overflow: hidden;*/
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

.upload-box li img {
	width: 100%;
	height: 100%;
}

.close-img {
	position: absolute;
	width: 20px !important;
	height: 20px !important;
	z-index: 1;
	right: -5px;
	top: 0;
	cursor: pointer;
}

.upload-box .upload-info {
	border: 1px dashed #b6b6b6 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.upload-box .upload-info .glyphicon-plus {
	font-size: 28px;
	color: #999;
}

@media ( min-width : 767px) {
	.form-group {
		margin-bottom: 22px;
	}
}

/**20210412**/
@media ( max-width : 767px) {
	.report-main {
		margin: 0;
		border: 1px solid #d7d7d7;
		background: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
		height: 100%;
		overflow-y: scroll;
	}
	textarea.form-control {
		height: 150px;
	}
}