#search_simple_search input {

}

.criteria_container{
    display: none;
}

#no-criterias{
    margin-top: 20px;
    text-align: center;
}
.result_container
{
    margin-bottom: 70px;
}
.twitter-typeahead {
    display: inline;
}
.pagination>li> a.black_link{
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.pagination>li>a .black_link{
    color: rgb(51, 51, 51);
;
}

#search_results_table tbody tr{
    cursor: pointer;
}

.search_overImage {
    position: absolute;
    margin-left: -100px;
    max-width: 100px;
    max-height: 200px;
}

.template{
    display: none;
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }

/* Photo preview trigger */
.photo-preview-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    color: #6c757d;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.15s, color 0.15s;
    text-decoration: none;
}

.photo-preview-trigger:hover {
    background-color: #e9ecef;
    color: #495057;
    text-decoration: none;
}

a.photo-preview-trigger:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Photo preview overlay - centered on screen */
.photo-preview-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.photo-preview-overlay.visible {
    display: block;
}

.photo-preview-overlay img {
    max-width: 600px;
    max-height: 600px;
    display: block;
    border-radius: 4px;
}
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.table-valign td {
    vertical-align: middle;
}

.btn-sm { --bs-btn-font-size: 0.7rem; }
