/*  jobs_show.css - 1694138461 */


.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;
}



#jobs_show {
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

#jobs_show .back_link {
	font-size: 12px;
	position: relative;
	top: -5px;
}

#company_logo {
	margin-top: 20px;
}

#job_closed_message {
	text-align: center;
	margin-top: 10px; 
	padding: 40px 0;
	color: #666;
	border-top: 1px solid #eee;
}

#description_box {
	margin: 10px 0;
	padding: 10px 0;
	line-height: 22px;
	font-size: 15px;
	color: #231f20;
}

#job_description_label {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
}

.apply_button {
	float: right;
}

#you_tube_box {
  max-width: 480px;
}



.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 */

#show_job_listing {
	clear: both;
}

#job_title_box {
	clear: right;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
}

.job_info {
	max-width: 630px;
	margin-top: 4px;
}

.job_date_posted {
	margin-top: 10px;
	font-size: 14px;
	color: #231f20;
	font-size: 13px;
	color: #666;
}

.applied_date {
	font-size: 14px;
	margin-top: 10px;
	color: #231f20;
}

#apply_box {
	float: right;
}

.applied_date_box {
	display: none;
}

.category_box {
	float: left;
	padding-bottom: 4px;
	max-width: 630px;
}


