#form-wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

#form-base {
	height: 50px;
	padding-bottom: 25px
}

.hide {
	display: none !important;
}

input[type="file"] {
	display: block
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="radio"],
input[type="checkbox"] {
	margin: 1px 0 0;
	line-height: normal
}

select[multiple] {
	height: auto!important;
	background-image: none
}

select[size] {
	height: auto!important
}

textarea {
	height: auto!important;
	min-height: 250px;
	width: 100%;
	resize: vertical;
}

.rc-job-application-form-wrapper form > .form-field:nth-child(4) {
	display: none;
}

.rc-form-field-wrap, .nj-file-inner-wrapper {
	margin-bottom: 20px;
}

.rc-form-field-wrap.half {
	min-height: 45px;
}

.rc-form-field-wrap.half input {
	float: left;
	width: 49% !important;
}


.rc-form-field-wrap.half input:last-child {
	float: right;
}

.rc-job-application-form-wrapper .number-normalize {
	position: relative;
	padding-left: 120px !important;
}

.rc-job-application-form-wrapper .number-normalize > select {
    width: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.nj-file-inner-wrapper {
	position: relative;
	width: 100%;
	height: 45px;
	border: 1px dashed;
	border-radius: 4px;
}

.nj-file-inner-wrapper input[type="file"] {
	opacity: 0;
	width: 100%;
	position: absolute;
	top:0;left:0;
	height: 45px;
}

.nj-file-inner-wrapper input[type="file"]:hover {
	cursor: pointer;
}

.nj-file-upload-prompt {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	color: #9c9c9c;
	font-size: 13px;
}