.treeview {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.treeview ul {
  list-style: none;
  padding-left: 1em;
}

.treeview ul li a:hover {
  color: #0e7bb4;
  border-radius: 4px;
  background: #e9ecef;
  cursor: pointer;
}
.treeview input {
  display: none;
}

.treeview .selected {
  color: #0e7bb4;
  border-radius: 4px;
  background: #e9ecef;
}

.treeview input:checked ~ ul {
  display: none;
}

.treeview input ~ label {
  cursor: pointer;
}

.treeview label {
  margin-bottom: 0;
}

/* .treeview label:before {
  content: '\25bc';
}

.treeview  input:checked ~ label:before {
  content: '\25ba';
} */

.treeview a {
  color: #000;
  text-decoration: none;
}

/*
 CONTENT EXPLORER STUFF
*/
#content-explorer a {
  color: black;
  text-decoration: none;
}

#content-explorer a:hover, #content-explorer .selected  {
  color: #0e7bb4;
  border-radius: 8px;
  background: #e9ecef;
  cursor: pointer;
}

#content-explorer .content-file {
  width: 88px;
}

#content-explorer .content-icon {
  font-size: 48px;
}
#content-explorer .content-icon:after {
  content:'\A';
  white-space:pre;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.content-info {
  background: #e9ecef;
}
