﻿.label-required {
    font-weight: bold;
}

/* catalogue */
.prod-box {
    /*box-shadow: 6px 6px 5px 0 #bfbfbf;*/
}

.prod-group-card {
    cursor: pointer;
    align-items: center;
}
.prod-group-card a {
    color: inherit;
}

.prod-group-image-container {
    position: relative;
    padding-top: 100%;
    width: 100%;
    /*height: 240px;*/
    overflow: hidden;
}

.prod-group-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.controlled-prod-group {
    position: absolute; top: 5px; 
    right: 5px;
    width: 1.8rem; 
    height: 2rem; 
    border-radius: 4px; 
    background-color: #fff; 
    z-index: 1000;
    font-size: 1.5rem; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}


.prod-browser-image {
    width: auto;
    height: 7.5rem;
    /*height: 167px;*/
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.bd-placeholder-img-auto {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 1.125rem;
    height: 100%;
    /*height: 240px;*/
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

div.card-body.catalogue-card-body {
    padding: 0.25rem;
}

ul.list-group.catalogue-item-qty .list-group-item {
    padding: 0.35rem 1.25rem;
    border: 0;
}

.filter-card {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    display: flex;
    padding: .75rem;
}
.filter-card.active {
    background-color: #efefff;
}

.filter-card-text {
    flex-grow: 1;
    font-weight: bold;
    font-size: 1.15em;
}
.filter-card-control {
    flex-grow: 0.1;
    text-align: center;
    font-size: 1.13em;
}

.image-container {
    max-width: 7.5rem;
    max-height: 7.5rem;
    overflow: hidden;
    display: flex;
}

.image-container a {
    margin-left: auto;
    margin-right: auto;
}
/*
.image-container img {
    width: auto;
    height: 167px;
}*/

.image-placeholder {
    background-color: #eee;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.typeahead-fixup input, .typeahead-fixup .blazored-typeahead__input-mask {
    padding-left: 1rem;
    font-size: 1.09375rem;
}

.product-group-tile-body {
    overflow: hidden;
}

.product-group-tile-text {
    font-size: 1.13rem;
}

.product-list-container-scrollable {
    height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-list-item {
    height: 170px;
    font-size: 0.9rem;
}

.product-list-order-button {
    width: 10rem;
    font-weight: bold;
}