/*header css*/
#res_header{
margin: auto;
width: 100%;
background: -webkit-linear-gradient(#fefefe, #f8f8f8, #f4f4f4, #f2f2f2) !important; /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fefefe, #f8f8f8, #f4f4f4, #f2f2f2) !important; /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fefefe, #f8f8f8, #f4f4f4, #f2f2f2) !important; /* For Firefox 3.6 to 15 */
background: linear-gradient(#fefefe, #f8f8f8, #f4f4f4, #f2f2f2) !important; /* Standard syntax */
background-repeat: repeat-x;
height: 68px;
}
#guestnav li a{ 
	padding: 10px 10px 10px 10px;
    line-height: 14px;
	color:#333333;
	font-size: 14px;
}


#header{
	margin: auto;
	width: 100%;
	/*height: 108px;       changed: 25-11-2014*/	
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
}
#header .header_top_wrapper{
	float: left;
	width: 1008px;
}

#jobs_midsection{
	float: left;
	background-image: url("../images/mid_bg.png");
	background-repeat: repeat-y;
	height: auto;
	margin: auto;
	width: 1003px;
	clear: both;
	padding:0 7px;
}

body 
{
	background-color: #FBFBFB!important;
}

@media screen and (min-width: 1024px) {
	

	.title{
		text-align: left;
	}
	sup{
	 color:red;
	 line-height: 12px;
}

.jobs_logo{
	max-height:60px;
	max-width: 60px;
	background-color: #fff;
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
    /*display: inline-block;*/
    line-height: 1.42857;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}

.logo-container{
	height:62px;
	width: 62px;
	border: 1px solid #ddd;
    border-radius: 4px;
    /*display:table-cell;*/
    /*text-align:center;
    vertical-align: middle;*/
    position:relative;
    overflow: hidden;
   
}

/***   Top Category Navigation  **/

#top_navigation{
	float: left;
	width: 1003px;
	height: 20px;
	text-align: center;
	margin-bottom: 6px;
	/*border-bottom:1px solid #ccc;*/
}
#top_navigation .inline li a{
	display: inline;
	padding: 4px 12px 4px 12px;
	text-decoration: none;	
	color: #3a5eb0;
}
#top_navigation .inline li a:hover{
	color: #5fa5da;
}
#job_results{
	float: right;
	font-weight: bold;
	margin-right: 7px;
	line-height: 25px;
}

.jobs_result{
	float: right;	
	margin-right: 7px;
	font-size: 13px;
}

hr {
	margin-top: 0px !important; 
	margin-bottom: -100px !important;
}

.container{
	width: 1003px !important;
	padding-left: 1px !important;
	padding-right: 0px !important;
	overflow-x: hidden;
}

.bredcrumbs_margin{
	font-size: 13px;
    margin-bottom: 8px;
    margin-left: 0px;
}

.city_jobs{
	font-size: 15px; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px; 
}
/*** Jobs Listing ***/

.jobs_left{
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 691px !important;
}

.jobs_right{
	float: left;
   	margin-top: 35px;
   	width: 300px;
   	margin-left: 10px;
}
.jobs_left .category_head{
	
	/*width: 794px;*/
	width: auto;
}
.jobs_left .category_head p
{
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	color: #000099;
}
.jobs_left .category_head h1{
	min-width: 300px;
	max-width: 650px;
	padding-right:20px;
	height: 30px;
	font-size:17px;
	/*background-color: #FFFFFF;*/
	line-height: 30px;
	margin:0px;
	text-align:left;
	float: left;
}
.jobs_left .category_head h2{
	width: 225px;
	height: 30px;
	font-size:17px;
	line-height: 30px;
	margin:0px;
	text-align:left;
	float: left;
}

th{
	background: -webkit-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* Standard syntax */
	background-repeat: repeat-x;
    color: #FFFFFD;
    text-align: center;
    font-size: 13px;
}

.media-body h5
{
line-height: 17px;
}

td {
	text-align: center;
}

.desktop_jobs .jobs_details tr
{
	background-color: white;
}

.box{
	
	padding-left: 25px !important;
	padding-top: 8px !important; 
	padding-bottom: 8px !important;
	font-size: 13px;
}

.even{
	float:right;
	
}
.odd{
	float:left;
	clear: both; 
	border-right: 1px dashed #dddddd; 
}

.mobile_active_jobs{
	border-bottom: 1px dashed #dddddd;
    margin-left: -9px;
    padding-bottom: 2px;
    padding-left: 11px;
    width: 150px;
}

