/*Additional changes to help display the hotlizard components*/

.job_list_inner{ border-left: 2px solid #3f8a7b;}

.job_list_box2 {border-left: 0px;}

.result_body{border-left: 2px solid #56b98a;}
.result_body_left{border-left: 0px;}

.rt_job .rt_search  a:hover 
{
	color: white;
}
.rt_jevents .rt_search  a:hover 
{
	color: white;
}

.apply 
{
	width: 100%;
	background-color: white;
} 
.apply > .button2
{
	padding: 5px;
	background-color: #56b98a;
	width: auto;
} 

.floatr > .button2, .form_entry > .button2, #PopUpQuick, #PopUpFull
{
	margin: 5px;
	color: #5b5a5a;
	text-transform: uppercase;
    text-decoration: none;
	border: 0px;
	width: 100% !important;
	height: 50px;
	padding: 10px;
	background: url(/wp/wp-content/themes/Pathfinder/images/arrow_blk.png) no-repeat 95% 13px #e0e1e1;
	
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 

.floatr > .button2:hover, .form_entry > .button2:hover, #PopUpQuick:hover, #PopUpFull:hover
{
	background: url(/wp/wp-content/themes/Pathfinder/images/arrow.png) no-repeat 95% 13px #3f8a7b;
	color: #fff;
}

#PopUp, #PopUpQuick, #PopUpFull
{
	margin: 5px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
    text-decoration: none;
	border: 0px;
	width: 100% !important;
	height: 50px;
	background: url(/wp/wp-content/themes/Pathfinder/images/arrow_blk.png) no-repeat 95% 13px #3f8a7b;
	
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 

#PopUp:hover, #PopUpQuick:hover, , #PopUpFull:hover
{
	background: url(/wp/wp-content/themes/Pathfinder/images/arrow.png) no-repeat 95% 13px #e0e1e1;
	color: #5b5a5a;
}

@media only screen and (min-width:1200px) 
{
	.result_body_left { width: 730px; }
}
@media only screen and (min-width:1000px) and (max-width:1199px)
{
	.result_body_left { width: 720px; }

}
@media only screen and (min-width:768px) and (max-width:999px)
{
	.result_body_left { width: 550px; }
}

@media only screen and (min-width:480px) and (max-width:767px)
{
	.result_body_left { width: 100%; }
}

@media only screen and (min-width:480px) 
{
	.result_body_right { border-left: 0px solid grey; }
}

@media only screen and (max-width:479px) 
{
.job_list_box3{border-left: 0px;}
.job_list_box4{border-left: 0px;}
.result_body_right{border-left: 0px;}
}


/* original hotlizard styling */

.app_steps {

}
.app_steps ul {

}
.app_steps ul li {
	background: #fff;
	border-left: 1px solid #3f8a7b;
	border-right: 2px solid #fff;
}
.app_steps ul li a, .app_steps ul li a:visited {
	color: #3f8a7b;
	text-decoration:none;
}
.app_steps ul li a:hover {
	color: #000;
}
.app_steps ul li.selected {
	background: #3f8a7b;
	border-right: 2px solid #fff;
	color: #fff;
}

.app_steps ul li.selected a {
	color: #fff;
	text-decoration:none;
}

td { padding: 5px; } 

.td1 {
	width: 40%;
}

.td2 {
	width: 60%;
}

td > select {
	width: 300px;
}

td > input[type="text"] {
	width: 100%;
}

td > input[type="password"] {
	width: 100%;
}

.cand_form, .search_form  {
	margin-left: -40px;
	border: 0px dotted grey;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 10px;
	list-style-type: none;
}

.cand_form > *, .search_form > * {
	-webkit-box-flex: 1 50%;
	-moz-box-flex: 1 50%;
	-webkit-flex: 1 50%;
	-ms-flex: 1 50%;
	flex: 1 50%; 
	border: 0px dotted grey;
}

.form_label 
{
    padding-right: 10px;
	border: 1px solid white;
}

input { width: 90%; }
input[type="submit"] { width: 200px; }
input[type="submit"].button2 { width: auto; }
.form_entry > input[type="submit"] { margin-top: 20px; }
.form_box > input[type="checkbox"] 
{ 
	width: 20px; 
	margin-top: 20px;
}
select { width: 90%; }
textarea { width: 90%; }

@media screen and (min-width:501px) 
{
	.cand_form, .search_form 
	{ 
		-webkit-box-flex: 2 0px;
		-moz-box-flex: 2 0px;
		-webkit-flex: 2 0px;
		-ms-flex: 2 0px;
		flex: 2 0px; 
	}
	.form_label 
	{ 
		-webkit-box-ordinal-group: 1 auto; max-width: 200px;
		-moz-box-ordinal-group: 1 auto; max-width: 200px;
		-webkit-order: 1 auto; max-width: 200px;
		-ms-flex-order: 1 auto; max-width: 200px;
		order: 1 auto; max-width: 200px; 
	}
	.form_entry 
	{ 
		-webkit-box-ordinal-group: 2 auto;
		-moz-box-ordinal-group: 2 auto;
		-webkit-order: 2 auto;
		-ms-flex-order: 2 auto;
		order: 2 auto; 
	}
}

@media screen and (max-width:500px) 
{		
	.form_label 
	{ 
		-webkit-box-flex: 1 auto; max-width: 200px;
		-moz-box-flex: 1 auto; max-width: 200px;
		-webkit-flex: 1 auto; max-width: 200px;
		-ms-flex: 1 auto; max-width: 200px;
		flex: 1 auto; max-width: 200px;  
	}
	.form_entry 
	{ 
		-webkit-box-flex: 1 auto; width: 100%;
		-moz-box-flex: 1 auto; width: 100%;
		-webkit-flex: 1 auto; width: 100%;
		-ms-flex: 1 auto; width: 100%;
		flex: 1 auto; width: 100%;   
	}
}

.jobroles
{
	margin-top: 8px;
}

#quicksearch
{
	list-style: none;
  
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
}

#quicksearch > .sectr_frm input[type="submit"] {
display: inline-block;
width: 100px;
margin-top: 8px;
margin-left: 20px;
padding: 0 10px;

font: 600 18px/33px 'Raleway', sans-serif;
color: #fff;
text-align: center;
text-transform: uppercase;

border: none;
background: #3f8a7b;

cursor: pointer;
}

#quicksearch > .sectr_frm select {
width: auto;
height: 33px;
margin-left: 25px;

border: none;
background: #f8f8f9;

font: 200 18px/33px 'Raleway', sans-serif;
text-transform: uppercase;
text-align: left;
color: #408a7c;
}

#quicksearch > .sectr_frm input[type="text"] {
width: 190px;
height: 32px;
margin-top: 8px;
padding: 0 10px;
border: none;
background: #f8f8f9;

font: 200 18px/33px 'Raleway', sans-serif;
text-transform: uppercase;
text-align: left;
color: #408a7c;
}

#quicksearch > .sectr_frm
{
	display: inline-block;
	
	cursor: pointer;
}

@media all and (max-width: 700px) {
	.sectr_frm 
	{ 
		-webkit-flex: 1 100%;
		-ms-flex: 1 100%;		
		flex: 1 100%; 
	}
  
	#quicksearch > .sectr_frm input[type="text"] {
		margin-left: 0px;
		width: 265px;
	}
	
	#quicksearch > .sectr_frm select {
		margin-left: 0px;
	}
	
	#quicksearch > .sectr_frm input[type="submit"] {
		margin-top: 15px;
		margin-left: 0px;
	}
}

.enqury_frm2 input[type="password"] {
  width: 100%;
  background: #fff;
  border: 1px solid #242525;
  font: 400 18px/50px 'Raleway', sans-serif;
  color: #242525;
  padding: 0 10px;
  display: inline-block;
}

.warning 
{
    color: Red;
}


















