/*

	Tigerlily Recruitment Group - Job Listings Styles
	
	Author: cFront Software Ltd. (RNW & SABN)
	Date: Oct 2015

*/

#header {
	display:none;
}	

#smallHeader {
	display:block;
}

.job_listings {
	width: 90%;
    margin: 64px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.job_listing {
	padding: 16px;
    margin: 0;
    width: calc(25% - 24px);
    box-sizing: border-box;
    min-height: 220px;
    position: relative;
    background: rgba(0,0,0,0.025);
    border-radius: 15px;
}

.live_in {
	font-style:italic;
	display: inline-block;
    margin-left: 5px
}

.detail_link {
    position: absolute;
    font-size: 0.9em;
    bottom: 10px;
    right: 10px;
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 25px;
}

.search_label {
	font-style:italic;
	margin:0 10px 0 5px;
}

.detail_link:hover {
	color:#FFFFFF;
	background:rgba(0,0,0,0.2);
	display:block;
	text-decoration:none;
}

.job_listing:hover {
	background: rgb(176,19,56);
	background: -moz-linear-gradient(270deg, rgba(176,19,56,1) 0%, rgba(231,0,109,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(176,19,56,1) 0%, rgba(231,0,109,1) 100%);
	background: linear-gradient(270deg, rgba(176,19,56,1) 0%, rgba(231,0,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b01338",endColorstr="#e7006d",GradientType=1);
	color:#EDEDED;
	transition:background 0.5s;
	cursor:pointer;
}

.job_listing:hover .detail_link {
	color:#FFFFFF;
}

.job_listing:hover h3 {
	color:#FFFFFF;
}

.info_item label:after {
	content: ':'
}

.info_item {
	font-size: 1rem;
    line-height: 1.5rem;
}

.info_item.jd_head {
	font-size:1em;
}

.info_item.jd_head h3 {
	font-size:1.5em;
	display:inline-block;
}

.job_details h1 {
    margin:0 0 24px 0;
}

.job_details {
	width:100%;
	margin:2em auto;
    display:grid;
    grid-template-columns: 1fr 2fr;
    gap:64px;
}

.job_details .left_col {
    position: sticky;
    top: 207px;
    height: 600px;
}

.job_details .right_col {
	padding:12px 0;
}

.info_item label {
	color: #444444;
    font-weight: 600;
}

.job_listing:hover .info_item label {
	color:#FFFFFF;
}

.search_options {
	list-style-type:none;
}

.section_field,
.field {
    margin: 1em 0;
}

.cb_group {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

span.cb_item {
    display: block;
    margin: 0;
    padding: 0.25em 1em 1em 1em;
    border-radius: 4px;
    background: #F2F2F2;
    width: calc(33.333% - 10px);
    box-sizing: border-box;
}

span.cb_item label {
	width:205px;
}

span.cb_item input {
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.search_options_container {
	background: #EDEDED;
    padding: 16px 0 10px 0;
	width:100%;
	text-align:center;
	z-index:12;
	left:0;
}

.interest_thanks {
	background:#EDEDED;
	padding:0.5em 1em;
	margin:1em 0;
	
}

.interest_thanks .fa-check {
	color:#1fa766;
	margin-right:5px;
}

.search_options li {
	display:inline-block;
}

.search_options li.title {
	margin-right:10px;
	font-size:1.2em;
}

.search_options input {
	border-radius: 2px;
    border: 0;
    font-family: 'poppins', sans-serif;
    padding: 0.5em 1em;
    font-size: 1.1em;
    color: #333333;
    font-weight: 400;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}

.txt_long {
	width:320px;
}

.txt_small {
	max-width:140px;
}

.txt_very_small {
	max-width:80px;
}

.generic_pager {
	text-align: center;
    margin: 2rem 0;
    background: #ededed;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    padding: 8px;
}

.pager_current_page {
    border-radius: 4px;
    border: 0;
    font-family: 'poppins', sans-serif;
    padding: 8px;
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    max-width: 52px;
}

.generic_pager a,
.pager_pages,
.pager_info {
	display:inline-block;
}

.pager_info {
	font-style: italic;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pager_total_records {
	font-weight:600;
}

.pager_prev,
.pager_next {
	font-size: 50px;
    position: relative;
}

.pager_first,
.pager_last {
	font-size: 32px;
    position: relative;
}

.pager_prev:hover,
.pager_next:hover,
.pager_first:hover,
.pager_last:hover {
	cursor:pointer;
}

.close_popup {
	position:absolute;
	right:20px;
	top:20px;
	color:#bf0e3e;
	display: flex;
    align-items: center;
}

.close_popup span {
	display: flex;
    margin-left: 5px;
    padding: 0;
    background: #bf0e3e;
    color: #FFFFFF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
}

.close_popup:hover {
	cursor:pointer;
	text-decoration:none;
	color:#222222;
}

.close_popup:hover span {
	background:#222222;
}

.info_header {
	clear:both;
	height:100px;
	border-bottom:3px solid #DDDDDD;
	padding: 1em;
}

.info_header .logo {
	width:260px;
	height:90px;
	background:url('/Images/Tigerlily-Recruitment-Logo.png');
	background-repeat:no-repeat;
	background-size:100%;
	float:left;
}

.info_header .contacts {
	float:left;
	width:50%;
	font-size:1em;
	padding:1.5em;
	text-align:right;
}

.jd_head {
	margin-bottom:1em;
}

.contact_item {
	margin:1em 0;
}

.contact_item h2 {
	margin:1em 0;
}

.ii_description {
	white-space: pre-wrap;
    line-height: 1.5rem;
}

.section_field label,
.field label {
    display: inline-block;
    width: 30%;
    max-width: 240px;
    font-weight: 500;
    vertical-align: top;
    position: relative;
    top: 6px;
    font-size: 1.1em;
}

.label_note {
	display:block;
	font-size:0.7em;
	font-style:italic;
	color:#999999;
	margin-right:0.5em;
}

.sharing {
	margin:1em 0 0.5em 0;
}

.sharing h4 {
	margin-bottom:1em;
}

.interest_note {
	padding:0.5em 1.5em;
	margin:1em 0;
	background:#EDEDED;
	border-radius:4px;
}

.section_field input,
.field input, 
.field textarea, 
.field select {
    border-radius: 2px;
    border: 0;
    font-family: 'poppins', sans-serif;
    padding: 0.5em 1em;
    font-size: 1.1em;
    color: #333333;
    font-weight: 400;
    background: #F2F2F2;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}

.autocomplete_search i.fa:before {
    font: normal normal normal 1.5em/1 FontAwesome;
    content: "\f078";
    color: #222222;
    padding: 9px;
    background: #EDEDED;
    margin-left: 1px;
    margin-top: 3px;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    top: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.field textarea {
    height: 200px;
    max-width: 640px;
    width: 80%;
}

.field label.big_label {
	display:block;
	margin-bottom:1em;
	width:90%;
	max-width:90%;
}

button {
    border-radius: 25px;
    border: 0;
    font-family: 'poppins', sans-serif;
    padding: 0.5em 1em;
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: 400;
    background: #D32E46;
    box-sizing: border-box;
    margin-top: 1em;
}

button {
    background: #D32E46;
    color: #FFFFFF;
}

button:hover {
    color: #FFFFFF;
    transition: all ease 0.7s;
    background: #FF8241;
    cursor: pointer;
}

.field input.text_long {
	width: 80%;
    max-width: 400px;
}

.field input.text_short {
	width: 80%;
    max-width: 60px;
}

.job_missing .available_job_types {
	padding: 0;
	padding-top: 1em;
	margin: 0;
    display: inline-block;
}

.job_missing .available_job_types li {
	list-style: none;
}

.job_missing .available_job_types a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
	padding: 0.25em;
	margin-bottom: 0.25em;
}

.job_missing .available_job_types a:hover {
	background: #bf0e3e;
    color: #EDEDED;
    transition: background ease 0.7s;
}

.page-load-message {
	display: flex;
	padding: 2rem;
	padding-left: 4rem;
}

.page-load-message * {
	font-size: 24px;
}

.loading {
	position: relative;
	display: inline-flex;
	width: 4.25em;
	box-sizing: content-box !important;
}

.loading:after {
	content: '...';
	animation: LoadingAnimation 2s linear infinite;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;
}


@media screen and (max-width:960px) {
	.job_listing {
		width: 49%;
	}
	
	.job_listings {
		top: 130px;
	}

	span.cb_item {
		width: calc(50% - 10px);
	}

    .job_details {
        grid-template-columns:1fr;
    }

    .job_details .left_col {
        position: relative;
        top: 0;
        height: unset;
    }
}

@media screen and (max-width:440px) {
	.job_listings {
		top: 156px;
	}
	
	.job_listing {
		width: 99%;
	}

	span.cb_item {
		width: 100%;
	}

	.cb_group {
		gap: 10px 0;
	}
}

@keyframes LoadingAnimation {
	0% {
		width: 0;
	}

	100% {
		width: 1.25em;
	}
}