/**
 * Copyright (c) 2018, Ebenezer Obasi
 * All rights reserved.

 * ATTENTION: This commercial software is intended for use with Oxwall Free Community Software http://www.oxwall.org/
 * and is licensed under Oxwall Store Commercial License.
 * Full text of this license can be found at http://www.oxwall.org/store/oscl
 */

/**
 *
 * @author Ebenezer Obasi <info@eobasi.com>
 * @package ow_plugins.sitesearch.controller
 * @since 1.0
 */

.ow_console_items_wrap .sitesearch_search{
	display: inline-block;
    position: relative;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}
.ow_console_items_wrap .sitesearch_search_box{
    margin: 0 10px 0 6px;
}
.ow_console_items_wrap .sitesearch_search input, .sitesearch_main_search_form input{
	width: 200px;
	padding: 0 5px;
    margin: 0;
    height: 21px;
    line-height: 21px;
	border: none;
}
.ow_console_items_wrap .sitesearch_search .jhtmlarea{

}
.sitesearch_main_search_form input{
	width: 100%;
	padding: 0 5px;
    margin: 0;
    height: 21px;
    line-height: 21px;
	border: none;
}
.sitesearch_search .ac_results {
    text-align: left;
	border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	max-width: 208px;
}
.sitesearch_search_icon .ac_results {
	position: relative;
}
html body .ow_console .ow_sitesearch_console_dropdown, html body .ow_console .ow_sitesearch_console_dropdown:hover{
	background: transparent;
	border:none;
}
html body .ow_console .ow_console_item a.ow_sitesearch_icon {
	font-size:0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/default_search_icon.png) 0 0 no-repeat;
}