#fts-icon { background-size: 16px 16px; padding: 14px; cursor: pointer; } div.icon-fulltextsearch-white { background-image: url('../img/fulltextsearch.svg'); } div.icon-fulltextsearch { background-image: url('../img/fulltextsearch_black.svg'); } #fts-error { color: #f00; text-align: center; margin: 20px; } #fts-popup { width: 340px; right: 42px; max-width: 85%; } #fts-popup::after { right: 78px; } #fts-header { width: 100%; } #fts-header div { left: 0; right: 0; top: 0; margin: 7px; } #fts-input { width: 100%; } input.options_small { width: 60px; } /** */ .provider_result { font-style: italic; } .provider_navigation_right { position: absolute; right: 0; top: 0; height: 15px; margin: auto 20px auto 0; bottom: 0; } .provider_navigation_close { margin-left: 20px; } .provider_navigation_prev, .provider_navigation_curr, .provider_navigation_next, .provider_navigation_close { float: left; } .provider_navigation_curr { font-weight: normal; font-size: 15px; letter-spacing: 6px; margin: -3px 0 0 11px; } .provider_navigation_prev, .provider_navigation_next, .provider_navigation_close { cursor: pointer; } .result_entry_default { height: 50px; width: 100%; display: inline-block; background: #eeeeee; padding-bottom: 2px; } .result_entry_left { float: left; position: relative; top: 50%; margin-left: 10px; transform: perspective(1px) translateY(-50%); } .result_entry_right { float: right; margin-right: 10px; position: relative; top: 50%; transform: perspective(1px) translateY(-50%); } .result_entry_default #title { font-weight: bold; height: 14px; } .result_entry_default #line1, .result_entry_default #line2 { color: #333333; font-size: 11px; height: 12px; font-style: italic; } .result_entry_default #score { font-weight: bold; font-style: italic; } .next_search_div { position: relative; width: 286px; height: 36px; margin-right: 20px; } .provider_navigation { position: relative; font-size: 15px; font-weight: bold; color: #444; background: #ddd; margin-bottom: 16px; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; margin-top: 40px; } .icon-page-prev { background-image: url('../img/page-prev.svg'); } .icon-page-next { background-image: url('/../img/page-next.svg'); } .icon-page-next, .icon-page-prev { background-repeat: no-repeat; background-position: center; width: 16px; height: 16px; } /*.icon-fulltextsearch, .icon-close-fulltextsearch {*/ /*position: absolute;*/ /*right: 10px;*/ /*top: 10px;*/ /*cursor: pointer;*/ /*}*/ .icon-more-fulltextsearch { position: absolute; right: 40px; top: 10px; cursor: pointer; } #next_search_input { background: #fffc; width: 212px; height: 30px; margin: 2px !important; } .div-table { display: table; width: auto; border-spacing: 5px; } .div-table-row { display: table-row; width: auto; clear: both; } .div-table-col { float: left; display: table-column; } .div-table-col-left { width: 170px; margin-top: 8px; color: #707070; margin-right: 15px; text-align: right; }