body {
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
}

.elo-toasts {
  position: fixed;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  z-index: 20001;
}

.elo-toast {
  min-width: 200px;
  max-width: 400px;
  min-height: 20px;
  height: auto;
  position: relative;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px 4px;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.elo-fading {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.elo-fadein {
  opacity: 1;
}

.elo-slidein {
  -webkit-animation: elo-slide 0.5s 0s 1 ease forwards;
  animation: elo-slide 0.5s 0s 1 ease forwards;
}

@-webkit-keyframes elo-slide {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes elo-slide {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.elo-toast-close {
  position: absolute;
  top: 10px;
  right: 8px;
  border: 1px;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIdJREFUeNpiYBjygBGZ09DQMB9IGQCxA5D9EU2OH0gdAOILQHYiTJwJzUADKD4A1YCuGSYPByxoBjggKQQZ4gAVh4ldgKrB7gUstl1ActkFbF5jxBYwaIYw4NKMLQwoiwWKvYBFM9ZARDYE3QsYCqGKHaBiBlA1OMPgAjZb0Ay5wDC8AECAAQCALUKkr+pwBgAAAABJRU5ErkJggg==');
}

.elo-toast-type-error .elo-toast-close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMZBgk6Vk541gAAAGlJREFUOMvdkcENgCAMRVvjnZXYlFXcAFdhgudBSLBBNBgv/EuTtv8lvxWZS0AAIuAaM5dnoQeInLpAKjNA7AGchbR6TzGs4b35BtI1L398YjzC5yOOvHE1jD1Xr6qpNFU1AV5EtmpnFh1dIe4MQ/wW4gAAAABJRU5ErkJggg==');
}

.elo-toast-close:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFhJREFUeNpiYBh2YD4Qnwdifixy/FC5+fgMACn4j8UQfjQ5nIAfiyH8eAwmyhCSNGMzBK9mJlrEBEVeoDgQSY5GFjQDLkBpByD+iCT+ESp2AEnNcAEAAQYAF08ryR06PQIAAAAASUVORK5CYII=');
}

.elo-toast-type-info {
  background-color: #fff;
  color: #666;
}

.elo-toast-type-error {
  background-color: red;
  color: white;
}

.elo-toast-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
}

.elo-toast-type-error .elo-toast-title {
  color: white;
}

.elo-toast-message {
  font-size: 12px;
  margin-bottom: 4px;
}





/* Business Solution Knowledge Board */

body {
  overflow-y: scroll;
  min-width: 320px;
}

.sol-knowledge {
  position: relative;
}

.sol-knowledge a {
  cursor: pointer;
}

.sol-knowledge .main-wrapper {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
  min-width: 290px;
}

.sol-knowledge .main-wrapper.wrapper-top {
  margin-top: 30px;
}

.sol-knowledge .content-left {
  max-width: calc(100% - 280px);
  width: calc(75% - 30px);
}

.sol-knowledge .content-right {
  position: absolute;
  min-width: 250px;
  width: 25%;
  top: 0;
  right: 0;
}

.sol-knowledge .content-section {
  margin-bottom: 30px;
  display: block;
  clear: both;
}

.sol-knowledge .content-right .content-section {
  margin-top: 6px;
}

.sol-knowledge .section-title h1,
.sol-knowledge .section-title h2 {
  margin: 0;
}

.sol-knowledge h1.section-title,
.sol-knowledge h2.section-title,
.sol-knowledge div.section-title h1,
.sol-knowledge div.section-title h2 {
  display: block;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.3em;
  margin: 0;
}

.sol-knowledge h1.section-title,
.sol-knowledge div.section-title h1 {
  min-height: 26px;
  font-size: 20px;
}

.sol-knowledge h2.section-title,
.sol-knowledge div.section-title h2 {
  min-height: 24px;
  font-size: 16px;
}

.sol-knowledge h2.section-title {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 10px;
  padding: 0 0 6px;
}

.sol-knowledge ul.section-body {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sol-knowledge ul.section-body ul.section-body {
  margin-left: 10px;
}

.sol-knowledge .nothing-found {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  padding: 100px 0 60px;
}

.sol-knowledge .content-right .nothing-found {
  padding: 10px 5px;
  text-align: left;
  font-size: 12px;
}

.sol-knowledge .error-screen {
  color: #666;
  text-align: center;
  margin-top: 25vh;
  margin-bottom: 15vh;
}

.sol-knowledge .error-screen .error-screen-title {
  font-size: 24px;
}

.sol-knowledge .error-screen .error-screen-descr {
  font-size: 14px;
  margin: 15px 0 20px;
}

.sol-knowledge .content-transparent {
  opacity: 0;
}

.sol-knowledge .content-loading {
  background: url('../../resources/images/content-loading.gif') center center no-repeat;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 1000;
  margin: -24px 0 0 -152px;
  top: 50%;
  left: 50%;
}

.sol-knowledge .content-longLoading {
  width: 300px;
  height: 48px;
  position: fixed;
  z-index: 1000;
  margin: 24px 0 0 -150px;
  top: 50%;
  left: 50%;
  color: #aaa;
  text-align: center;
}

.sol-knowledge .loading-indicator {
  background: url('../../resources/images/loading.gif') center center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 2px 0 0 5px;
}

.sol-knowledge .form-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.sol-knowledge .form-buttons .btn {
  position: relative;
  float: left;
  margin-right: 5px;
}

.sol-knowledge fieldset[disabled],
.sol-knowledge input[type="radio"][disabled],
.sol-knowledge input[type="checkbox"][disabled],
.sol-knowledge input[type="radio"].disabled,
.sol-knowledge input[type="checkbox"].disabled,
.sol-knowledge .radio-inline.disabled,
.sol-knowledge .checkbox-inline.disabled,
.sol-knowledge .radio.disabled label,
.sol-knowledge .checkbox.disabled label,
.sol-knowledge .form-control[disabled],
.sol-knowledge .btn.disabled,
.sol-knowledge .btn[disabled],
.sol-knowledge .dropdown-menu>.disabled>a,
.sol-knowledge .nav>li.disabled>a,
.sol-knowledge .pagination>.disabled>span,
.sol-knowledge .pagination>.disabled>a,
.sol-knowledge .pager .disabled>a,
.sol-knowledge .pager .disabled>span,
.sol-knowledge .list-group-item.disabled {
  cursor: default;
}

@media (max-width:991px) {

  .sol-knowledge.responsive .content-left {
    max-width: none;
    width: 100%;
  }

  .sol-knowledge.responsive .content-right {
    position: static;
    right: auto;
    min-width: 0;
    width: 100%;
  }

  .sol-knowledge.responsive .content-loading {
    margin-left: -12px;
  }
}





/* UIB Tooltip */

.sol-knowledge .tooltip {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.sol-knowledge .tooltip.top .tooltip-arrow,
.sol-knowledge .tooltip.top-left .tooltip-arrow,
.sol-knowledge .tooltip.top-right .tooltip-arrow {
  border-top-color: #333;
}

.sol-knowledge .tooltip.bottom .tooltip-arrow,
.sol-knowledge .tooltip.bottom-left .tooltip-arrow,
.sol-knowledge .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #333;
}

.sol-knowledge .tooltip.left .tooltip-arrow,
.sol-knowledge .tooltip.left-top .tooltip-arrow,
.sol-knowledge .tooltip.left-bottom .tooltip-arrow {
  border-left-color: #333;
}

.sol-knowledge .tooltip.right .tooltip-arrow,
.sol-knowledge .tooltip.right-top .tooltip-arrow,
.sol-knowledge .tooltip.right-bottom .tooltip-arrow {
  border-right-color: #333;
}

.sol-knowledge .tooltip .tooltip-inner {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}





/* User Thumbnail */

.sol-knowledge .user-info {
  display: inline;
  cursor: pointer;
}

.sol-knowledge .user-info.show-thumb {
  display: table;
}

.sol-knowledge .user-info.click-disabled,
.sol-knowledge .user-info.click-disabled a {
  cursor: default;
}

.sol-knowledge .user-info-image {
  display: table-cell;
  vertical-align: middle;
}

.sol-knowledge .user-thumbnail {
  display: block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.sol-knowledge .big-thumb>.user-info>.user-info-image>.user-thumbnail {
  width: 100px;
  height: 100px;
}

.sol-knowledge .small-thumb>.user-info>.user-info-image>.user-thumbnail {
  width: 32px;
  height: 32px;
}
.sol-knowledge .post-list-front .small-thumb>.user-info>.user-info-image>.user-thumbnail {
  width: 50px;
  height: 50px;
}

.sol-knowledge .tiny-thumb>.user-info>.user-info-image>.user-thumbnail {
  width: 24px;
  height: 24px;
}

.sol-knowledge .post-list-front ul.users-authors > li:not(:first-child) {
  margin-left: -20px;
  margin-right: 15px;
  margin-bottom: -10px;
}
.sol-knowledge .post-list-front ul.users-authors > li:not(:first-child) .additional-users-indicator {
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  line-height: 18px;
  font-size: 20px;
  color: #ccc;
  background: #fff;
  border: 2px solid #ccc;
  cursor: default;
}

.sol-knowledge .post-list-front div.users-authors > ul {
  display: flex;
  align-items: flex-end;
}

.sol-knowledge .user-info.show-thumb .user-info-name {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
  padding-left: 6px;
}

.sol-knowledge .user-info.click-disabled>.user-info-name {
  cursor: default;
  color: #333;
  text-decoration: none;
}





/* User Rating */

.sol-knowledge .post-rating {
  display: inline-block;
  margin: 3px 0;
}

.sol-knowledge .post-rating {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 26px;
  padding: 0 8px;
  background-color: #fafafa;
  cursor: default;
}

.sol-knowledge .post-rating-icon {
  margin-right: 6px;
  color: #bbb;
}

.sol-knowledge .post-rating-value {
  font-weight: 600;
}

.sol-knowledge .user-rating {
  display: inline-block;
}

.sol-knowledge .post-meta .user-rating {
  margin: 0 8px 5px 0;
  padding: 3px 0;
}

.sol-knowledge .user-rating .rating-label {
  cursor: default;
  display: none;
  margin-right: 8px;
}

.sol-knowledge .comment-list .user-rating .rating-label {
  display: inline;
}

.sol-knowledge .comment-list .user-rating.disabled .rating-label {
  color: #ccc;
  margin-right: 4px;
}

.sol-knowledge .user-rating .rating-box {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 10px;
  margin: 3px 0;
  border-radius: 26px;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  color: #aaa;
}

.sol-knowledge .user-rating .rating-box:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
}

.sol-knowledge .comment-list .user-rating.disabled .rating-box {
  display: none;
}

.sol-knowledge .user-rating .vote-count {
  margin: 0 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
  color: #666;
}

.sol-knowledge .user-rating .vote-up,
.sol-knowledge .user-rating .vote-down {
  cursor: pointer;
  opacity: 0.6;
}

.sol-knowledge .user-rating .vote-up {
  color: #55bb55;
}

.sol-knowledge .user-rating .vote-down {
  color: #ee5555;
}

.sol-knowledge .user-rating .vote-up:hover,
.sol-knowledge .user-rating .vote-down:hover {
  opacity: 1;
}

@media (max-width:479px) {

  .sol-knowledge .comment-list .user-rating .rating-label {
    display: none;
  }
}





/* User Profile */

.sol-knowledge .board-profile {
  margin: 30px 0 0;
  padding-bottom: 10px;
}

.sol-knowledge .board-profile .profile-back {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 6px;
}

.sol-knowledge .board-profile .profile-back a {
  color: #666;
  text-decoration: none;
  padding: 5px;
}

.sol-knowledge .board-profile .profile-back a:hover {
  color: #333;
}

.sol-knowledge .board-profile .profile-back a .back-icon {
  margin: 0 6px 0 0;
}

.sol-knowledge .user-banner {
  background-color: #f2f2f2;
}

.sol-knowledge .user-preview {
  max-width: 450px;
  width: 450px;
}

.sol-knowledge .user-preview .popover-content {
  padding: 15px 14px;
}

.sol-knowledge .user-profile .profile-data {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px;
}

.sol-knowledge .user-profile .profile-data {
  min-height: 132px;
}

.sol-knowledge .user-preview .profile-data {
  min-height: 50px;
  padding: 0;
}

.sol-knowledge .user-profile .profile-image {
  display: table-cell;
  padding-right: 20px;
  width: 1%;
}

.sol-knowledge .user-preview .profile-image {
  padding-right: 12px;
}

.sol-knowledge .user-profile .user-thumbnail {
  background-color: transparent;
}

.sol-knowledge .user-profile .profile-content {
  display: table-cell;
  vertical-align: middle;
}

.sol-knowledge .user-profile .profile-name {
  word-wrap: break-word;
  word-break: break-word;
  color: #333;
  font-size: 20px;
  margin: 2px 0 0;
}

.sol-knowledge .user-preview .profile-name {
  font-size: 16px;
  margin: 1px 0 0;
}

.sol-knowledge .user-profile .profile-title {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
}

.sol-knowledge .user-preview .profile-title {
  font-size: 12px;
  margin: 0;
}

.sol-knowledge .user-profile .profile-company {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

.sol-knowledge .user-preview .profile-company {
  font-size: 12px;
}

.sol-knowledge .user-profile .profile-action {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  margin-top: 5px;
}

.sol-knowledge .user-profile .profile-action-icon {
  margin-right: 2px;
}

.sol-knowledge .user-profile .profile-indicators {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 20px;
  width: 1%;
}

.sol-knowledge .user-preview .profile-indicators {
  padding: 0;
}

.sol-knowledge .user-profile .post-list-counter {
  font-size: 1.1em;
  padding: 10px;
}

.sol-knowledge .user-preview .post-list-counter {
  font-size: 0.9em;
  min-width: 0;
  padding: 0;
}

.sol-knowledge .user-profile .profile-group {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 20px;
  padding: 0 10px;
  color: #888;
}

.sol-knowledge .user-banner .profile-badges {
  padding: 0 20px 20px 140px;
}

.sol-knowledge .user-preview .profile-badges {
  margin: 6px 0 0;
}

.sol-knowledge .user-profile .badges-title {
  margin: 0 0 2px;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
}

.sol-knowledge .user-profile .profile-badges ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sol-knowledge .user-banner .profile-badges ul li {
  line-height: 24px;
  margin: 10px 0 0 0;
  display: inline-block;
  cursor: default;
  width: 25%;
  font-size: 12px;
  overflow: hidden;
  height: 25px;
}

.sol-knowledge .user-preview .profile-badges ul li {
  line-height: 20px;
  margin: 8px 8px 0 0;
  display: inline-block;
  font-size: 12px;
}

.sol-knowledge .user-profile .badge-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #666;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.sol-knowledge .user-preview .badge-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.sol-knowledge .user-profile .badge-name {
  color: #888;
  margin-left: 2px;
  margin-right: 5px;
}

.sol-knowledge .user-preview .badge-name {
  display: none;
}

@media (max-width:767px) {

  .sol-knowledge.responsive .user-banner .profile-badges ul li {
    width: 33.3%;
  }
}

@media (max-width:567px) {

  .sol-knowledge.responsive .user-banner .profile-badges ul li {
    width: 50%;
  }
}

@media (max-width:479px) {

  .sol-knowledge.responsive .user-preview {
    display: none;
  }

  .sol-knowledge.responsive .user-banner .profile-image {
    display: block;
  }

  .sol-knowledge.responsive .user-banner .profile-image .user-thumbnail {
    width: 80px;
    height: 80px;
  }

  .sol-knowledge.responsive .user-banner .profile-content {
    display: block;
    margin-top: 18px;
  }

  .sol-knowledge.responsive .user-banner .profile-name {
    font-size: 16px;
  }

  .sol-knowledge.responsive .user-banner .profile-title {
    margin: 0;
  }

  .sol-knowledge.responsive .user-banner .profile-company {
    font-size: 14px;
  }

  .sol-knowledge.responsive .user-profile .profile-action {
    display: block;
  }

  .sol-knowledge.responsive .user-banner .profile-indicators {
    position: absolute;
    display: block;
    top: 28px;
    right: 10px;
    width: auto;
  }

  .sol-knowledge.responsive .user-banner .profile-group {
    padding: 18px 10px;
  }

  .sol-knowledge.responsive .user-banner .post-list-counter {
    font-size: 1em;
  }

  .sol-knowledge.responsive .user-banner .profile-badges {
    padding-left: 20px;
  }

  .sol-knowledge.responsive .user-banner .profile-badges ul li {
    width: 50%;
  }
}





/* Knowledge Tags */

.sol-knowledge .inline-tags {
  display: inline;
}

.sol-knowledge .knowledge-tag {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1em;
  background: #ececec;
  border-radius: 3px;
  cursor: default;
  padding: 3px 6px;
  margin: 0 5px 5px 0;
  color: #888;
}

.sol-knowledge .knowledge-tag.big-tag {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 4px;
}

.sol-knowledge .knowledge-tag.topic-tag:not(.disabled) {
  cursor: pointer;
}

.sol-knowledge .knowledge-tag.topic-tag:not(.disabled):hover {
  background-color: #ddd;
  color: #333;
}

.sol-knowledge .knowledge-tag.topic-tag.active {
  background-color: #aaa;
  color: #fff;
}

.sol-knowledge .knowledge-tag.topic-tag:not(.disabled).active:hover {
  background-color: #999;
  color: #fff;
}

.sol-knowledge .knowledge-tag.space-tag {
  cursor: pointer;
}

.sol-knowledge .knowledge-tag.space-tag.active {
  background-color: #2a7cbf;
  color: #fff;
}

.sol-knowledge .knowledge-tag.language-tag {
  border: 1px solid #ccc;
  background: transparent;
  text-transform: uppercase;
  padding: 2px 5px;
}

.sol-knowledge .knowledge-tag.language-tag.big-tag {
  padding: 5px 7px;
}

.sol-knowledge .knowledge-tag.solution-tag {
  background-color: #5FBA7D;
  color: #fff;
}

.sol-knowledge .knowledge-tag.closed-tag {
  background-color: #666;
  color: #fff;
}

.sol-knowledge .knowledge-tag.remove-closed:hover {
  background-color: #555;
  cursor: pointer;
}

.sol-knowledge .knowledge-tag.arrow-tag {
  background-color: #f4f4f4;
  color: #ccc;
}

.sol-knowledge .knowledge-tag.post-type-tag,
.sol-knowledge .knowledge-tag.arrow-tag.active {
  background-color: #d4e5f2;
  color: #2a7cbf;
}

.sol-knowledge .knowledge-tag.post-type-tag.active:not(.disabled),
.sol-knowledge .knowledge-tag.arrow-tag.active {
  cursor: pointer;
}

.sol-knowledge .knowledge-tag.post-type-tag.active:not(.disabled):hover,
.sol-knowledge .knowledge-tag.arrow-tag.active:hover {
  background-color: #C9D9E5;
}

.sol-knowledge .knowledge-tag.label-tag {
  color: #fff;
}

.sol-knowledge .knowledge-tag .tag-icon {
  font-size: 9px;
}

.sol-knowledge .knowledge-tag.big-tag .tag-icon {
  font-size: 12px;
  margin-right: 4px;
}

.sol-knowledge .knowledge-tag .text-icon {
  font-weight: bold;
  margin-right: 2px;
}

.sol-knowledge .knowledge-tag.big-tag .text-icon {
  margin-right: 4px;
}

.sol-knowledge .knowledge-tag .remove-icon {
  cursor: pointer;
  font-size: 9px;
  margin-left: 3px;
  color: #666;
}

.sol-knowledge .knowledge-tag.big-tag .remove-icon {
  font-size: 12px;
  margin-left: 4px;
}

.sol-knowledge .knowledge-tag.closed-tag .remove-icon {
  color: #333;
}

.sol-knowledge .knowledge-tag.solution-tag .remove-icon {
  color: #fff;
}
.max-tags-reached input.input {
  display: none; 
}





/* Subscription */

.sol-knowledge .subscribe-button {
  background-color: #1479cc;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 12px;
  border: none;
}

.sol-knowledge .space-subscription .subscribe-button,
.sol-knowledge .post-subscription .subscribe-button {
  width: 100%;
  padding: 8px 0;
}

.sol-knowledge .subscribe-button:hover {
  background-color: #0d5086;
}

.sol-knowledge .subscribe-button.subscribed {
  background-color: #d4e5f2;
  color: #2a7cbf;
}

.sol-knowledge .subscribe-button.subscribed:hover {
  background-color: #ddd;
  color: #666;
}

.sol-knowledge .subscribe-button .subscribe-icon {
  margin-right: 6px;
  font-weight: normal;
}

.sol-knowledge .subscribe-button .subscribe-text,
.sol-knowledge .subscribe-button.subscribed:hover .subscribe-alternative {
  display: inline;
}

.sol-knowledge .subscribe-button .subscribe-alternative,
.sol-knowledge .subscribe-button.subscribed:hover .subscribe-text {
  display: none;
}

.sol-knowledge .subscription-info {
  color: #888;
  margin: 10px 5px;
}




/* Knowledge Home Page */

.sol-knowledge .knowledge-home {
  position: relative;
}

.sol-knowledge .home-banner {
  background-color: #dcdcdc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
}

.sol-knowledge .home-banner-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.sol-knowledge .home-headline {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
}

.sol-knowledge .home-headline h1 {
  font-size: 60px;
  font-weight: bold;
}

.sol-knowledge .home-headline p {
  font-size: 20px;
}

.sol-knowledge .home-content {
  margin-top: 40px;
  margin-bottom: 20px;
}

.sol-knowledge .home-content-descr {
  font-size: 15px;
  color: #666;
}

.sol-knowledge .home-board-list,
.sol-knowledge .home-space-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sol-knowledge .home-board,
.sol-knowledge .home-space {
  position: relative;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 4px;
}

.sol-knowledge .home-board:hover,
.sol-knowledge .home-space:hover {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(207, 207, 207, 0.5);
  -moz-box-shadow: 2px 2px 5px 1px rgba(207, 207, 207, 0.5);
  box-shadow: 2px 2px 5px 1px rgba(207, 207, 207, 0.5);
  -webkit-transform: scale(1.08);
  transform: scale(1.008);
  transform-origin: top center;
}

.sol-knowledge .home-board {
  height: 250px;
}

.sol-knowledge .home-space {
  padding: 15px;
  height: 100px;
}

.sol-knowledge .home-board>* {
  width: 50%;
  padding: 0 15px;
}

.sol-knowledge .home-board .home-space-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 75%);
}

