

.jstree-default>.jstree-container-ul>.jstree-node {
    color: #2F2F2F;   
    font-size: 20px;
    font-weight: 400;
    text-align: left;
	padding: 15px 0;
    margin: 25px 0;
	border: 2px solid #384E8D;
	border-left: 12px solid #384E8D;
	font-family: 'Roboto', sans-serif !important;
}

li.jstree-node:after {
	transition: all 0.3s ease !important;
}

.jstree-default>.jstree-container-ul {
	background-color: #ccc !important;
}


.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: none !important;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px;
	background: none !important;
}

.jstree-icon {
    background-image: url("../images/iconmonstr-folder-19.svg") !important;
	background-position: left !important;
	background-repeat: no-repeat !important;	
}

.jstree-anchor > .jstree-themeicon {
  margin-right: 10px !important;
}

.jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow {
  transition: none !important;
}

.jstree-wholerow-hovered{
	background: none !important;
}

 .jstree-ocl{
    background: none !important;
}

.jstree-leaf{
	margin: 20px 0 5px 0 !important;
	transition: 0.3s !important;
	/*background-color: #fff !important;*/
}

 .jstree-file:empty {
  width: 40px!important;
  height: 24px;
  line-height: 24px;
}

.jstree-file{
	background-image: url("../images/iconmonstr-file-00.svg") !important;
	background-color: aqua;
	background-position: left !important;
	background-repeat: no-repeat !important;
	/*background-size: 80px !important;*/
}

.jstree-container-ul li{
	padding: 0;
	margin:0;
	background: none;
	/*border:1px solid red;*/
}

.jstree-default .jstree-wholerow-clicked {
  background: none !important;
}
