.client {
  margin-bottom: 30px;
}
.client .groups__item {
  height: 100%;
  margin-bottom: 0;
  padding: 1.2rem;
}
.client .groups__item .groups__info {
  margin-top: 0.5rem;
}
.client .groups__item .project_name {
  display: block;
  color: #333;
  font-weight: bold;
}
.client .groups__item .client_name {
  font-weight: bold;
  text-transform: uppercase;
}
.client .with_logo.groups__img {
  max-width: 120px;
  width: 100%;
}
.client .with_logo.groups__img .avatar-char, .client .with_logo.groups__img .avatar-img {
  height: 120px;
  width: 120px;
  max-height: 100%;
  max-width: 100%;
  border-radius: 0;
}
.client .with_logo.groups__img .avatar-char img, .client .with_logo.groups__img .avatar-img img {
  box-shadow: 0 0 10px 1px rgba(184, 180, 184, 0.29);
}

.header__logo a {
  display: inline-flex;
  align-items: center;
}
.header__logo img {
  width: 50px;
  margin-right: 0.5rem;
}

.status-box {
  overflow: hidden;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: "slideUp";
          animation-name: "slideUp";
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: height;
}

@-webkit-keyframes slideUp {
  from {
    height: 106px;
  }
  to {
    height: 0;
  }
}

@keyframes slideUp {
  from {
    height: 106px;
  }
  to {
    height: 0;
  }
}
/* Thread/Comment change log
-------------------------------------------------------------- */
.aqua {
  color: #39bbb0;
}

.audit-content {
  color: #39bbb0;
  font-weight: bold;
}
.audit-content strong {
  font-weight: normal;
  color: #5e5d5d;
}

.projects.toolbar--inner {
  margin-bottom: 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}
.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 97px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: 0.25rem;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.8s;
          animation: cd-bounce-1 0.8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 91px;
}
.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.priority-1 {
  left: 89px;
}
.priority-1 .badge-dot-xl {
  width: 21px;
  height: 21px;
}

.priority-2 {
  left: 91px;
}
.priority-2 .badge-dot-xl {
  width: 16px;
  height: 16px;
}

.priority-3 {
  left: 92px;
}
.priority-3 .badge-dot-xl {
  width: 13px;
  height: 13px;
}

.badge-dot-xl {
  position: relative;
  width: 16px;
  height: 16px;
}

.badge:empty {
  display: none;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 120px;
  font-size: 0.8rem;
}
.vertical-timeline-element-content .timeline-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 2px 0 0;
  font-weight: bold;
}
.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  width: 90px;
  position: absolute;
  left: -120px;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #adb5bd;
  font-size: 0.7619rem;
}
.vertical-timeline-element-content::after {
  content: "";
  display: table;
  clear: both;
}

.answers .listview__content > p {
  white-space: break-spaces;
}

.login__block .login__block__header {
  background: #fff;
  box-shadow: 0 1px 5px #005376;
  color: #005376;
}

.thread-bg {
  background-color: #f6f6f6;
}
.thread-bg.bg-priority-0 {
  color: #888;
}
.thread-bg.bg-priority-1 {
  background-color: #ff6b68;
}
.thread-bg.bg-priority-2 {
  background-color: #FF9800;
}
.thread-bg.bg-priority-3 {
  background-color: #00BCD4;
}

.listview__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3rem;
}

.comment-edit-box + p {
  display: none;
}
.comment-edit-box[style*=none] + p {
  display: block;
}

.imagepreview {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 991px) {
  .modal-dialog {
    max-width: 800px;
  }
}