.sol-knowledge .home-board-title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px;
  padding: 0 15px 5px 0px;
  display: block;
}

.sol-knowledge .home-board-pinned {
  color: #888;
  margin-right: 6px;
  font-size: 16px;
}

.sol-knowledge .home-board-pin {
  text-decoration: none;
}

.sol-knowledge .home-board-others {
  position: relative;
  margin: 0 0 15px;
  /* border-bottom: 1px solid #dcdcdc; */
  padding: 0 0 15px;
}

.sol-knowledge .home-board-others>p {
  font-size: 20px;
}

.sol-knowledge .home-board-others>.home-board-others-expand {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 250px;
}

.sol-knowledge .home-board-descr {
  color: #666;
  font-size: 15px;
  margin: 10px 0 15px;
  height: 10em;
  overflow: hidden;
}

.sol-knowledge .home-space-list li {
  padding: 5px 15px;
  width: 100%;
  display: block;
}

.sol-knowledge .home-space-list li a {
  font-weight: normal;
  font-size: 13px;
  color: #888;
}

.sol-knowledge .home-space-list .home-space-list-title {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  margin: 0 15px 7px;
  padding: 5px 0 5px;
  width: auto;
}

.sol-knowledge .home-space-title {
  font-size: 16px;
  font-weight: bold;
}