.fw_content
{
	margin-bottom: 15px;
    margin-top: 50px;
    text-align: justify;
    width: 1003px;
    margin-left: auto;
    margin-right: auto;
}

.fw_content span.keywords_em
{
	font-size: 14px;
	font-family: arial;
}

p.last_updated
{
	font-size: 14px;
	color: #666666;
	margin-bottom: 50px;
}

/* for jobs-by-location page */
.jobs_metro h1{
	font-size: 21px;
	margin-top: 35px;
}
.jobs_metro h2{
	font-size: 18px;
}
.jobs_city h2{
	font-size: 18px;
}
.jobs_metro li, .jobs_city li{
	float: left;
	list-style: none;
	width: 250px;
	line-height: 30px;
	list-style: none outside none;
	text-align: left;
}
#job_cat_bottom_add{
	float: left; 
	width: auto; 
	margin-left:10px;
	margin-bottom: 15px;
	margin-top: 20px; 
	margin-left: 100px;
	clear: both;

}
#job_cat_bottom_add .left_ad{
	width: 300px; 
	float:left;
}
#job_cat_bottom_add .right_ad{
	width: 300px;
	float:right;
	margin-right:10px;
}
/* CSS FOR  RELATED SEARCH ON BOTTOM */
/* css added by anu ; on 2/4/14 ;for keywords ; */
.detail-container ul.keyword-list
{
list-style: none;
padding-left: 10px;
padding: 0;
width: 930px;
float: left;
height: auto;
display: block;
font-size: 14px;
}
.detail-container ul.keyword-list li
{
width: 230px;
float: left;
padding: 2px;
text-align: left;
color: #808083;

}
.detail-container ul.keyword-list li a
{
color: #808083;
text-decoration: none;
}
.detail-container ul.keyword-list li a:hover
{
text-decoration: underline;
}

#keywords{	
	padding: 40px 0 0 5px;
	min-height: 5px;
	width: 1003px;
	margin: 0 5px 10px 7px;
    color: #000000;
    overflow: hidden;
    /*font-family: verdana;*/
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
}
#keywords h2#keywords_h2
{
background-color: white!important;
color: #808083!important;
font-size: 14px;
/* font-size: 1.1em; */
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.grey-bg
{
	background-color: #EFEFEF;
}
.fix-margin
{
	margin-left: -5px !important;
	
}

#keywords em{
background-color: white!important;
color: #808083!important;
font-size: 14px;
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.metaright{
	
	/*margin-right:10px;*/
	height:25px;
	padding-top:5px;
	color: #999999;
    font-size: 13px;
    float: right;
}
.metaright p{
	display:inline;
	color: #000099;
	line-height: 16px;
}
.metaright i{
	padding-right:5px;
}

/* added due to error coming while using w3c validation */
.keywords_h2
{
	background-color: #FBFBFB!important;
	font-size: 15px;
	/* font-size: 1.1em; */
	text-align: justify;
	margin-left: -5px;
    margin-top: 106px;
    padding-bottom: 6px;
  	padding-top: 11px;
    font-weight: bold;
}

/** Right Side Bar Css  **/
	
#jobs_right{
	width: 300px;
	float:left;
	/*margin-left:5px;*/
	text-align: left;
	border: 1px solid #d1d2d3;
	display: block;
	background-color: white;
	border-radius: 3px;
}
#jobs_right .right_box_head {
	width: 167px;
	height: 29px;
	line-height: 24px;
	text-indent: 12px;
	font-size: 18px;
	margin-top: -30px;
	margin-left: -12px;
}
#jobs_right  .right_box_content{
	float: left; 
	width: 100%;
	margin:0 0 0px 5px;
}
/*** Jobs Details Page Css  ***/
.jobs_details {
	float: left;
	width: 700px;
	border: 1px solid #dddddd;
}

.jobs_details tr .cname{
	width:160px;
	padding: 5px 0px 5px 5px;
}
.jobs_details tr td .company_name{
	float: left; 
	margin-left: -66px;
	margin-top: -17px;
}
.jobs_details tr .date{
	text-align: center;
	width:92px;
	font-size: 14px;
}
.jobs_details tr .eligibility{
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	
}
.jobs_details tr td .company_name a{
	color: #0287CC;
	margin-left: 137px;
	font-size: 13px;
}
.jobs_details tr td .post_date{
	
}
.jobs_details tr td .location_name a{
	color: #333333;
	font-size: 14px;
}

