@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}




.audio-div	{
margin: 0;
  padding: 0;
  border: none;
  outline: none;
	 line-height: 1.5em;
	
}

.clearfix { clear: both; }

#audio-container {
  width: 100%;
  min-height: 400px;
  background-color:#f7f7f7;
   /*background-image:url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;*/	
  overflow: auto;
  margin: 0px auto;
  border-radius: 13px;
  box-shadow: 0 10px 8px -8px #333;
}

#audio-image {
  position: relative;
  overflow: hidden;
  height: 150px;
  margin-bottom: 15px;
}

#audio-image .cover { width: 100%; filter: brightness(43%); }


#audio-image .artist { color:#ffaf00; font-weight: bold; }
#audio-image .title { color:#ffffff; font-weight: bold; } 

input#volume {
  width: 95%;
  margin-left: 2%;
  -webkit-appearance: none !important;
  background: #35c3d9;
  height: 10px;
  margin-bottom: 20px;
}

input#volume::-webkit-slider-thumb {
 -webkit-appearance:none !important;
 background:url(../images/volume.png) no-repeat;
 height:24px;
 width:24px;
}

#buttons {
  width: 90%;
  display: block;
  margin: 15px auto;
  margin-left: 23px;
  overflow: auto;
}

button#play {
  width: 70px;
  height: 70px;
  background: url(/annonces/audiofiles/player/play.png) no-repeat;
  float: left;
  margin-left: -2px;
}

button#pause {
  width: 70px;
  height: 70px;
  background: url(/annonces/audiofiles/player/pause.png) no-repeat;
  float: left;
  margin-left: -2px;
}

button#stop {
  width: 70px;
  height: 70px;
  background: url(/annonces/audiofiles/player/stop.png) no-repeat;
  float: left;
  margin-left: 3px;
}

button#prev {
  width: 70px;
  height: 70px;
  background: url(/annonces/audiofiles/player/prev.png) no-repeat;
  float: left;
  margin-top: 15px;
}

button#next {
  width: 70px;
  height: 70px;
  background: url(/annonces/audiofiles/player/next.png) no-repeat;
  float: right;
  margin-top: 15px;
}

#tracker {
  position: relative;
  width: 100%;
}

#progress-bar {
  width: 80%;
  margin-left: 2%;
  margin-bottom: 20px;
  margin-top: 9px;
  height: 10px;
 background: url(/annonces/audiofiles/player/progress_bg.png) no-repeat;
  
  /* background-image:url(/annonces/audiofiles/player/progress_bg.png);*/
  background-repeat: no-repeat;
  background-size: 100% 10px;
  
  
  float: left;
}

#progress {
  background: url(/annonces/audiofiles/player/progress.png) no-repeat;
  
   /*background-image:url(/annonces/audiofiles/player/progress.png);*/
  background-repeat: no-repeat;
  background-size: 100% 10px;
  
  
  height: 10px;
  display: inline-block;
}

#duration {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 4px 8px;
  background: #000;
  border-radius: 5px;
  color:#FFFFFF;
}

#playlist { list-style: none; }

#playlist li {
  cursor: pointer;
  margin: 5px;
  border-bottom:1px dashed #666666;
  padding:5px 0px;
}


#playlist li.sx0 {
	background-color: #f7f7f7;

}
#playlist li.sx1 {
background-color: #f7d4d4;
}
#playlist li.sx2 {
background-color: #d7ebff;
}

#playlist li.active {
  font-weight: bold;
  padding: 8px;
  background: #fb00a5;
  color:#FFFFFF;
}
