a {
    color: #ccc;
}
body {
    padding-top: 70px;
    color: #808080;
    background-color: #202020;
}

.modal-content {
    color: #707070;
    background-color: #202020;
}

.container {
    max-width: 1200px;
}

.filters {
    margin-bottom: 1em;
}

.more-filters {
    margin: 1em 0 0;
}

/* Bootstrap customization */
.navbar-form {
    margin-right: 1em;
}

input.text-filter,
.navbar-inverse .navbar-form .search-query {
    background: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #151515;
    padding: 2px 4px;
    margin-right: 1em;
    font-style: italic;
}

.btn-default {
    color: #ccc;
    background-color: #424242;
    border-color: #323232;
    font-weight: bold;
}

.progress {
    background: #999;
}

.well,
.jumbotron {
    background: #292929;
    border: 1px solid #111;
    color: #ccc;
}


.list-group-item {
    background: #292929;
    border: 1px solid #111;
    color: #ccc;
}


.grid-item {
    padding: 0.5em;
}

.label {
    display: inline-block;
    margin: 4px 0;
}

.movie-label {
    margin-left: 1em;
}

.label-info {
    background:
    color: #fff;
}


.pagination li a {
    background-color: #424242;
    border-color: #323232;
    color: #ccc;
}

/* Everything else. */

.toolbar {
    margin-bottom: 1em;
}


.movie {
    padding: 10px;
    background: #292929;
    border: 1px solid #111;
    border-radius: 4px;
    margin: 15px 0;
    position: relative;
}
.movie .actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

textarea.comment-field {
    height: 10em;
}
.label-genre {
    background: #2f4f4f;
}
.label.label-writer {
   background: #485AB9;
}

.label.label-director {
    background: #706000;
}

.label.label-actor {
    background: #266827;
}

.label.label-runtime,
.label.label-country {
    background: #444;
}

.movie-year,
.movie-title {
    color: #ddd;
}

.movie-imdb-rating,
.movie-countries,
.movie-writers,
.movie-actors {
    margin: 0.5em 0;
}

.rating {
    margin-top: 0.5em;
    padding: 4px;
    border: 1px solid #444;
}

.rating-time,
.rating-user,
.rating .badge-rating,
.rating-media {
    margin: 0 0.5em;
    float: left;
    min-width: 60px;
    color: #ddd
}

.rating-media,
.rating .badge-rating {
    min-width: 40px;
}

.rating-heading {
    border-bottom: 1px solid #444;
    padding: 4px;
}

.rating-comment {
    padding: 10px;
    font-style: italic;
}

.badge-rating {
    font-size: 14px;
}
.rating_1 { background-color: #8A0F00; }
.rating_2 { background-color: #7A1F00; }
.rating_3 { background-color: #6B2E00; }
.rating_4 { background-color: #5C3D00; }
.rating_5 { background-color: #4C4C00; }
.rating_6 { background-color: #3D5C00; }
.rating_7 { background-color: #2E6B00; }
.rating_8 { background-color: #1F7A00; }
.rating_9 { background-color: #0F8A00; }
.rating_10 { background-color: #009900; }

.badge-media { background: #555; }

.poster {
  position: relative;
  text-align: right;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  background: #79A70A;
  position: absolute;
  top: 19px; right: -21px;
}

.ribbon.blue span {
  background: #1e5799;
}

.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon.blue span::before {
  border-left: 3px solid #1e5799;
  border-top: 3px solid #1e5799;
}

.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon.blue span::after {
    border-right: 3px solid #1e5799;
    border-top: 3px solid #1e5799;
}
