@charset "utf-8";
/* CSS Document */


/*******
Datepicker front-end styling, the datepicker gets his z-index from the input field, pos relative is also needed for it to work
*******/
#submit-resume-form input {
	position: relative;
	z-index: 100000;
}
body .ui-datepicker {
    width: 300px;
    line-height: 22px;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
    width: 40px;
    height: 34px;
}
body .ui-datepicker .ui-datepicker-title {
    margin: 0 40px;
    line-height: 28px;
    font-size: 18px;
}
body .ui-datepicker table {
    font-size: 14px;
}
body .ui-datepicker th {
    text-transform: lowercase;
}
body .ui-datepicker td span, body .ui-datepicker td a {
    padding: 4px;
}

body .content .five-padding,
.single_job_listing .five-padding {
	padding-left: 5%;
	padding-right: 5%;
}
.bg-straw-blue {
    background-image: url(https://fruitjobs.eu/wp-content/uploads/2017/03/strawberry-bg-blue.jpg?id=166) !important;
}
.single_job_listing .left .job_application.application .application_button,
.single_job_listing .left .job-manager-single-alert-link a,
body ul.job_listings li.job_listing a div.job-desc .desc-right .more-info,
.single_job_listing .left .wp-job-manager-bookmarks-form {
    -webkit-transition: color .3s linear,background-color .3s linear,border-color .3s linear;
    transition: color .3s linear,background-color .3s linear,border-color .3s linear;
}

/*******
JOB MANAGER JOBS LISTING
*******/
body ul.job_listings li.job_listing {
    border: none;
    margin-bottom: 24px;
    background-color: #ececec;
}
body ul.job_listings li.job_listing a:hover {
    background-color: #e5e5e5;
}
body ul.job_listings li.job_listing:first-of-type {
    margin-top: 24px;
}
body ul.job_listings li.job_listing a {
	padding:0;
	display: flex;
}
body ul.job_listings li.job_listing a div.job-img-container {
    padding: 0;
	display: inline-block;
	width: 30%;
	float: left;
    background-position: center center;
    background-size: cover;
	align-items: stretch;
}
body ul.job_listings li.job_listing a div.job-desc {
    padding: 0;
	display: inline-block;
	width: 70%;
	float: left;
}
body ul.job_listings li.job_listing a div.job-desc {
    padding: 0;
}
body ul.job_listings li.job_listing a div.job-desc .job-title {
	background-color: #009fe3;
	color: #fff;
	display: block;
	padding: 10px 0 10px 42px;
}
body ul.job_listings li.job_listing a div.job-desc .job-title h3 {
    font-size: 28px;
    line-height: 38px;
    text-transform: none;
    color: #fff;
    font-weight: bold;
}
body ul.job_listings li.job_listing a div.job-desc .job-title .job-manager-applications-applied-notice {
	color: green;
	font-weight: 400;
	float: right;
	background: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	margin: 15px 15px 0 0;
	padding: 0 6px;
}
body ul.job_listings li.job_listing a div.job-desc .job-period,
body ul.job_listings li.job_listing a div.job-desc .job-hours {
	display: block;
	padding: 0 0 0 42px;
	text-transform: uppercase;
}
body ul.job_listings li.job_listing a div.job-desc .job-period {
    font-size: 28px;
    line-height: 34px;
    padding-top: 40px;
}
body ul.job_listings li.job_listing a div.job-desc .job-period span {
	font-weight: bold;
}
body ul.job_listings li.job_listing a div.job-desc .job-hours {
    font-size: 40px;
    line-height: 54px;
    font-weight: 400;
    padding-bottom: 20px;
}
body ul.job_listings li.job_listing a div.job-desc .desc-right {
	display: block;
}
body ul.job_listings li.job_listing a div.job-desc .desc-left > div {
    padding: 0 0 0 42px;
}
body ul.job_listings li.job_listing a div.job-desc .desc-right .more-info {
    width: 50%;
    display: block;
    background: #838383;
    color: #fff;
    padding: 12px;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}
body ul.job_listings li.job_listing a div.job-desc .desc-right .more-info:hover {
    background: #6e6e6e;
}

/*******
JOB MANAGER SINGLE JOB
*******/
.single_job_listing .left .job_application.application {
	margin: 10px 0;
}
.single_job_listing .left .job_application.application .application_button {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
    padding: 22px 12px;
    background: #009fe3;
    color: #fff;
    border: none;
    margin: 0;
	cursor:pointer;
}
.single_job_listing .left .job_application.application .application_button:hover {
    background: #008ac5;
}
.single_job_listing .left .job_application.application .application_details {
	border-color: #009fe3;
}
.single_job_listing .left .job_application.application .application_details:before {
	border-bottom-color: #009fe3;
    left: 47%;
}
.single_job_listing .left .job_application.application .application_details:after {
    left: 47%;
}
.single_job_listing .left .wp-job-manager-bookmarks-form {
    border: none;
    margin: 10px 0;
    background: #838383;
    color: #fff;
}
.single_job_listing .left .wp-job-manager-bookmarks-form:hover {
    background: #6e6e6e;
}
.single_job_listing .left .wp-job-manager-bookmarks-form a.bookmark-notice {
	color: #fff;
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: inherit;
    line-height: 26px;
    padding: 22px 6px;
}
.single_job_listing .left .wp-job-manager-bookmarks-form a.remove-bookmark {
    background: red;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 18px;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}
.single_job_listing .left .job-manager-single-alert-link {
    margin: 0;
    padding: 0;
}
.single_job_listing .left .job-manager-single-alert-link a {
    border: none;
    margin: 10px 0;
	background: #838383;
	color: #fff;
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: inherit;
    line-height: 26px;
    padding: 22px 6px;
}
.single_job_listing .left .job-manager-single-alert-link a:hover {
	background: #6e6e6e;
}
.single_job_listing .right .meta {
	display: block;
    margin: 0;
}
.single_job_listing .right .meta .date-posted {
	display: none;
}

/*******
JOB MANAGER RESUME STYLING
*******/
.form-info {
	margin: 26px 0 0 0;
}
.form-info p {
	margin: 0;
}
span.required {
	color: red;
}
.job-manager-form fieldset.resume-title {
	border-top: 1px solid #cecece;
	padding-top: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.job-manager-form fieldset.fieldset-title-personal-data {
	border-top: none;
	padding-top: 16px;
	margin-top: 0;
}
.job-manager-form fieldset.resume-title {
}
.job-manager-form fieldset.resume-title label,
.job-manager-form fieldset.resume-smalltitle label,
.job-manager-form fieldset.resume-statement label {
	display: none;
}
.job-manager-form fieldset.resume-title div.field,
.job-manager-form fieldset.resume-smalltitle div.field,
.job-manager-form fieldset.resume-statement div.field {
	width: 100%;
	float: left;
}
.job-manager-form fieldset.resume-title h2 {
	color: #009fe3;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	text-transform: none;
}
.job-manager-form fieldset.resume-smalltitle h2 {
	color: #818181;
	font-size: 22px;
	line-height: 36px;
	font-weight: 400;
	text-transform: none;
	width: 29%;
	text-align: right;
}
.job-manager-form fieldset.resume-statement {
	margin: 0;
}
.job-manager-form fieldset.resume-statement .statement {
    font-size: 16px;
}
body .job-manager-form fieldset.fieldset-statement-title {
    margin: 30px 0 14px 0;
    border-top: 1px solid #cecece;
    padding-top: 30px;
}
body .job-manager-form fieldset.fieldset-statement-title .statement {
	font-size: 18px;
	font-weight: bold;
}
body .job-manager-form fieldset.fieldset-statement-title .statement span {
	display: none;
}
body .job-manager-form fieldset.fieldset-statement_check {
    margin: 14px 0 14px 0;
}
body .job-manager-form fieldset {
	margin: 0 0 14px 0;
	padding: 0;
	line-height: inherit;
    border: none;
}
body .job-manager-form fieldset label {
	text-align: right;
	font-size: 18px;
	line-height: 24px;
	padding: 6px 0;
}
body .job-manager-form fieldset input.input-text,
body .job-manager-form fieldset input.input-number,
body .job-manager-form fieldset select,
body .job-manager-form fieldset textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body .job-manager-form fieldset input.input-number {
	width: 97%;
}
body .job-manager-form fieldset select {
	padding: 8px 12px;
}
body .job-manager-form > fieldset.account-signin {
	background: #009fe3;
	color: #fff;
	padding: 14px 0;
}
body .job-manager-form > fieldset.account-signin label {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	line-height: 48px;
}
body .job-manager-form > fieldset.account-signin div.account-sign-in a.button {
	margin-right: 10px;
	background: #fff;
	border-radius: 3px;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
/* hide fields that are filled/controled by jquery */
body .job-manager-form fieldset.fieldset-candidate_name,
body .job-manager-form fieldset.fieldset-candidate_location,
body .job-manager-form fieldset.fieldset-candidate_title,
body .job-manager-form p.applying_for {
	display: none !important;
}
body .job-manager-form .input-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
    margin: 8px 0;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
body .job-manager-form .input-checkbox:hover,
body .job-manager-form select:hover {
	cursor: pointer;
}
body .job-manager-form .input-checkbox:active, body .job-manager-form .input-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
body .job-manager-form .input-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
body .job-manager-form .input-checkbox:checked:after {
    font-family: FontAwesome;
	content: '\f00c';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 1px;
	color: #99a1a7;
}

body .job-manager-form a.resume-manager-add-row {
	background: #009fe3;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
}
body .job-manager-form .resume-manager-data-row {
    border: 1px dashed #cecece;
    padding: 20px;
    margin-bottom: 20px;
}
body .job-manager-form .resume-manager-data-row fieldset {
    margin: 0 0 12px 0;
}
body .job-manager-form .resume-manager-data-row label {
    font-size: 16px;
}
body .job-manager-form .resume-manager-data-row .resume-manager-remove-row {
    position: absolute;
    right: 0;
    top: -1px;
    height: 0;
    margin: 0 -24px 0 0;
    width: 24px;
    padding: 24px 0 0 0;
    overflow: hidden;
    color: #fff;
    background: red;
}
body .job-manager-form .resume-manager-data-row .resume-manager-remove-row:hover {
    color: #fff;
    background: red;
}
body .job-manager-form .resume-manager-data-row .resume-manager-remove-row:before {
    content: 'x';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
body .job-manager-form .resume-manager-data-row fieldset:last-child {
    border-bottom: none;
    margin: 0;
}
body .job-manager-form fieldset div.description {

}

/*******
Employee availability
*******/

.employee-availability .filter {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding: 16px 0;
    background: #e1e1e1;
}
.employee-availability .filter .from,
.employee-availability .filter .to,
.employee-availability .filter .btn {
	display: inline-block;
    padding: 0 20px;

}
.employee-availability .filter .from input,
.employee-availability .filter .to input {
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 8px;
    border-radius: 4px;
}
.employee-availability .filter .btn a {
    font-size: 16px;
    line-height: 22px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.employee-availability .totals {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding: 24px 0;
    background: #fafafa;
}
.employee-availability .totals > div {
	padding: 0 0 0 20px;
}
.employee-availability .totals .totals-title {
    padding-bottom: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.employee-availability .totals table {
	margin-left: 20px;
	border: none;
}
.employee-availability .totals table td {
	text-align: left;
    padding: 10px 22px 10px 14px;
    border: 1px solid #ccc;
}
.employee-availability .totals table thead td,
.employee-availability .totals table tbody tr td:first-of-type {
	font-weight: bold;
}
.employee-availability .result table {
	width: 100%;
    border: 2px solid #009fe3;
}
.employee-availability .result table tr td:first-of-type {
	text-align: left;
	background: rgba(0, 159, 227, 0.1);
	width: 20%;
}
.employee-availability .result table tbody tr td:first-of-type {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 5px 5px 10px;
}
.employee-availability .result table thead tr {
    background: #009fe3;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    font-size: 18px;
}
.employee-availability .result table tbody td {
    border: 1px solid #cecece;
}
.employee-availability .result table tbody tr:hover td {
    border-bottom: 1px solid #000;
}
.employee-availability .result table tbody td.available {
	background: green;
	color: #fff;
}
.employee-availability .result table tbody td.maybe {
	background: yellow;
	color: #000;
}
.employee-availability .result table tbody td.no {
	background: red;
	color: #000;
}
.employee-availability .result .buttons {
	float: right;
}
.employee-availability .result .buttons {
	display: none;
}
.employee-availability .result tr:hover .buttons {
	display: inline-block;
}
.employee-availability .result .buttons > div {
	display: inline-block;
}
.employee-availability .result .buttons > div {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
	text-align: center;
	box-shadow: 0 1px 0 #ccc;
	vertical-align: top;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 6px;
}
