.resources-page {
  position: relative;
}

.breadcrumbs {
  font-size: 0.9em;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding-top: 1.875rem;
  }
}

.tree-menu {
  padding-left: 0.9375rem;
  list-style: none;
}
.tree-menu ul {
  margin-bottom: 0.9375rem;
  list-style: none;
}
.tree-menu li {
  position: relative;
}
.tree-menu li > a {
  padding: 0.625rem 1.5625rem 0.625rem 1.875rem;
  display: block;
  border-bottom: 1px dotted #cecece;
}
.tree-menu li > a:before {
  content: "";
  display: inline-block;
  background: url("/resources/images/folder-icon.png") center no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 0.625rem;
  vertical-align: middle;
  margin-left: -1.875rem;
}
.tree-menu li.active > .tree-submenu {
  display: block;
}
.tree-menu li.active > a {
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  #tree_menu {
    display: none;
    background-color: #f7f7f7;
  }
}

.right-content {
  border-left: 1px solid #ccc;
  min-height: calc(100% - 10.5rem);
}
@media screen and (max-width: 992px) {
  .right-content {
    border-left: none;
  }
}

.tree-submenu {
  display: none;
  padding-left: 0.9375rem;
}

.caret {
  position: absolute;
  top: 1.0625rem;
  right: 0;
  cursor: pointer;
  transition: 0.3s;
  border-width: 0.4375rem 0.3125rem 0 0.3125rem;
  border-top-color: #00abaa;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 992px) {
  .caret {
    right: 15px;
  }
}
.caret.open {
  transform: rotate(180deg);
}

.ql-editor img {
  max-width: 100%;
}

.root-category .left-menu {
  width: 100%;
}
.root-category .caret {
  display: none;
}
.root-category .tree-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1.875rem;
}
.root-category .tree-menu a {
  border: none;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
.root-category .tree-menu a:before {
  content: "";
  display: block;
  background: url("/resources/images/folder-icon.png") center no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 0 auto 0.9375rem;
}
.root-category .tree-menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.root-category .tree-menu ul {
  display: none;
}
@media screen and (max-width: 992px) {
  .root-category .tree-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .root-category .tree-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .root-category .tree-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mob-menu-toggle {
  cursor: pointer;
  padding: 15px;
  font-weight: 500;
  color: #777;
  background-color: #eaeaea;
  position: relative;
}
.mob-menu-toggle .caret {
  border-top-color: #777;
  right: 15px;
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav.top-nav {
    box-shadow: none;
    border-bottom: none;
    background: none;
  }
}

/*# sourceMappingURL=docs.css.map */
