
/* Global Resets for Job Board */
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);

header .apply-header { display: none !important; }

/*.jobs-container will take place of the overal html/body*/
.jobs-container {
	font-family: 'Lato', sans-serif !important;
	margin: 20px auto;
	position: relative;
}

.jobs-container h1, 
.jobs-container h2, 
.jobs-container h3, 
.jobs-container h4 {
	
}

.jobs-container h1, 
.jobs-container h2, 
.jobs-container h3 {

    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;

}

.jobs-container p {
	
}

.jobs-container a {
	color: #d12925;
}

.jobs-container b, .jobs-container strong {
	font-weight: bold;
}

.jobs-container ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0px;
}

.jobs-container ol {
	list-style-type: decimal; 
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0px;
}

.jobs-container img {
	max-width: 100%;
	height: auto;
}


.pull-right {
		float: right;
		clear: right;
	}
	.jobs-container {
		box-sizing: border-box;
		margin-top: 20px;
	}
	
	.jobs-categories {
		width: 25%;
		float: left;
		border: 1px solid #CCC;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px;
		background: #ffffff;
    	margin-top: 40px;
	}
	
		.jobs-categories h3 {
			margin: 0 0 15px 0;	
			font-size: 18px;
			letter-spacing: 0;
		}
		
		.jobs-categories ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: block;
		}
		
		.jobs-categories ul li a {
			color: #4e4e4e;
		}

		.jobs-categories ul li a:hover {
			text-decoration: underline;
		}
	
	#jobs-main {
		width: 73%;
		float: right;
	}
		
		#jobs-search-form {
			margin-bottom: 10px;
		}
		
			#jobs-search-form .form-control {
				font-size: 14px;
				border: 1px solid #CCC;
				padding: 6px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				display: inline-block;
				width: 45%;
			}

#jobs-search-form .btn {
    background: #d0202e !important;
    border: none !important;
    font-size: 14px;
    padding: 5px 8px !important;
    cursor: pointer;
	color: #fff;
	font-weight: 600;
	vertical-align:  middle;
	-webkit-border-radius: 3px !important;
				-moz-border-radius: 3px !important;
				border-radius: 3px !important;
}
			
			#isSByRadius {
				margin-left: 10px;
				font-size: 16px;
			}
		
		.jobs-pagination {
			position: relative;
			padding: 3px;
		}
			
			.jobs-count {
				width: 45%;
				float:left;
			}
			
			.jobs-paging {
				width: 45%;
				float:right;
				text-align: right;
			}
			
			.scontext {
				font-weight: bold;
			}
		
		/*Job Container on Results*/	
		.jobs-container .job-container {
			border: 1px solid #CCC;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin-bottom: 25px;
			margin-top: 10px;
			color: #4e4e4e;
			padding: 15px 0;
			background: #ffffff; /* Old browsers */
			/*
			background: -moz-linear-gradient(top,  #ffffff 0%, #d6f0fd 100%); /* FF3.6+ *\/
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6f0fd)); /* Chrome,Safari4+ *\/
			background: -webkit-linear-gradient(top,  #ffffff 0%,#d6f0fd 100%); /* Chrome10+,Safari5.1+ *\/
			background: -o-linear-gradient(top,  #ffffff 0%,#d6f0fd 100%); /* Opera 11.10+ *\/
			background: -ms-linear-gradient(top,  #ffffff 0%,#d6f0fd 100%); /* IE10+ *\/
			background: linear-gradient(to bottom,  #ffffff 0%,#d6f0fd 100%); /* W3C *\/
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
		}
		
			.jobs-container .job-header {
				font-size: 20px;
				padding: 10px 10px;
				border-bottom: 0;
				margin: 0px 0 0 7px;
				letter-spacing: 0;
				background: #ffffff;
			}
			
			.job-location, .job-distance {
				font-size: 16px;
				padding: 5px 20px;
			}
			
			.job-desc {
				font-size: 14px;
				padding: 5px 20px;
			}

			.job-link {
				padding: 5px 20px;
				margin: 0 !important;
			}
		
		.no-jobs {
			font-size: 20px;
			padding: 20px;
			text-align: center;	
		}
		
		/*Job Container on Job Details*/	
		#job-container.job-container {
			border: 1px solid #CCC;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin-bottom: 50px;
			color: #4e4e4e;
			padding: 0 !important;
		}
		
			#job-container h1.job-header {
				font-size: 20px;
				padding: 15px 10px;
				border-bottom: 1px solid #ccc;
				color: #d12925 !important;
			}
			
			.job-container .job-header h1 {
				color: #d12925 !important;
				margin: 0 0 10px 0;
				font-size: 26px;
				letter-spacing: 0;
			}
			
			.job-data {
				font-size: 16px;
				padding: 10px 10px;
				border-bottom: 1px solid #ccc;	
			}
			
			.job-apply {
				padding: 10px 10px;
			}
			    /* Conflicting with new styling in theme drivemtl_3.0
				.job-apply .btn {
					font-size: 18px; 
					padding: 10px 10px;
				}
				*/
			
