﻿.sitetree-groupnode {
    /*border: 1px solid #ff0000;*/
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
    text-shadow: 2px 2px 8px #808080;
    /*border-radius: 10px;*/
}

.sitetree-sitenode {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 5px;
    height: auto;
}

/* Ensure Site node (and any stack-vertical inside the tree) always left-aligns,
   even when other components add a global .stack-vertical { align-items:center } */
.k-treeview .sitetree-sitenode.stack-vertical {
    align-items: flex-start; /* left-align */
}

.grid-cell-stack-left {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}

.stack-vertical {
    display: flex;
    flex-direction: column;
}

.tree-node-content {
    height: 30px;
    display: flex;
    align-items: center;
}

.tree-node-selected-content {
    height: 50px;
    display: flex;
    align-items: center;
}

.tree-node-larger {
    height: 40px;
    display: flex;
    align-items: center;
}