/* ----- PAGINATION ----- */
#paginationStrip
{
	padding: 10px 10px 10px 10px;
	border: none;
	float: right;
}
select#paginationDropdownPage
{
	width: 50px;
	height: 26px;
	margin: 0 0 0 10px;
}
#paginationStrip ul
{
	display: inline-flex;
    float: left;
    list-style-type: none;
}
#paginationStrip p
{
	float: left;
	margin: 6px 0 0 0;
}
#paginationStrip ul li
{
	border: 1px solid #9DF;
	padding: 3px 5px;
}

}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.title{
		text-align: left;
	}
	
	.jobs_logo{
	max-height:60px;
	max-width: 60px;
	background-color: #fff;
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
    /*display: inline-block;*/
    line-height: 1.42857;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}

.logo-container{
	height:62px;
	width: 62px;
	border: 1px solid #ddd;
    border-radius: 4px;
    /*display:table-cell;*/
    /*text-align:center;
    vertical-align: middle;*/
    position:relative;
    overflow: hidden;
}

.media{
	margin-top: 10px !important;
}
	
	sup{
	 color:red;
	 line-height: 12px;
}
/***   Top Category Navigation  **/

#top_navigation{
	width: 98.5%;
	height: 27px;
	text-align: center;
	/*border-bottom:1px solid #ccc;*/
}
#top_navigation .inline li a{
	display: inline;
	padding: 4px 12px 4px 12px;
	text-decoration: none;	
	color: #3a5eb0;
}
#top_navigation .inline li a:hover{
	color: #5fa5da;
}
#job_results{
	float: right;
	font-weight: bold;
	margin-right: 7px;
	line-height: 25px;
}

.bredcrumbs_margin
{
	font-size: 13px;
    margin-bottom: 20px;
    margin-left: 12px;
}

.jobs_result{
	float: right;
	margin-right: 7px;
	line-height: 27px;
	font-size: 13px;
	padding-top: 3px;
}

hr {
	margin-top: 0px !important; 
	margin-bottom: -100px !important;
}

.container{
	width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	overflow-x: hidden;
}

.fw_content{
	margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fw_content span.keywords_em
{
	font-size: 14px;
}

p.last_updated
{
	font-size: 14px;
	color: #666666;
	margin-bottom: 50px;
}

/*** Jobs Listing ***/

.jobs_left{
	margin-left: 6px;
	margin-top: 20px;
}

.jobs_right{
	float: left;
   	margin-top: 50px;
   	width: 300px;
}
.jobs_left .category_head{
	
	/*width: 794px;*/
	width: auto;
}
.jobs_left .category_head p
{
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	color: #000099;
}
.jobs_left .category_head h1{
	min-width: 300px;
	max-width: 650px;
	padding-right:20px;
	height: 30px;
	font-size:17px;
	background-color: #FFFFFF;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	float: left;
}
.jobs_left .category_head h2{
	width: 225px;
	height: 30px;
	font-size:1em;
	background-color: #d8dfea;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	font-weight: bold;
	float: left;
}

th{
	background: -webkit-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#999999, #8D8D8D, #808080, #737373,#666666,#5A5A5A) !important; /* Standard syntax */
	background-repeat: repeat-x;
    color: #FFFFFD;
    text-align: center;
    font-size: 13px;
}

td {
	text-align: center;
}

.media-body h5
{
line-height: 17px;
}


.desktop_jobs .jobs_details tr
{
	background-color: white;
}

/* for jobs-by-location page */
.jobs_metro h1{
	font-size: 21px;
	margin-top: 35px;
}
.jobs_metro h2{
	font-size: 18px;
}
.jobs_city h2{
	font-size: 18px;
}
.jobs_metro li, .jobs_city li{
	float: left;
	list-style: none;
	width: 250px;
	line-height: 30px;
	list-style: none outside none;
	text-align: left;
}
#job_cat_bottom_add{
	float: left; 
	width: auto; 
	margin-left:10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#job_cat_bottom_add .left_ad{
	width: 300px; 
	float:left;
}
#job_cat_bottom_add .right_ad{
	width: 300px;
	float:right;
	margin-right:10px;
}
/* CSS FOR  RELATED SEARCH ON BOTTOM */
/* css added by anu ; on 2/4/14 ;for keywords ; */
.detail-container ul.keyword-list
{
list-style: none;
padding-left: 10px;
padding: 0;
width: 100%;
float: left;
height: auto;
display: block;
font-size: 14px;
}
.detail-container ul.keyword-list li
{
width: 230px;
float: left;
padding: 2px;
text-align: left;
color: #808083;

}
.detail-container ul.keyword-list li a
{
color: #808083;
text-decoration: none;
}
.detail-container ul.keyword-list li a:hover
{
text-decoration: underline;
}

