/* 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: none;
    color: #aaa;
    border: 1px solid #342871;
    transition: 0.3s ease-in;
}

#nav-wrap #tx-indexedsearch-searchbox-button-submit {
    border: none;
}

#tx-indexedsearch-searchbox-button-submit:hover {
    color: #342871;
}

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

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

.tx-indexedsearch-searchbox-sword {
    margin-right: 10px;
    max-width: 150px;
}

.tx-indexedsearch-searchbox-sword:focus, #tx-indexedsearch-searchbox-button-submit:focus {
    border: none;
    outline: none;
}

.tx-indexedsearch-form, #tx-indexedsearch-searchbox-button-submit {
    float: left;
}

#nav-wrap .tx-indexedsearch-form {
    border: 1px solid #ddd;
    position: absolute;
    right: 50px;
    top: 105px;
    transition: 0.2s ease-in;
}

#nav-wrap .tx-indexedsearch-searchbox-sword {
    background: #eee;
    margin-right: 0;
}

.scrolled #nav-wrap .tx-indexedsearch-form {
    right: 125px;
    top: 35px;
    bottom: auto;
}

#nav-wrap .tx-indexedsearch-form, #nav-wrap #tx-indexedsearch-searchbox-button-submit {
    float: none;
}

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

.tx-indexedsearch-searchbox fieldset {
    border: none;
    padding: 0;
}

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

#content .tx-indexedsearch-searchbox-sword {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #search-box-header {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #topnav li.first {
        display: none;
    }
}