@CHARSET "UTF-8";

a.chosen-single * {
	text-decoration: none !important;
}
a.chosen-single:focus *,
a.chosen-single:hover * {
	text-decoration: none !important;
}

.chosen-container .chosen-results {
	max-height: 200px !important;
	padding-top: 0px !important;
	border-top: 1px solid #aaa;
}

.sidebar-row.row {
	overflow: visible;
}

.widget .header {
	margin-bottom: 10px;
}
.widget .header .title {
	display: block;
	font-size: 14px;
	line-height: 1em;
	position: relative;
}

.widget {
	padding: 20px 22px;
	padding-right: 0 !important;
}

.ajb-search-widget {
	margin-bottom: 50px;
}

.ajb-search-widget label {
width: 100%;
color: #000000;
font-weight: 400;
font-size: 12px;
/* min-height: 16px; */
padding: 0;
margin: 0;
}

.ajb-search-widget label.loading {
	background-image: url('images/ajax-loading-mini.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-origin: padding-box;
	padding-right: 18px;
}

.ajb-search-widget h4 {
	margin: 10px 0 0 10px;
}

.ajb-search-widget form {
margin: 0;
width: 100%;
}

p.ajb-classifications-holder,
p.ajb-locations-holder,
p.ajb-worktypes-holder,
p.ajb-keywords-holder, 
p.ajb-listingtypes-holder {
	width: 100%;
	margin-bottom: 20px;
}

.ajb-search-widget select {
	display:block;
	color: #333333;
	margin-top: 5px;
	font-size: 12px;
	margin-top: 3px;
	width: 100%;
	padding: 5px;
}

.ajb-search-widget select.multi-select {
	height: 100px;
}

.ajb-keywords {
	color: #444444;
	width: 94%;
	max-width: 270px !important;
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	height: 23px;
	padding-left: 8px;
}

.ajb-keywords:focus {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ajb-salary-switcher {
	border-top: 1px solid #d1d1d1;
	width: 200px;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
}

.ajb-salary-type-selector a.selected {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.ajb-search-for-jobs-button {
	float: right;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #204B76;   border-radius: 3px;   border: 1px solid #204B76;   color: #fff;   cursor: pointer;   display: inline-block;   font-size: 13px;   font-weight: 700;   
	font-family: inherit;   line-height: 30px;   outline: 0;   padding: 0 20px;   position: relative;   text-align: center;   text-decoration: none;      vertical-align: middle;   white-space: nowrap;   transition: .3s;   -webkit-transition: .3s;   -o-transition: .3s;   -moz-transition: .3s;
}


.ajb-view-all-jobs-button {
	float: left;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #204B76;
	border-radius: 3px;
	border: 1px solid #204B76;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	line-height: 30px;
	outline: 0;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
}
.ajb-view-all-jobs-button:hover, .ajb-search-for-jobs-button:hover {
	color: #fff;
	background: #567CAB;
}
.ajb-view-all-jobs-button:active,
.ajb-search-for-jobs-button:active {
	color: #fff;
	background: #1f7c07;
	box-shadow: none;
}
.ajb-search-widget-buttons {
margin-top: 0px;
clear:both;
}

.ajb-search-widget p {
	/* position: static !important; */
}
.chosen-results li.active-result {
    background: none !important;
    margin: 0 !important;
    font-size: 12px !important;
    padding: 0px 6px !important;
}

.chosen-results li.active-result.highlighted {
    color: #000000 !important;
    background: #F5F5F5 !important;
}

ul.chosen-results {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    padding-bottom: 5px !important;
}

.chosen-results li.active-result.result-selected {
    font-weight: 600;
    background: #EAEAEA !important;
}
.chosen-search {
    display: none;
}

@media( max-width: 767px ) {
	.ajb-keywords {
		  max-width: 97.5% !important;
		  width: 100% !important;
	}
	.widget {
		padding: 0 !important;
	}
}