.kj-dialog-content {
  margin: 0 -15px !important;
}
.dialog-content-search-video .video-list {
  height: 400px;
  overflow-y: scroll;
  text-align: center;
}
.dialog-content-search-video .medias-list {
  height: 400px;
  overflow-y: scroll;
}
.dialog-content-search-video .load-more {
  margin: 10px 0;
}
.dialog-content-project .related-info {
  color: #666;
  font-size: 12px;
  margin-left: 15px;
}
.video-item {
  opacity: 0.5;
  cursor: pointer;
  text-align: left;
}
.video-item.selected {
  opacity: 1;
}
.video-item .thumb {
  height: 60px;
}
.video-item .thumb .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tv-item {
  border-bottom: #eee 1px solid;
}
.media-item {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  opacity: 0.6;
}
.media-item.selected {
  opacity: 1;
}
.project-list {
  margin-top: 20px;
}
.project-list .project-item {
  margin-bottom: 15px;
}
.project-list .project-item .cover {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-version-list {
  height: 400px;
  overflow: scroll;
}
.project-version-list .list-group-item span {
  line-height: 25px;
}
.project-version-list .list-group-item .actions {
  float: right;
}
.project-version-dialog .version-create {
  margin-bottom: 20px;
}
