.navbar-default .navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar-default .navbar-brand:hover {
  color: inherit;
}

#main-navbar > .container > .nav-content > .float-left {
  max-width: 100%;
}

#page-body,
#page-footer {
}

/* External login */
#main-navbar .login-box a.external-login {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 32px;
}

a.suspended_glf {
  opacity: 0.1;
}

.scrollable {
  overflow: hidden;
}

#page-header input[type="text"] {
  cursor: text;
  border: none;
}

/* Remove round stuff */
.panel-group .panel,
.list-group-item:first-child,
.btn,
.form-control,
.pagination li a {
  border-radius: 0px !important;
}
.btn,
.pagination li a {
  border: none;
}
.btn {
  /* Copied from mobber theme */
  transition: all 250ms ease-in-out 0s;
}
a[role="button"] {
  cursor: pointer;
}

/* Fixes */
.table thead th a.sort {
  color: inherit !important;
}

/* Rating */
.progress.rating {
  height: 16px;
}
.progress.rating .progress-bar.progress-bar-invisible {
  background: transparent;
  height: 1px;
  box-shadow: none;
}

/* Posters */
/* Main entries */
.poster {
  width: 200px;
  height: 300px;
}
.poster.poster-small {
  width: 100px;
  height: 150px;
}
.poster.poster-title {
  width: 27px;
  height: 40px;
}
.poster.poster-inline {
  width: 21px;
  height: 32px;
  display: inline;
}
.pull-left img.poster,
.pull-left.poster {
  margin-right: 20px;
}
/* Episodes */
.poster.poster-episode {
  width: 212px;
  height: 120px;
}

/* Cover thumbnails */
.cover {
  width: 100px;
  height: 100px;
}

/* Movie entries */
a.movie_item {
  float: left;
  display: block;
  width: 150px;
  height: 225px;
  margin-right: 5px;
  margin-bottom: 5px;
}
a.movie_item.movie_item-small {
  width: 100px;
  height: 150px;
}
a.movie_item img,
a.movie_item .mask,
.poster img,
.poster .mask {
  position: absolute;
  width: inherit;
  height: inherit;
}
a.movie_item img,
.poster img {
  background-color: #eee;
}
a.movie_item .mask,
.poster .mask {
  opacity: 0;
  background-color: #000;

  transition: opacity .5s;
}
a.movie_item div.title,
.poster div.title {
  height: 100%;
  margin-bottom: -20px;
  overflow: hidden;
  color: #000;
}
a.movie_item div.title > span,
.poster div.title > span {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
a.movie_item div.count,
.poster div.count {
  position: relative;
  bottom: 5px;
  text-align: right;
  margin-right: 5px;
}
a.movie_item span.badge,
.poster span.badge {
  /* Need to redefine background */
  background-color: rgba(119, 119, 119, 0.8);
}
a.movie_item:hover {
  text-decoration: none;
}
a.movie_item:hover .mask {
  opacity: 0.5;
}

/* Some form control fixes */
ul.form-control {
  height: auto;
}

textarea.raw_editor {
  height: 600px;
  width: 100%;
}

pre.raw-preview {
  height: 600px;
  overflow-y: auto;
}

/* Special alerts */
.alert .pull-left i {
  height: 48px;
  font-size: 48px;
  cursor: default;
}

/* Don't like text cusror on flags */
.fa.flag {
  cursor: default;
}

/* Some colors for flags */
.text-author {
  color: #00f;
}
.text-cc {
  color: #FF6B09;
}
.text-hd {
  color: #000;
}
.text-dvd {
  color: #888;
}
.text-double {
  color: #CC00C5;
}
.text-extended {
  color: #f00;
}
.text-grammer {
  color: #0f0;
}

/* Subtitle list related */
tr.subtitle-entry {
  cursor: pointer;
}

/* Some missing icons */
.fa.fa-hd:before {
  content: "HD";
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
  font-family: Verdana,sans-serif;
}

/* Filter panel */
.panel.filter-bar .panel-body > div.btn-group,
.panel.filter-bar .panel-body > .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}

.form-inline.filter input {
  margin-top: 1px;
  line-height: 1.5;
  height: 20px;
  font-size: 12px;
}
.form-inline.filter .form-control {
  min-width: 175px;
}

ul.dropdown-menu li.text-success a {
  color: #3C763D;
}
ul.dropdown-menu li.text-primary a {
  color: #428BCA;
}
ul.dropdown-menu li.text-danger a {
  color: #A94442;
}

span.release {
  white-space: nowrap;
}
span.flags {
  white-space: nowrap;
}

.select2-container .select2-choice,
.select2-drop {
  border-radius: 0px;
}
.beadcrumb .select2-container .select2-choice {
  height: 25px;
}

/* Part of message */
a#logo small {
  position: relative;
  top: -10px;
  font-size: 70%;
}

/* Some panel styles */
div.panel.panel-compact div.panel-heading {
  background-color: #fff;
  border-bottom: 1px solid #989898;
}
div.panel.panel-compact div.panel-heading h1,
div.panel.panel-compact div.panel-heading h2,
div.panel.panel-compact div.panel-heading h3,
div.panel.panel-compact div.panel-heading h4,
div.panel.panel-compact div.panel-heading h5 {
  color: inherit;
}
div.panel div.panel-footer {
  padding: 5px;
  background-color: #fff;
  border: none;
}

/* Loading overlay */
div.overlay {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
div.overlay div {
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
}
