
/* search */
.tx-indexedsearch-info-noresult {
    padding: 20px 0;
}

.tx-indexedsearch-searchbox-button {
    cursor: pointer;
}

.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
    font-size: 80%;
    float: left;
    margin-right: 3px;
}

.tx-indexedsearch-info dd {
    border-right: 1px solid #666;
    padding-right: 5px;
    margin-right: 5px;
}

.tx-indexedsearch-text-item-path p {
    margin: 0;
    line-height: 1.0;
}

.tx-indexedsearch-res {
    clear: both;
    padding: 20px;
    background: #eee;
}

.tx-indexedsearch-res:nth-child(even) {
    background: none;
}

.tx-indexedsearch-res:after {
    content: '';
    display: block;
    clear: both;
}

.tx-indexedsearch-info-sword {
    font-weight: bold;
    font-style: italic;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

.tx-indexedsearch-browsebox {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.tx-indexedsearch-browsebox li {
    display: inline;
}

.tx-indexedsearch-browsebox li:after {
    content: '|';
    margin: 0 8px;
}

.tx-indexedsearch-browsebox li:last-child:after {
    display: none;
}

.tx-indexedsearch-info-sword {
    margin-top: 20px;
}

#tx-indexedsearch-searchbox-button-submit {
    cursor: pointer;
    background: #999999;
    color: #fff;
    transition: 0.3s ease-in;
}

#tx-indexedsearch-searchbox-button-submit:hover {
    background: #333;
    color: #fff;
}

.tx-indexedsearch-form label, .tx-indexedsearch-form input, .tx-indexedsearch-search-submit input {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    background: none;
    border: 1px solid #333;
}

.tx-indexedsearch-form label {
    border: none;
    padding-left: 0;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
    float: left;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

.tx-indexedsearch-res h3 {
    margin-bottom: 20px;
}