/* REVIEWS */

.dashboard .review:first-child {
  border-top: none;
}

.dashboard .review .app-icon {
  max-width: 100%;
  height: auto;
}
.dashboard .review .review-title {
    font-weight: bold;
    color: #343f4b;
    font-size: 16px;
    line-height: 1;
}

.dashboard .review .stars {
    font-size: 18px;
}
.dashboard .review p {
    color: #4e5f70;

    /* For very long unbreaking words. */
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard .review .dropdown {
    font-size: 12px;
    color: #999;
}
.dashboard .review .alert {
    margin-top: 15px;
    font-size: 12px;
}

.dashboard .reviews-loading {
  list-style: none;
  text-align: center;
  line-height: 100px;
}
.dashboard .review .app-review-version {
  color: #ccc;
  display: block;
  text-align: center;
  overflow: hidden;
}
.alert {
  overflow: hidden;
}
.alert > div {
  padding-left: 0;
}
.alert h2 {
  padding-top: 0 !important;
  margin-left: 0 !important;
}
.dashboard .review .review-triage {
  margin: 10px 0 20px;
  font-size: 13px;
}
.dashboard .review .review-triage .color-bar {
  display: table-cell;
  background-color: #D55161;
  width: 4px;
  border-radius: 10px;
}
.dashboard .review .review-triage .options {
  padding-left: 10px;
  display: table-cell;
}
.dashboard .review .review-triage .fa.fa-warning {
  color: #D55161;
}

.dashboard .review .review-triage.review-triage-3 .color-bar {
  background-color: orange;
}
.dashboard .review .review-triage.review-triage-3 .fa.fa-warning {
  color: orange;
}

@media (max-width: 480px) {
  .dashboard .row .review {
    padding: 30px 0;
  }
}
.tweet-preview {
  border: 1px solid #dde8ed;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  background: white;
}
.tweet-preview textarea.form-control {
  font-size: inherit;
  resize: none;
}
.tweet-preview .tweet-attachment {
  min-width: 100%;
  margin: 20px 0 0 !important;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tweet-preview .tweet-attachment img {
  width: 100%;
  background: transparent url(/__static__/images/loading-v6qz3mItDey3upzAwkqBvOmcS.gif) center no-repeat;
}
@media (max-width: 680px) {
  .tweet-preview textarea.form-control {
    font-size: 14px;
  }
}


.twitter-connection {
  text-align: left;
}

.highlight-app {
  background-color: #dde8ed;
}

.twitter-connection img {
  float: left;
  margin-right: 10px;
  height: 40px;
  margin-bottom: 0 !important;
}
.twitter-connection li .app-name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twitter-connection .fa {
  color: #ccc;
}
.twitter-connection .btn {
  margin-bottom: 0 !important;
}

.twitter-connection li,
.twitter-connection .fa,
.twitter-connection .close {
  line-height: 40px;
}

.twitter-handle.add a span {
  vertical-align: middle;
}

.twitter-connection .dropdown-menu {
  max-height: 200px;
}

.twitter-connection label {
  font-weight: normal;
  cursor: pointer;
  line-height: normal;
}
.app-found-confirm li {
  list-style: none;
  border: 1px solid #DADCDE;
  border-radius: 5px;
  margin-bottom: 10px;
  background: white;
  padding: 13px;
  overflow: hidden;
}
.app-found-confirm img {
  /* some app icons are bigger arbitrarily */
  width: 57px;
  height: 57px;
  margin-right: 22px;
  float: left;
}
.app-found-confirm p {
  margin-top: 10px;
}

.app-found-confirm#related-apps {
  max-height: 340px;
  overflow-y: scroll;
}