/* search */
.searchdropdown {
  position: relative;
  display: inline-block;
}
.tx-kesearch-pi1 form{
    border: 0 none;
}
.tx-kesearch-pi1 .kesearch_searchbox {
	border:none;
}
/* SearchBox */
div.kesearchbox{
    position: relative;
	height: 34px;
}
#ke_search_sword {
    position: absolute;
    top: -5px;
	left:-10px;
    width: 236px;
    height: 48px;
    display: inline;
	border: 0 none;
	padding-left:18px;
	font-size:16px;
	background-color: ECF5F7;
	box-shadow: inset 0 1px 3px 0 rgba(0,127,149,0.30);
}

#kesearch_submit{
	position: absolute;
    top: -5px;
    left: 227px;
    width: 56px;
    height: 48px;
    border: 0 none;
	background-color:#007F95;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='%234DA6B5' fill-rule='evenodd' d='M282.51,282.51 C258.334,306.686 226.19,320 192,320 C157.81,320 125.666,306.686 101.49,282.51 C77.315,258.334 64,226.19 64,192 C64,157.81 77.315,125.666 101.49,101.49 C125.666,77.315 157.81,64 192,64 C226.19,64 258.334,77.315 282.51,101.49 C306.686,125.666 320,157.81 320,192 C320,226.19 306.686,258.334 282.51,282.51 L282.51,282.51 Z M348.503,303.248 C370.854,271.863 384,233.467 384,192 C384,85.962 298.039,2.27373675e-13 192,2.27373675e-13 C85.962,2.27373675e-13 0,85.962 0,192 C0,298.039 85.962,384 192,384 C233.467,384 271.863,370.854 303.248,348.503 L466.255,511.51 L511.51,466.255 L348.503,303.248 Z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
	background-position-x: 14px;
	background-position-y: 10px;
	background-size: 28px;
}

#kesearch_submit:focus,
#kesearch_submit:hover{
    cursor: pointer;
}
#kesearch_submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M282.51,282.51 C258.334,306.686 226.19,320 192,320 C157.81,320 125.666,306.686 101.49,282.51 C77.315,258.334 64,226.19 64,192 C64,157.81 77.315,125.666 101.49,101.49 C125.666,77.315 157.81,64 192,64 C226.19,64 258.334,77.315 282.51,101.49 C306.686,125.666 320,157.81 320,192 C320,226.19 306.686,258.334 282.51,282.51 L282.51,282.51 Z M348.503,303.248 C370.854,271.863 384,233.467 384,192 C384,85.962 298.039,2.27373675e-13 192,2.27373675e-13 C85.962,2.27373675e-13 0,85.962 0,192 C0,298.039 85.962,384 192,384 C233.467,384 271.863,370.854 303.248,348.503 L466.255,511.51 L511.51,466.255 L348.503,303.248 Z'/%3E%3C/svg%3E");
}



/* multiselectPage */
.tx-kesearch-pi1 .multiselect .multi-option {
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
}
.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
.tx-kesearch-pi1 .multiselect label {
    font-weight: normal;
    padding: 0 10px 0 0;
    float: left;
}
.tx-kesearch-pi1 .multiselect .multiselectButtons{ padding: 10px 0 0 0; }
.tx-kesearch-pi1 .multiselect .last { /* ???? */ }

/* Results */
#kesearch_num_results{
	color:#898989;
	max-width:150px;
	float:left;
}
#kesearch_results {
    padding-bottom:40px;
}

#kesearch_results .result-list-item{
	clear:both;
    margin: 0;
    padding: 20px 0 30px 0;
}
#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
	font-size:18px;
}
#kesearch_results {
	clear:both;
	padding-top:20px;
}
#kesearch_results .result-list-item .result-teaser {
	color:#707070;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page { }
.tx-kesearch-pi1 #kesearch_results .result-list-item-type-tt_news { }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float:left;
    margin-top:2px;
    margin-right:5px;
    height:40px;
    width:auto;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: red;
    font-weight: bold;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
    border: 1px solid #D3D3D3;
    display: block;
    float: right;
    height: 10px;
    width: 48px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
    background-color: #D3D3D3;
    border: 1px solid #898989;
    display: block;
    height: 10px;
    margin: -1px 0 0 -1px;
}

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%;
}



/* General Message */
.tx-kesearch-pi1 .general-message {
    padding: 5px;
}
.tx-kesearch-pi1 .general-message .image {
    float:left;
    vertical-align: middle;
    margin-right: 10px;
}

/* Pagebrowser */
.kesearch_pagebrowser ul {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
}
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    color:#707070;
}
#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total{
    padding: 8px 0;
    background:#fff;
    margin-bottom: 15px;
}
#kesearch_pagebrowser_top .pages_total { border-bottom: 1px dashed #707070; }
#kesearch_pagebrowser_bottom .pages_total { border-top: 1px dashed #707070; }
#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt{
    margin: 0 0 5px 0;
}
#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser { margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a { padding: 3px; }
#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover { cursor:pointer; }
#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom  a.current {
   font-weight: bold;
   color:#000;
   text-decoration:none;
}
#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser{
    border:1px solid;
}
.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
	overflow:hidden;
}
.tx-kesearch-pi1 .next{background: transparent url('img/arrow-next.gif') no-repeat left 0;}
.tx-kesearch-pi1 .prev{background: transparent url('img/arrow-prev.gif') no-repeat right 0;}
.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev{
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
    padding:0 !important;
    margin:0 0 -10px 0;
}

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #FF0000 transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent #FF0000;
    border-style: none solid solid;
    border-width: 0 4px 4px;
}
.tx-kesearch-pi1 #kesearch_ordering div.ordering {
	float:right;
	max-width:300px;
}
.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px;
}
.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left;
}
/* needed for autocomplete */
ul.ui-autocomplete li a {
	font-size: 12px;
}

.searchdropdown .dropdown-content {
    min-width: 320px;
}

@media (max-width:799px) {
    .searchdropdown .dropdown-content:before {
        right: 13px;
        top: -2px;
    }
}
@media (max-width:380px) {
    .searchdropdown .dropdown-content {
        right: -50px;
    }
    .searchdropdown .dropdown-content:before {
        right: 50px;
        top: -2px;
    }
}