
/* Responsive image gallery rules begin*/
.image-gallery {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 !important;
    gap: .5em;
}

ul.image-gallery li,
.view-luapps-listing-search .gallery_item {
    flex-basis: 120px;
    /*width: 350px;*/
    position: relative;
    cursor: pointer;
    line-height: 1em !important;
}

.image-gallery::after {
    content: "";
    flex-basis: 100px;
}

.image-gallery li img,
.view-luapps-listing-search .gallery_item img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
}

.gallery_item a {
    text-decoration: none;
}

/* hover */
.gallery_item a:hover,
.gallery_item a:active {
    text-decoration: underline dotted red;
    border-bottom: 1px dotted blue;

}

ul.image-gallery {
    font-size: .8em;
    line-height: 1em !important;
    justify-content: space-between;
    list-style: none;
}

.box {
    background-color: inherit;
    -display: flex;
    -flex-wrap: wrap;
    -justify-content: space-evenly;
    -row-gap: 0.8rem;
    padding: .5rem;
    -border-radius: 5px;
    box-shadow: #ddd;
    background-color: #F5F4F3;
    width: 400px;
}


.gallery_item:hover img,
.gallery_item:active img {
    transform: scale(1.1);
}

.gallery_item img {
    border: 1px solid #cec7c0;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.gallery_item {
    padding-left: 0 !important;
    padding-bottom: 1em !important;
}

/* ToolTip */
.tooltip {
    position: relative;
    display: inline-block;
    -border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

hr.intro {
    -padding-top 10px;
    border: 4px solid #ffda40;
}

/*!
* bootstrap-quick-search v0.9.1 (https://skywalkapps.github.io/bootstrap-quick-search)
* Copyright 2017 Martin Staněk
* Licensed under MIT
*/
#filter-search-box {
    -margin-right: 100px;
    clear: both;
    float: left;
    width: 100%;
}

.hidden {
    display: none !important;
}

.search-keys {
    display: none !important;
}

.form-action-clear {
    display: none;
    cursor: pointer;
    pointer-events: all;
}

.form-action-clear:before {
    color: #777777;
}

.form-action-clear:hover:before {
    color: #333333;
}

.has-feedback .form-action-clear {
    display: block;
}

.topnav {
    float: right;
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    font-size: 17px;
    overflow: hidden;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    float: left;
    position: relative;
    display: flex;
    _min-width: 100px;
}

.topnav input[type=text] {
    -padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    -float: left;
    -padding: 6px 10px;
    margin-top: 8px;
    -margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .topnav input[type=text],
.topnav .search-container button {
    -float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    -padding: 14px;
}

.topnav input[type=text] {
    border: 1px solid #ccc;
    width: 400px;
    margin-left: 0;
    border-radius: 5px;

}

.search-icon {
    position: absolute;
    top: 16px;
    left: 7px;
    padding-right: 5px;
    width: 8%;
    border-right: 1px solid #45A0F0;
}

.search-icon>img {
    border: 10.5px solid blue;
}

.search {
    justify-items: center;
    -border: none;
    border-radius: 5px;
    height: 40px;
    -width: 100%;
    padding-left: 45px;
    background-color: #f5f5f5;
    justify-items: center;
}

.search:hover,
.search:focus {
    border: 10.5px solid grey;
    background-color: white;
}

.view-luapps-listing-search .gallery_item .app {
    display: block;
    padding-top: .25em;
    line-height: 1.3em;
}

.view-luapps-listing-search .view-header {
    margin-bottom: 1em;
}