/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Apr, 2017, 11:48:59 AM
    Author     : shubham
*/

	.jobs-page-midsection-header h1 {
	font-size: inherit;
	display: inherit;
	margin: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.job-listing .share a {
	float: left;
	width: 21px;
	height: 21px;
	background: url(https://d13dtqinv406lk.cloudfront.net/new_images/sprite.png) no-repeat 0 0;
	margin-right: 5px;
}

.job-listing .share a.mail {
	background-position: -614px -101px;
}

.job-listing .share a.twt {
	background-position: -563px -101px;
}

.job-listing .share a.in {
	background-position: -588px -101px;
}

.job-listing .share a.fb {
	background-position: -538px -101px;
}

#goToMyJobs {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	left: 15px;
	top: 25px;
}

#goToMyJobs img {
	margin-right: 10px;
	vertical-align: middle;
}

.filterPanel {
	float: right;
	display: block;
	line-height: normal;
	margin-top: -8px;
}

.filterPanel>span:nth-child(1){
	font-size: 11px;
}
.filterPanel>span {
	display: block;
}

.filterPanel>select {
	background-color: #ffffff;
	border: none;
	margin-left: -4px;
	margin-bottom: -2px;
}
.job-list-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;
}
.select-custom {
	/*overflow: hidden;*/
	position: relative;
	display: block;
	outline: none !important;
	border: 0px !important;
	width: 90px;
}

#sortFilter {
	background-color: #ffffff;
	border: 0 !important;
	outline: none !important;
	font-size: 14px;
	width: 86px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*margin-left: -4px;*/
}
.select-custom::after {
	content: "▼";
	position: absolute;
	right: 6px;
	z-index: 1;
	text-align: center;
	pointer-events: none;
	box-sizing: border-box;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
}