.review-big-screen {
  overflow: hidden;
}

.review-big-screen h1 {
  padding: 30px;
  margin: 0;
  text-align: center;
  font-weight: 200;
}
.review-big-screen h1 img {
  height: 40px;
}

.review-big-screen ul {
  min-width: 2000px;
}
.review-big-screen li {
  padding: 30px;
  border: 1px solid #dde8ed;
  height: 280px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-big-screen .emoji {
  vertical-align: baseline;
}
.review-big-screen p .emoji {
  height: 1em;
}
.review-big-screen .title .emoji {
  height: 1em;
}

.review-big-screen .title {
    font-size: 24px;
    font-weight: 200;
    margin-top: 0;
}
.review-big-screen p {
    font-weight: 200;
    font-size: 14px;
    color: #333;
}
.review-big-screen small {
    color: #666;
}
.review-big-screen .app-icon {
    margin-top: 35px;
    text-align: right;
    border: none;
}
.review-big-screen .app-icon img {
    border: 1px solid #ddd;
    border-radius: 20%;
    width: 100%;
    height: 100%;
}
.review-big-screen .stars {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}


.review-big-screen .new-review {
  height: 500px;
  padding: 60px;
}
.review-big-screen .new-review .app-icon {
    margin-top: 50px;
}
.review-big-screen .new-review .title {
    font-size: 30px;
}
.review-big-screen .new-review p {
  font-size: 18px;
}
.review-big-screen .new-review .stars {
  font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
  .review-big-screen  .app-icon {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin: 30px 0;
  }

  .review-big-screen .vertical-filler {
    height: 0;
  }

}
/* 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(https://d2kfjaekmjmy1l.cloudfront.net/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;
}
#review-widget-carousel {
  background: #fafafa;
  padding: 20px;
  text-align: center;
  font-weight: 300;
}
#review-widget-carousel a {
  display: block;
  color: inherit;
  text-decoration: inherit;
}
#review-widget-carousel ol.carousel-indicators {
  position: static;
  bottom: auto;
  left: auto;
  width: auto;

  margin: 0;
  margin-top: 15px;
}
#review-widget-carousel ol.carousel-indicators li {
  background: rgba(0,0,0,.2);
  border: none !important;
  width: 10px !important;
  height: 10px !important;
  margin: 1px !important;
}
#review-widget-carousel ol.carousel-indicators li.active {
  background: rgba(0,0,0,.7);
}
#review-widget-carousel .stars {
  font-size: 1.8em;
}
#review-widget-carousel .review-title {
  font-size: 2em;
  margin: 10px 0 20px;
}
#review-widget-carousel .emoji {
  height: 1.2em;
}
#review-widget-carousel .author {
  font-size: .6em;
  font-weight: normal;
  opacity: .5;
}


#review-widget-carousel.left-aligned {
  font-size: 20px;
}
#review-widget-carousel.left-aligned a {
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
  padding-left: 110px;
}
#review-widget-carousel.left-aligned a img.app-icon {
  float: left;
  width: 100px;
  margin-left: -110px;
}
#review-widget-carousel.left-aligned .review-title {
  margin: 0 0 10px 0;
}
#review-widget-carousel.left-aligned .review-title {

}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}