#toastMessage
{
  position: fixed;
  text-align: center;
  bottom: 0;
  z-index: 999999;
  background-color: DarkSlateBlue;
  color: white;
  font-size: 18px;
  padding: 10px;
  width: 60%;
}

ul.ztree
{
  margin-top: 10px;
  border: 1px solid #617775;
  background: #f0f0f0;
  width: 220px;
  height: 360px;
  overflow-y: scroll;
  overflow-x: auto;
}

.form-inline label{
  width: 14%;
  text-align: right;
  padding-right: 10px;
}

aside{
  user-select: none;
}

html, body
{
  -ms-overflow-style: scrollbar;
}

/* Keep user badge from falling down*/
.pull-left.info
{
  top: 10px;
}