#keywords{
	
	padding: auto 0 0 5px;
	min-height: 5px;
	width: 100%;
	margin: 0 5px 10px 7px;
    color: #000000;
    overflow: hidden;
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
}
#keywords h2#keywords_h2
{
background-color: white!important;
color: #808083!important;
font-size: 14px;
/* font-size: 1.1em; */
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.grey-bg
{
	background-color: #EFEFEF;
}
.fix-margin
{
	margin-left: -5px !important;
	padding-left: 5px !important;
}

#keywords em{
background-color: white!important;
color: #808083!important;
font-size: 14px;
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.metaright{
	
	/*margin-right:10px;*/
	float: right;
	height:25px;
	padding-top:5px;
	color: #999999;
    font-size: 13px;
}
.metaright p{
	display:inline;
	color: #000099;
	line-height: 16px;
}
.metaright i{
	padding-right:5px;
}

/* added due to error coming while using w3c validation */
.keywords_h2
{
	background-color: #FBFBFB!important;
	font-size: 16px;
	/* font-size: 1.1em; */
	font-weight: bold;
	text-align: justify;
	margin-left: -5px;
    margin-top: 106px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-top: 11px;
}

/** Right Side Bar Css  **/
	
#jobs_right{
	width: 300px;
	float:left;
	/*margin-left:5px;*/
	text-align: left;
	/*background-color: white;*/
}
#jobs_right .right_box_head {
	width: 167px;
	height: 29px;
	line-height: 24px;
	text-indent: 12px;
	font-size: 18px;
	margin-top: -30px;
	margin-left: -12px;
}
#jobs_right  .right_box_content{
	float: left; 
	width: 100%;
	margin:0 0 0px 5px;
}

/*** Jobs Details Page Css  ***/
.jobs_details {
	float: left;
	width: 700px;
	border: 1px solid #dddddd;
}

.jobs_details tr .cname{
	width:160px;
	padding: 5px 0px 5px 5px;
}
.jobs_details tr td .company_name{
	float: left; 
	margin-left: -66px;
	margin-top: -17px;
}
.jobs_details tr .date{
	text-align: center;
	width:92px;
	font-size: 14px;
}
.jobs_details tr .eligibility{
	width: 220px;
	font-size: 14px;
}
.jobs_details tr td .company_name a{
	color: #2096D4;
	margin-left: 137px;
	font-size: 14px;
}
.jobs_details tr td .post_date{
	
}
.jobs_details tr td .location_name a{
	color: #333333;
	font-size: 14px;
}

/* ----- PAGINATION ----- */
#paginationStrip
{
	padding: 10px 10px 10px 10px;
	border: none;
	float: right;
}
select#paginationDropdownPage
{
	width: 50px;
	height: 26px;
	margin: 0 0 0 10px;
}
#paginationStrip ul
{
	display: inline-flex;
    float: left;
    list-style-type: none;
}
#paginationStrip p
{
	float: left;
	margin: 6px 0 0 0;
}
#paginationStrip ul li
{
	border: 1px solid #9DF;
	padding: 3px 5px;
}

}

@media only screen and (min-width : 992px) and (max-width : 1023px) {

.box{
	font-size: 13px;
	padding-bottom: 8px !important;
	padding-left: 25px !important;
	padding-top: 8px !important;
}

.even{
	float:right;
	
}
.odd{
	float:left;
	clear: both; 
	border-right: 1px dashed #dddddd; 
}

.mobile_active_jobs
{
	border-bottom: 1px dashed #dddddd;
	margin-left: -9px;
	padding-bottom: 2px;
	padding-left: 11px;
	width: 150px;
}	


#jobs_right{
	width: 300px;
	float:left;
	/*margin-left:5px;*/
	text-align: left;
	background-color: white;
	border: 1px solid #d1d2d3;
	border-radius: 3px;
	display: block;	
}

}

