﻿
.location-breadcrumbs-mobile {
    display: none;
}

.location-breadcrumbs {
    display: flex;
    font-size: 14px;
}

.location-breadcrumbs .group a {
    display: inline-block;
    color: #504f50;
    padding: 4px 0;
}

.location-breadcrumbs .group img {
    display: inline-block;
    margin: 0 8px 0 2px;
}

.location-breadcrumbs .children-container {
    position: relative;
}

.location-breadcrumbs .close-button {
    display: none;
}

.location-breadcrumbs .family-name {
    display: none;
}



.location-breadcrumbs .children {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    max-height: 400px;
    background-color: white;
    z-index: 10;
    overflow-y: auto;
    border: 1px solid #CCC;
}


.location-breadcrumbs .children .child {
    padding: 4px 8px;
}


.location-breadcrumbs .children > a {
    color: #a10000;
}

.location-breadcrumbs .children .child:nth-child(even) {
    background-color: #fbfbfb;
}


.location-breadcrumbs .children .child.selected {
    display:none;
}
