.mb_tree_nav {
  margin: 10px 0;
}
.mb_tree,
#sf_admin_container .mb_tree {
  background: transparent;
}
.mb_tree li > a,
#sf_admin_container .mb_tree li > a
{
  text-decoration: none;
  background: none;
  padding: 0;
  border: 0 none;
  padding: 1px 2px;
}
.mb_tree li > a:hover,
#sf_admin_container .mb_tree li > a:hover {
  border: 0 none;
}
#sf_admin_container .mb_tree .jstree-clicked {
  background: #BEEBFF;
  padding: 1px 2px;
}
.mb_tree em {
  font-style: normal;
}
.jstree-leaf:first-child > a > span > em {
  display: none;
}
.jstree-open:first-child > a > span > em {
  display: none;
}
.jstree li1 {
  max-width: 500px;
  overflow: hidden;
}
.jstree ins {
  float: left;
  display: block;
}
.jstree span {
  display: block;
  float: left;
  max-width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 460px;
  word-wrap: break-word;
}

.tree_form {
  padding: 0;
}
.tree_form .ui-dialog-titlebar {
  border: 0 none;
  padding: 5px;
}
.tree_form .ui-dialog-content {
  padding: 5px;
}
.tree_form .ui-dialog-content label {
  display: block;
  margin: 0 0 2px;
}
.tree_form .ui-dialog-content input,
.tree_form .ui-dialog-content textarea {
  width: 320px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  resize: none;
}
.tree_form .ui-dialog-content select {
  width: 330px;
  padding: 2px 4px;
  border: 1px solid #ccc;
}
.tree_form .ui-dialog-content .error {
  border-color: red;
}
.tree_form .ui-dialog-content .form-item {
  margin: 0 0 5px;
}
.tree_form .ui-dialog-buttonpane {
  margin: 0;
  padding: 5px;
}
.tree_form .ui-dialog-buttonpane button {
  margin: 0 0 0 5px;
  padding: 0 9px;
  color: #333333;
  font-weight: normal;
}
