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

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

.widget .header {
	margin-bottom: 10px;
}
.widget .header .title {
	display: block;
	font-family: "Roboto Condensed","Arial","Helvetica",Sans-Serif;
	font-size: 1.35714em;
	font-weight: 100;
	line-height: 1em;
	position: relative;
	text-transform: uppercase;
}

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

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

.ajb-search-widget label {
width: 100%;
font-family: 'Sintony', sans-serif;
color: #616161;
font-weight: 400;
font-size: 14px;
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: 100%;
	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;
	




	box-sizing: border-box;    background-color: #555;    border: 1px solid #000;    color: #ffffff;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    border-radius: 3px;    display: inline-block;    font-size: 15px;    font-weight: normal;    padding: 10px 30px;    margin-bottom: 20px;    margin-top: 10px;
}


.ajb-view-all-jobs-button {
	float: left;
	
	box-sizing: border-box;    background-color: #555;    border: 1px solid #000;    color: #ffffff;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    border-radius: 3px;    display: inline-block;    font-size: 15px;    font-weight: normal;    padding: 10px 30px;    margin-bottom: 20px;    margin-top: 10px;
}
.ajb-view-all-jobs-button:hover, .ajb-search-for-jobs-button:hover {
background: #222;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

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

.chosen-results li.active-result.highlighted {
    color: #666 !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;
}
@media( max-width: 991px ) {
    .ajb-view-all-jobs-button,
    .ajb-search-for-jobs-button {
        float: left !important;
        width: 100% !important;
        margin: 2px 0 !important;
    }
}
@media( max-width: 767px ) {
	.ajb-keywords {
	}
	.widget {
		padding: 0 !important;
	}
    .ajb-search-widget {
        float: left;
        width: 100%;   
    }
}