@charset "UTF-8";

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: miniplayer.new.css                                                                                                                         _
 _ last modified: 09/07/14 23.09                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/
.map_params{
  display: none!important;
}
a.audio{
  display:none;
}
.mbMiniPlayer:focus{
  outline: none;
}
.mbMiniPlayer{
  margin: 20px 0;
  width: 82px;
}
.mbMiniPlayer.jp-state-playing{
  width: 100%;
}
.mbMiniPlayer span{
  font-size:20px;
  line-height: 1;
}
.mbMiniPlayer .playerTable{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #dad2d0;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.mbMiniPlayer:focus .playerTable{
  box-shadow: 0 0 5px rgba(69, 69, 69, 0.35);
}
.mbMiniPlayer.shadow .playerTable{
  box-shadow: 0px 0px 3px rgba(0,0,0,0.35);
}
.mbMiniPlayer .playerTable > div{
  display: block;
  flex: none;
  height: 40px;
  width: 40px;
}
.mbMiniPlayer .playerTable > div.timeBox{
  width: 81px;
}
.jp-progress{
  position:relative;
  background-color: #dad2d0;
  height: 6px;
  margin: 2px 0;
  border-radius: 3px;
  cursor:pointer;
  overflow: hidden;
}
.jp-load-bar{
  background-color: #e9715c;
  height:6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.jp-play-bar{
  background-color:black;
  height:6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;

}
.mbMiniPlayer div.map_controlsBar{
  flex: auto;
  width: 100%;
}

.mbMiniPlayer .map_controls{
  position: relative;
  margin:0;
  display:none;
  width:100% !important;
  height:100% !important;
  padding: 0 10px;
  overflow:hidden;
  white-space:nowrap;
}

.mbMiniPlayer .playerTable span{
  margin:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mbMiniPlayer.gradientOverlay .playerTable span{
  background-image:linear-gradient(180deg, rgba(255, 255, 255,0.3) 0%,transparent 100%) !important;
}

.mbMiniPlayer .playerTable span.map_title *{
  box-sizing: border-box;
}

.mbMiniPlayer .playerTable span.map_title{
  position:relative;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  height: 25px;
  cursor:default;
  text-overflow: ellipsis;
  overflow: hidden;
  justify-content: flex-start;
}

.mbMiniPlayer .map_info{
  display: none;
  background: rgb(48, 48, 48);
  color: #D1D1D1;
  padding: 1px 4px;
  position: absolute;
  z-index: 10;
}

.mbMiniPlayer .playerTable span.map_rew{
  cursor:pointer;
  width: 100% !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel{
  white-space: nowrap;
  overflow: hidden;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a{
  position:relative !important;
  display:inline-block !important;
  margin:0 ;
  border-right:1px solid rgba(0,0,0,0.4) ;
  width:2px;
  padding:0 ;
  background-color:white ;
  height:0 ;
  vertical-align:middle !important;
  opacity:.1 ;
  cursor:pointer !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a:hover{
  opacity:1!important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a.sel{}

.mbMiniPlayer .playerTable span.map_time{
  width: 80px !important;
  font-size: 13px;
  overflow:hidden;
  white-space:nowrap;
  cursor:default !important;
}
.mbMiniPlayer .playerTable span.map_play{
  border-radius:0 4px 4px 0 !important;
  cursor:pointer !important;
}
.mbMiniPlayer[isplaying=true] .playerTable span.map_play{
  -webkit-animation: playing .7s infinite alternate;
  animation: playing .7s infinite alternate;
}

@keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

@-webkit-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}
@-moz-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

.mbMiniPlayer .playerTable span.map_volume{
  border-radius:4px 0 0 4px;
  cursor:pointer;
}

.mbMiniPlayer .copy{
  font: 10px/12px "DroidSansMonoRegular", sans-serif !important;
  color: #e0e0e0;
  padding-left: 10px;
  display: none;
}

.mbMiniPlayer span.map_download{
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
}

.mbMiniPlayer a.map_download{
  text-decoration: none;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}


/*BLACK ----------------------------------------*/
.mbMiniPlayer.black .playerTable span{
  background-color: #6e4c43;
  color: #fff;
}
.mbMiniPlayer.black .playerTable span.map_play{
  border-left: 1px solid #dad2d0;
  background-color: #e9715c;
}
.mbMiniPlayer.black .playerTable span.map_volume{
  border-right:1px solid #dad2d0;
}
.mbMiniPlayer.black .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}
.mbMiniPlayer .playerTable span.map_time{
  border-left: 1px solid #dad2d0;
  background-color: #f2f2f2;
  color: #454545;
}
.mbMiniPlayer.black .map_download:hover{
  color: #000;
}
.mbMiniPlayer.black .jp-load-bar{
  background-color: rgba(0, 0, 0, 0.10);
}
.mbMiniPlayer.black .jp-play-bar {
  background-color: #e9715c;
}
.mbMiniPlayer.black .playerTable span.map_title{
  color: #454545;
  background-color: transparent;
}
