.search-button {
    position: relative;
}

.search {
    background: none;
    border: none;
    height: 70%;
    width: 1100px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    padding-left: 1rem;
    border-radius: 0;
}

.search:focus {
    border: 1px solid #fff;
}

@media (max-width: 1024px) {
    .search {
        width: 80%;
    }
}

.navbar-nav .search-field {
    position: fixed;
    background: #00305D;
    right: 0;
    width: 100vw;
    border: 0;
    top: 0;
    box-shadow: none;
    left: 0;
    height: 64px;
}

#search-button {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown.nav-link:last-of-type {
    padding: 0 30px !important;
    margin-right: -15px;
    cursor: pointer;
}

#searchIcon {
    margin-top: 22px !important;
}

legend {
    display: none;
}

.tx-indexedsearch-searchbox-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    background: #00305D;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
}

.tx-indexedsearch-searchbox-button:hover {
    color: #00305D;
    background-color: #fff;
    border-color: #00305D;
}

.form-inline.btn.btn-primary {
    border: 0;
    margin-left: -45px;
}

.tx-indexedsearch-search-submit {
    margin: 30px 0;
}

#tx_indexedsearch {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.tx-indexedsearch-info-sword {
    font-size: 2rem;
    padding-bottom: 10px;
}

.tx-indexedsearch-res {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0rem;
}

.tx-indexedsearch-percent {
    display: none;
}

.tx-indexedsearch-info {
    display: none;
}

.tx-indexedsearch-res {
    clear: both;
}

.tx-indexedsearch-browselist-currentPage {
    float: left;
    padding-bottom: 30px;
    padding-left: 30px;
}

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

.tx-indexedsearch-browsebox li {
    float: left;
    padding-bottom: 30px;
    padding-left: 30px;
}
