.wpsolr-select2, .wpsolr_hide, .wpsolr-show-less {
    display: none;
}

.wpsolr_infinitescroll_loader {
    position: fixed;
    top: 100px;
    text-align: center;
    font-size: 15px;
    z-index: 999;
    margin: 0px auto;
    background: #CCC;
    padding: 30px;
    left: 40%;
}

.wpsolr_facet_title {
    margin-top: 10px;
    clear: both;
}

.wpsolr_facet_checkbox .select_opt, .wpsolr_facet_radiobox .select_opt {
    background: url(../images/1449252372_unchecked_checkbox.png) 0 50% no-repeat;
    /* https://www.iconfinder
   .com/icons/175466/checkbox_unchecked_icon#size=128 */
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.wpsolr_rtl .wpsolr_facet_checkbox .select_opt, .wpsolr_rtl .wpsolr_facet_radiobox .select_opt {
    padding-left: 0;
    padding-right: 0;
    background-position-x: right;
}

.wpsolr_facet_checkbox .select_opt.checked {
    background-image: url(../images/1449252361_checked_checkbox.png);
    /* https://www.iconfinder.com/icons
   /175220/checkbox_checked_icon#size=128 */
}

.res_facets ul li, #res_facets ul li {
    margin-left: 0 !important;
}

.res_facets ul, #res_facets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.res_facets.wpsolr_ltr ul ul, #res_facets.wpsolr_ltr ul ul {
    padding-left: 0;
    margin-left: 5px;
}

.res_facets.wpsolr_rtl ul ul, #res_facets.wpsolr_rtl ul ul {
    padding-right: 0;
    margin-right: 5px;

}

.results-by-facets {
    margin-top: 10px;
}

.wdm_result_list_thumb {
    float: left;
    padding-right: 6px;
}

.wdm_suggestion_list_thumb {
    width: 10%;
    float: left;
    padding-right: 2px;
}

.post_header {
    font-size: 16px;
    font-weight: bold;
}

/*Plugin Front End Styling*/
.wdm_resultContainer {
    margin-top: 10px;
}

.right_wdm_options {
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    width: 50%;
    float: right;
}

.left_wdm_options {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 50%;
    float: left;
}

.right_wdm_options label, .right_wdm_options label {
    font-weight: bold;
    padding-right: 5px;
}

.p_misc {
    float: right;
    color: #777;
}

.loading_res {
    display: none;
}

.wdm_results {
    width: 73% !important;
    padding-left: 2%;
    border-left: 1px solid #ddd;
    float: left !important;
}

.wdm_list {
    width: 24% !important;
    float: left !important;
}

.wdm_resultContainer {
    width: 100% !important;
}

div.select_opt {
    cursor: pointer;
    text-decoration: underline;
    list-style: inside disc;
}

.wdm_ul {
    border: 0;
    margin: 0;
    padding: 0;
}

#pagination-flickr li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
}

#pagination-flickr a {
    border: solid 1px #DDDDDD;
    margin-right: 2px;
}

#pagination-flickr .previous-off,
#pagination-flickr .next-off {
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
    font-weight: bold;
    border: solid 1px #FFFFFF;
}

#pagination-flickr .active {
    color: #ff0084;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
    /*color:#0063e3;*/
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination-flickr a:hover {
    border: solid 1px #666666;
}

.infor {
    font-style: italic;
    font-weight: bold;
    color: #777777;
}

.wpsolr_loading_sugg {
    background: url('../images/ajax-loader.gif') no-repeat;
    background-position: right center !important;
}

[dir="rtl"] .wpsolr_loading_sugg{
    background-position: left center !important;
}

.wdm_label {
    font-weight: bold;
}

.wdm_filter {
    margin-top: 15px;
}

.results-by-facets li {
    list-style: inside;
}

.p_content {
    float: left;
    padding-top: 4px;
    text-align: justify;
}

.search-submit {

}

.custom_search {

    float: left;
    background-color: #fff !important;
    background-image: url('../images/indexer1.png') !important;

    width: 32px !important;
    height: 32px !important;
    margin-left: -2px !important;
    border: 1px solid #ccc !important;
    padding: 0px !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
    cursor: pointer;
}

.sfl2, .sfl1 {

    display: block;
    float: left;
    height: 32px !important;
    width: 150px !important;
    margin-left: 5px !important;
}

.select_field {

    width: 99%;
}