#no-results
{
    display: none;
    text-align: center;
    clear: both;
}

#search-menu-input {
    height: 40px;
}

#advanced-search
{
    width: 100%;
}

#archive-limits
{
}

#limit-search
{
    display: none;
}

.table-row {
    display: table-row;
    vertical-align: middle;
}

.table-cell {
    font-family: arial;
    display: table-cell;
    vertical-align: middle;
    margin: 5px 10px;
}

#reset-search {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
}

#previous-results {
    left: 10px;
}

#next-results {
    right: 10px;
}

#previous-results, #next-results {
    display: none;
    position: absolute;
    bottom: 5px;
}

#limit-search-checkbox {
    vertical-align: middle;
}

#search-menu input[type="button"] {
    background: transparent;
    height: 35px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    transition: background 200ms;
    -webkit-appearance: none;
}

#search-menu input[type="button"]:active {
    background: rgba(0,0,0,0.1);
}

#search-button {
    position: absolute;
    right: 10px;
}

#search-menu {
    position: absolute;
    top: 0px;
    right: -1000;
    width: 220px;
    padding: 3px;
    z-index: 30000;
    background: #f0f0f0;
    color: #333333;
    display: none;
    overflow: hidden;
    box-shadow: -1px 0px 5px rgba(136, 136, 136, 0.7);
    transition: right 0.2s ease-in-out;
    -webkit-transition: right 0.2s ease-in-out;
    -ms-touch-action: none;    
}

.search-menu.input {
    right: 30px;
    position: absolute;
    width: 180px;
    height: 26px;
}

#search-menu span, #search-menu label {
    font-size: 14px;
}

#search-menu .icon.close {
    top: 10px;
}

#local-search-radio, #archive-search-radio, #limit-search-checkbox {
    vertical-align: top;
}

#search-scroller {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 80px;
    bottom: 0px;
    left: 10px;
    right: 10px;    
    /*border: 1px solid #111;*/
}

#search-spinner {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;      
}
#search-spinner-container {
    display: none;
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    left: 50%;
    text-align: center;
}

#search-scroller ul {
    overflow-y: auto;
    overflow-x: hidden;
}

#results-pages-label {
    position: absolute;
    bottom: 14px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    touch-action: none;
    pointer-events: none;
}

.result-item {
    background: #ffffff;
    box-shadow: 2px 2px 3px #888888;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    width: 200px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.result-item:hover {
    background: #dddddd;
}

.result-item img {
    width: 40px;
    max-height: 70px;
    margin: 2px;
    margin-right: 8px;
    box-shadow: 2px 2px 2px #888;
}

.result-image {
    display: table-cell;
    vertical-align: top;
}

.result-text {
    display: table-cell;
    vertical-align: top;
}

.result-header {
    font-size: 16px;
    font-weight: bold;
}

.result-row {
    vertical-align: top;
}

.result-container {
    padding-bottom: 10px;
}

.result-container-title {
    font-weight: bold;
}
