
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.clearfix { clear: both; }

.qcld_express_container {
  width: 35px;
  height: 35px;
 /* background: -webkit-linear-gradient(90deg, #1F1C2C 10%, #928DAB 90%);
  background: -moz-linear-gradient(90deg, #1F1C2C 10%, #928DAB 90%); 
  background: -ms-linear-gradient(90deg, #1F1C2C 10%, #928DAB 90%); 
  background: -o-linear-gradient(90deg, #1F1C2C 10%, #928DAB 90%); 
  background: linear-gradient(90deg, #1F1C2C 10%, #928DAB 90%);*/ 
  /*box-shadow: 0 8px 8px -8px #333;*/
  overflow: hidden;
  border-radius: 4px;
  /*box-shadow: 2px 3px 5px rgba(0,0,0,.1);*/
}

.qcld_express_audio-player{
  width:100%;
  height: 100%;
}

.qcld_express_audio-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-bottom: 15px;
}

.qcld_express_audio-image .cover { width: 100%; }

.qcld_express_audio-info { text-align: center; }

.qcld_express_audio-info .artist { font-weight: bold; }

input.qcld_express_volume {
  width: 95%;
  margin-left: 2%;
  -webkit-appearance: none !important;
  background: #ccc;
  height: 1px;
  margin-bottom: 20px;
}
input.qcld_express_volume::-webkit-slider-thumb {
 -webkit-appearance:none !important;
 background:url(../images/knob.png) no-repeat;
 height:12px;
 width:12px;
}

.qcld_express_buttons {
  width: 100%;
  display: block;
  margin: 0px;
  overflow: hidden;
}

button.qcld_express_play {
  width: 35px;
  height: 35px;
  background: url(../images/play.png) no-repeat;
  float: left;
  cursor: pointer;
}

button.qcld_express_pause {
  width: 35px;
  height: 35px;
  background: url(../images/pause.png) no-repeat;
  float: left;
  cursor: pointer;
}

button.qcld_express_stop {
  width: 35px;
  height: 35px;
  background: url(../images/stop.png) no-repeat;
  float: left;
  display:none;
}

button.qcld_express_prev {
  width: 35px;
  height: 35px;
  background: url(../images/prev.png) no-repeat;
  float: left;
  margin-top: 15px;
  display:none;
}

button.qcld_express_next {
  width: 35px;
  height: 35px;
  background: url(../images/next.png) no-repeat;
  float: right;
  margin-top: 15px;
  display:none;
}

.qcld_express_tracker {
  position: relative;
  width: 100%;
}

.qcld_express_progress-bar {
  width: 80%;
  margin-left: 2%;
  margin-bottom: 20px;
  margin-top: 9px;
  height: 10px;
  background: url(../images/progress_bg.png) no-repeat;
  float: left;
}

.qcld_express_progress {
  background: url(../images/progress.png) no-repeat;
  height: 15px;
  display: inline-block;
}

.qcld_express_duration {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 4px 8px;
  background: #000;
  border-radius: 5px;
}

.qcld_express_playlist { list-style: none; }

.qcld_express_playlist li {
  cursor: pointer;
  margin: 5px;
}

.qcld_express_playlist li.active {
  font-weight: bold;
  padding: 3px;
  background: #666;
}