@media (max-width: 420px){
	
.mobile_content{
	padding-left: 0 !important;
	padding-right: 2 !important;
}

div a.back-to-top
{
 position: fixed;
 z-index: 7000;
 bottom: 55px;
 right: 10px;		 
}	

.back-to-top > img
{
	border-radius: 23px;
	box-shadow: 2px 5px 5px grey;
	opacity: 0.25;
}

div a.back-to-bottom
{
  position: fixed;
  z-index: 7000;
  bottom: 15px;
  right: 10px;	
}

.back-to-bottom > img
{
	border-radius: 23px;
	box-shadow: 2px 5px 5px grey;
	opacity: 0.25;
}

/*-----PAGINATION MOBILE BEGINS ----*/	
	
	#paginationStrip
{
	padding: 10px 10px 10px 10px;
	border: none;
	float: right;
}
select#paginationDropdownPage
{
	width: 50px;
	height: 26px;
	margin: 0 0 0 10px;
}
#paginationStrip ul
{
	display: inline-flex;
    float: left;
    list-style-type: none;
}
#paginationStrip p
{
	float: left;
	margin: 6px 0 0 0;
}
#paginationStrip ul li
{
	border: 1px solid #9DF;
	padding: 3px 5px;
}
	
/*-----PAGINATION MOBILE ENDS -----*/	
	
	.title{
		text-align: center;
	}
	
	.jobs_logo{
	max-height:60px;
	max-width: 60px;
	background-color: #fff;
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
    /*display: inline-block;*/
    line-height: 1.42857;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}

.logo-container{
	height:62px;
	width: 62px;
	border: 1px solid #ddd;
    border-radius: 4px;
    /*display:table-cell;*/
    /*text-align:center;
    vertical-align: middle;*/
    position:relative;
    overflow: hidden;
}

.media{
	margin-top: 10px !important;
	padding-top: 7px !important;
}
	
	sup{
	 color:red;
	 line-height: 12px;
}
	
	ul {
 	list-style-type:none;
 	 padding-left: 3px;
 }
 
 .mobile_ad{
 	padding-top: 5px;
 }
 
 .job_list ul div
 {
 	margin-top: 5px;
 	margin-bottom: 10px;
 }
 
 .category_head .search{
 	text-align: center;
 }
 
 .archive_list ul div
 {
 	margin-top: 5px;
 	margin-bottom: 10px;
 }
 
 .container{
	width: 100%;
}
 .content{
 	margin-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.mobile_jobs{
	background-color: #ffffff;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.archive_list{
	background-color: #ffffff;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.list-group li.list-group-item{
	display: block !important;
    margin-bottom: -1px !important;
    position: relative !important;
    background-color: none !important;
    border: none !important;
    padding:0 !important;
}   

.cname a {
	float: left; 
	margin-left: 72px;
}

.position{
	float: left; 
	margin-left: 71px; 
	text-align: left;
}

.location a{
	float: left; 
	margin-left: 70px;
}

.eligibility{
	float: left; 
	margin-left: 70px;  
	text-align: left;
}

.button{
	margin-top: 10px;
}

.fw_content{
	margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*** Jobs Listing ***/

.jobs_left{
	margin-left: 6px;
	margin-top: 30px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.jobs_right{
	float: left;
   	width: 100%;
}
.jobs_left .category_head{
	
	width: 100%;
}
.jobs_left .category_head p
{
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	color: #000099;
}
.jobs_left .category_head h1{
	/*min-width: 300px;*/
	max-width: 650px;
	/*padding-right:20px;*/
	height: auto;
	font-size:17px;
	line-height: 30px;
	/*text-indent: 22px;*/
	margin:0px;
	
}
.jobs_left .category_head h2{
	width: 100%;
	height: 30px;
	font-size:1em;
	background-color: #d8dfea;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	font-weight: bold;
	float: left;
}

th{
	background-color: #00B7F3;
    color: #FFFFFD;
    text-align: center;
}

td {
	text-align: center;
}


/* for jobs-by-location page */
.jobs_metro h1{
	font-size: 21px;
	margin-top: 35px;
}
.jobs_metro h2{
	font-size: 18px;
}
.jobs_city h2{
	font-size: 18px;
}
.jobs_metro li, .jobs_city li{
	float: left;
	list-style: none;
	width: 100%;
	line-height: 30px;
	list-style: none outside none;
	text-align: left;
}
#job_cat_bottom_add{
	float: left; 
	width: 100%; 
	margin-left:10px;
	margin-bottom: 20px;

}
#job_cat_bottom_add .left_ad{
	width: 100%; 
	float:left;
}
#job_cat_bottom_add .right_ad{
	width: 100%;
	float:right;
	margin-right:10px;
}
/* CSS FOR  RELATED SEARCH ON BOTTOM */
/* css added by anu ; on 2/4/14 ;for keywords ; */
.detail-container ul.keyword-list
{
list-style: none;
padding-left: 10px;
padding: 0;
width: 100%;
float: left;
height: auto;
display: block;
}
.detail-container ul.keyword-list li
{
width: 100%;
float: left;
padding: 2px;
text-align: left;
color: #808083;

}
.detail-container ul.keyword-list li a
{
color: #808083;
text-decoration: none;
}
.detail-container ul.keyword-list li a:hover
{
text-decoration: underline;
}

#keywords{
	
	padding: 0px 0 0 5px;
	min-height: 5px;
	width: 100%;
	margin: 0 5px 10px 7px;
    color: #000000;
    overflow: hidden;
    font-family: verdana;
    margin-right: auto;
    margin-left: auto;
}
#keywords h2#keywords_h2
{
background-color: white!important;
color: #808083!important;
font-size: 14px;
/* font-size: 1.1em; */
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.grey-bg
{
	background-color: #EFEFEF;
}
.fix-margin
{
	margin-left: -5px !important;
	padding-left: 5px !important;
}

#keywords em{
background-color: white!important;
color: #808083!important;
font-size: 14px;
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.metaright{
	
	/*margin-right:10px;*/
	height:25px;
	padding-top:5px;
	float: right;
}
.metaright p{
	display:inline;
	color: #000099;
	line-height: 16px;
}
.metaright i{
	padding-right:5px;
}

/* added due to error coming while using w3c validation */
.keywords_h2
{
	background-color: white!important;
	color: #808083!important;
	font-size: 14px;
	/* font-size: 1.1em; */
	text-align: justify;
	margin-left: -5px;
    margin-top: 106px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-top: 11px;
}

/** Right Side Bar Css  **/
	
#jobs_right{
	width: 100%;
	float:left;
	margin-left:5px;
	text-align: left;
	/*border: 1px solid #d1d2d3;*/
	box-shadow: 0 0 2px black;
}
#jobs_right .right_box_head {
	width: 100%;
	height: 29px;
	line-height: 24px;
	text-indent: 12px;
	font-size: 21px;
	margin-top: -30px;
	margin-left: -12px;
}
#jobs_right  .right_box_content{
	float: left; 
	width: 100%;
	margin:0 0 0px 5px;
}
/*** Jobs Details Page Css  ***/
.jobs_details {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
}