.sol-knowledge .home-space-descr {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

@media (max-width:991px) {

  .sol-knowledge .home-banner {
    height: 250px;
  }

  .sol-knowledge .home-headline {
    padding-top: 64px;
  }

  .sol-knowledge .home-headline h1 {
    font-size: 40px;
    margin-top: 14px;
  }

  .sol-knowledge .home-headline p {
    font-size: 18px;
  }
}

@media (max-width:767px) {

  .sol-knowledge .home-banner {
    height: 150px;
  }

  .sol-knowledge .home-banner-layer {
    display: none;
  }

  .sol-knowledge .home-headline {
    position: relative;
    margin: 30px 0 40px;
    padding: 0;
    color: #333;
  }

  .sol-knowledge .home-headline h1 {
    font-size: 32px;
    margin-top: 10px;
  }

  .sol-knowledge .home-space-list li {
    width: 100%;
    display: block;
  }
}

@media (max-width:479px) {

  .sol-knowledge .home-banner {
    height: 120px;
  }

  .sol-knowledge .home-headline h1 {
    font-size: 28px;
  }

  .sol-knowledge .home-headline p {
    font-size: 16px;
  }
}

.sol-knowledge .home-board {
  display: flex;
}

.sol-knowledge .home-section-title {
  position: relative;
  color: #0F5D9E;
  min-height: 26px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.sol-knowledge .home-board>ul.home-space-list {
  position: relative;
  border-left: 1px solid #dcdcdc;
}

.sol-knowledge .home-board>ul.home-space-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 75%);
}

.sol-knowledge .home-board .left-border {
  flex: 0 0 45px;
}

.sol-knowledge .home-board.information .left-border {
  background: #3B89AC;
}

.sol-knowledge .home-board.community .left-border {
  background: #0F5D9E;
}

.sol-knowledge .home-board .left-border>span {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0px;
  transform-origin: bottom left;
  font-size: 22px;
  text-align: center;
  width: 250px;
  margin-left: 22px;
}

.sol-knowledge .home-board.information .left-border>span {
  color: white;
}

.sol-knowledge .home-board.community .left-border>span {
  color: white;
}



/* Knowledge Header */

.sol-knowledge .knowledge-header {
  background-color: #f2f2f2;
  padding: 10px 0 10px;
  min-height: 44px;
}

.sol-knowledge .breadcrumbs {
  min-height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.sol-knowledge .breadcrumbs .back-button {
  padding: 4px 10px;
  margin: 0 12px 0 0;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
}

.sol-knowledge .breadcrumbs .back-button:hover {
  background: rgba(0, 0, 0, 0.1);
}

.sol-knowledge .breadcrumbs ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sol-knowledge .breadcrumbs ul li {
  display: inline-block;
}

.sol-knowledge .breadcrumbs span {
  cursor: default;
  color: #666;
}

.sol-knowledge .breadcrumbs a {
  cursor: pointer;
  text-decoration: none;
  color: #2a7cbf;
}

.sol-knowledge .breadcrumbs a:hover {
  color: #1c5380;
}

.sol-knowledge .breadcrumbs li::after {
  content: " / ";
  color: #ccc;
  margin: 0 5px;
}

.sol-knowledge .breadcrumbs li:last-child::after {
  display: none;
}

.sol-knowledge .board-filters {
  margin-top: 10px;
  min-height: 44px;
  position: relative;
  width: 100%;
}

.sol-knowledge .board-search {
  position: relative;
}

.sol-knowledge .board-search .board-search-text {
  font-size: 14px;
}

.sol-knowledge .board-search .board-search-text.filled {
  font-weight: bold;
}

.sol-knowledge .board-search.not-empty .board-search-text {
  padding-right: 30px;
}

.sol-knowledge .board-search-reset {
  color: #ccc;
  position: absolute;
  display: none;
  right: 0;
  width: 30px;
  top: 0;
  text-align: center;
  line-height: 31px;
  font-size: 12px;
  cursor: pointer;
  z-index: 3;
}

.sol-knowledge .board-search.not-empty .board-search-reset {
  display: block;
}

.sol-knowledge .board-search-reset:hover {
  color: #888;
}

.sol-knowledge .board-search-button {
  background-color: #eee;
}

.sol-knowledge .board-search-button .btn-icon {
  color: #666;
  font-size: 14px;
}

.sol-knowledge .selected-filters {
  padding: 7px 0 0 2px;
  border-top: none;
}

.sol-knowledge .add-post-plus,
.sol-knowledge .add-post-default {
  display: none;
}

.sol-knowledge .add-post-menu>li>a {
  padding: 5px 20px;
}

@media (max-width:991px) {

  .sol-knowledge.responsive .board-filters .content-left {
    width: calc(100% - 48px);
  }

  .sol-knowledge.responsive .board-filters .content-right {
    position: absolute;
    width: 40px;
    float: right;
    right: 0;
  }

  .sol-knowledge.responsive .add-post-button,
  .sol-knowledge.responsive .add-post-caret {
    display: none;
  }

  .sol-knowledge.responsive .add-post-toggle {
    width: 40px;
    padding: 0;
  }

  .sol-knowledge.responsive .add-post-plus {
    display: inline-block;
    padding: 8px 0;
    width: 38px;
  }

  .sol-knowledge.responsive .add-post-default {
    display: list-item;
  }
}

@media (max-width:479px) {

  .sol-knowledge.responsive .breadcrumbs {
    text-align: center;
  }
}





/* Sidebar Modules */

.sol-knowledge .user-list .user-list-top-results {
  color: #bbb;
  font-size: 15px;
  margin-left: 5px;
}

.sol-knowledge .user-list li {
  display: block;
  margin: 0 10px 5px 0;
}

.sol-knowledge .space-list li {
  padding: 3px 0;
}

.sol-knowledge .space-list li a {
  width: 100%;
  font-size: 1.1em;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
}

.sol-knowledge .topic-list li {
  display: inline-block;
}

.sol-knowledge .language-list li {
  padding: 2px 0;
}

.sol-knowledge .language-list li a {
  font-size: 1.1em;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  color: #333;
}

.sol-knowledge .language-list .fa {
  display: inline-block;
  width: 12px;
}

.sol-knowledge .language-list .language-name {
  margin-left: 5px;
}

.sol-knowledge.responsive .space-list a,
.sol-knowledge.responsive .language-list a {
  font-size: 1em;
  line-height: 1em;
  padding: 6px 8px;
  border-radius: 3px;
  display: inline-block;
}

.sol-knowledge.responsive .space-list h3.section-title {
  margin: 0 0 4px;
  padding-left: 0;
  font-size: 14px;
}

.sol-knowledge.responsive .space-list ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-inline-start: 0px;
}

.sol-knowledge.responsive .space-list li {
  display: block;
}

.sol-knowledge .space-list ul li.active a {
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}

.sol-knowledge .space-list ul li a:hover {
  background-color: #d4e5f2;
  color: #2a7cbf;
}

@media (max-width: 991px) {

  .sol-knowledge.responsive .user-list li {
    display: inline-block;
    margin: 0 15px 5px 0;
  }

  .sol-knowledge.responsive .space-list li,
  .sol-knowledge.responsive .language-list li {
    display: inline-block;
  }

  .sol-knowledge.responsive .space-list li:last-child {
    padding-bottom: 3px;
  }

  .sol-knowledge.responsive .space-list li a.active,
  .sol-knowledge.responsive .language-list li a.active {
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
  }
}





/* Board Content: Post List */

