.button.mid-short.primary,
.button.mid-short.dark,
.files_wrap .button.mid-short.dark-light {
	width: auto;
	padding: 0 40px;
	display: inline-block;
}


.calendar_wrap {
	position: relative;
}


.calendar_wrap img {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 24px !important;
	height: 24px !important;
	border: 1px solid transparent !important;
	margin: 1px !important;
}
.files_wrap {
	position: relative;
}
.files_wrap .clear_file {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	opacity: 0.5;
}
.file_name {
	font-size: 0.75em;
	color: #666;
}

.file_name.error {
	font-size: 0.75em;
	color: #f30;
}

input.error[type=checkbox] ~ label {
	color: #f30;
}
#personal_info_reg .file {

}
#personal_info_reg .file.error .ezdz-dropzone {
	border-color: #f30;
}
.input-container.buttons-area {
	margin-bottom: 25px;
}
.form-box-item .input-container.two-third {
	float: left;
	width: 64%;
	clear: none;
	margin-right: 1%;
}
.ezdz-dropzone {
	line-height: 145px;
}
.file.file-attached,
.file.not-attached,
.file.is-archived {
	display: block;
	line-height: 140px;
	border: 3px solid #ccc;
	text-align: center;
	padding: 10px 0;
	min-height: 150px;
	box-sizing: content-box;
	font-size: 14px;
}

.file.is-archived {
	font-size: 15px;
}

.file.file-attached img,
.file.not-attached img,
.file.is-archived img {
	max-width: 100%;
}

.file.file-attached .fa,
.file.not-attached .fa,
.file.is-archived .fa {
	line-height: 130px;
}
