/*
  jPlayer CSS
===================================================*/

/* Base
--------------------------------------------------------------*/

.jp-audio :focus,.jp-audio-stream :focus,.jp-video :focus {
  outline: 0;
}

.jp-audio button::-moz-focus-inner,.jp-audio-stream button::-moz-focus-inner,.jp-video button::-moz-focus-inner {
  border: 0;
}

.jp-interface {
  width: 100%;
}

/* Audio
--------------------------------------------------------------*/

.jp-audio {
  width: 100%;
}

.jp-audio {
  font-size: 16px;
  font-family: Verdana,Arial,sans-serif;
  color: #555;
  margin-bottom:15px;
}

.jp-audio .jp-buttons {
  margin-top: 20px;
}

.jp-audio .jp-seek-bar {
  width: 0;
  height: 100%;
  cursor: pointer;
}

.jp-audio .jp-play-bar {
  width: 0;
  background: #02798E url(../images/progress.png);
  height: 100%;
}

.jp-audio .jp-current-time {
  cursor: default;
}

.jp-audio .jp-progress {
  overflow: hidden;
  background: #f9f9f9;
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.jp-audio .jp-progress {
  height: 30px;
}

.jp-buttons .btn-group button:nth-child(2) {
  cursor: default;
}

/* Video
--------------------------------------------------------------*/

.jp-video .jp-jplayer {
  cursor: pointer;
}

.jp-video .jp-seek-bar {
  width: 0;
  height: 100%;
  cursor: pointer;
}

.jp-video .jp-play-bar {
  width: 0;
  background: #02798E url(../images/progress.png);
  height: 100%;
}

.jp-video .jp-current-time {
  cursor: default;
}

.jp-video .jp-progress {
  overflow: hidden;
  background: #f9f9f9;
  border: 1px dashed #ddd;
  margin-top:10px;
}

.jp-video .jp-progress {
  height: 20px;
}

.jp-video .buttonbar {
  margin-top: 10px;
}

.jp-video .buttonbar button:nth-child(2) {
  cursor: default;
}

/* Error
--------------------------------------------------------------*/

.jp-no-solution {
  padding: 10px;
  font-size: 13px;
  background: #f77;
  border: 1px solid #555;
  border-left: 3px solid #555;
  color: #fff;
  display: none;
  text-align: left;
  margin-top:20px;
}

.jp-no-solution a {
  color: #fff;
}

.jp-no-solution span {
  font-size: 13px;
  display: block;
  margin-bottom:15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}