/* Navbar container */
.jprestamenu {
    overflow: hidden;
}

/* Links inside the navbar */
.jprestamenu > a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.jprestamenu .mmLink {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dropdown content (hidden by default) */
.jprestamenu-dropdown-content {
    text-align: initial;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1000;
    background-color: white;
    padding: 0.5rem;
    color: black;
}
.jprestamenu-dropdown-content img.illustration {
    float: left;
    margin: 2px 10px 5px 1px;
}
.jprestamenu-dropdown-content .seeall a {
    position: absolute;
    top: 40%;
}
header .jprestamenu-dropdown-content a,
header .jprestamenu-dropdown-content a:hover,
header .jprestamenu-dropdown-content a:visited,
header .jprestamenu-dropdown-content a:focus {
    color: black;
}

.jprestamenu-miniature {
    display: inline-block;
}
.jprestamenu-miniature-title {
    font-weight: bold;
    text-overflow: ellipsis;
}
.jprestamenu-dropdown-content .card {
    margin: 3px;
}
.jprestamenu-dropdown-content .card .card-title {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.jprestamenu-dropdown-content .card .card-body {
    padding: 0.5rem;
    color: #555;
}

.jprestamenu .brand, .jprestamenu .supplier {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: inline-block;
}
.jprestamainmenu .floating-menu {
    margin-top: 0.5rem;
}
.jprestamainmenu .menu-item {
    margin-top: 0;
    padding: 5px 2px;
    display: block;
}
.jprestamainmenu .menu-item:hover {
    background-color: #ccc;
}
