body {
  color: #444;
  margin-top: 25px;
  background-color: #f5f4ed;
  padding: 0 30px; }

.btn, .btn-xs, .btn-sm {
  border-radius: 0px; }

.form-control {
  border-radius: 2px; }

img.logo {
  margin-bottom: 20px;
  cursor: pointer;
  max-width: 100%; }

#searchform-type label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  float: left;
  width: 40%;
  margin: -5px 0 0 0; }

div.player-block {
  z-index: 10;
  position: fixed;
  top: 0;
  background-color: #fafaf7;
  color: black;
  right: -73%;
  width: 73%;
  padding: 10px;
  height: 100%;
  overflow: scroll;
  border-left: 1px #ccc solid; }
  div.player-block div.col-control {
    height: 60px; }
  div.player-block div.controls {
    margin: 0 0 10px 0; }
  div.player-block div.timeline {
    margin-top: 15px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: text;
    border: 1px #e2e2e2 solid; }
    div.player-block div.timeline div.cur {
      width: 0%;
      height: 40px;
      border-right: 1px #0f442d solid;
      background-color: #c9bd171c; }
  div.player-block div.curPos {
    font-size: 80%;
    color: #201d07;
    float: right;
    width: 70px;
    text-align: right;
    margin-top: -14px; }
  div.player-block #current {
    margin: 4px 0 4px 0; }
    div.player-block #current img.cover {
      max-width: 60px;
      padding: 2px;
      border: 1px #ccc solid;
      float: left;
      margin-right: 10px; }
    div.player-block #current div.artist {
      font-size: 90%;
      color: #888;
      margin-top: 2px; }
    div.player-block #current div.release {
      font-size: 80%;
      color: #888;
      margin-top: 2px; }
  div.player-block div.playlist {
    clear: both;
    padding-top: 20px;
    font-size: 80%; }
    div.player-block div.playlist tr.playlist-item {
      cursor: pointer; }
      div.player-block div.playlist tr.playlist-item a.delete {
        transition: all 0.4s ease-out 0s;
        font-size: 9px;
        opacity: 0; }
      div.player-block div.playlist tr.playlist-item td:last-child {
        text-align: right; }
    div.player-block div.playlist tr.active {
      font-weight: bold; }
    div.player-block div.playlist tr:hover a.delete {
      opacity: 1; }

@media (min-width: 992px) {
  div.player-block {
    right: 0;
    width: 33%; } }
#btn_playlist {
  position: fixed;
  right: 0;
  z-index: 9; }

a.release {
  display: block;
  margin-bottom: 25px;
  padding: 3px;
  border: 1px #c3c3c3 solid; }
  a.release div.release-cover {
    height: 0;
    padding-bottom: 100%;
    background-size: 100%; }
  a.release div.release-overlay {
    opacity: 0;
    height: 0;
    background-color: rgba(1, 1, 1, 0.7);
    color: white;
    padding-bottom: 100%;
    margin-top: -100%;
    transition: all 0.4s ease-out 0s; }
    a.release div.release-overlay div.release-data {
      padding: 10px; }
  a.release div.release-overlay:hover {
    opacity: 1; }

.btn-back {
  margin-bottom: 25px; }

.btn-default {
  color: #333;
  background-color: #f9f9f9;
  border-color: #dedede;
  transition: all 0.2s ease-out 0s; }

.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #808080; }

div.release-info {
  margin-bottom: 25px; }
  div.release-info div.release, div.release-info h1 {
    font-size: 190%;
    margin: 0 0 15px 0; }
  div.release-info div.artist, div.release-info h2 {
    font-size: 140%;
    margin: 0 0 15px 0; }
  div.release-info div.info {
    margin-bottom: 15px; }

img.cover {
  width: 100%;
  padding: 3px;
  border: 1px #c3c3c3 solid; }

div.summary {
  float: right;
  margin-top: 20px; }

.pagination > li > a, .pagination > li > span {
  background-color: #f5f4ed;
  border: 1px solid #ddd; }

.pagination > li > a, .pagination > li > span {
  color: #8a8a8a; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #bdbdbd;
  border-color: #b9b9b9; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: #f5f4ed;
  border-color: #ddd; }

div.footer {
  margin-top: 50px;
  font-size: 80%;
  color: #969696; }
  div.footer a {
    color: #5d5d5d; }
  div.footer p {
    min-width: 250px; }
  div.footer img {
    width: 72px;
    float: left;
    margin: 0 10px 0 0; }

div.filter {
  margin-bottom: 25px; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #f7f6e3; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f7f6e3; }

div.index-hello {
  display: none; }

/*# sourceMappingURL=128kbps.css.map */
