﻿div#analyticsChartTypes-dropdown-tree, div#storeLocatorChartTypes-dropdown-tree {
    position: absolute;
    background: white;
    z-index: 10;
    border: 1px solid #dde6e9;
    border-radius: 3px;
    min-height: 29px;
    min-width: 95px;
    padding: 3px 5px 5px 0px;
}



.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0 !important;
    margin-right: 0;
}

.jstree-default .jstree-node {
    margin-left: 14px !important;
}
#jstreeAnalyticsPlaceholder, #jstreeStoreLocatorPlaceholder {
    width: 300px;
    height: 755px;
    position: absolute;
}

.slideup, .slidedown {
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.slidedown {
    max-height: 755px;
}

#jstreeAnalyticsPlaceholderButton, #jstreeStoreLocatorPlaceholderButton {
    width: 100px;
    text-align: left;
    height: 31px;
    font-size: 13px;
}

#jstreeAnalyticsPlaceholderButtonIcon, #jstreeStoreLocatorPlaceholderButtonIcon {
    float: right;
    margin-top: 2px;
    margin-right: -10px;
    font-size: 10px;
}

button.dropdown-toggle.ng-binding.ng-scope.btn.btn-default {
    height: 31px;
    margin-top: 2px;
    font-size: 12px;
    border-radius: 5px;
    border: 1.8px solid rgb(106, 255, 255);
}

