
#ajax-post-search-form {
    margin: 20px 15px;
}

#ajax-post-search-form label {
    margin-right: 10px;
}

#ajax-post-search-form input[type="text"] {
    margin-right: 15px;
    padding: 5px;
	width: 96% !important;
	border-radius: 4px;
	margin-bottom: 5px;
}

#ajax-post-search-form select, input[type="text"], input[type="password"], input[type="email"]{
	background-color: #ffffff;
    cursor: text;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    line-height: 15px;
    max-width: 100%;
	border: 1px solid #acacac;
    -webkit-appearance: auto !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-appearance: auto!important;
    appearance: auto !important;
}
#search-results {
    margin-top: 20px;
}

.search-result-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.chosen-container-single .chosen-single{
	position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #464646 !important;
    border-radius: 0 !important;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #464646 !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted {
    background-color: #5897fb !important;
    color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single {
    height: 38px;
}
.select2-container {
    z-index: 9999;
	font-size: 14px;
}

.select2-dropdown ul li{
	font-size: 14px;
}

.ui-autocomplete {
    z-index: 99999 !important; 
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.ui-menu .ui-menu-item-wrapper {
	font-size: 13px;
	font-weight: 400;
}

.ajax-pagination {
	margin-bottom: 10px;
}

.ajax-pagination a{
	padding: 5px !important;
}

.ajax-pagination a.active{
	color: #ffffff;
    background: #354287;
    border-radius: 9px;
}