@CHARSET "UTF-8";

.ajb-search-widget {
	padding: 1.5rem;
	background-color: #f1f1f2;
}

.ajb-search-widget .widgettitle {
	margin-top: 0;
}

.ajb-search-widget label {
	margin-bottom: 0.25rem;
	font-weight: normal;
	font-size: 0.9rem;
	color: #5b2c87;
}

.ajb-search-widget select {
	display:block;
	width: 100%;
	padding: 0.4rem 0.5rem;
	font-size: 0.8rem;
	color: #666666; 
	margin-top: 0;
}

.ajb-keywords {
	border: 1px solid #d1d1d1;
	padding: 0.4rem 0.5rem;
	font-size: 0.8rem;
	width: 100%;	
	margin-top: 0;
}
.chosen-container {
	width: 100% !important;
}

.chosen-drop {
	width: 100% !important;
}

.chosen-container a {
	/* padding: 0 5px !important; */
}

.ajb-search-widget .ajb-salary-range {
	margin: 10px auto 0;
	width: calc(100% - 20px);
	height: 8px;
	border: none;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.ajb-search-widget .ajb-salary-range .ui-slider-range {
	background: #abdb8c;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.ajb-search-widget .ajb-salary-range .ajb-salary-min-slider,
.ajb-search-widget .ajb-salary-range .ajb-salary-max-slider {
	top: -0.4em;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	background: #fff;
}

.ajb-search-widget .ajb-salary-range .ajb-salary-min-slider.ui-state-hover,
.ajb-search-widget .ajb-salary-range .ajb-salary-min-slider.ui-state-focus,
.ajb-search-widget .ajb-salary-range .ajb-salary-min-slider.ui-state-active,
.ajb-search-widget .ajb-salary-range .ajb-salary-max-slider.ui-state-hover,
.ajb-search-widget .ajb-salary-range .ajb-salary-max-slider.ui-state-focus,
.ajb-search-widget .ajb-salary-range .ajb-salary-max-slider.ui-state-active {
	border-color: #aaa;
	outline: none;
}

.ajb-salary-switcher {
	border-top: 1px solid #d1d1d1;
	width: 100%;
	display: block;
	padding-top: 10px;
	font-size: 12px;
}

.ajb-view-all-jobs-button {
	float: right;
}

.ajb-search-for-jobs-button,
.ajb-view-all-jobs-button {
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	color: #fff !important;
	text-transform: uppercase;
	border: none !important;
	background: #5b2c87;
}

.ajb-search-for-jobs-button:hover,
.ajb-search-for-jobs-button:focus,
.ajb-view-all-jobs-button:hover,
.ajb-view-all-jobs-button:focus {
	background: #411f61;
}

.ajb-search-for-jobs-button:active,
.ajb-view-all-jobs-button:active {
	background: #27133a;
}

.ajb-search-for-jobs-button:disabled,
.ajb-view-all-jobs-button:disabled {
-webkit-box-shadow: none !important;
box-shadow: none !important;
cursor: wait !important;
}

.ajb-search-widget-buttons {
	margin-top: 25px;
	margin-right: 20px;
	width: 100%;
	clear: both;
	display: block;
}

.ajb-search-widget p {
	position: static;
	margin-bottom: 0.5rem;
}
@media(max-width: 1200px) {
	.sidebar .ajb-view-all-jobs-button {
		width: 100%;
		float: none;
	}
	.sidebar .ajb-search-for-jobs-button {
		width: 100% !important;
		margin: 5px 0;
	}
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	border-radius: 50% !important;
	background: #73bb44;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
}
