.coolAccordion.theme-tree {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  /* margin: 1.5em 8px; */
  color: #333;
}

.coolAccordion.theme-tree strong {
  font-weight: bold;
}

.coolAccordion.theme-tree a {
  text-decoration: none;
  color: inherit;
}

.coolAccordion.theme-tree p {
  font-size: 1.1em;
  margin: 1em 0;
}

.coolAccordion.theme-tree .description {
  margin: 1em auto 2.25em;
  font-family: "Trebuchet MS", Arial, "MS Sans Serif", "Microsoft Sans Serif";
}

.coolAccordion.theme-tree h1 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 2.5em;
}

.coolAccordion.theme-tree ul {
  padding: 0;
}

.coolAccordion.theme-tree ul .inner {
  padding-left: 1em;
}

.coolAccordion.theme-tree ul .inner.show {
  /*display: block;*/
}

.coolAccordion.theme-tree ul li {
  margin: .5em 0;
}

.coolAccordion.theme-tree ul li a.toggle {
  background: rgba(192, 192, 192, 0.6);
  /*color: #fefefe;*/
  padding: .15em .30em;
  border-radius: 0.30em;
}

.coolAccordion.theme-tree ul li a.toggle .icon {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
}

.coolAccordion.theme-tree ul li a.toggle .icon.item {
  background-image: url("../images/icons/User-blue-icon16.png");
}

.coolAccordion.theme-tree ul li a.toggle .icon.folder {
  background-image: url("../images/icons/Users-icon24.png");
}

.coolAccordion.theme-tree ul li a.toggle .icon.open {
  background-image: url("../images/icons/user_edit.png");
}

.coolAccordion.theme-tree ul li a.toggle:hover {
  background-color: rgba(192, 192, 192, 0.9);
}

.coolAccordion.theme-tree ul li a.toggle.level1 {
  background-color: rgba(140, 140, 140, 0.6);
}

.coolAccordion.theme-tree ul li a.toggle.level1:hover {
  background-color: rgba(140, 140, 140, 0.9);
}

.coolAccordion.theme-tree ul li a.toggle.level2 {
  background-color: rgba(127, 127, 255, 0.6);
}

.coolAccordion.theme-tree ul li a.toggle.level2:hover {
  background-color: rgba(127, 127, 255, 0.9);
}

.coolAccordion.theme-tree ul li a.toggle.disabled {
  font-style: italic;
  color: #999;
}

.coolAccordion ul li a.toggle.disabled:hover {
  /*opacity: 0.6; */
  cursor: default;
}

.coolAccordion ul li a.toggle.selected {
  background-color: rgba(255, 127, 127, 0.6);
}

.coolAccordion ul li a.toggle.selected:hover {
  background-color: rgba(255, 127, 127, 0.9);
}
