/* ------------------------------------------------------------------------- */
/*  This file has been automatically generated from cs-hub-app-sidebar.less  */
/* ------------------------------------------------------------------------- */
.app-cs-hub LI LABEL.app-sidebar-menu-node:after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  color: var(--app-sidebar-text-color);
  position: initial;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-bottom: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.app-cs-hub LI LABEL.app-sidebar-menu-node.expanded:after {
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-bottom: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.app-cs-hub LI LABEL.app-sidebar-menu-node.collapsed:after {
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.app-cs-hub LI.active LABEL.app-sidebar-menu-node {
  padding-right: 37px;
}
.app-cs-hub LI.active LABEL.app-sidebar-menu-node:after {
  color: #fff;
}
.app-cs-hub .app-sidebar-treecat LABEL {
  position: initial;
}
.app-cs-hub.app .app-sidebar-menu-formitems > LI > UL > LI > UL > LI > LABEL {
  padding-left: 48px;
}
.app-cs-hub.app .app-sidebar-menu-formitems > LI > UL > LI > UL > LI > UL > LI > LABEL {
  padding-left: 64px;
}
.app-cs-hub.app .app-sidebar-menu-formitems > LI > UL > LI > UL > LI > UL > LI > UL > LI > LABEL {
  padding-left: 80px;
}
.app-cs-hub.app .app-sidebar UL.app-sidebar-menu > LI.active[data-jalios-cs-hub-access-policy=public] {
  background-color: #5cb85c;
}
.app-cs-hub.app .app-sidebar UL.app-sidebar-menu > LI.active[data-jalios-cs-hub-access-policy=private] {
  background-color: #F89406;
}
.app-cs-hub.app .app-sidebar UL.app-sidebar-menu > LI.active[data-jalios-cs-hub-access-policy=secret] {
  background-color: #d9534f;
}
.app-cs-hub .app-header {
  background-color: #009EF5;
}
.app-cs-hub .app-header .app-publication-actions .list-group-item.pub-action-toggle {
  background-color: #009EF5;
}
.app-cs-hub .app-sidebar .app-sidebar-icon .jalios-icon {
  color: #009EF5;
}
.hub-app-refresh-div .ajax-loading {
  height: 100vh;
}
@keyframes addFavoriteAnimation {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes removeFavoriteAnimation {
  0% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.0);
  }
}
.app-cs-hub .cs-add-favorite-btn,
.app-cs-hub .cs-remove-favorite-btn,
.app-cs-hub .card-close-action.cs-add-favorite-btn,
.app-cs-hub .card-close-action.cs-remove-favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.app-cs-hub .cs-remove-favorite-btn .jalios-icon {
  color: #fdc032;
}
.app-cs-hub .card-close-action:not(.card-cs-remove-suggestion) {
  border-radius: 50%;
  top: 5px;
  right: 5px;
  background-color: #FFFFFF;
}
.app-cs-hub .card-close-action {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #777;
  transition: background-color 200ms ease-in;
}
.app-cs-hub .card-close-action:hover {
  background-color: #ffffff;
}
.app-cs-hub .is-centered .cs-hub-intro.jcms-message {
  max-width: 1131px;
  margin-bottom: 40px;
}
.app-cs-hub .card-link.ui-sortable-handle {
  display: inline-flex;
  width: 289px;
  height: 380px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.app-cs-hub .card-link.ui-sortable-handle.ui-sortable-placeholder {
  display: inline-flex;
  visibility: visible !important;
  width: 253px;
  height: 324px !important;
  margin: 0 36px 56px 0;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.app-cs-hub .ui-sortable-helper {
  transform: rotate(-3deg);
}
.app-cs-hub .cs-add-favorite-btn:hover,
.app-cs-hub .cs-remove-favorite-btn:hover {
  box-shadow: 2px 2px 5px #555;
}
.app-cs-hub .added-as-favorite .cs-remove-favorite-btn {
  animation: addFavoriteAnimation .3s linear;
}
.app-cs-hub .removed-from-favorite .cs-add-favorite-btn {
  animation: removeFavoriteAnimation .3s linear;
}
.app-cs-hub .hub-results-table .cs-add-favorite-btn,
.app-cs-hub .hub-results-table .cs-remove-favorite-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DDD;
}
.app-cs-hub .hub-results-table .cs-add-favorite-btn:hover,
.app-cs-hub .hub-results-table .cs-remove-favorite-btn:hover {
  border-color: transparent;
}
.app-cs-hub .hub-results-table.table-data > tbody > tr {
  background-color: transparent;
}
.app-cs-hub .hub-results-table THEAD > TR,
.app-cs-hub .hub-results-table TD {
  border-color: #EEE;
}
@media screen and (min-width: 1200px) {
  .app-cs-hub .hub-results-table TD.field-counter {
    min-width: 48px;
    text-align: center;
  }
  .app-cs-hub .hub-results-table TD.field-add-remove-favorite {
    min-width: 56px;
    text-align: center;
  }
  .app-cs-hub .hub-results-table TR.space-list-item TD {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.app-cs-hub LI.active LABEL.app-sidebar-menu-node:after {
  color: inherit;
}
.app-cs-hub .cs-hub-filter-text .control-textfield {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.app-cs-hub .input-group-btn .btn:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.app-cs-hub .csrequest-list .field-admins OL {
  margin: 0;
}
/*# sourceMappingURL=cs-hub.css.map */
