.jguide.app .app-body .navbar-catalog {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jguide.app .app-body .navbar-catalog > .result {
  font-size: 18px;
  font-weight: 500;
  margin-right: 21px;
}
.jguide.app .app-body .navbar-catalog .dropdown > a {
  color: unset;
}
.app-jguide .app-header {
  background-color: #00adb8;
}
.app-jguide .app-header .app-publication-actions .list-group-item.pub-action-toggle {
  background-color: #00adb8;
}
.app-jguide .app-sidebar .app-sidebar-icon .jalios-icon {
  color: #00adb8;
}
@media (min-width: 1200px) {
  .app .app-main .app-body {
    padding: 16px;
  }
}
.app-sidebar .app-sidebar-section-categories .app-sidebar-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-sidebar .app-sidebar-section-categories .app-sidebar-section-title > button {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 50%;
}
.app-sidebar .app-sidebar-section-categories .app-sidebar-section-title > button > .jalios-icon {
  font-size: 11px;
}
.app-sidebar .app-sidebar-section-categories .app-sidebar-section-title > button:hover {
  background: #ddd;
}
.app-body .app-pub-wrapper {
  max-width: none;
}
.app-body .jguide-card.card {
  width: 253px;
  height: 354px;
}
.app-body .card .title-block {
  padding-bottom: 7px;
}
.app-body .card .card-block {
  padding: 0 16px;
}
.app-body .card-block-footer {
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.app-body .card-block-footer .jalios-icon {
  margin-right: 5px;
}
.app-body .card-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: solid 30px #4cd963;
  border-left: solid 30px #4cd963;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-top-left-radius: 8px;
}
.app-body .card-success > .jalios-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.app-body .author {
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.app-body .author .photo.profile-picture {
  min-width: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.app-body .jguide-author-img > .initials.photo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.app-body .jguide-author-img > .photo-anchor {
  display: none;
}
.app-body .other-content > .wysiwyg {
  padding-top: 14px;
}
.app-body .step-display .wrapper:first-of-type {
  flex: 2;
}
.edition-hide .publication-actions,
.edition-hide .fulldisplay-footer {
  display: none;
}
/*# sourceMappingURL=jguide-app.css.map */
