/* Header search form styling */
#tx_indexedsearch_header {
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 8px;
    display: block;
    width: 250px;
    margin: 0 auto;
}

#tx-indexedsearch-searchbox-sword-header {
    color: #333;
    border: none;
    background: none;
    /*width: 150px;*/
    padding: 3px 6px;
    outline: none;
}

#tx-indexedsearch-searchbox-sword-header:focus {
    color: #000;
}

#tx_indexedsearch_header button {
    border: 0;
    background: transparent;
    vertical-align: middle;
    padding: 0 6px;
}

#tx_indexedsearch_header i.glyphicon {
    font-size: 1em;
    color: #999;
    background: none;
}

#tx_indexedsearch_header:hover i,
#tx_indexedsearch_header:focus-within i {
    color: #333;
}

/* Fix: clearfix for header search container */
.tx-solr-search-form::after {
    content: "";
    display: table;
    clear: both;
}
