.leftTreeMenu {
    height: calc(100vh - 210px);
}
.leftTreeMenu > #lnbDeviceGroupTree{
    position: relative;
}
.leftTreeMenu > #lnbDeviceGroupTree > .lnb-sort-button{
    position: absolute;
    z-index: 999;
    right:5px;
    width: 83px;
    height: 25px;
    border-radius: 4px;
    box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.13);
    border: solid 1px #a2a2a2;
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    display: flex;
    align-items: center;
    justify-content: space-around;
    top:5px;
    cursor: pointer;
}
.leftTreeMenu > #lnbDeviceGroupTree > .lnb-sort-button > .sort-button-wrapper{
    position: relative;
    width:15px;
    height: 14px;

}
.leftTreeMenu > #lnbDeviceGroupTree > .lnb-sort-button > .sort-button-wrapper > img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.leftTreeMenu > #lnbDeviceGroupTree > .lnb-sort-button > span{
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #594b4f;
}

.inlineTags {
    display: inline-flex;
}

.inlineTagsLabel {
    padding: 0px 5px;
    margin: auto;
    font-weight: bold;
}