* {
	font-family: arial, helvetica, sans-serif;
}

body {
	color: #414141;
	background-image: url('images/dev_bg.png');
}

.row_spacer { height: 20px; }
.add_fields { width: 80%; }
.add_fields.city {
	width: 80% !important;
}
.add_fields.zip {
	width: 150px !important;
}

input.ff1 {
	width: 97%;
}
input.ff2 {
	width: 80%;
}

input.con_button {
	font-size: 11px;
}

form#appSub input.con_button {
	font-size: 11px;
}

div#error_msg, div#status_msg {
	cursor: pointer;
	position: fixed;
	width: 490px;
	height: 140px;
	min-width: 490px;
	min-height: 140px;
	background-color: #EEE;
	border: 3px solid rgb(0,0,0);
	top: 60;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 15px;
	z-index: 100;
}

input[type="number"] {
	width: 115px;
}
input[type="number"] + span {
	margin-left: 10px;
}
input[type="number"] + span:before {
	content: "$";
}

textarea {
	width: 100%;
	height: 45px;
}

h4 {
	margin: 10px 0px 3px 0px;
	font-size: 20px;
    font-weight: normal;
}

#output_container {
	width: 100%;
	margin-top: 15px;
}

div#users_output {}

div#users_output ol {
	padding: 0px 0px 0px 20px;
}

div#users_output ol li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 60%;
}

div#users_output ol li:hover {
	color: #1525A1;
	background-color: rgba(149, 200, 46, .25);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div#users_output ol li div {
	width: 48%;
	display: inline-block;
	cursor: pointer;
	padding: 5px 0px;
	margin-left: 10px;
}

div#users_output ol li.empty_resultset div {
	cursor: initial !important;
}

div.admin_menu a {
	font-size: 22px;
	color: black;
	display: block;
    padding: 5px 0px;
    margin: 0px 30px;
	text-decoration: none;
}

div.admin_menu a span {
	font-weight: bold;
	text-decoration: underline;
}

div.admin_menu a:hover {
	color: #AFCA02;
}

form.applyForm {}
div.form_row_field {}
div.half_cell, div.cell_60, div.cell_40 { display: inline-block; }
div.form_spacer { height: 20px; }
div.form_row_field input { width:100%; }
div.form_row_field.half_cell { width: 49%; }

div.form_row_field.cell_60 { width: 60%; }
div.form_row_field.cell_40 { width: 38%; }

div.form_row {}
div.form_row.required_note { 
	font-style: italic;
    font-size: 12px;
    margin-bottom: 6px;
}

/* ADMIN PAGES */

div#editJobQualification, div#editWorkingConditions, div#editDesiredQualification, div#editResponsibilities {
	border: 2px solid rgb(0,0,0);
	padding: 15px;
	cursor: pointer;
	background-color: #EEE;
	z-index: 100;
}

div#jobQualification textarea, div#workingConditions textarea, div#desiredQualification textarea, div#jobResponsibilities textarea {
	width: 80% !important;
}

div#job_qualification_values ul, div#working_conditions_values ul, ul.lists, ol.lists {
	padding-left: 0px;
    list-style-type: none;
}

form#jobForm table { width: 700px; border-spacing: 0px; border-collapse: separate; }
form#jobForm table tr td { padding: 5px; }
form#jobForm table tr td:first-child { width: 33%; }

div#appFormHeader { width: 100%; border: 0px; font-size: 22px; font-weight: bold; }
div#appFormSub { width: 100% !important; border: 0px; font-size: 22px; font-weight: bold; text-align: center; }
div#appFormSub input { width: 25%; font-size: 22px; font-weight: bold; }

form#jobForm div.formCell { width:49%; display: inline-block; border: 2px solid #CCC; vertical-align: top; margin: 5px 0px; }
form#jobForm div.formCell table { width: 100% !important; height: 200px; height: 316px; } /* changed from height: 180px;*/
form#jobForm div.formCell table td.header_label { font-weight: bold; }

form#jobForm div.formCell table td textarea {
	width: 100%;
	height: 25px;
}

form#jobForm div.formCell ol { padding-left: revert; list-style-type: revert;  }
form#jobForm div.formCell ol.lists li { font-size: 11px; }

input.delete_user, input.delete_button { border-color: red; border-radius: 5px; }

div#sCon { width: 100%; margin-bottom: 20px; }
div#sJob, div#sQuery { width: 49%; display: inline-block; }
/*div#sQuery { width: 49%; display: inline-block; }*/
#sq_field { width: 250px; }
#sq_field::placeholder { font-size: 10px; }

/* END ADMIN PAGES */

div#body_footer { text-align: center; font-weight: bold; }

form#jlSearch select, form#jlSearch input {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	padding: 5px;
	margin: 5px 0px;
}

form#jlStateSearch select {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	padding: 5px;
	margin: 5px 0px;
}

form#jlKeywordSearch input {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	padding: 5px;
	margin: 5px 0px;
}

