

/* Start:/local/components/protobyte/autosoft.groups/templates/.default/style.css?17337444101397*/
.autocatalog-groups-tree{
    margin-bottom: 20px;
}

.groups-tree, .groups-tree li{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.groups-tree{
    margin-bottom: 0!important;
}

.groups-tree li::before{
     content: "\f07c";
     /*content: "\f07b";*/
     font-family: "FontAwesome";
}
.groups-tree li.hidegroup::before{
    content: "\f07b";
}

.groups-tree.level-2 li::before{
    content: "\f15b";
}

.groups-tree li.hidegroup ul{
    display: none;
}

.group-title{
    cursor: pointer;
    padding: 2px 5px;
}
.group-title:hover{
    background-color: lightgrey;
}

.autocatalog-groups-tree > .groups-tree{
    column-width: 350px;
}

.warning {
    padding: 16px;
    font-size: 20px;
    line-height: 1.4;
    border: #f93a27 solid 2px;
    color: #f93a27;
}
.warning strong{
    color: #f93a27;
}

.model-img-left{
    float: left;
    margin: 0 20px 20px 0;
}

@media (min-width: 992px) {
    .autocatalog-groups {
        display: flex;
    }
    .autocatalog-groups-right {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .autocatalog-groups-show-img {
        position: sticky;
        top: 80px;
        width: 100%;
        height: 450px;
    }
}
@media (max-width: 991px) {
    .autocatalog-groups-show-img {
        display: none;
    }
}
/* End */
/* /local/components/protobyte/autosoft.groups/templates/.default/style.css?17337444101397 */
