/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */
.player-wrap {
  margin: 20px 0;
}
.jp-interface table {
  border-collapse: collapse;
}
div.jp-audio {
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 120%;
  position: relative;
  width: 100%;
  /*margin-top: 10px;*/
  max-width: 340px;
}
div.jp-interface {
  position: relative;
  background-color: #DDDDDD;
  border: solid 1px #DDDDDD;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 35px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -5px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  padding: 10px;
  float: left;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.jp-interface a.jp-play,
.jp-interface a.jp-pause {
  width: 12px;
  height: 15px;
}
div.jp-play-bar,
div.jp-seek-bar,
.jp-interface a {
  background-image: url("../images/sprite_jplayer.png");
  background-repeat: no-repeat;
  background-size: 160px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  div.jp-play-bar,
  div.jp-seek-bar,
  .jp-interface a {
    background-image: url("../images/sprite_jplayer@2x.png");
  }
}
.jp-interface a.jp-play {
  background-position: 2px 0;
}
.jp-interface a.jp-play:hover {
  background-position: -33px 0;
}
.jp-interface a.jp-pause {
  background-position: 0 -29px;
  display: none;
}
.jp-interface a.jp-pause:hover {
  background-position: -35px -29px;
}
.jp-interface a.jp-stop,
.jp-interface a.jp-previous,
.jp-interface a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
.jp-interface a.jp-stop {
  background-position: 0 -83px;
  margin-left: 10px;
}
.jp-interface a.jp-stop:hover {
  background-position: -29px -83px;
}
a.jp-previous {
  background-position: 0 -112px;
}
a.jp-previous:hover {
  background-position: -29px -112px;
}
a.jp-next {
  background-position: 0 -141px;
}
a.jp-next:hover {
  background-position: -29px -141px;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #fff;
}
div.jp-audio div.jp-progress {
  position: relative;
  top: 0px;
  height: 10px;
  /*float: left;*/
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
}
div.jp-seek-bar {
  background-position: 0 -101px;
  background-repeat: repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background-position: 0 -86px;
  background-repeat: repeat-x;
  width: 0px;
  height: 100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  /*background: url("sprite_jplayer.seeking.gif");*/
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 20px;
  height: 19px;
  margin-top: 0;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  position: absolute;
  left: 90%;
  top: 9px;
}
a.jp-mute {
  background-position: 0 -55px;
}
a.jp-mute:hover {
  background-position: -35px -55px;
}
a.jp-unmute {
  background-position: -61px -55px;
  display: none;
}
a.jp-unmute:hover {
  background-position: -85px -55px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  float: left;
}
div.jp-current-time,
div.jp-duration {
  font-size: 10px;
  color: #333;
}
div.jp-current-time {
  float: left;
  padding: 10px 5px;
}
div.jp-duration {
  padding: 10px;
  float: left;
}
/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #eee;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  position: absolute;
  width: 220px;
  top: -3px;
  left: -3px;
  padding: 5px;
  font-size: 10px;
  background-color: #eee;
  border: 2px solid #CC8800;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
