/* Created by Blackberry Themes */
@import "https://archmonger.github.io/Blackberry-Themes/Resources/Variables/flat.css";
body {
  background: transparent;
  margin-bottom: 0px;
  height: 100%;
  font-family: Open Sans Semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: hsla(0, 0%, 100%, .7);
}
html {
  height: 100%;
  background: var(--bg-light);
  background-repeat: repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-position: center center, center center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  min-height: 100%;
}
/* Navbar */
.container {
  background: var(--navbar-color);
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.backdrop .navbar-nzbdrone {
  background: transparent;
  padding-bottom: 0px;
  opacity: 1;
}
.navbar-nzbdrone .navbar-brand {
  display: inline-block;
  position: relative;
}
.navbar {
  margin-bottom: 0px;
}
/* Search Bar*/
.col-md-offset-3 {
  margin-left: 0px;
}
.col-md-12.search {
  width: 360px;
  float: none;
  height: 40px;
  display: inline-block;
}
.col-md-12.search>.col-md-6.col-md-offset-3 {
  width: 100%;
}
.navbar .form-control {
  height: 40px;
}
.navbar>.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.form-control:focus {
  border: none;
  box-shadow: none;
}
.search .input-group .input-group-addon, .search .input-group input {
  background: transparent;
  border: none;
  color: #FFF;
  transition: all ease 0.25s;
}
.search .input-group:focus-within .input-group-addon, .search .input-group:focus-within input {
  color: #000 !important;
}
.search .input-group {
  transition: background ease 0.25s;
}
.search .input-group:focus-within {
  background: #FFF;
}
.navbar .input-group {
  background: hsla(0, 0%, 100%, .08);
  border-radius: 4px;
}
.search .input-group input::placeholder {
  opacity: 0;
}
/* Settings Menu */
.nav-tabs {
  border: none;
}
.nav-tabs>li>a {
  border: none !important;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.15);
  color: hsla(0, 0%, 100%, .6);
  transition: all ease 0.25s;
  margin: 0px;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:focus, .nav-tabs>.active>a:hover {
  border: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .settings-tabs.nav>li>a:focus {
  background: rgba(255, 255, 255, .08) !important;
  color: #FFF;
  border: none;
}
.tab-content .form-horizontal>* {
  margin-top: 20px;
}
.form-control {
  background: hsla(0, 0%, 100%, .25);
  border: none;
  color: #FFF;
  transition: all ease 0.25s;
  box-shadow: none;
}
.input-group-btn>.btn {
  height: 34px !important;
}
.tab-content .input-group .twitter-typeahead:first-child .tt-hint {
  background: hsla(0, 0%, 100%, .25) !important;
  color: #FFF;
  transition: all ease 0.25s;
}
.tab-content .input-group:focus-within .twitter-typeahead:first-child .tt-hint {
  background: #FFF !important;
  color: rgba(85, 85, 85) !important;
}
.delete-series-modal .twitter-typeahead .form-control[disabled], .edit-series-modal .twitter-typeahead .form-control[disabled], .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-addon, .delete-movie-modal .twitter-typeahead .form-control[disabled], .edit-movie-modal .twitter-typeahead .form-control[disabled], .bootstrap-tagsinput {
  margin-left: 0px;
  background: hsla(0, 0%, 100%, .25);
  color: #FFF;
  transition: all ease 0.25s;
  border: none;
}
.form-control:focus, .input-group:focus-within>.form-control, .input-group:focus-within>.input-group-btn:last-child>.btn, .input-group:focus-within .input-group-addon {
  background: #FFF !important;
  color: rgba(85, 85, 85);
}
.form-group .unit-inline {
  color: #FFF;
}
.form-group:focus-within .unit-inline {
  color: rgba(85, 85, 85);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.btn {
  border: none;
  background: #6f7175;
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.25s;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus {
  background: hsla(220, 3%, 55%, 1);
  color: #FFF;
}
.btn-primary {
  background: #cc7b19;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background: #e3891c;
  color: #FFF;
}
.toggle .slide-button.btn-danger, .toggle .slide-button.btn-warning {
  background: #ac3323 !important;
}
.toggle input:first-of-type:checked~.slide-button.btn-warning {
  background: rgba(92, 182, 92, .75) !important;
}
.toggle {
  height: 30px;
}
.toggle .slide-button {
  background: rgba(255, 255, 255, 0.15);
}
.toggle input:first-of-type:checked~.slide-button {
  background: #cc7b19;
}
.thingy, .metadata-item {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.thingy .well {
  background: transparent;
}
.alert-info, .alert-success, .alert-warning {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: rgba(255, 255, 255, 0.45);
}
/* Nav Pills */
.nav-pills>li>a {
  transition: all ease 0.25s;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background: #cc7b19;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* Navbar */
.navbar>.container-fluid {
  padding: 0px;
  display: inline-block;
  float: left;
  text-align: left;
  width: auto;
  margin: 0px;
}
.container-fluid>.navbar-header>.navbar-brand {
  display: none;
}
.navbar-nzbdrone li a {
  min-height: 20px;
  min-width: auto;
  margin: 0px;
  padding: 10px;
  color: hsla(0, 0%, 100%, .7);
  transition: color ease 0.25s;
  padding-left: 15px;
  padding-right: 15px;
  border: none !important;
  font-weight: 700;
}
.navbar-nzbdrone li a:hover, .navbar-nzbdrone li a:focus, .navbar-nzbdrone li a:active {
  background: transparent;
  color: #FFF;
  border: none;
}
.navbar-nzbdrone li a.active {
  color: #f9be03;
}
@media only screen and (min-width: 768px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .nav.navbar-nav i:before {
    display: none;
  }
  .navbar-nzbdrone li .navbar-info .label {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
  }
  .navbar-collapse {
    width: auto;
    padding: 0px;
  }
  ul.nav.navbar-nav {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
  }
  .navbar-collapse.collapse.x-navbar-collapse {
    width: 100%;
  }
  .navbar-nzbdrone li:first-child a {
    padding-left: 0px;
  }
}
/* Page Content */
.started #page {
  margin-top: 20px;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}
legend {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
}
.well {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
a {
  color: rgba(255, 255, 255, 0.7);
  transition: color ease 0.25s;
}
a:hover, a:active, a:active:focus, a:focus {
  color: #FFF;
  text-decoration: none;
}
.series-actions-cell i, .movie-actions-cell i, .movie-overview-list-actions i {
  transition: all ease 0.25s !important;
}
.series-actions-cell i:hover, .movie-actions-cell i:hover, .movie-overview-list-actions i:hover {
  color: #FFF;
}
.progress {
  background: rgba(255, 255, 255, 0.15);
}
/* Media Information */
.series-item a {
  color: rgba(255, 255, 255, 0.45);
}
.series-item a>h2 {
  color: rgba(255, 255, 255, 0.7);
}
.series-season, .series-page-header, .movie-page-header, .movie-tabs-card {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.text-warning {
  color: rgba(255, 255, 255, 0.45);
}
th, td {
  border: none !important;
}
tr:nth-child(even) {
  background: transparent;
}
th.sortable {
  transition: color ease 0.25s;
}
th.sortable:hover {
  background: transparent;
  color: #FFF;
}
thead {
  background: rgba(255, 255, 255, 0.08);
}
.table-hover>tbody>tr:hover {
  background: transparent;
}
.episode-title-cell {
  color: inherit;
  transition: color ease 0.25s;
}
.episode-title-cell:focus, .episode-title-cell:hover {
  text-decoration: none;
  color: #FFF;
}
.episode-actions-cell * {
  transition: color ease 0.25s;
}
.episode-actions-cell *:hover {
  color: #FFF;
}
.movie-item a.label.label-primary {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.25s;
}
.movie-links-cell a.label.label-primary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 1);
}
.movie-item a {
  color: rgba(255, 255, 255, 0.7);
}
.movie-item .col-md-12.col-xs-12 a {
  color: rgba(255, 255, 255, 0.45);
}
.movie-posters .movie-posters-item, .series-posters .series-posters-item {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.movie-posters .movie-posters-item .label-primary {
  background: rgba(255, 255, 255, 0.15);
}
.table-bordered {
  border: none;
}
/* Modals */
.modal-content {
  background: #282828;
}
.modal-header, .modal-footer {
  border: none;
  background: #323232;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.modal tr {
  transition: color ease 0.25s;
}
.modal tr:hover {
  color: #FFF;
}
.close {
  color: #FFF;
  transition: all ease 0.25s;
}
.close:focus, .close:hover {
  color: #FFF;
  opacity: 0.8;
}
.checkbox-button .btn {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.25s;
}
.checkbox-button .btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 1);
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}
.manual-import-modal .manual-import-error {
  background: rgba(255, 255, 255, 0.05);
}
.manual-import-modal .manual-import-error:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* Buttons */
.btn-default {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, 0.7);
  border: none;
  transition: all ease 0.25s;
}
.btn-default:hover {
  background: rgba(255, 255, 255, .25);
  color: #FFF;
  border: none;
}
.btn-default:focus, .btn-default:active:focus, .btn-default:active {
  background: rgba(255, 255, 255, .15) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  background: #cc7b19 !important;
  color: #FFF !important;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.5;
}
/* Calendar */
.calendar th {
  background: transparent;
}
.calendar .fc-state-highlight {
  background: rgba(255, 255, 255, 0.07);
}
.fc-state-default {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.25s;
}
.fc-state-default:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
}
.event h4 {
  color: rgba(255, 255, 255, 0.7);
  transition: color ease 0.25s;
}
.event h4:hover, .event h4:focus, .event h4:active {
  color: #FFF;
}
.event .episode-title {
  color: rgba(255, 255, 255, 0.45);
  transition: color ease 0.25s;
}
.event .episode-title:focus, .event .episode-title:hover {
  text-decoration: none;
  color: #FFF;
}
.event .date h4 {
  color: rgba(255, 255, 255, 0.45);
}
.fc-unthemed td.fc-today {
  background: rgba(255, 255, 255, 0.07);
}
/* Search Results */
#add-series-screen .new-series .search-item .form-control {
  background: rgba(255, 255, 255, 0.15);
}
#add-series-screen .new-series .search-item .form-control:focus {
  background: #FFF;
  color: #000;
}
#add-series-screen .new-series .search-item {
  box-shadow: none;
  background: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, 0.7);
}
#add-movies-screen .new-movies .search-item {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}
#add-series-screen .search-item a {
  color: rgba(255, 255, 255, 0.45);
}
#add-movies-screen .search-item a a {
  color: rgba(255, 255, 255, 0.45);
}
/* Popups */
.popover, .popover-title {
  background: #000;
}
/* Pagination */
.backgrid-paginator ul .active span {
  background: transparent;
}
/* Dropdown */
.search .tt-dropdown-menu {
  background: #191a1c;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
}
.search .tt-dropdown-menu .tt-suggestion {
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.25s;
  text-align: left;
  min-height: 26px;
}
.search .tt-dropdown-menu .tt-suggestion.tt-cursor {
  background: hsla(0, 0%, 100%, .08);
  color: #FFF;
}
/* Static Navbar */
.container {
  position: fixed;
  top: 0;
  z-index: 9;
}
body {
  margin-top: 60px;
  overflow-y: auto;
  height: calc(100vh - 60px);
  width: 100%;
}
html {
  overflow: hidden;
}
/* Scrollbars */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .0);
}
::-webkit-scrollbar-thumb {
  min-height: 50px;
  background: rgba(255, 255, 255, .15);
  border: 3px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
/* Mobile Fixes */
.navbar-nzbdrone .navbar-toggle {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nzbdrone .navbar-toggle:focus, .navbar-nzbdrone .navbar-toggle:hover {
  background: transparent;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .container-fluid>.navbar-collapse li>a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nzbdrone .navbar-collapse .navbar-nav li:focus, .navbar-nzbdrone .navbar-collapse .navbar-nav li:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .navbar>.search {
    order: 0;
    padding-left: 0px;
    padding-right: 30px;
    width: 100%;
    height: 35px;
  }
  .navbar .form-control {
    height: 35px;
  }
  .navbar>.search>div {
    padding-left: 0px;
  }
  .navbar>.container-fluid {
    order: 2;
  }
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .container-fluid>.navbar-collapse {
    background: #000;
    position: absolute;
    left: 0;
    margin: 0;
    width: 100%;
    border: none;
  }
  .table-responsive {
    border: none;
  }
  body {
    margin-top: 40px;
    height: calc(100vh - 40px);
  }
}
/* Labels */
.label-info {
  background: rgba(255, 255, 255, 0.15);
}
.label-success {
  background-color: rgba(92, 182, 92, .75);
}
/* "Thingy" styling */
.add-thingy {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.add-thingy>div:first-child {
  display: inline;
  width: 100%;
  height: 100%;
}
.indexer-item.thingy {
  overflow: hidden;
}