body {
    background: #121212;
    font-weight: 200;
    font-smoothing: antialiased;
}

.dark {
    color: #fff;
}

.dark .form-control {
    color: #333;
}

ul.unstyled {
    list-style: none;
    padding-left: 0;
}

.btn.cineville-blue, .btn.cineville-blue:hover {
    background-color: #0098ff;
    color: #fff;
}

.btn-dark, .btn-dark:hover {
    color: #B9B9B9;
    background-color: #222;
    border-color: #2A2A2A;
    font-weight: 300;
}

.btn-dark:hover {
    background-color: #111;
}


.navbar-collapse > .btn {
    margin-top: 8px;
}

.main-container {
    margin-top: 10px;
}

.login {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.9);
    width: 400px;
    margin: 0 auto;
    padding: 40px;
}

.login label {
    font-weight: 100;
    letter-spacing: 0.1em;
}

.well.centered {
    text-align: center;
}

@media (max-width: 991px) {
    .affix {
        position: static;
    }
}

.ios-statusbar-bg {
    z-index: 100000;
    background-color: #121212;
    padding-top: 20px;
    display: none;
}

html.ios body {
    margin-top: 20px;
}

html.ios .ios-statusbar-bg {
    display: block;
}

/* FILMLADDER APP*/

.filmladder {
    width: 725px;
    font-weight:normal;
    font-family:Helvetica;
    color: #000;
}

.theatre {
  background-color: #09a5ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
}

.filmladder .heading {
  color: #fff;
  background-color: #222;
  border-color: #333;
  }

.filmladder .buttons {
    margin: 20px 0px 10px;
}

.filmladder .glyphicon-question-sign{
    float: right;
    font-size: 18px;
    cursor: pointer;
}

.filmladder .panel-heading .date {
    font-size: 24px;
}

.kids {
    min-height:100px;
}

.film {
    padding: 10px 20px;
}

.drag-handle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 20px;
    margin: 6px -3px;
    background-image: url("../img/drag-handle.png");
    background-repeat: repeat-y;
    background-position: center center;
    cursor: move;
    z-index: 1;
}

.savetime {
    color: #777;
    float: right;
    margin-top: 8px;
}

.film .list-group-item-text {
    font-size: 14px;
}

.film .default-value  {
    color: #999;
}

.outside {
  background-color: #fff;
  width: 400px;
  height: 400px;
  padding: 16px;
  position: absolute;
  left: 750px;
  top: 0px;
}


.film .title {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 22px;
}

.film .problem {
    /*color: red;*/
}

/* FF LINE1*/
.film .line1 {
    display:block;
}

.film .ff-country input{
    width: 50px;
}

.film .ff-duration input{
    width: 40px;
}

.film .ff-week {
    float:right;
    text-transform: uppercase;
    font-style:italic;
}

.film .ff-week input {
    width: 70px;
}


/* FF Vrijeregel1 */
.film .ff-vrijeregel1 input {
    width: 70%;
}

.film .ff-vrijeregel1, .film .ff-vrijeregel2 {
    font-size: 17px;
    line-height: 0.9
}

/* FF Vrijeregel12 */
.film .ff-vrijeregel2 {
    display:block;
}

.film .ff-vrijeregel2 input {
    width: 100%;
}

/* Kijkwijzer */

.film .ff-kijkwijzer {
    float: right;
}

.film .ff-kijkwijzer .bootstrap-select {
      position: absolute;
      top: 30px;
      right: 4px
}