.sol-knowledge .post-list .post-list-header {
  display: table;
  width: 100%;
  min-height: 26px;
  margin-bottom: 10px;
}

.information .sol-knowledge .post-list .post-list-header {
  display: flex;
}

.sol-knowledge .post-list .post-list-header h1 {
  display: table-cell;
  padding-right: 8px;
  text-align: left;
}

.sol-knowledge .post-list-header .refresh-post-list {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 1%;
}

.sol-knowledge .post-list-header .refresh-post-list a {
  text-decoration: none;
  background-color: transparent;
  color: #aaa;
  font-size: 16px;
  line-height: 1em;
  margin-top: -1px;
  padding: 5px 12px;
  box-shadow: none;
  border: none;
}

.sol-knowledge .post-list-header .refresh-post-list a:hover {
  /* background-color: #eee; */
  /* ABSPRACHE */
  color: #888;
}

.sol-knowledge .post-list-header .refresh-post-list a:active {
  /* background-color: #ddd; */
  /* ABSPRACHE */
}

.sol-knowledge .post-list .space-description {
  font-size: 14px;
  color: #888;
}

.sol-knowledge .post-list-filters {
  margin-top: 10px;
  margin-bottom: 15px;
}

.sol-knowledge .post-list-filters .filter-right {
  position: relative;
  float: right;
}

.sol-knowledge .post-list-filters .post-filter-btn {
  color: #888;
  background-color: #e8e8e8;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 1.2em;
  outline: none;
}

.sol-knowledge .post-list-filters .post-filter-btn:hover {
  color: #333;
  background-color: #ddd;
}

.sol-knowledge .post-list-filters .post-filter-btn.active {
  outline: none;
  background-color: #2a7cbf;
  color: #fff;
}

.sol-knowledge .post-list-filters .post-filter-btn.disabled {
  cursor: default;
  outline: none;
  background: #f2f2f2;
  color: #aaa;
}

.sol-knowledge .post-list-filters .btn-icon {
  font-weight: bold;
  margin-right: 5px;
}

.sol-knowledge .post-list-filters .btn-icon::before {
  font-weight: normal;
}

.sol-knowledge .post-list-items>li {
  border-bottom: 1px solid #e8e8e8;
}

.sol-knowledge .post-list-pages {
  text-align: center;
}

.sol-knowledge .post-list-pages ul {
  margin: 17px 0 0;
}

.sol-knowledge .pagination li.disabled {
  display: none;
}

@media (max-width:767px) {

  .sol-knowledge.responsive .post-list {
    margin-bottom: 50px;
  }

  .sol-knowledge.responsive .post-list-filters .filter-right {
    float: left;
  }

  .sol-knowledge.responsive .post-list-filters .btn-responsive .btn-icon {
    margin: 0;
  }

  .sol-knowledge.responsive .post-list-filters .btn-responsive .btn-text {
    display: none;
  }

  .sol-knowledge.responsive .pagination-prev,
  .sol-knowledge.responsive .pagination-next {
    display: none;
  }
}





/* Board Content: Post List Item */

.sol-knowledge .post-list-item,
.sol-knowledge .post-list-item-embedded {
  margin: 10px 0 10px 0;
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
}

.sol-knowledge .post-list-item-embedded {
  margin: 10px 0 0 0;
}

.sol-knowledge .post-list-items-pinned {
  border-bottom: 3px solid #e8e8e8;
}

.sol-knowledge .post-list-front {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.sol-knowledge .post-list-front .front-content {
  position: relative;
  width: 90px;
}

.sol-knowledge .post-list-content .post-type-icon {
  display: none;
}

.information .sol-knowledge .post-list-content .post-type-icon {
  display: inline;
}

.sol-knowledge .post-list-front .post-type-icon,
.sol-knowledge .post-list-front .reply-icon,
.sol-knowledge .post-list-front .post-list-author {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: 3px;
}

.information .sol-knowledge .post-list-content .post-type-icon {
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #2a7cbf;
  height: 32px;
  width: 32px;
  border-radius: 6px;
}

.sol-knowledge .post-list-front .post-type-icon {
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  background-color: #e8e8e8;
  color: #888;
  height: 32px;
  width: 32px;
  border-radius: 6px;
}

.sol-knowledge .post-list-item.is-new .post-list-front .post-type-icon {
  background-color: #d4e5f2;
  color: #2a7cbf;
}

.sol-knowledge .post-list-front .post-type-icon::before {
  content: "";
  border-color: transparent #e8e8e8 transparent transparent;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  bottom: -10px;
  display: block;
  position: absolute;
  right: 6px;
}

.sol-knowledge .post-list-item.is-new .post-list-front .post-type-icon::before {
  border-right-color: #d4e5f2;
}

.sol-knowledge .post-list-front .post-type-icon span {
  font-weight: bold;
  cursor: default;
}

.sol-knowledge .post-list-front .post-type-icon span::before,
.sol-knowledge .post-list-front .post-type-icon span::before {
  font-weight: normal;
  font-size: 16px;
}

.sol-knowledge .post-list-front .reply-icon {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #e8e8e8;
  color: #888;
  height: 50px;
  width: 28px;
  border-radius: 6px 0 0 6px;
  left: 16px;
  padding-right: 4px;
}

.sol-knowledge .post-list-item.is-new .post-list-front .reply-icon {
  background-color: #d4e5f2;
  color: #2a7cbf;
}

.sol-knowledge .post-list-front .reply-icon span {
  font-size: 12px;
  cursor: default;
  color: #888;
}

.sol-knowledge .post-list-item.is-new .post-list-front .reply-icon span {
  color: #2a7cbf;
}

.sol-knowledge .post-list-front .post-list-author {
  left: 40px;
}

.sol-knowledge .post-list-content {
  display: table-cell;
  word-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
  padding: 0 10px;
  width: 100%;
}

.sol-knowledge .post-list-title {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  margin-top: 2px;
}

.sol-knowledge .post-list-new {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #1479cc;
  margin-right: 5px;
  cursor: default;
}

.sol-knowledge .post-list-solution {
  color: #5fba7d;
  margin-right: 3px;
  cursor: default;
}

.sol-knowledge .post-list-title-prefix {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  cursor: default;
  color: #333;
}

.sol-knowledge .post-list-pinned,
.sol-knowledge .post-list-closed {
  color: #888;
  font-size: 16px;
  margin-right: 5px;
  cursor: default;
}

.sol-knowledge .post-list-preview {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 13px;
  margin: 1px 0 3px 0;
  color: #666;
}

.sol-knowledge .post-list-info {
  margin-top: 3px;
  margin-bottom: -2px;
  word-wrap: break-word;
  word-break: break-word;
  cursor: default;
  color: #aaa;
}

.sol-knowledge .post-list-info .author-names .additional-users-indicator,
.sol-knowledge .post-list-info .author-names a,
.sol-knowledge .post-list-info .author-name a {
  color: #333;
}


.sol-knowledge .post-list-info .author-names,
.sol-knowledge .post-list-info .author-name,
.sol-knowledge .post-list-time,
.sol-knowledge .post-list-space {
  display: inline-block;
  margin-right: 14px;
}

.sol-knowledge .post-list-info .author-names::after,
.sol-knowledge .post-list-info .author-name::after,
.sol-knowledge .post-list-time::after,
.sol-knowledge .post-list-space::after {
  content: "";
  width: 2px;
  height: 2px;
  margin: 6px;
  position: absolute;
  background-color: #ccc;
}

.sol-knowledge .post-list-info .author-names user-small-view:not(:last-child)::after {
  content: ",";
}

.sol-knowledge .author-names .small-thumb {
  display: inline-block;
}

.sol-knowledge .post-list-counts {
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  width: 1%;
}

.sol-knowledge .post-list-counter {
  padding: 6px 6px;
  min-width: 70px;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  color: #aaa;
  font-size: 0.95em;
  cursor: default;
}

.sol-knowledge .post-list-counter .count-amount {
  display: block;
  font-size: 1.6em;
}

.sol-knowledge .post-list-counter:not(.counter-labeled) .count-amount {
  color: #666;
}

.sol-knowledge .post-list-counter.counter-blank {
  color: #ddd;
}

.sol-knowledge .post-list-counter.counter-blank .count-amount {
  color: #ccc;
}

.sol-knowledge .post-list-counts .post-list-counter.counter-solved {
  background-color: #5FBA7D;
  color: #fff;
}

.sol-knowledge .post-list-counts .post-list-counter.counter-solved .count-amount {
  color: #fff;
}

@media (max-width:767px) {

  .sol-knowledge.responsive .post-list-front .front-content {
    width: 24px;
  }

  .sol-knowledge.responsive .post-list-front .post-type-icon,
  .sol-knowledge.responsive .post-list-front .reply-icon {
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    padding: 0;
    left: 0;
  }

  .sol-knowledge.responsive .post-list-front .post-type-icon::before {
    display: none;
  }

  .sol-knowledge.responsive .post-list-author,
  .sol-knowledge.responsive .post-list-counts .count-votes,
  .sol-knowledge.responsive .post-list-counts .count-views {
    display: none;
  }

  .sol-knowledge.responsive .post-list-counts .count-replies {
    position: absolute;
    line-height: 24px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 32px;
  }

  .sol-knowledge.responsive .post-list-counts .post-list-counter {
    background-color: #f2f2f2;
  }

  .sol-knowledge.responsive .post-list-counts .post-list-counter.counter-solved {
    background-color: #5FBA7D;
  }

  .sol-knowledge.responsive .post-list-counts .post-list-counter.counter-blank .count-amount {
    color: #666;
  }

  .sol-knowledge.responsive .post-list-counts .count-replies span.count-amount {
    font-size: 10px;
  }

  .sol-knowledge.responsive .post-list-counts .count-replies span:not(.count-amount) {
    display: none;
  }
}





/* Post View */

.sol-knowledge .post-title-info {
  word-wrap: break-word;
  word-break: break-word;
}

.sol-knowledge .solution-view,
.sol-knowledge .reply-list,
.sol-knowledge .add-reply {
  margin-top: 30px;
}

.sol-knowledge .solution-view>.section-title,
.sol-knowledge .reply-list>.section-title,
.sol-knowledge .add-reply>.section-title {
  padding-top: 20px;
}

.sol-knowledge .reply-list .goto-add-reply {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  line-height: 1.7em;
  margin-left: 10px;
}

.sol-knowledge .add-reply-hint {
  font-size: 13px;
  color: #888;
}

.sol-knowledge .add-reply-language-hint {
  background-color: #ffffaa;
  padding: 6px 12px;
  font-weight: bold;
  display: none;
}

.sol-knowledge .reply-pages {
  text-align: center;
}

.sol-knowledge .reply-pages ul {
  margin: 10px 0 7px;
}

.sol-knowledge .reply-list>ul.section-body>li.highlighted {
  background-color: #eaf5f8;
  margin: 0 -10px;
  padding: 0 10px;
}

.sol-knowledge .post-content {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}

.sol-knowledge .post-container {
  position: relative;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
}

.sol-knowledge .post-container.no-comments {
  border-width: 1px;
  border-radius: 4px;
}

.sol-knowledge .reply-edit .post-container {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  border-radius: 0;
  outline: 0;
}

.sol-knowledge .add-reply .post-container {
  border: 1px solid #aaa;
  border-radius: 0;
}

.sol-knowledge .solution-section .post-container {
  border-color: #5FBA7D;
  background-color: #F3FAF6;
}

.sol-knowledge .reply-solution .post-container {
  border: 1px solid #A9DBBA;
  border-radius: 4px;
}

.sol-knowledge .post-info {
  display: flex;
  padding: 8px 12px 3px;
}

.sol-knowledge .post-info .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
  padding: 0;
}

