.tx-indexedsearch-form {
    position: relative;

    margin-left: 17%;
    margin-right: 13%;
    width: 70%;

    background: none repeat scroll 0 0 #EAEAEA !important;
    border-radius: 4px 4px 4px 4px;
}


input.tx-indexedsearch-searchbox-sword {
    height: 30px;
    width: calc(100% - 80px);
    background: transparent !important;
    box-shadow: none;
    padding-left: 10px;
    border: none;
}

input.tx-indexedsearch-searchbox-sword:focus {
    border: none;
    outline: none;
}

input#tx-indexedsearch-searchbox-button-submit,
div#tx-indexedsearch-searchbox-button-reset,
input#tx-indexedsearch-searchbox-button-submit_quicksearch,
div#tx-indexedsearch-searchbox-button-reset_quicksearch {
    background: url(/fileadmin/templateBootstrap/images/search.png) no-repeat transparent !important;
    background-position: center center !important;
    height: 30px;
    width: 30px;
    border: none;
    position: absolute;
    top: 0;

    display: inline-block;
}

div#tx-indexedsearch-searchbox-button-reset,
div#tx-indexedsearch-searchbox-button-reset_quicksearch {
    left: 0;
    background: none !important;
    text-align: center;
}

input#tx-indexedsearch-searchbox-button-submit,
input#tx-indexedsearch-searchbox-button-submit_quicksearch {
    right: 0;
}

.tx-indexedsearch-searchbox-ui-elements {
    position: absolute;
    top: 0;
    right: 10px;
    width: 65px;
}

.fa-times:before {
    line-height: 30px;
    margin: auto;
    width: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.fa-times {
    color: #a1b9ed;
}

.fa-times:hover {
    color: #6691C2;
}

/* Result */
.tx-indexedsearch-res {
    padding: 10px 0;
}

.tx-indexedsearch-res h3 {
    margin-bottom: -4px;
    font-weight: 200 !important;
    font-family: "FrutigerLight", Arial, sans-serif;
}

.tx-indexedsearch-res h3 {
    text-decoration: underline !important;
    font-size: 1.4rem !important;
}

.tx-indexedsearch-res h3 a {
    font-size: 20px !important;
}

p.tx-indexedsearch-res-path a {
    font-size: 13px;
    line-height: 19px;
}

p.tx-indexedsearch-description {
    font-size: 18px;
    margin-top: 8px;
}

div.tx-indexedsearch-browsebox a {
    margin-right: 8px;
}

div.tx-indexedsearch-browsebox p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #676767;
    font-size: 13px;
}

.tx-indexedsearch-browsebox a {
    text-decoration: none !important;
    font-size: 13px;
}

.tx-indexedsearch-res-path a,
.tx-indexedsearch-res-path a:hover {
    text-decoration: none !important;
    font-size: 13px;
    color: #676767;
}

.tx-indexedsearch-res + .tx-indexedsearch-browsebox {
    margin-top: 8px;
}

hr.search {
    margin-top: 40px;
    margin-bottom: 40px;
}

#quickSearchContainer-lg .tx-indexedsearch-form {
    margin: 0;
    width: 100%;
}