﻿* {
    -webkit-font-smoothing: antialiased;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.past-users-filter {
    cursor: pointer;
    margin-left: 20px;
}

.no-results {
    padding-left: 20px;
    padding-bottom: 10px;
}

/*matched result from search*/
.matched {
    font-weight: 700 !important;
}

/*wraps entire selector*/
.hierarchy-wrap {
    display: none;
    border-radius: 0 0 2px 2px;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    top: 37px;
    box-shadow: 0 3px 4px 1px #eee;
    z-index: 1000;
    background-color: #fff;
}
/* past users + search */
.hierarchy-header {
}

    .hierarchy-header .search-wrap {
        margin-bottom: 5px;
    }

.angular-ui-tree-handle {
    color: black;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-right: 10px;
    padding-left:0;
}

    .angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
        padding-left: 10px;
    }

    .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
        padding-left: 20px;
    }

    .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
        padding-left: 30px;
    }


.angular-ui-tree-handle:hover {
    color: black;
    background: #f5f5f5;
}

.node-header {
    padding-left: 5px;
    float: right;
    margin-top: 2px;
}

.nodeActive {
    background: #deeaf9;
}

    .nodeActive:hover {
        background: #428bca;
        color: #FEFEFA;
    }

.angular-ui-tree-handle i {
    color: black;
}

.btn-expand {
    padding-right: 2px;
    font-size: 12px;
    float: left;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
}

.hierarchy-dropdown {
    background-color: #fff;
    border-radius: 2px;
    padding: 6px 12px;
    border: 1px solid rgba(34,36,38,.15);
    cursor: pointer;
    height: 35px;
    line-height: 1.42857143;
    font-size: 13px;
    position: relative;
}

    .hierarchy-dropdown:before {
        content: '\f2f9';
        position: absolute;
        right: 10px;
        font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
        top: 8px;
    }

.hd-search-input {
    background-color: #fff;
    box-shadow: none;
    border-style: solid;
    border-width: 0 0 0 0;
    padding: 6px 12px;
    width: 100%;
    border-bottom: solid 1px #ccc;
    border-color: #ccc;
}

.hierarchy-wrap .angular-ui-tree {
    max-height: 250px;
    overflow: auto;
}

.hd-selected-categories > li {
    float: left;
    margin-right: 4px;
    margin-top: 3px;
    list-style: none;
}

.hd-selected-categories {
    margin: 0;
    overflow: hidden;
    height: 25px;
    white-space: unset;
    text-overflow: ellipsis;
}

    .hd-selected-categories > li:after {
        content: ',';
    }

    .hd-selected-categories > li:last-child:after {
        content: '';
    }


.hd-placeholder {
    font-size: 13px;
    line-height: 1.7;
    color: #b7b6b6;
}


.hidden {
    display: none;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
}
