/* Fonts */
/* Colors */
/* Font Sizes */
/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
/* Layout */
/* Borders */
/* $border-default: 1px solid $color- */
.hierarchy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Collapsed */
  /* Expanded */ }
  .hierarchy-list ul {
    margin: 0;
    list-style: none; }
  .hierarchy-list li {
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .hierarchy-list span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .hierarchy-list .ticon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: none no-repeat center;
    vertical-align: top;
    cursor: pointer;
    -webkit-print-color-adjust: exact; }
  .hierarchy-list .titem {
    display: inline-block;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer;
    font-size: 0.875em; }
  .hierarchy-list .titem:hover {
    background-color: #b2def1; }
  .hierarchy-list .titem.selected {
    background-color: #90cde0;
    color: #000;
    font-weight: 700; }
  .hierarchy-list .item-to-move .titem {
    background-color: #d0d0d0;
    color: #888;
    border: 1px dotted #888;
    font-weight: bold;
    cursor: default; }
  .hierarchy-list .ticon-ctl {
    background-image: url("../images/icons/ticon-coll.png"); }
  .hierarchy-list .expanded {
    background-image: url("../images/icons/ticon-exp.png"); }

.org-hierarchy-list li {
  margin-bottom: 6px; }

.cat-hierarchy-list > li > ul {
  padding-left: 0; }

/*# sourceMappingURL=hierarchy.css.map */
