.left-panel, .center-panel, .right-panel {
	overflow: auto;
}

.left-panel, .center-panel, .right-panel {
	height: calc(100vh - 161px) !important;
}

.pageBg {
	height: auto !important;
}

.left-panel.initTrees .ztree {
	height: 100%;
}

.info_table  > .panel.panel-default{
  	height: calc(100vh - 360px);
  	overflow: auto;
}
.left-panel .ztree li span,
.initTrees .ztree li span {
    font-size: 14px;
}
