﻿/*
    Taked the shop-data-picker style used for User Picker and generalized it to use on ShopCategoryPicker and ShopAreaPicker.
*/

.shop-data-picker-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-data-picker-list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 10px;
    -ms-flex-align: center;
    align-items: center
}

.shop-data-picker-list-item:active, .shop-data-picker-list-item:focus {
    text-decoration: none
}

.shop-data-picker-list-item:hover {
    background-color: #f3f3f5;
    text-decoration: none
}

.shop-data-picker-list-item__avatar {
    margin-right: 15px;
    position: relative
}
/*icon styling*/
.shop-data-picker-list-item__avatar > i.big:before{
    font-size: 2.5rem !important;
}

.shop-data-picker-list-item__checkmark {
    position: absolute;
    bottom: -3px;
    right: -3px
}

.shop-data-picker-list-item__group {
    font-size: 14px;
    color: #817f85
}

.shop-data-picker-list-item__name {
    font-size: 30px;
    border: 2px dotted red;
    font-weight: 700
}


.shop-contents .action-button {
    position: absolute;
    right: 2.5rem;
    margin-top: 8px !important;
}

.node--hidden {
    display: none !important;
}
