/*  job_categories.css - 1694817094 */


.heading_box .error_message_text
{
  float: right;
}

.heading_box label
{
  float: left;
}

.ltext_area_wrapper
{
	position: relative;
}

.ltext_area
{
    width: 100%;
    overflow: hidden;
}

.ltext_area_copy
{
	display: none;
    width: 100%;
}

.ltext_area_character_count
{
  font-size: 10px;
}

.character_count_over_limit
{
  color: red;
}


#companies_show {
	text-align: left;
}

#company_left_content {
	float: left;
	max-width: 500px;
}

#company_banner_box {
	margin-bottom: 10px;
}

#company_right_content {
	float: right;
	width: 180px;
	font-size: 13px;
	line-height: 16px;
}

#company_logo_box {
	margin-bottom: 6px;
}

#company_name {
	font-size: 14px;
}

.company_attribute_box {
	margin: 5px 0;
}

#company_description_box {
	font-size: 14px;
	color: #231f20;
	line-height: 20px;
}

/* css for the company profile popup */

.company_profile_window {
	width: 760px;
}

.company_profile_window .lpopup_content {
	background-color: #fff;
}

#company_profile_close_button_box {
	margin-top: 30px;
	text-align: right;
}

/* end - css for the company profile popup */

@media screen and (max-width: 800px) {
    #company_right_content {
	    float: none;
    }    
}



.job_listing_box {
	text-align: left;
}

.job_posted_heading {
	float: right;
	width: 100px;
	text-align: left;
}

.job_title {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.job_date_posted {
	float: right;
	font-size: 14px;
	color: #231f20;
}

.job_info {
	margin-top: 4px;
	font-size: 15px;
    line-height: 20px;
	color: #231f20;
}

.vertical_bar {
	color: #666;
	margin: 0 10px;
}

.description_summary {
	margin-top: 9px;
	color: #444;
	font-size: 15px;
	color: #231f20;
	line-height: 18px;
}



#job_search_banner_box {
    height: 247px;
	background: url('/images/job_search_bg.jpg') no-repeat center;		  
}

#job_search_bar {
	padding-top: 80px;
}

@media screen and (min-width: 451px) and (max-width: 840px) {
	#job_search_banner_box {
		height: 200px;
	}

	#job_search_bar {
		padding-top: 25px;
	}
}

@media screen and (max-width: 450px) {
	#job_search_bar {
		padding-top: 30px;
	}
}

#yeti_dock_worker {
	position: relative;
	top: -60px;
}

#connecting_the_right_people {
	position: relative;
	top: -160px;
}

#categories_box {
	float: left;
	max-width: 780px;
	margin-top: 50px;
}

#categories_header {
	max-width: 500px;
	margin-left: 20px;		
	padding-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 450px) {
	#categories_box {
		margin-top: 20px;
	}

	#categories_header {
		margin-left: 0;
	}
	
	#categories_header img {
		width: 90%;
	}
}

#side_bar {
	float: right;
	width: 169px;
	margin-right: 20px;
}

@media screen and (max-width: 1020px) {
	#side_bar {
        float: none;
	    display: table;
        margin: 0 auto;
	}
}

.yeti_box {
	margin-bottom: 30px;
}

.badge_heading {
    font-size: 16px;
    line-height: 20px;
	font-weight: 700;
	margin: 6px 0;
}

.badge_details {
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 16px;
}

#employer_sign_up_button {
	padding: 2px 6px;
	font-size: 13px;
}

#jobseeker_sign_up_button {
	padding: 2px 6px;
	font-size: 13px;
}

#category_columns {
	text-align: left;
}

.categories_column {
  font-size: 15px;
  float: left;
  border-top: 1px solid #ccc;
  margin-left: 20px;
  max-width: 350px;
}

#left_categories {
  margin-right: 20px;
}

@media screen and (max-width: 820px) {
	#right_categories {
		border-top: 0;
	}
}

@media screen and (max-width: 450px) {
	.categories_column {
		margin-left: 0;
	}

	#left_categories {
		margin-right: 0;
	}
}

.category_item {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

#recent_jobs_box {
	margin-left: 20px;
}

#recent_jobs_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

#recent_jobs_list .job_listing_box {
    font-size: 14px;
    line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#recent_jobs_list #last_job_listing {
	border: 0;
}

#recent_jobs_list .job_title {
	float: none;
}

#recent_jobs_list .job_info {
	margin-bottom: 4px;
}

#recent_jobs_list .vertical_bar {
	margin: 0 5px;
}

#job_categories_index #staffing_ad_box {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
}



.job_icons {
	margin-top: 10px;
}

.icon_box {
	float: left;
	text-align: left;
	margin-right: 40px;
	font-size: 15px;
	vertical-align: baseline;
	margin-bottom: 6px;
}

.icon_box .icon {
	margin-right: 6px;
	position: relative;
	top: 4px;
}

.apply_icon_box {
	float: right;
	margin-right: 0;
}

.applied_date_box {
	float: right;
	font-size: 13px;
	margin-top: 8px;
}

.category_box {
	font-size: 13px;
	margin-top: 10px;
}

.category_box .category_label {
	color: #666;
}

/* for css the share job popup */

.share_job_popup_window {
	width: 400px;
}

#share_job_form_box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#share_job_form_box .textfield {
	width: 98%;
}

#share_job_form_box #to_email_address_box {
	margin-top: 20px;
}

#share_job_form_box #comments_box {
	margin-top: 20px;
}

#share_job_form_box #comments {
	width: 98%;
	min-height: 80px;
	_height: 80px;
}

#share_job_title {
	font-size: 13px;
}

#share_job_buttons_box {
	margin-top: 20px;
}

/* end - css for the share job popup */

