.assent-list-container {
  position: relative;
}

ul.assent-list {
  padding: 0;
}
ul.assent-list li {
  list-style: none;
  margin-bottom: 20px;
}

.assent-item {
  box-shadow: 1px 1px 5px #aaa;
  -webkit-box-shadow: 1px 1px 5px #aaa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-left: 5px solid green;
}
.assent-item .assent-item-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 15px;
  box-shadow: 0 1px 3px #aaa;
}
.assent-item .assent-item-image {
  width: 64px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 64px;
}
@media (max-width: 767px) {
  .assent-item .assent-item-image {
    display: none;
  }
}
.assent-item .assent-item-content {
  flex: 1 0;
}
.assent-item .assent-item-content .assent-item-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .assent-item .assent-item-content .assent-item-main {
    flex-direction: column;
  }
}
.assent-item .assent-item-content .item-title {
  font-size: 16px;
  font-weight: bold;
  flex: 1 0 auto;
}
.assent-item .assent-item-content .item-level {
  font-size: 14px;
  font-weight: bold;
  color: darkred;
  flex: 0 0 100px;
  text-align: right;
}
@media (max-width: 767px) {
  .assent-item .assent-item-content .item-level {
    text-align: left;
    flex: 0 0 auto;
  }
}
.assent-item .assent-item-content .item-description {
  margin-top: 5px;
  margin-bottom: 5px;
}
.assent-item .assent-item-content .assent-updates .assent-update-row {
  margin-bottom: 4px;
}
.assent-item .assent-item-content .assent-updates .assent-update-row i {
  font-size: 14px;
}
.assent-item .assent-item-content .assent-updates .assent-update-row .fa-check {
  color: green;
}
.assent-item .assent-item-content .assent-updates .assent-update-row .fa-times {
  color: red;
}
.assent-item .assent-item-content .assent-updates .assent-update-row .fa-undo {
  color: orangered;
}
.assent-item .assent-item-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 45px;
}
.assent-item .item-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1 0 100%;
  padding: 5px 0;
}
.assent-item .item-buttons button {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .assent-item .item-buttons button {
    margin: 2px;
  }
}
@media (max-width: 767px) {
  .assent-item .item-buttons {
    flex-direction: column;
  }
}
.assent-item .item-status-container {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.assent-item .item-status-container .item-status-ready {
  color: orange;
}
.assent-item .item-status-container .item-status-rejected {
  color: red;
}
.assent-item .item-status-container .item-status-accepted {
  color: green;
}
.assent-item .item-status-container .item-status-withdrawn {
  color: orangered;
}
.assent-item .item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.assent-item .item-bottom-div {
  margin: 0 10px;
}
.assent-item .item-bottom-created,
.assent-item .item-bottom-comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.assent-item .item-bottom-created img,
.assent-item .item-bottom-comments img {
  margin-right: 5px;
}
.assent-item .assent-icon-button {
  border: 0;
  background: transparent;
}
.assent-item .assent-icon-button:hover {
  color: royalblue;
  font-weight: bold;
}
.assent-item .assent-icon-button[disabled] {
  color: #aaa;
}
.assent-item .assent-icon-button[disabled]:hover {
  color: #aaa;
  font-weight: normal;
}
.assent-item .btn-accept {
  background: green !important;
}
.assent-item .assent-item-accept {
  width: 100px;
  flex: 0 0 100px;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.assent-item .assent-item-accept .assent-button {
  border: 0;
  background: white;
  color: white;
  font-size: 20px !important;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  margin: 0 2px;
}
.assent-item .assent-item-accept .btn-accept {
  background: green;
}
.assent-item .assent-item-accept .btn-accept:hover {
  background: #00b300;
}
.assent-item .assent-item-accept .btn-reject {
  background: red;
}
.assent-item .assent-item-accept .btn-reject:hover {
  background: orange;
}

.assent-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.assent-preloader .preloader-surface {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0.5;
  z-index: 1000;
}
.assent-preloader .preloader-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: black;
}
.assent-preloader .preloader-content img {
  margin-right: 10px;
}

.assent-list-empty {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.assent-group-accept-modal .modal-dialog {
  width: 80%;
  margin: 30px auto;
}

.assent-comment-modal .substantiation-label {
  font-weight: bold;
  font-size: 14px !important;
}
.assent-comment-modal .assent-comment {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  border: 3px solid #5bc758;
  padding: 2px 5px;
  border-radius: 5px;
}
.assent-comment-modal .assent-comment:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.read-more {
  text-align: center;
  margin-top: 10px;
}

.comment-list-modal .modal-body {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
}

div.assent-group-comment-modal {
  z-index: 2060;
}

div.assent-item-comment-list ul {
  padding: 0px;
}
div.assent-item-comment-list ul li div.assent-item-comment-item {
  background: lavender;
  margin-bottom: 5px;
  padding: 7px 20px;
  width: 100%;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user {
  display: flex;
  align-items: center;
  overflow: hidden;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user span.assent-item-user-container {
  display: flex;
  align-items: center;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user span.assent-item-user-container span.assent-item-user-avatar {
  margin-right: 0px;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user span.assent-item-user-container span.kudso-item-user-name {
  margin-right: 5px;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user .assent-item-status {
  font-weight: bold;
  font-size: 12px;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user .assent-item-status.accepted {
  color: green;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user .assent-item-status.withdrawn {
  color: orangered;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user .assent-item-status.rejected {
  color: red;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user span.assent-item-user-avatar {
  background: silver;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  border: 3px solid white;
  text-align: center;
  color: white;
  overflow: hidden;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-header div.assent-item-user span.assent-item-user-avatar img {
  height: auto;
  max-width: 105%;
}
div.assent-item-comment-list ul li div.assent-item-comment-item div.assent-item-comment-item-content {
  padding-left: 36px;
  padding-top: 5px;
  color: #333;
  white-space: break-spaces;
}

.assent-reco-users .from, .assent-reco-users .to {
  display: inline-block;
}
.assent-reco-users .divider {
  margin: 0 5px;
}

.assent-reco-award .recognition-panel-voucher img,
.assent-reco-award .recognition-panel-charge img,
.assent-reco-award .recognition-panel-custom img {
  margin-right: 5px;
}

.assent-list-options {
  padding: 10px;
}

div.group-level-container {
  border-bottom: 1px solid #eee;
}
div.group-level-container div.group-level-header {
  text-align: right;
  color: #888;
  font-size: 16px;
}
div.group-level-container div.group-level-items {
  padding: 0px 10px;
}
div.group-level-container div.group-level-options {
  margin: 10px 0px;
  text-align: right;
}

@media (max-width: 990px) {
  .assent-group-accept-modal .modal-dialog {
    width: 100%;
    margin: 0px !important;
  }
}