form#applyForm input {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	padding: 5px;
	margin: 5px 0px;
}

form#applyForm input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}

form#applyForm select {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	padding: 5px;
	margin: 5px 0px;
	width: 100%;
}

form#applyForm input[type="submit"] {
	border-radius: 6px;
    font-size: 18px;
	border-color: #036bb4;
	width: 99%;
}

form#applyForm input[type="submit"]:hover {
	background-color: #036bb4;
	color: #FFF;
}

select#preferred_communication_method { width: 99% !important; }

div.ts {
	font-size: 12px;
}
span.ts {
	font-size: 16px;
}

div#job_title {
	border: 1px solid black;
	box-shadow: 0px 0px 5px #036bb4;
    border-radius: 3px;
    width: 93.3%;
    margin: 0px 20px;
    padding: 10px;
	font-size: 20px;
    font-weight: bold;
}

div#job_header {
	text-align: center;
}

div#job_header ul {
	padding-left: 0px;
	list-style-type: none;
}

div#job_header ul li { float: left; padding: 4px 15px; font-style: italic; font-size: 14px; }

div#email_this_to_me { clear:both; text-align: center; padding: 20px 0px 10px 0px; }

input[type="button"]#email_this_job {
	border-radius: 6px;
    font-size: 18px;
    border-color: #036bb4;
	width: 235px;
}

input[type="button"]#email_this_job:hover {
	background-color: #036bb4;
	color: #FFF;
}

div#logo_header {
	width: 230px;
	height: 130px;
	background: url(logo.png);
	display: inline-block;
}

div#logo_header.front {
	display: block;
}

div#menu {
    margin: 10px 0px;
	/*width: 475px;*/
    vertical-align: top;
    display: inline-block;
}

div#menu button {
    margin-right: 10px;
    width: auto;
    height: 30px;
    font-size: 16px;
}

div#body_container {
	max-width: 1100px;
	margin: auto;
}

a.job_listing_item {
	text-decoration: none;
	color: initial;
}

div#output_container ol { padding: 0px; margin-bottom: 20px; list-style-type: none; }
div#listing_info ul { padding: 0px; margin-bottom: 20px; list-style-type: none; }
a.job_listing_item ul { padding: 0px; list-style-type: none; margin-top: 2px; margin-bottom: 10px; }

a.job_listing_item div {
	padding: 10px 15px;
}

a.job_listing_item div:hover {
    border-left: 5px solid #0E3355;
}

a.job_listing_item div {
    border-left: 5px solid transparent;
    padding: 1px 15px;
}

a.job_listing_item ul li {
	display: inline;
    padding: 2px 10px;
	font-size: 10pt;
}

a.job_listing_item ul li + li {
    border-left: 1px dotted #BCBCBC;
}

a.job_listing_item {
	border: 1px solid black;
	border-left-width: 0px;
	border-right-width: 0px;

	position: relative;
    display: block;
    padding: 0px;
    margin-bottom: -1px;
    background-color: #fff;
}

a.job_listing_item:hover {
	color: initial;
	background-color: #EEE;
}

a.job_listing_item:hover .job-info {
    border-left: 5px solid #0E3355;
}

span.jd_header { padding-bottom: 10px; font-weight: bold; display: block; }

div#left_body { display: inline-block; width: 54%; padding: 0px 15px; float: left; line-height: 1.42857143; }

div#right_body { display: inline-block; width: 39%; padding: 0px 15px; }

ul.jd_lists {
	margin-top: 0px;
}

ul.share_this_page { padding-left: 0; margin-bottom: 20px; box-shadow: 0px 0px 5px #036bb4; border-radius: 3px; }

ul.share_this_page li {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #000;
}

ul.share_this_page li:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; }
ul.share_this_page li:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background-color: #EEEEEE !important; }

#appSub_container { width: 700px; }

table#appSub { border-color: #EEE; border-spacing: 0px; border-collapse: separate; width: max-content; }

table#appSub tr th, table#appSub tr td { width: max-content; padding: 5px; }

td.ua { width: 300px !important; font-size: 10px; }

/* col defs made obs by width: max-content in table cells
col#appSub_list_col1 { width: 150px; }
col#appSub_list_col2 { width: 150px; }
col#appSub_list_col3 { width: 150px; }
col#appSub_list_col4 { width: 150px; }
col#appSub_list_col5 { width: 150px; }
col#appSub_list_col6 { width: 150px; }
col#appSub_list_col7 { width: 150px; }
col#appSub_list_col8 { width: 150px; }
col#appSub_list_col9 { width: 150px; }*/


/* MEDIA QUERIES */
@media only screen and (max-width: 872px) {
	div#left_body, div#right_body {
		width: 95%;
	}

	form#jobForm div { width:100% !important;}

	div#job_title {
		width: 90%;
	}

	div#sJob, div#sQuery { width: 100% !important; }
}
/*
@media only screen and (max-width: 872px) {
	div#left_body, div#right_body {
		width: 95%;
	}
	
}
*/