/* jstree checkbox style */
.tree-modal .jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox, .tree-modal .jstree-default .jstree-checked>.jstree-checkbox {background-position: -194px -4px !important;margin-left:-2px;margin-right:2px;}
.tree-modal .jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover, .tree-modal .jstree-default .jstree-checked>.jstree-checkbox:hover {background-position: -194px -36px !important;} 
.tree-modal .jstree-default .jstree-icon.jstree-themeicon {display:none !important;}
.tree-modal .modal-content {position: fixed; right: 0px; width: 600px; top: 0px; margin-top: 0px; margin: 0px;} .tree-modal button.close:focus {outline: none;}
.tree-modal .modal-body{height: calc(100vh - 100px);overflow-x: auto;}

@media (max-width: 620px) and (min-width: 360px){
    .tree-modal .modal-content{width:100%;}
}