/* CSS that accompanies widgets.js */

/* TOPBAR */
.menu-label {
	font-size: 10px;
}
.top-bar-header#mainHeader {
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.navbar-collapse#navbarNav {
  flex-grow: 0;
}

/* TREE */
.tree-widget > ul > li::before, .tree-widget > ul > li:last-child:before {
  border: 0;
}
.tree-widget ul {
  list-style: none;
  margin-left: 10px;
}
.tree-widget li {
  padding: 10px 0px 0px 15px;
  border-left: 1px solid #777;
}
.tree-widget li:last-child {
  border-left: none;
}
.tree-widget li:before {
  content: "";
  position: absolute;
  width: 1rem;
  border-bottom: 1px solid #777;
  margin: -10px 0px 0px -15px;
  padding-top: 27px;
}
.tree-widget li:last-child:before {
  border-left: 1px solid #777;
}
.tree-widget .btn-trans {
  padding: 0.4rem;
  min-height: 37px;
  border: 1px solid #999;
  border-radius: 5px;
}
.tree-widget button img {
  max-width: 25px;
  margin-top: -2px;
}
.tree-widget .btn-group button.dropdown-toggle {
  min-width: 35px;
}

/* FORM */
.viewForm img {
  max-width: 100%
}