.jobs_details tr .cname{
	width:100%;
	padding: 5px 0px 5px 5px;
}
.jobs_details tr td .company_name{
	float: left; 
	margin-left: -66px;
	margin-top: -17px;
}
.jobs_details tr .date{
	text-align: center;
	width:100%;
}
.jobs_details tr .eligibility{
	width: 100%;
	font-weight: bold;
}
.jobs_details tr td .company_name a{
	color: #3900ff;
	margin-left: 137px;
}
.jobs_details tr td .post_date{
	
}
.jobs_details tr td .location_name a{
	color: #333333;
}
 
}

@media only screen and (min-width : 421px) and (max-width : 767px){
	

div a.back-to-top
{
 position: fixed;
 z-index: 7000;
 bottom: 55px;
 right: 10px;		 
}		
	
.back-to-top > img
{
	border-radius: 23px;
	box-shadow: 2px 5px 5px grey;
	opacity: 0.25;
}

div a.back-to-bottom
{
  position: fixed;
  z-index: 7000;
  bottom: 15px;
  right: 10px;	
}

.back-to-bottom > img
{
	border-radius: 23px;
	box-shadow: 2px 5px 5px grey;
	opacity: 0.25;
}
   	
	.title{
		text-align: center;
	}
	
	.jobs_logo{
	max-height:60px;
	max-width: 60px;
	background-color: #fff;
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
    /*display: inline-block;*/
    line-height: 1.42857;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}

.logo-container{
	height:62px;
	width: 62px;
	border: 1px solid #ddd;
    border-radius: 4px;
    /*display:table-cell;*/
    /*text-align:center;
    vertical-align: middle;*/
    position:relative;
    overflow: hidden;
}

.media{
	margin-top: 10px !important;
	padding-top: 7px !important;
}
	
	sup{
	 color:red;
	 line-height: 12px;
}
	
	ul {
 	list-style-type:none;
 	 padding-left: 3px;
 }
 
 .job_list ul div
 {
 	margin-top: 5px;
 	margin-bottom: 10px;
 	margin-left: auto;
 	margin-right: auto;
 }
 
 .container{
	width: 100%;
}
 .content{
 	background-color: #f1f2ed;
    margin-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.archive_list{
	background-color: #ffffff;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile_jobs{
	background-color: #ffffff;
    height: auto;
}

.list-group li.list-group-item{
	display: block !important;
    margin-bottom: -1px !important;
    position: relative !important;
    background-color: none !important;
    border: none !important;
    padding:0 !important;
}   

.button{
	margin-top: 4px;
}

/*** Jobs Listing ***/

.jobs_left{
	margin-left: 6px;
	margin-top: 30px;
}

.jobs_right{
	float: left;
   	margin-top: 10px;
   	width: 100%;
}
.jobs_left .category_head{
	
	width: 100%;
}
.jobs_left .category_head p
{
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	color: #000099;
}
.jobs_left .category_head h1{
	min-width: 300px;
	max-width: 650px;
	/*padding-right:20px;*/
	height: auto;
	font-size:17px;
	line-height: 30px;
	/*text-indent: 22px;*/
	margin:0px;
	
}
.jobs_left .category_head h2{
	width: 100%;
	height: 30px;
	font-size:1em;
	background-color: #d8dfea;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	font-weight: bold;
	float: left;
}

th{
	background: -webkit-linear-gradient(#00BEFC, #01BDFC, #01B9F5, #02B0EC,#01B0E9,#02ADE5) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#00BEFC, #01BDFC, #01B9F5, #02B0EC,#01B0E9,#02ADE5) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#00BEFC, #01BDFC, #01B9F5, #02B0EC,#01B0E9,#02ADE5) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#00BEFC, #01BDFC, #01B9F5, #02B0EC,#01B0E9,#02ADE5) !important; /* Standard syntax */
	background-repeat: repeat-x;
    color: #FFFFFD;
    text-align: center;
    font-size: 13px;
}

td {
	text-align: center;
}


/* for jobs-by-location page */
.jobs_metro h1{
	font-size: 21px;
	margin-top: 35px;
}
.jobs_metro h2{
	font-size: 18px;
}
.jobs_city h2{
	font-size: 18px;
}
.jobs_metro li, .jobs_city li{
	float: left;
	list-style: none;
	width: 100%;
	line-height: 30px;
	list-style: none outside none;
	text-align: left;
}
#job_cat_bottom_add{
	float: left; 
	width: 100%; 
	margin-left:10px;
	margin-bottom: 20px;

}
#job_cat_bottom_add .left_ad{
	width: 100%; 
	float:left;
}
#job_cat_bottom_add .right_ad{
	width: 100%;
	float:right;
	margin-right:10px;
}
/* CSS FOR  RELATED SEARCH ON BOTTOM */
/* css added by anu ; on 2/4/14 ;for keywords ; */
.detail-container ul.keyword-list
{
list-style: none;
padding-left: 10px;
padding: 0;
width: 100%;
float: left;
height: auto;
display: block;
}
.detail-container ul.keyword-list li
{
width: 100%;
float: left;
padding: 2px;
text-align: left;
color: #808083;

}
.detail-container ul.keyword-list li a
{
color: #808083;
text-decoration: none;
}
.detail-container ul.keyword-list li a:hover
{
text-decoration: underline;
}