.sol-knowledge .reply-solution .post-meta,
.sol-knowledge .reply-solution .post-actions {
  vertical-align: middle;
  height: 50px;
}

.sol-knowledge .post-author {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin: 0 5px 5px 0;
  line-height: 32px;
}

.sol-knowledge .post-date,
.sol-knowledge .post-updated {
  cursor: default;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 5px 0;
  line-height: 32px;
}

.sol-knowledge .post-date {
  color: #aaa;
}

.sol-knowledge .post-updated {
  color: #888;
}

.sol-knowledge .post-mark {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 0;
}

.sol-knowledge .post-mark .knowledge-tag {
  margin: 0 0 5px 5px;
}

.sol-knowledge .post-mark .remove-solution {
  cursor: pointer;
}

.sol-knowledge .post-mark .remove-solution:hover {
  background-color: #56aa6c;
  color: #fff;
}

.sol-knowledge .post-actions {
  margin-left: auto;
  white-space: nowrap;
  vertical-align: top;
  padding: 0 0 0 3px;
}

.sol-knowledge .post-action {
  margin-right: 10px;
}

.sol-knowledge .inactive .post-action,
.sol-knowledge .post-action.inactive {
  color: #aaa;
  cursor: default;
  text-decoration: none;
}

.sol-knowledge .post-action .action-icon {
  margin-right: 4px;
}

.sol-knowledge .post-action-menu {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  padding: 0;
}

.sol-knowledge .comment-info .post-action-menu {
  margin: -2px 0 0 -5px;
}

.sol-knowledge .post-action-menu .post-action {
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 4px 0;
  width: 32px;
}

.sol-knowledge .comment-info .post-action-menu .post-action {
  line-height: 18px;
  margin: 0;
  width: auto;
}

.sol-knowledge .post-action-menu:not(.inactive) .post-action:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sol-knowledge .post-action-menu .action-icon {
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
}

.sol-knowledge .post-action-menu .dropdown-menu {
  margin-top: -28px;
  left: auto;
  right: 0;
}

.sol-knowledge .post-action-menu.inactive .dropdown-menu {
  display: none;
}

.sol-knowledge .post-action-menu .dropdown-menu .divider {
  margin: 5px 0;
}

.sol-knowledge .post-action-menu .dropdown-menu>li.inactive>a {
  background-color: transparent !important;
  color: #aaa !important;
  cursor: default;
}

.sol-knowledge .post-actions .goto-solution {
  padding-right: 8px;
  font-size: 16px;
}

.sol-knowledge .post-actions .goto-solution:hover>span,
.sol-knowledge .post-actions .goto-solution a {
  display: none;
}

.sol-knowledge .post-actions .goto-solution:hover a {
  display: inline;
}

.sol-knowledge .post-container .post-title,
.sol-knowledge .post-body {
  word-wrap: break-word;
  word-break: break-word;
  padding: 10px 12px;
  margin: 0;
}

.sol-knowledge .post-body {
  font-size: 14px;
}

.sol-knowledge .post-editor {
  position: relative;
  margin-bottom: 12px;
}

.sol-knowledge .reply-edit .post-editor,
.sol-knowledge .add-reply .post-editor {
  margin-bottom: 0;
}

.sol-knowledge .reply-edit .post-editor .redactor-box,
.sol-knowledge .add-reply .post-editor .redactor-box {
  border: none;
}

.sol-knowledge .reply-edit .form-buttons,
.sol-knowledge .add-reply .form-buttons {
  padding: 10px 0;
  width: 100%;
}

.sol-knowledge tags-input.ng-invalid .tags {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sol-knowledge .contained-posts {
  order: 4;
  padding: 10px 12px;
}

.sol-knowledge .contained-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sol-knowledge .contained-post-list li {
  margin: 10px 0 0;
}

.sol-knowledge .scroll-to-top {
  display: none;
  z-index: 100;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #888;
  opacity: 0;
  cursor: pointer;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s linear, opacity 0.5s linear;
}

.sol-knowledge .scroll-to-top:hover {
  background: rgba(0, 0, 0, 0.2);
}

.sol-knowledge .scroll-to-top span {
  padding: 16px;
}

@media (max-width:991px) {

  .sol-knowledge .scroll-to-top {
    right: 2vh;
  }

}

@media (max-width:767px) {

  .sol-knowledge.responsive .post-updated .updated-text {
    display: none;
  }

  .sol-knowledge.responsive .post-mark .tag-text,
  .sol-knowledge.responsive .post-mark .remove-icon {
    display: none;
  }

  .sol-knowledge.responsive .post-mark .tag-icon {
    margin-right: 0;
  }

  .sol-knowledge.responsive .reply-list .goto-add-reply {
    position: static;
    float: right;
  }

  .sol-knowledge .scroll-to-top {
    right: 15px;
  }
}

@media (max-width:479px) {

  .sol-knowledge .scroll-to-top {
    right: 10px;
  }
}




/* Post Content Formatting */

.sol-knowledge .post-body h1,
.sol-knowledge .post-body h2,
.sol-knowledge .post-body h3,
.sol-knowledge .post-body h4,
.sol-knowledge .post-body h5,
.sol-knowledge .post-body h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  margin: 17px 0 8.5px;
  padding: 0;
}

.sol-knowledge .post-body h1 {
  font-size: 20px;
}

.sol-knowledge .post-body h2,
.sol-knowledge .post-body h3,
.sol-knowledge .post-body h4,
.sol-knowledge .post-body h5,
.sol-knowledge .post-body h6 {
  font-size: 16px;
}

.sol-knowledge .post-body p,
.sol-knowledge .post-body ul,
.sol-knowledge .post-body ol,
.sol-knowledge .post-body dl,
.sol-knowledge .post-body blockquote,
.sol-knowledge .post-body hr,
.sol-knowledge .post-body pre,
.sol-knowledge .post-body table,
.sol-knowledge .post-body figure,
.sol-knowledge .post-body address {
  margin-bottom: 8.5px;
}

.sol-knowledge .post-body h1:empty,
.sol-knowledge .post-body h2:empty,
.sol-knowledge .post-body h3:empty,
.sol-knowledge .post-body h4:empty,
.sol-knowledge .post-body h5:empty,
.sol-knowledge .post-body h6:empty,
.sol-knowledge .post-body p:empty,
.sol-knowledge .post-body blockquote:empty {
  min-height: 1.5em;
}

.sol-knowledge .post-body pre {
  font-size: 14px;
}

.sol-knowledge .post-body img {
  max-width: 100%;
}

.sol-knowledge .post-body table {
  border-collapse: collapse;
  width: auto;
  max-width: 100%;
  min-width: 280px;
}

.sol-knowledge .post-body table th,
.sol-knowledge .post-body table td {
  border: 1px solid #eee;
  padding: 10px 12px 9px;
}

.sol-knowledge .post-body table th {
  font-weight: bold;
}

.sol-knowledge .post-body a.elo-link-folder:not([href]):not([ng-click]) {
  color: #888;
  cursor: default;
  text-decoration: none;
}




/* Comments */

.sol-knowledge .comment-list {
  word-wrap: break-word;
  word-break: break-word;
}

.sol-knowledge .comment-list-info {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
}

.sol-knowledge .comment-list-meta {
  display: table;
  width: 100%;
}

.sol-knowledge .status-closed .comment-list-info.no-comments {
  display: none;
}

.sol-knowledge .solution-section .comment-list-info {
  border-color: #5AB376;
  background-color: #F3FAF6;
}

.sol-knowledge .comment-list-meta>div {
  display: table-cell;
  overflow: hidden;
  cursor: default;
  padding: 4px 12px;
  line-height: 32px;
}

.sol-knowledge .comment-list-info .comment-list-actions {
  word-wrap: break-word;
  word-break: break-word;
}

.sol-knowledge .comment-list-info .comment-list-rating {
  white-space: nowrap;
  padding: 4px 12px 4px 0;
  text-align: right;
  width: 1%;
}

.sol-knowledge .comment-list-info .action-short {
  display: none;
}

.sol-knowledge .comment-list-info .comment-count {
  text-decoration: none;
  cursor: default;
  color: #666;
}

.sol-knowledge .comment-list-info .comment-count .action-icon {
  color: #888;
}

.sol-knowledge .comments {
  list-style: none;
  margin: 3px 0 0;
  padding: 0 0 0 32px;
  position: relative;
}

.sol-knowledge .comments::before {
  content: ' ';
  width: 2px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 17px;
}

.sol-knowledge .comment-content {
  position: relative;
  padding: 13px 0 0 32px;
  min-height: 40px;
  margin: 0;
}

.sol-knowledge .comment-content.more-comments {
  padding: 0;
  min-height: 0;
}

.sol-knowledge>div:not(.sol-knowledge-modal) .comment-content::before {
  content: ' ';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #ddd;
  position: absolute;
  top: 20px;
  left: -21px;
}

.sol-knowledge .comment-content.more-comments::before {
  background-color: #eee;
  width: 12px;
  height: 12px;
  top: 15px;
  left: -20px;
}

.sol-knowledge .comment-content .post-sidebar {
  position: absolute;
  top: 15px;
  left: 0;
}