/* Custom Button */
/* Conflicting with new styling in theme drivemtl_3.0
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}

.btn-blue { background-color: hsl(201, 100%, 30%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399"); background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399)); background-image: -moz-linear-gradient(top, #00a5ff, #006399); background-image: -ms-linear-gradient(top, #00a5ff, #006399); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399)); background-image: -webkit-linear-gradient(top, #00a5ff, #006399); background-image: -o-linear-gradient(top, #00a5ff, #006399); background-image: linear-gradient(#00a5ff, #006399); border-color: #006399 #006399 hsl(201, 100%, 25%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.btn-grey { background-color: hsl(0, 0%, 79%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9"); background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9)); background-image: -moz-linear-gradient(top, #134134134, #c9c9c9); background-image: -ms-linear-gradient(top, #134134134, #c9c9c9); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9)); background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9); background-image: -o-linear-gradient(top, #134134134, #c9c9c9); background-image: linear-gradient(#134134134, #c9c9c9); border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69); -webkit-font-smoothing: antialiased; }

.btn-sm  {
	font-size: 14px; 
	padding: 3px 5px;
}

.btn img {
	height:10px;
	width: auto;
	margin-top: -5px;
}
*/

.page-nav-btn {
	padding: 0 3px;
	margin-left: 3px;
}

h2{
	letter-spacing: normal !important;
}

/* Conflicting with new styling in theme drivemtl_3.0
a.btn {
	color: #fff;
	text-decoration: none;
}
*/

/*-- For client specific Styling--*/
	.primaryColor, .primaryColor a {
		color: #d12925;
	}
	
	.primaryBackground {
		background: #ffffff;
		color: #d12925;
	}
	
	.secondaryColor {
		color: #d12925;
	}
	
	.secondaryBackground {
		background: #ffffff;
		color: #d12925;
	}


.jobs-categories {
	margin-bottom: 20px;
}
.apply-btn {
	background: #c32222 !important;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none;
	font-size:1.4rem;
  font-weight:900;
  font-style:italic;
  text-transform:uppercase;
  padding:0.75em 1.75em !important;
}
/* Conflicting with new styling in theme drivemtl_3.0
apply-btn:hover {
	background: #b0231f !important;
	color: #fff;
}
*/

#shortapp-widget {
    padding: 0px !important;
}

#short-app {
    background: #fff !important;
}

#short-app .input-text, #short-app select {
    width: 100% !important;
}

@media (max-width: 990px) {
	#jobs-main {
		
  	}
	
	#keyword-search, #location-search {
		width: 100%;
		margin-bottom: 10px;
	}
}	

@media (max-width: 767px) {
	
	#jobs-main {
		width: 94%;
		float: none;
		margin: 0 auto;
		padding-top: 40px;
  	}
	
	.jobs-categories {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
		width: 100%;
		float: none;
		border: none;
		padding: 0 !important;
		background: transparent;
	}
	
		.jobs-categories h3 {
			background: #d0202e;
			color: #fff;
			padding: 10px;
			margin: 0;
		}
		
		.cat_toggle  {
			position: absolute;
			top: 5px ;
			right: 10px;
			color: #fff;
			font-size: 20px;
		}
			
			.cat_toggle i {
				color: #fff;
				cursor: pointer;
			}
			
		.jobs-categories ul {
			display: none;
			margin-bottom: 0px;
			background: #fff;
			-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		}
		
		.jobs-categories ul li a {
			display: block;
			text-align: center;
			padding: 8px 9px;
			font-size: 16px;
			width: 100%;
		}
		
		.jobs-categories ul li a:hover {
			background: none repeat scroll 0% 0% #d0202e;
			color: #FFF;
		}
	
	.jobs-pagination {
		font-size: 12px;
	}
	
		.jobs-count {
			width: 35%;
		}
		
		.jobs-paging {
			width: 65%;
		}
}