@font-face {
	font-family: 'Heebo Regular';
	src: url('../styles/fonts/Heebo/Heebo-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Heebo Bold';
	src: url('../styles/fonts/Heebo/Heebo-Bold.ttf') format('truetype');
}

/* Background image */
html.html-applicant,
html.html-other-cover {
	background: #FFF url(../logos/metsa-bg.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* Old styles */
#wrapper-applicant div.auto_list tr.title_row th.col_Name,
#wrapper-applicant div.auto_list tr.title_row th.col_Department,
#wrapper-applicant div.auto_list tr.title_row th.col_Type {
	background: #009145;
}

#wrapper-applicant div.auto_list tr.title_row th.col_Department {
	width: 135px;
}

#wrapper-applicant div.auto_list tr.title_row th.col_Type {
	width: 105px;
}

#wrapper-applicant div.auto_list tr.title_row th.col_ApplyStartDate,
#wrapper-applicant div.auto_list tr.title_row th.col_ApplyEndDate {
	background: #0069B3;
	width: 95px
}

#auto_list_table_open_jobs tbody td.col_ApplyStartDate.row_link,
#auto_list_table_open_jobs tbody td.col_ApplyEndDate.row_link {
	min-width: 95px;
}

#wrapper-employer #create_job_form table tbody tr.folders {
	display: none;
}

img.integration-logo {
	margin-right: 5px;
}

.job-integration-explanation {
	font-size: 13px;
}

#integration-accordion div.integration-selection div.logo-text-wrapper label {
	display: flex;
	align-items: center;
}

#wrapper-applicant #qid88_0,
#wrapper-applicant #qid89_0,
#wrapper-applicant #qid91_0 {
	display: inline-block;
	max-width: 250px;
}

#wrapper-applicant #qid88_0 select,
#wrapper-applicant #qid89_0 select,
#wrapper-applicant #qid91_0 select {
	width: 200px;
}

#wrapper-applicant div.ap-job-classification #qid88_0,
#wrapper-applicant div.ap-job-classification #qid89_0,
#wrapper-applicant div.ap-job-classification #qid91_0 {
	display: block;
	width: 100%;
	max-width: 100%;
}

#wrapper-applicant .job-search-form {
	margin-bottom: 20px;
}

/* New 6/20 */
div.applicant_logo {
	width: 355px;
	padding: 30px 0;
}

body.body-applicant {
	font-family: 'Heebo Regular', Arial, sans-serif;
}

/* Links */
#wrapper-applicant a,
#wrapper-applicant div.auto_list_open_jobs a:hover {
	color: #009145;
}

#wrapper-applicant a:hover {
	color: #92C575;
}

#wrapper-applicant div.submit-button input.submit,
#wrapper-applicant div.submit-button input[type="submit"],
#wrapper-applicant div.submit-button input.submit.mouseout,
#wrapper-applicant div.apply_to_job a,
#wrapper-applicant div.ap_file_upload div.submit-button input[type="submit"],
#wrapper-file_upload div.main_cont1 input[type="submit"] {
	background-color: #009145;
}

#wrapper-applicant div.submit-button input.submit:hover,
#wrapper-applicant div.submit-button input[type="submit"]:hover,
#wrapper-applicant div.submit-button input.submit.mouseout:hover,
#wrapper-applicant div.apply_to_job a:hover,
#wrapper-applicant div.ap_file_upload div.submit-button input[type="submit"]:hover,
#wrapper-file_upload div.main_cont1 input[type="submit"]:hover {
	background: #92C575;
}

#wrapper-applicant div.help,
body#body-a-p div.help,
#wrapper-applicant form#application_form div.help {
	background-color: #0069B3;
	border-color: #0069B3;
	color: #FFF;
}

#wrapper-applicant div.section div.sectiontitle,
#wrapper-applicant form#application_form div.section div.sectiontitle {
	color: #009145;
	border-top-color: #009145;
	font-family: 'Heebo Bold', Arial, sans-serif;
}

/* Thank you for your application view */
#wrapper-applicant div.main_cont1.a-s div.ap_status span.ok {
	background-color: #009145;
	border-color: #009145;
	color: #FFF;
}

#wrapper-applicant div.job_page div.job_name h1 {
	color: #009145;
	font-family: 'Heebo Bold', Arial, sans-serif;
}