.sol-knowledge .comment-content .comment-container {
  margin: 5px 0 10px;
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.sol-knowledge .comment-info {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0 12px 0 0;
}

.sol-knowledge .comment-info>* {
  line-height: 18px;
  margin-bottom: 0;
}

.sol-knowledge .comment-info .post-author {
  font-weight: normal;
}

.sol-knowledge .comment-info .post-date,
.sol-knowledge .comment-info .post-updated {
  margin-left: 0;
}

.sol-knowledge .comment-info .post-date::before,
.sol-knowledge .comment-info .post-updated::before {
  display: none;
}

.sol-knowledge .comment-info .comment-edit {
  text-decoration: none;
  color: #888;
}

.sol-knowledge .comment-info .comment-edit:hover {
  color: #666;
}

.sol-knowledge .comment-info .comment-edit.inactive {
  cursor: default;
  color: #ccc;
}

.sol-knowledge .comment-text {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  margin: 0 12px 0 0;
}

.sol-knowledge .system-comment .comment-text {
  color: #aaa;
}

.sol-knowledge .comment-language-hint {
  background-color: #ffffaa;
  padding: 6px 8px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.sol-knowledge .comment-box {
  padding: 6px 8px;
  width: 100%;
  height: 80px;
  resize: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.sol-knowledge .comment-content.more-comments a {
  display: inline-block;
  background-color: #f4f4f4;
  text-decoration: none;
  color: #666;
  margin: 8px 0 0;
  padding: 5px 10px;
}

.sol-knowledge .comment-content.more-comments a:hover {
  background: #eaeaea;
  color: #333;
}

.sol-knowledge .change-to-comment-dropzone {
  display: table;
  width: calc(100% - 20px);
  margin: 10px;
}

.sol-knowledge .change-to-comment-dropzone div {
  width: 100%;
  height: 40px;
  background-color: #e0f0f6;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  color: #1479cc;
  cursor: pointer;
}

.sol-knowledge .change-to-comment-dropzone div:hover {
  background-color: #c6e8f5;
}

.sol-knowledge .change-to-comment-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #1479cc;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.sol-knowledge .change-to-comment-footer .main-wrapper div {
  width: 100%;
  display: table;
}

.sol-knowledge .change-to-comment-footer .main-wrapper div div {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.sol-knowledge .change-to-comment-footer .main-wrapper div div:last-child {
  text-align: right;
  padding-left: 20px;
}

@media (max-width:767px) {

  .sol-knowledge.responsive .status-closed .comment-list-info.no-comments {
    display: block;
  }

  .sol-knowledge.responsive .comment-count .action-text {
    display: none;
  }

  .sol-knowledge.responsive .comment-count .action-short {
    display: inline;
  }

  .sol-knowledge.responsive .status-closed .comment-count .action-text {
    display: inline;
  }

  .sol-knowledge.responsive .status-closed .comment-count .action-short {
    display: none;
  }
}

@media (max-width:479px) {

  .sol-knowledge.responsive .comment-add .action-text {
    display: none;
  }

  .sol-knowledge.responsive .comment-add .action-short {
    display: inline;
  }

  .sol-knowledge.responsive .comment-info .post-updated {
    display: none;
  }
}





/* Post Sidebar */

.sol-knowledge .post-additional-info {
  margin-top: 20px;
}

.sol-knowledge .post-additional-info .post-participants {
  margin-bottom: 20px;
}

.sol-knowledge .post-additional-info .post-participants li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.sol-knowledge .post-additional-info .linked-posts li,
.sol-knowledge .post-additional-info .related-posts li,
.sol-knowledge .post-additional-info .reference-in-posts li {
  display: table;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  margin: 10px 0;
  min-height: 24px;
}

.sol-knowledge .post-additional-info .reference-in-posts ul.multi li.active>.post-list-info>a {
  font-weight: bold;
}

.sol-knowledge .post-additional-info .post-list-votes {
  display: table-cell;
  vertical-align: top;
  padding-right: 6px;
  width: 1%;
}

.sol-knowledge .post-additional-info .post-list-votes div {
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background-color: #eaeaea;
  color: #666;
  height: 24px;
  width: 32px;
  cursor: default;
}

.sol-knowledge .post-additional-info .post-list-votes .counter-solved {
  border-left: 6px solid #5FBA7D;
}

.sol-knowledge .post-additional-info .post-list-type {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  min-width: 20px;
  padding: 4px 4px 0 0;
  color: #1479cc;
  width: 1%;
}

.sol-knowledge .post-additional-info .post-list-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 4px 4px 0 0;
  color: #1479cc;
}

.sol-knowledge .post-additional-info .additional-post-link {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.3em;
  padding-top: 1px;
}

.sol-knowledge .post-additional-info .popover,
.sol-knowledge .post-additional-info .popover-content {
  max-width: 450px;
  width: 450px;
}

.sol-knowledge .post-profile * {
  cursor: default;
}

.sol-knowledge .post-profile .post-list-tags {
  margin-top: 5px;
}

@media (max-width:991px) {

  .sol-knowledge.responsive .post-additional-info {
    margin-top: 50px;
  }
}





/* Edit Post */

.sol-knowledge .edit-post-title {
  position: relative;
  margin: 15px 0 25px;
  width: 100%;
}

.sol-knowledge .edit-post-title-field {
  position: relative;
}

.sol-knowledge .edit-post-title input {
  font-weight: normal;
  padding-right: 40px;
  height: 40px;
  font-size: 14px;
  color: #333;
}

.sol-knowledge .edit-post-title input.filled {
  font-weight: bold;
  font-size: 16px;
}

.sol-knowledge .edit-post-title.invalid input,
.sol-knowledge .edit-post-description.invalid .redactor-box,
.sol-knowledge .edit-post-space.invalid .edit-post-space-button,
.sol-knowledge .edit-post-topics.invalid .tags,
.sol-knowledge .edit-post-topics .tags-input.ng-invalid .tags,
.sol-knowledge .edit-post-checkbox input.invalid {
  border-color: #e9322d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sol-knowledge .edit-post-title.invalid input {
  z-index: 3;
}

.sol-knowledge .edit-post-title .length-count {
  color: #aaa;
  position: absolute;
  display: block;
  right: 0;
  width: 30px;
  padding-right: 8px;
  top: 0;
  line-height: 40px;
  font-size: 12px;
  cursor: default;
  z-index: 3;
}

.sol-knowledge .edit-post-title .length-count.invalid {
  color: #e9322d;
}

.sol-knowledge .edit-post-language>.btn {
  text-transform: uppercase;
  display: table;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background-color: #eee;
  color: #2a7cbf;
}

.sol-knowledge .edit-post-language>.btn span {
  display: table-cell;
  vertical-align: middle;
}

.sol-knowledge .edit-post-language>.btn span.fa {
  font-size: 18px;
  padding-right: 5px;
}

.sol-knowledge .edit-post-language .dropdown-menu {
  min-width: auto;
  left: auto;
  right: 0;
}

.sol-knowledge .edit-post-language .dropdown-menu a {
  font-size: 14px;
  padding: 4px 12px;
}

.sol-knowledge .edit-post-description {
  position: relative;
  margin: 0 0 25px;
}

.sol-knowledge .edit-post-meta {
  display: table;
  width: 100%;
}

.sol-knowledge .edit-post-meta>div {
  display: table-row;
}

.sol-knowledge .edit-post-meta>div>* {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 25px;
}

.sol-knowledge .edit-post-meta>div>label {
  padding-top: 9px;
  padding-right: 10px;
  width: 150px;
}

.edit-post-teaser-image,
.edit-post-authors,
.edit-post-contactpersons {
  margin-bottom: 10px;
}

.sol-knowledge .edit-post-childs {
  position: relative;
  margin: 0 0 25px;
}

.sol-knowledge .edit-post-space,
.sol-knowledge .edit-post-label {
  position: relative;
  margin: 0 0 25px;
}

.sol-knowledge .post-label-tag .label-tag {
  cursor: pointer;
}

.sol-knowledge .edit-post-space .btn,
.sol-knowledge .edit-post-label .btn {
  min-width: 250px;
  width: 100%;
  height: 34px;
  padding-right: 27px;
  text-align: left;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.sol-knowledge .edit-post-label .btn {
  color: #fff !important;
}

.sol-knowledge .edit-post-space .btn .space-btn-text,
.sol-knowledge .edit-post-label .btn .label-btn-text {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.sol-knowledge .edit-post-space .btn .caret,
.sol-knowledge .edit-post-label .btn .caret {
  float: right;
  margin-top: 6px;
  margin-right: -15px;
}

.sol-knowledge .post-label-tag .caret {
  margin-left: 4px;
}

.sol-knowledge .edit-post-space .dropdown-menu,
.sol-knowledge .edit-post-label .dropdown-menu {
  min-width: 250px;
  max-width: 100%;
  width: 100%;
}

.sol-knowledge .edit-post-label .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0;
}

.sol-knowledge .post-label-tag .dropdown-menu {
  margin-top: 6px;
  padding: 0;
}

.sol-knowledge .edit-post-space .dropdown-menu li a {
  padding: 8px 12px;
}

.sol-knowledge .post-label-tag .dropdown-menu li a,
.sol-knowledge .edit-post-label .dropdown-menu li a {
  padding: 8px 12px;
  color: #fff;
}

.sol-knowledge .post-label-tag .dropdown-menu li a:hover,
.sol-knowledge .edit-post-label .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.sol-knowledge .edit-post-topics {
  position: relative;
  margin: 0 0 35px;
}

.sol-knowledge .edit-post-topic-desc {
  display: block;
  margin: 5px 0 0 5px;
  font-weight: normal;
  color: #888;
}

.sol-knowledge .edit-post-topics .suggested-topics {
  position: relative;
  background: #f2f2f2;
  padding: 6px 1px 1px 6px;
  margin-top: 10px;
}

.sol-knowledge .suggested-topics::before {
  content: ' ';
  position: absolute;
  top: -16px;
  left: 8px;
  pointer-events: none;
  border: 8px solid transparent;
  border-bottom-color: #f2f2f2;
}

.sol-knowledge .edit-post-topics .suggested-topics>label {
  margin-right: 5px;
}

.sol-knowledge .edit-post-topics .suggested-topics .knowledge-tag {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.sol-knowledge .edit-post-topics .suggested-topics .knowledge-tag:hover {
  background-color: #ddd;
}

.sol-knowledge .edit-post .form-buttons {
  padding-top: 20px;
}

.sol-knowledge .notes-content {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 12px;
  color: #888;
}

.sol-knowledge .notes-content h1,
.sol-knowledge .notes-content h2,
.sol-knowledge .notes-content h3,
.sol-knowledge .notes-content h4,
.sol-knowledge .notes-content h5,
.sol-knowledge .notes-content h6 {
  margin: 17px 0 8.5px;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #333;
}

.sol-knowledge .notes-content p {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0 0 8.5px;
  font-size: 12px;
}

.sol-knowledge .notes-content ul,
.sol-knowledge .notes-content ol {
  padding-left: 20px;
  margin: 0 0 8.5px;
  font-size: 12px;
}

.sol-knowledge .notes-content li {
  word-wrap: break-word;
  word-break: break-word;
}

.sol-knowledge .edit-post-checkbox label {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
  font-weight: normal;
  padding-top: 6px;
  color: #555;
}

.sol-knowledge .edit-post-checkbox label input {
  vertical-align: 3px;
}

.sol-knowledge .edit-post-checkbox label span {
  vertical-align: 5px;
  margin-left: 5px;
}

@media (max-width:767px) {

  .sol-knowledge.responsive .edit-post {
    margin-bottom: 50px;
  }

  .sol-knowledge.responsive .edit-post-meta>div {
    display: block;
  }

  .sol-knowledge.responsive .edit-post-meta>div>* {
    display: block;
    padding: 0;
  }
}





/* Selected Posts */

.sol-knowledge .select-posts-add {
  position: relative;
}

.sol-knowledge .select-posts-add ul.dropdown-menu li a {
  padding: 6px;
}

.sol-knowledge .select-posts-add .select-nothing-found {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  z-index: 1000;
  margin: 2px 0 0;
  padding: 11px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: default;
}

.sol-knowledge .select-posts-list {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
}

.sol-knowledge .select-posts-list ul {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
}

.sol-knowledge .select-posts-list li {
  list-style: none;
  display: table;
  width: 100%;
  word-wrap: break-word;
  padding: 5px 0;
  margin: 0;
  min-height: 34px;
  border-top: 1px solid #eee;
}

.sol-knowledge .select-posts-list li:first-child {
  border-top: none;
}

.sol-knowledge .select-posts-votes {
  display: table-cell;
  vertical-align: top;
  padding: 0 6px;
  width: 1%;
}

.sol-knowledge .select-posts-votes>div {
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background-color: #eaeaea;
  color: #666;
  height: 24px;
  width: 32px;
  cursor: default;
}

.sol-knowledge .select-posts-votes .counter-solved {
  border-left: 6px solid #5FBA7D;
}

.sol-knowledge .select-posts-icon {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  min-width: 24px;
  padding: 4px 4px 0 4px;
  color: #1479cc;
  width: 1%;
}

.sol-knowledge .subscriptions .select-posts-icon {
  min-width: 28px;
  padding-left: 8px;
}

.sol-knowledge .select-posts-add .select-posts-icon {
  padding: 0 4px 0 0;
}

.sol-knowledge .active .select-posts-icon {
  color: #fff;
}

.sol-knowledge .select-posts-link {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  line-height: 1.3em;
  padding-top: 1px;

}

.sol-knowledge .select-posts-link span.fa {
  margin: 0 4px;
}

.sol-knowledge .select-board-link.select-posts-descr,
.sol-knowledge .select-posts-link .select-posts-descr {
  color: #888;
}

.sol-knowledge .select-posts-remove {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 8px;
  width: 1%;
}


.sol-knowledge .select-posts-remove span.fa,
.sol-knowledge .select-space-remove span.fa {
  color: #666;
}

.sol-knowledge .select-posts-remove:hover span.fa,
.sol-knowledge .select-space-remove:hover span.fa {
  color: #333;
}

.sol-knowledge .select-board-link {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  line-height: 1.3em;
  padding-top: 1px;
  padding-left: 10px;
}

.sol-knowledge .select-space-link {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}

.sol-knowledge .select-space-link span.fa {
  margin: 0 4px;
}

.sol-knowledge .select-board-post-link {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  line-height: 1.3em;
  padding-top: 4px;
  text-align: center;
}


/* Modal */

@media (min-width: 768px) {

  .sol-knowledge-modal.small-width-modal .modal-dialog {
    width: 300px;
  }

  .sol-knowledge-modal.medium-width-modal .modal-dialog {
    width: 500px;
  }

  .sol-knowledge-modal.large-width-modal .modal-dialog {
    width: 700px;
  }
}

.sol-knowledge-modal .modal-header {
  background: transparent;
  border-bottom: none;
  padding: 15px 15px 0;
  font-size: 16px;
}

.sol-knowledge-modal .modal-descr {
  font-size: 13px;
  margin-bottom: 10px;
}

.sol-knowledge-modal .modal-descr-thin {
  font-size: 13px;
}

.sol-knowledge-modal .modal-footer {
  background-color: #f2f2f2;
  padding: 5px 8px 5px 9px;
  border-top: 1px solid #dcdcdc;
}

.sol-knowledge-modal .modal-body .dropdown button {
  text-align: left;
  padding-right: 32px;
}

.sol-knowledge-modal .modal-body .dropdown button .caret {
  position: absolute;
  margin-top: 6px;
  right: 12px;
}

.sol-knowledge-modal .modal-footer button {
  color: #000;
  padding: 5px 10px;
  margin: 2px 1px 2px 2px !important;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #919191;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 27px;
  min-width: 83px;
}

.sol-knowledge-modal .modal-footer button.btn-primary {
  background-color: #cce3f5;
  border-color: #7A8893;
}

.sol-knowledge-modal .modal-footer button:not([disabled]):hover {
  background-color: #ddf0ff;
  border-color: #859099;
  cursor: pointer;
}

.elo-user-profile-modal .modal-header {
  position: absolute;
  min-height: 0;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.elo-user-profile-modal .modal-header .close {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 16px;
  margin: 0;
  z-index: 2;
}

.elo-user-profile-modal .modal-body {
  padding: 0;
  width: 100%;
  height: 572px;
}

.elo-user-profile-modal .modal-body iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}

.sol-notify-modal .modal-content {
  height: 454px;
}

.sol-notify-modal .modal-content>iframe {
  height: 454px;
  width: 100%;
  border: none;
}

.sol-subscription-modal .modal-body {
  min-height: 250px;
}

.sol-subscription-modal .modal-body .content-loading {
  margin: -24px 0 0 -24px;
}

.sol-knowledge .dropdown-menu li a:hover,
.sol-knowledge .dropdown-menu li a:focus,
.sol-knowledge .dropdown-menu li.active a,
.sol-knowledge .dropdown-menu li.active a:hover,
.sol-knowledge .dropdown-menu li.active a:focus {
  background-color: #eee;
  color: #333;
}

.sol-knowledge-modal .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}

.sol-knowledge-modal .dropdown-menu li.dropdown-header a {
  padding: 0;
  background-color: transparent !important;
  color: #aaa !important;
  cursor: default;
  text-decoration: none;
}

.sol-knowledge-modal .modal-check-group {
  margin-top: 10px;
}

.sol-knowledge-modal .modal-check {
  line-height: 20px;
}

.sol-knowledge-modal .modal-check-indented .modal-check {
  margin-left: 40px;
}

.sol-knowledge-modal .modal-check input[type="checkbox"] {
  margin: 3px 5px 0 0;
  vertical-align: top;
}

.sol-knowledge-modal .modal-check label {
  margin-bottom: 5px;
  font-weight: normal;
}

.sol-knowledge-modal .modal-comment {
  margin: 5px 0 0;
}

.sol-knowledge-modal .modal-comment .form-control {
  padding: 6px 8px;
  width: 100%;
  height: 80px;
  resize: none;
  outline: 0;
}

.sol-knowledge-modal .custom-popup-wrapper,
.sol-knowledge .edit-post-meta .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  display: block;
}

.sol-knowledge-modal .custom-popup-wrapper .header-message-first,
.sol-knowledge-modal .custom-popup-wrapper .header-message-blank,
.sol-knowledge .edit-post-meta .custom-popup-wrapper .header-message-first,
.sol-knowledge .edit-post-meta .custom-popup-wrapper .header-message-blank {
  padding: 5px 10px;
  font-weight: bold;
}

.sol-knowledge-modal .custom-popup-wrapper .header-message-blank,
.sol-knowledge .edit-post-meta .custom-popup-wrapper .header-message-blank {
  border-top: 1px solid #e8e8e8;
  margin-top: 5px;
  padding-top: 10px;
}

.sol-knowledge-modal .custom-popup-wrapper>.dropdown-menu,
.sol-knowledge .edit-post-meta .custom-popup-wrapper>.dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.sol-knowledge-modal .active .select-posts-icon,
.sol-knowledge .edit-post-meta .active .select-posts-icon {
  color: #1479cc;
}



.has-no-search-text {
  display: none;
}


/**
FILE Upload
*/
.sol-knowledge .edit-post-meta .edit-post-space-image label,
.sol-knowledge .edit-post-meta .edit-post-teaser-image label {
  vertical-align: middle;
  padding-top: 0;
}
.sol-knowledge .edit-post-space-image > div,
.sol-knowledge .edit-post-teaser-image > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.edit-post-space-image input[type=file],
.edit-post-teaser-image input[type=file] {
  display: none;
}

.edit-post-space-image img,
.edit-post-teaser-image img {
  max-width: 250px;
  width: 100%;
}


.sol-knowledge .post-title-section {
  display: flex;
  margin-bottom: 10px;
}

.information .sol-knowledge .post-title-section {
  margin-left: 10px;
  margin-bottom: 0px;
}

/**
 INFORMATION
*/
.information .sol-knowledge .has-no-search-text {
  display: inherit;
}

.information .sol-knowledge .main-wrapper.wrapper-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.information .sol-knowledge .main-wrapper.wrapper-top .content-left {
  width: 100%;
  margin-left: 30px;
}

.information .sol-knowledge .main-wrapper.wrapper-top .content-right {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 100px;
  width: 25%;
  max-width: 400px;
}

@media (max-width:991px) {
  .information .sol-knowledge .main-wrapper.wrapper-top {
    flex-direction: column;
  }

  .information .sol-knowledge .main-wrapper.wrapper-top .content-left {
    margin-left: 0px;
  }

  .information .sol-knowledge .main-wrapper.wrapper-top .content-right {
    width: 100%;
    max-width: unset;
  }
}

.information .sol-knowledge .main-wrapper.wrapper-top .content-right .content-section {
  margin-top: 0px;
}

.information .sol-knowledge .main-wrapper.wrapper-top .content-right .content-section.post-notes {
  order: 50;
}

.sol-knowledge ul.navigation-tile,
.sol-knowledge ul.navigation-tile ul {
  padding-inline-start: 0;
}

.sol-knowledge ul.navigation-tile li {
  list-style: none;
  padding-inline-start: 0;
}

.sol-knowledge ul.navigation-tile>li.ungrouped.groupless {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.sol-knowledge ul.navigation-tile li a {
  display: block;
  text-decoration: none;
}

.sol-knowledge ul.navigation-tile li a .space-list-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sol-knowledge ul.navigation-tile li a .space-list-title {
  text-align: center;
  margin: 8px;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
}

.sol-knowledge ul.navigation-tile,
.information .sol-knowledge ul.contained-post-list,
.information .sol-knowledge ul.post-list-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 15px;
}

.sol-knowledge ul.navigation-tile>li.ungrouped.groupless,
.sol-knowledge ul.navigation-tile>li.grouped>ul>li,
.sol-knowledge ul.navigation-tile>li.ungrouped:not(.groupless)>ul>li,
.information .sol-knowledge ul.contained-post-list>li,
.information .sol-knowledge ul.post-list-items>li {
  border: 1px solid #e8e8e8;
  margin: 0 0 15px 0;
}

.sol-knowledge ul.navigation-tile>li.post-list-placeholder,
.information .sol-knowledge ul.contained-post-list>li.post-list-placeholder,
.information .sol-knowledge ul.post-list-items>li.post-list-placeholder {
  height: 0;
  border: none;
}

.information .sol-knowledge postlistitem {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.information .sol-knowledge .post-list-item-embedded,
.information .sol-knowledge .post-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0px;
}

.information .sol-knowledge .post-list-item-embedded .post-list-front,
.information .sol-knowledge .post-list-item .post-list-front {
  display: none;
}

.information .sol-knowledge .post-list-item-embedded .post-list-front .front-content,
.information .sol-knowledge .post-list-item .post-list-front .front-content {
  width: unset;
}

.information .sol-knowledge .post-list-item-embedded .post-list-front .post-type-icon,
.information .sol-knowledge .post-list-item .post-list-front .post-type-icon {
  display: none;
}

.information .sol-knowledge .post-list-item-embedded .post-list-front .post-list-author,
.information .sol-knowledge .post-list-item .post-list-front .post-list-author {
  position: relative;
  left: unset;
}

.information .sol-knowledge .post-list-item-embedded .post-list-content,
.information .sol-knowledge .post-list-item .post-list-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.information .sol-knowledge .post-list-item-embedded .post-list-content .post-list-image,
.information .sol-knowledge .post-list-item .post-list-content .post-list-image {
  position: relative;
  width: calc(100% + 30px);
  height: 200px;
  margin: 0px -15px 12px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ECEDEE;
}

.information .sol-knowledge .post-list-item-embedded .post-list-content .post-list-image .post-list-image-icon,
.information .sol-knowledge .post-list-item .post-list-content .post-list-image .post-list-image-icon {
  position: absolute;
  text-align: center;
  width: 96px;
  height: 96px;
  margin-left: -48px;
  margin-top: -48px;
  top: 50%;
  left: 50%;
  color: #3D77C4;
  font-size: 96px;
}

.information .sol-knowledge .post-list-item-embedded .post-list-content .post-list-preview,
.information .sol-knowledge .post-list-item .post-list-content .post-list-preview {
  margin-bottom: 12px;
}

.information .sol-knowledge .post-list-counts {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 10px 10px;
}

.information .sol-knowledge .post-list-item-embedded .post-list-content .post-list-info,
.information .sol-knowledge .post-list-item .post-list-content .post-list-info {
  display: none;
}

/* .information .sol-knowledge .user-rating, */
/* .information .sol-knowledge .post-list-counts, */
/* .information .sol-knowledge .post-list-header, */
.information .sol-knowledge .post-list-filters,
.information .sol-knowledge div:not(.suggested-topics)>.post-list-tags,
.information .sol-knowledge .post-list-time::after,
.information .sol-knowledge .post-list-space {
  display: none !important;
}

.information .sol-knowledge .content-section {
  display: flex;
  flex-direction: column;
}

.information .sol-knowledge .post-content {
  margin-bottom: 0;
}

.information .sol-knowledge .post-info .post-meta .post-updated .updated-text {
  display: none;
}

.information .sol-knowledge .post-title-info {
  z-index: 3;
  height: 25px;
  width: fit-content;
}

.information .sol-knowledge .post-title-info .knowledge-tag:not(.arrow-tag) {
  display: none;
}

.information .sol-knowledge .post-title-info span.guide-tag {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 4px;
  width: 100%;
  color: #1479cc;
}

.information .sol-knowledge .post-title-info .tooltip {
  z-index: 1000;
}

.information .sol-knowledge .content-section>h1.post-title {
  display: none;
}

div:not(.information) .sol-knowledge .post-container>h1.post-title {
  display: none;
}

.information .sol-knowledge h3.section-title {
  margin: 2px 0;
}

.information .sol-knowledge .content-board {
  margin-bottom: 30px;
}
.information .sol-knowledge .content-board.collapse-button {
  margin-top: -22px;
}

.information .sol-knowledge .content-board-desc.section-title {
  display: flex;
  justify-content: space-between;
}

.sol-knowledge .post-list .space-description,
.information .sol-knowledge .content-board-desc.section-body {
  color: #666;
  padding: 0 0 15px;
}

.information .sol-knowledge .content-board-desc.section-body img {
  max-width: 100%;
}
.information .sol-knowledge .content-desc-expand {
  color: #1479cc;
  background: rgba(255,255,255,0.7);
  width: 100%;  
  font-size: 11px;
  line-height: 1em;
  cursor: pointer;
  padding: 6px;
  margin: 0 5px 5px 0;
  border: none;
  box-shadow: none;
}

.information .sol-knowledge .edit-board-description {
  position: relative;
  margin: 25px 0 25px;
}

.information .sol-knowledge .edit-board-description .form-buttons {
  padding-top: 25px;
}

.information .sol-knowledge .post-info .post-actions .post-action-menu .post-action,
.information .sol-knowledge .post-info .post-actions .post-mark {
  margin-top: 3px;
}

.information .sol-knowledge .post-info .post-actions {
  width: unset;
}

.information .sol-knowledge .post-view .comment-list-info, 
.information .sol-knowledge .post-view .post-container {
  border: none;
}

.information .sol-knowledge .post-container {
  display: flex;
  flex-direction: column;
}

.sol-knowledge .post-container .post-title {
  order: 1;
}

.information .sol-knowledge .post-info {
  order: 2;
  position: relative;
  display: flex;
  z-index: 2;
}

.sol-knowledge .post-container .post-body {
  order: 3;
}

.information .sol-knowledge .full-width {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}

.information .sol-knowledge ul.navigation {
  list-style: none;
}

.information .sol-knowledge .knowledge-header .main-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.information .sol-knowledge .knowledge-header .main-wrapper .board-filters {
  width: 100%;
  display: flex;
}

.information .sol-knowledge .knowledge-header .main-wrapper>.board-filters .content-left {
  width: 100%;
  max-width: none;
}

.information .sol-knowledge .knowledge-header .main-wrapper>.board-filters .content-right {
  position: relative;
  margin-left: 30px;
  width: auto;
  min-width: auto;
}

.information .sol-knowledge .knowledge-header .main-wrapper>.board-filters .content-right>.btn-group {
  display: flex;
}

.information .sol-knowledge .knowledge-header .main-wrapper>.board-filters .content-right .add-post-button {
  flex: 1;
}

.information .sol-knowledge .post-lists {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.information .sol-knowledge .post-lists>* {
  flex: 1 1 0;
}

.information .sol-knowledge .post-lists h2.section-title {
  padding: 6px 10px 6px;
}

.information .sol-knowledge .post-lists .post-list-items-pinned {
  border-bottom: unset;
  background: #fefefe;
}

.sol-knowledge .knowledge-header .guide {
  display: none;
}

.information .sol-knowledge .post-title-info {
  display: none;
}

.information .sol-knowledge .knowledge-header .guide {
  display: initial;
  margin-left: auto;
  min-height: 24px;
  line-height: 24px;
  font-size: 14px;
}


.information .sol-knowledge .reference-link {
  display: none;
}

.sol-knowledge .users-authors {
  display: flex;
}

.sol-knowledge ul.users-authors {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-inline-start: 0px;
}

.sol-knowledge .select-posts-list ul>.select-posts-list-item,
.sol-knowledge .users-draganddrop-authors ul>.user-list-item {
  display: flex;
  align-items: center;
}

.sol-knowledge .users-draganddrop-authors {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
}

.sol-knowledge .edit-post-authors > div > input.form-control,
.sol-knowledge .edit-post-contactpersons > div > input.form-control {
  margin-bottom: 10px;
} 

.sol-knowledge .users-draganddrop-authors ul>.user-list-item {
  border-top: 1px solid #eee;
  padding: 5px 0px;
}

.sol-knowledge .users-draganddrop-authors ul>.user-list-item:first-child {
  border-top: none;
}

.sol-knowledge .dragable-item.drag {
  opacity: 0.25;
}

.sol-knowledge .users-draganddrop-authors ul>.user-list-item.over,
.sol-knowledge .dragable-item.over {
  border: 1px dotted #333;
  border-top: 1px dotted #333;
}

.sol-knowledge .dragable-item-delete,
.sol-knowledge .dragable-item-handle {
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 4px 0;
  width: 32px;
}
.sol-knowledge .dragable-item-handle {
  cursor: grab;
}

.sol-knowledge .dragable-item-delete {
  margin-left: auto;
  cursor: pointer;
}

.sol-knowledge .post-meta .users.users-authors {
  margin-right: 5px;
}

.sol-knowledge .post-meta .users.users-authors > li {
  margin-right: -5px;
}

.sol-knowledge .users-contactpersons>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-inline-start: 0px;
}

.sol-knowledge .user-contactperson {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sol-knowledge .user-contactperson .user-thumbnail {
  width: 80px;
  height: 80px;
}

.sol-knowledge .user-contactperson>a {
  margin-left: 20px;
  text-decoration: none;
}

.sol-knowledge .user-contactperson .profile-name,
.sol-knowledge .user-contactperson .profile-title,
.sol-knowledge .user-contactperson .profile-company {
  margin: 0;
  padding: 0;
  color: #808182;
  font-size: 11px;
}

.sol-knowledge .user-contactperson .profile-name {
  color: #1479cc;
  margin-bottom: 10px;
  font-size: 14px;
}