#keywords{
	
	padding: 380px 0 0 5px;
	min-height: 5px;
	width: 100%;
	margin: 0 5px 10px 7px;
    color: #000000;
    overflow: hidden;
    font-family: verdana;
    margin-left: auto;
    margin-right: auto;
    
}
#keywords h2#keywords_h2
{
background-color: white!important;
color: #808083!important;
font-size: 14px;
/* font-size: 1.1em; */
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.grey-bg
{
	background-color: #EFEFEF;
}
.fix-margin
{
	margin-left: -5px !important;
	padding-left: 5px !important;
}

#keywords em{
background-color: white!important;
color: #808083!important;
font-size: 14px;
margin: 0;
padding: 0;
float: left;
padding-left: 18px;
padding-top: 11px;
}
.metaright{
	
	/*margin-right:10px;*/
	height:25px;
	padding-top:5px;
	float: right;
}
.metaright p{
	display:inline;
	color: #000099;
	line-height: 16px;
}
.metaright i{
	padding-right:5px;
}

/* added due to error coming while using w3c validation */
.keywords_h2
{
	background-color: white!important;
	color: #808083!important;
	font-size: 14px;
	/* font-size: 1.1em; */
	text-align: justify;
	margin-left: -5px;
    margin-top: 106px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-top: 11px;
}

/** Right Side Bar Css  **/
	
#jobs_right{
	width: 100%;
	float:left;
	margin-left:5px;
	text-align: left;
	/*border: 1px solid #d1d2d3;*/
	z-index: 1;
	box-shadow: 0 0 2px black;
}
#jobs_right .right_box_head {
	width: 100%;
	height: 29px;
	line-height: 24px;
	text-indent: 12px;
	font-size: 21px;
	margin-top: -30px;
	margin-left: -12px;
}
#jobs_right  .right_box_content{
	float: left; 
	width: 100%;
	margin:0 0 0px 5px;
}
/*** Jobs Details Page Css  ***/
.jobs_details {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
}

