html, body {
  background-color: #ccc;
}
/* 40px to make the container go all the way to the bottom of the fixed navbar */
body {
  padding-top: 40px;
}
.page-header {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 0;
}
.all-content {
  background-color: #fff;
}
.footer {
  border:0;
  margin: 17px auto;
  font-weight:bold;
}
.songfightLink {
  text-align:center;
}
.twitterLinks {
  text-align:right;
}
#fightArtistInfo {
  position:relative;
}
#fightArtistInfo > div {
  margin-left:20px;
}
#fightmasterSummaryContainer {
  line-height: normal;
}
#artistTitleContainer {
  display:inline-block;
  vertical-align:top;
}
.coverContainer {
  position:relative;
  margin:20px 0;
  width: 180px;
}
.coverContainer > a {
  text-decoration: none;
  color:black;
}
.coverZoomIcon {
  position:absolute;
  left:0;
  bottom:0;
  background-color:white;
  padding:2px;
}
#chartsLink {
  float:right;
  width:16px;
  margin-top:20px;
}
#playerTitle {
  margin:0;
}
#playerArtist {
  line-height:28px;
  font-size:16px;
  margin:0;
}
#morePlayerControls {
  margin-top:10px;
  line-height:39px;
  height:39px;
}
#morePlayerControls * {
  display:inline-block;
}
#volumeSlider {
  display: inline-block;
  width:66px;
  margin:0 8px;
  vertical-align: middle;
}
#currentTime {
  display:none;
}
#timeSlider {
  display:none;
  /*display: inline-block;*/ /* set by javascript */
  vertical-align: middle;
  width:100%;
}
#duration {
  display:none;
}
.ui-slider .ui-slider-handle {
  width:0.8em;
}
#song-list-header {
  border-bottom:1px solid #ddd;
  background-color:#e5e5e5;
  padding-right:4px;
}
.song-row {
  margin-left: 0;
  padding: 4px;
  border-bottom:1px solid #ddd;
}
.song-row:hover {
  background-color:#f5f5f5;
}
.song-row .pull-left {
  margin-right: 4px;
}
.song-row .pull-right {
  margin-left: 4px;
}
.song-play-label {
  margin-bottom:8px;
}
.song-play {
  vertical-align: bottom;
}
.song-label {
  font-weight:bold;
  font-size:17.5px;
}
.label-info-sfj {
  background-color: #FFFFFF;
  color: #3A87AD;
  text-shadow: none;
}
.label-default-sfj {
  background-color: #FFFFFF;
  color: #999999;
  text-shadow: none;
}
.winner {
  background: transparent no-repeat center center url('../img/winner-16.png');
}
#timeSliderProgressBar {
  background:transparent url('../img/jsamp-sec-mid-loaded-light.png') 0 0 repeat-x;
}
.addthis_button_google_plusone.at300b > div {
  width:75px !important;
}
.ui-autocomplete-category {
  color:black;
  font-weight: bold;
  line-height: 1.5;
}
.ui-menu .ui-menu-item a {
  white-space: nowrap;
}
.ui-menu .ui-menu-item a.showAll {
  color:#666;
  font-style:italic;
}
#facebookLogin {
  background-image: url('../img/facebook.gif');
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 24px;
}
#twitterLogin {
  background-image: url('../img/twitter.gif');
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 24px;
}
#googleLogin {
  background-image: url('../img/google.png');
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 14px 14px;
  padding-left: 24px;
}
#sfjbLogin {
  background-image: url('../img/fight-16.png');
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 24px;
}
.bottomInfo {
  margin:20px;
}
.playlistContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left:1px solid #ddd;
}
.addthis_toolbox {
  margin-bottom:8px;
}

#searchInput {
  width:210px;
}
input, textarea, select, .uneditable-input {
  color:#0f0f0f;
  height:auto;
  width:auto;
}
form {
  margin-bottom:0;
}
fieldset {
  /*border: 1px solid #404040;*/
  margin-bottom:0;
  /*padding-top:8px;*/
}
fieldset legend {
  border-bottom:0;
  margin-bottom:0;
  font-size:inherit;
  padding-left:0;
  margin-left:0;
  line-height:20px;
}
.header-row {
  background-color:#e5e5e5;
  font-weight: bold;
}
.evenRow {
  background-color:#eeeeee;
}
.index-link {
  color:#000;
}
.index-link:hover {
  text-decoration:none;
}
.clickable {
  cursor:pointer;
}
#songsTable .highlight {
 background-color:#9999ff;
}
.mp3Link, .songLink {
  background-color:#DDDDEE;
  border:1px solid #000055;
  padding:1px;
}
#index {
  padding:4px;
  font-weight:bold;
}
.errors {
    background: #fcc url(../img/errors25.png) no-repeat 5px 12px;
    padding: 15px 0 15px 35px;
}
.success {
    border:1px solid green;
    background-color: #cfc;
    color:green;
    padding:10px;
    margin-bottom:12px;
}
/* Bootstrap customization */
.navbar .dropdown-menu {
    margin-top: 0;
}
.navbar div > ul a.menu:hover, .nav a.menu:hover, .navbar div > ul li.open .menu, .nav li.open .menu, .navbar div > ul .dropdown-toggle:hover, .nav .dropdown-toggle:hover, .navbar div > ul .dropdown.open .dropdown-toggle, .nav .dropdown.open .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.5);
}
.navbar .brand {
  color:#fff;
  text-shadow: none;
  font-weight: bold;
}
.navbar a, .navbar .nav > li > a {
  color:#eee;
  font-weight: bold;
  text-shadow: none;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding: 0;
}
.navbar-inner {
  background-color: #c80000;
  background-image: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-bottom:0;
}
/* Page header tweaks */
.mp3-player {
  background-color: #f5f5f5;
  padding: 10px 0;
  position:relative;
}
.ui-front {
  z-index:2000;
}

@media only screen and (max-width: 979px) {
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border: 0;
    margin: 0;
  }
  .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:focus,
  .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    color:#fff;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  .player-btn-group {
    margin-left:30px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .player-btn-group {
    margin-left:6px;
  }
  .navbar .brand {
    font-weight: normal;
  }
  .navbar a, .navbar .nav > li > a {
    font-weight: normal;
  }
}
@media (max-width:979px) {
  .nav-collapse .dropdown-menu a {
    color:#eee;
    font-weight: bold;
    text-shadow: none;
  }
}
@media (max-width:767px) {
  .container {
    padding:0;
    margin:0;
  }
  body {
    padding-left:0;
    padding-right:0;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }


  .randomLinks {
    text-align:center;
  }
  .twitterLinks {
    text-align:center;
  }
  #fightArtistInfo {
    height:auto;
    padding-bottom: 10px;
  }
  div.coverContainer + div {
    padding-top:20px;
  }
  #timeSlider {
    width:80%;
  }
  .coverContainer {
    float:left;
    margin-right:20px;
    width:auto;
  }
  #playerTitle, #playerArtist {
    margin-left:5px;
  }
}