.icon-prop {
  width: 50px;
  height: 50px;
  border: 0px solid white;
  background-size: 60%;
  background-position: 10px 13px;
}
.icon-backup {
  background-image: url(/images/icon-backup.png);
  width: 50px;
  height: 50px;
  border: 0px solid white;
  background-size: 60%;
  background-position: 10px 13px;
}
.icon-restore {
  background-image: url(/images/icon-saved.png);
  width: 50px;
  height: 50px;
  border: 0px solid white;
  background-size: 60%;
  background-position: 10px 13px;
}
label.tree-toggle {
  float: left;
  width: 22px;
  clear: both;
}
label.tree-toggle > input[type=checkbox] {
  display: none;
}
label.tree-toggle > input[type=checkbox] .toggle-mixin {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/lib/bootstrap2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
label.tree-toggle > input[type=checkbox]:checked + .tree-toggle-helper {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/lib/bootstrap2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -433px -96px;
}
label.tree-toggle > input[type=checkbox] + .tree-toggle-helper {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/lib/bootstrap2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -408px -96px;
}
.backup-container section.menu {
  position: fixed;
  top: 30px;
  left: 0;
  width: 82px;
  bottom: 0;
  background-color: #47525e;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.backup-container section.menu ul {
  margin: 0;
}
.backup-container section.menu ul li {
  display: table;
  height: 58px;
}
.backup-container section.menu ul li a {
  width: 82px;
  vertical-align: middle;
  display: table-cell;
  font-size: 0.85em;
  line-height: 1.2;
  text-align: center;
  color: white;
  padding-bottom: 10px;
}
.backup-container section.menu ul li a > .badge {
  position: absolute;
  right: 3px;
  font-size: 0.9em;
  padding: 1px 7px;
  margin-top: -32px;
}
.backup-container section.menu ul li a > .badge.highlight {
  -webkit-animation: badge-highlight 1s ease-out;
}
.backup-container section.menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
}
.backup-container section.menu ul li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.backup-container section.menu ul li.active a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.backup-inner-container {
  width: calc(100% - 122px);
  left: 82px;
  right: 0;
  top: 30px;
  bottom: 0;
  position: fixed;
  padding: 20px;
  overflow: auto;
}
.backup-inner-container .paneSearch {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.backup-inner-container .panePager {
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.8) 0%, #ffffff 90%);
  height: 30px;
  border-top: 1px solid #ddd;
}
.backup-inner-container legend {
  margin-bottom: 10px;
}
.backup-inner-container td {
  font-size: 0.9em;
}
.backup-inner-container .wizard li {
  list-style: none;
}
.backup-inner-container ul.tree li > label {
  padding: 3px 15px;
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.backup-inner-container ul.tree li > label.tree-item {
  width: calc(100% - 15px);
}
.backup-inner-container ul.tree li > label.tree-item > input[type=checkbox] {
  margin-top: 0;
}
.backup-inner-container ul.tree li > label:hover:not(.tree-toggle) {
  background-color: #eee;
}