.jobs_details tr .cname{
	width:100%;
	padding: 5px 0px 5px 5px;
}
.jobs_details tr td .company_name{
	float: left; 
	margin-left: -66px;
	margin-top: -17px;
}
.jobs_details tr .date{
	text-align: center;
	width:100%;
}
.jobs_details tr .eligibility{
	width: 100%;
	font-weight: bold;
}
.jobs_details tr td .company_name a{
	color: #3900ff;
	margin-left: 137px;
}
.jobs_details tr td .post_date{
	
}
.jobs_details tr td .location_name a{
	color: #333333;
}	
	
}

/*
 *  Top Main menu navigation
 */

#menu li{
	float: left;
	padding: 0px;
}
#guestmenu li{
	float: left;
	padding: 0px;
}
#menu li:hover{
	background: url("../images/navigation_hover_bg.png");
	background-repeat: repeat-x;
	color:#fff;
}
#menu li a{ 
	float:left;
	padding: 10px 31px 10px 10px;
    line-height: 14px;
	color:#333333;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
#guestmenu li a{ 
	float:left;
	padding: 10px 31px 10px 10px;
    line-height: 14px;
	color:#333333;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

#header_home_img
{
margin-left: -30px;
}

@media (min-width: 768px) {  

  #jobs_right
  {
  	display: block!important;
  }
  
}

@media (max-width: 768px) {
 
  #jobs_right
  {
  	display: none;
    background: none repeat scroll 0 0 #6a6a6a;
    color: white;
    height: 400px;
    overflow: scroll;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50px;
    width: 200px;  
    z-index: 9999;	
  }
  
  #jobs_right .row
  {
  	width: 200px;
  }
  
  #jobs_right .right_box_head
  {
  	display: none;
  }

  #jobs_right a
  {
  color: white;
  }

  #jobs_right .mobile_active_jobs
  {
  	border-bottom: 1px dashed #828282;
    padding-bottom: 5px;
    padding-top: 3px;
  }
  
  #jobs_right .mobile_active_jobs a
  {
  	margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    font-size: 10pt;
    color:#FFFFFF !important;
  }
}


/* JOBS OVER WRITTEN CSS STARTS FOR MOBILE COMPATIBILITY SEARCH ENDS*/

/*ADD SLOT FOR CATEGORY PAGE ADDED STARTED*/

.jobs_right .jobs_add_right 
{
    clear: both;
    padding-top: 10px;
}

.jobs_add_right.hidden-xs > div
{
	margin-top:10px;
}

/*ADD SLOT FOR CATEGORY PAGE ADDED STARTED*/
#white-space-ad{
  display: block;
  position: absolute;
  left: 7px;
  top: 64px;
  width: 160px;
  height: 600px;
}
#close_add_slot {
  float: right;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 1000;
}@media (max-width: 1024px){
#white-space-ad{
  display: none;
  }
}

/* Css added for Right side view more job category */
/** Right Side Bar Css  **/

#jobs_right1{
	width: 300px;
	float:left;
	/*margin-left:5px;*/
	text-align: left;
	border: 1px solid #d1d2d3;
	display: block;
	background-color: white;
	border-radius: 3px;
}
.jobs_right1{
	float: left;
   	margin-top: 45px;
   	width: 300px;
   	margin-left: 10px;
}

#jobs_right1 .right_box_head {
    font-size: 17px;
   	margin-left: -12px;
  	 margin-top: -27px;
   	width: 167px;
}
#jobs_right1 .right_box_content {
    float: left;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.odd{
	padding-left:0px !important;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: height 0.35s ease 1s linear;
  -moz-transition: height 0.35s ease 1s linear;
  -o-transition: height 0.35s ease 1s linear;
  -ms-transition: height 0.35s ease 1s linear;
  transition: height 0.35s ease 1s linear;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
#extra_category{
		position: absolute;
	   	top:271px;
	    font-size: 14px;
	    margin-left:1005px;
	}	
.rightsideextracategory{
		border-bottom:1px dashed silver;
		padding-top:5px;
		padding-left:5px;
		line-height:22px;
	}	
.fix {
		margin-left: auto;
	    margin-right: auto;
	    padding-left: 303px;
	    position: fixed;
	    top: 0;
	}	
#left-white-space-ad{
   	height: 600px;
    margin-left: -165px;
    position: absolute;
    top: 309px;
    width: 160px;
}				.
