.hornet.dialog.left {
  position: fixed;
  z-index: 1;
  height: 80%;
  width: 40%;
  top: 80px;
  left: 1%;
  border: 2px solid #000;
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 5px #555;
}

.hornet.dialog.left h2,
.hornet.dialog.left h3,
.hornet.dialog.left .field,
.hornet.dialog.left .submit {
  margin: 10px;
}

.hornet.dialog.left.hidden {
  left: -28%;
}

.hornet.dialog.left ul.sitemap li {
  list-style: none;
  font-size: 14px;
}

.hornet.dialog.left ul.sitemap li.Unpublished > div,
.hornet.dialog.left ul.sitemap li.Unpublished > div a.node {
/*  color: #999;*/
}

.hornet.dialog.left ul.sitemap li.Node.Unpublished > div,
.hornet.dialog.left ul.sitemap li.Site.Unpublished > div {
  color: #000;
}

.hornet.parent_selector li {
  list-style: none;
}

.hornet.dialog.left ul.sitemap li a.tools {
}

.hornet.dialog.left ul.sitemap li div:hover a.tools {
  color: #bbb;
}

.hornet.dialog.left ul.sitemap li div:hover a.tools:hover {
  color: #000;
}

.hornet.parent_selector .selected {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F5F5F5), color-stop(0.5, #EBEBEB), color-stop(1.0, #E1E1E1));
}

.flash.error {
  border: 2px solid #d00;
  padding: 5px;
  font-size: 13px;
}