li {
  position: relative;
}
span.Treeline-before {
    border-left: 1px dotted #d1c1ee;
    position: absolute;
    left: -12px;
    height: 1.5rem;
}
span.Treeline-after {
    border-left: 1px dotted #d1c1ee;
    position: absolute;
    left: -12px;
    top: 1.5rem;
    height: calc(100% - 1.5rem);
}
span.Treeline-current {
    position: absolute;
    left: -10px;
    border-bottom: 1px dotted #d1c1ee;
    top: 1.2rem;
    width: 1rem;
}

span.Treeline-before {
    border-left: 0.1em dotted gray;
}
span.Treeline-after {
    border-left: 0.1em dotted gray;
}
span.Treeline-current {
    left: -10px;
    border-bottom: 0.1em dotted gray;
    top: 1.2rem;
    width: 1rem;
}

.device {
    line-height: 16px;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("../icons/desktop.png");
}

.landline {
    line-height: 16px;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-left: 25px;
    background-image: url("../icons/landline.png");
}
.userProfileDropdown{
  min-width: 210px;
}
.tree-nochild {
    width:2.9rem !important;
}
.rc-tree:not(.rc-tree-show-line) .rc-tree-switcher-noop {
    margin-left: -12px;
}