﻿.account-tree-wrapper {
    display:inline-block;
}

.account-tree-container {
    overflow-y: scroll;
    max-height: 500px;
    width: 250px;
    position:absolute;
    background-color:white;
    -moz-box-shadow: 0 10px 20px #000000;
    -webkit-box-shadow: 0 10px 20px #000000;
    box-shadow: 0 10px 20px #000000;
}

.selector-input {
    width: 250px;
}

.account-tree .angular-ui-tree-handle {
    margin-bottom: 0px;
}

.account-tree .expander {
    line-height:initial;
}

.account-tree .angular-ui-tree-node .angular-ui-tree-node .angular-ui-tree-handle:hover {
    background-color:#cccccc;
}