/* Playlist + Player
-------------------------------------------------- */
.popover-player-infos {
	min-width:280px;
	max-width: 500px;
}
.popover-player-playlist {
	min-width:380px;
	max-width: 380px;
}
.popover-player-playlist .popover-content {
	max-height:350px;
	overflow: auto;
}
#player .slider-volume {
	display:block;
	background: #151515;
	padding-left: 20px;
	padding-right: 20px;
    width: 225px;
    height: 36px;
    position: absolute;
    top: 12px;
    left: 34px;
    z-index: 1;
}
#player .slider-volume .ui-widget-content {
    border: 1px solid #555;
    background: #333;
    color: #333333;
}
#player .slider-volume .ui-widget-header {
	background: #555;
}
#player .slider-volume .ui-state-default, #player .slider-volume .ui-widget-content .ui-state-default, #player .slider-volume .ui-widget-header .ui-state-default {
    border: 1px solid #666;
    background: #212121;
    font-weight: bold;
}
#player .slider-volume .ui-slider-handle {
	outline: none!important;
}
#player #volume {
	margin-top: 17px;
}
#player-big-wrapper .btn {
	width:39px;
}
#player-big-wrapper .btn.btn-add-cart {
	float: right;
    margin-top: 18px;
    margin-right: 15px;
}
#player-big-wrapper .media {
	margin-top: 6px;
	margin-bottom:10px;
}
#player-big-wrapper .media img {
	margin-top:10px;
}
#player-track-name {
	margin:0;
	margin-top:12px;
	font-size: 12px;
	color:#fff;
}
#player .product-item .btn {
	width:25px;
}
#player-wrapper {
	display:none;
}
#player .col-infos, #player .col-actions {
	line-height: 66px;
}
#player .col-infos, #player .col-actions {
	padding-left: 0;
	padding-right: 0;
}
.player-track-artists a {
	color:#666;
	font-size: 12px;
}
#my-table-playlist {
	font-size: 12px;
}
.btn-close-player {
	display:none;
}
body #sm2-container object,
body #sm2-container embed {
	left:-9999em;
	top:-9999em;
}
#player {
	display:none;
}
a.sm2_paused .glyphicon-play:before {
	content: "\e072";
}
a.sm2_playing .glyphicon-play:before {
	content: "\e073";
}

a#sm2_current.sm2_playing .glyphicon-play:before {
	content: "\e072";
}
a#sm2_current.sm2_paused .glyphicon-play:before {
	content: "\e073";
}
#player .bg-wavform{
	background-color: #151515;
	background-size: 100% 40px;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}

#player .progress {
	background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 40px;
}
#player .progress.progress-offset {
	background-color: rgba(255, 153, 0, 0.4);
}
#player .progress-bar-prepend {
	background-color: transparent;
	box-shadow: none;
}
#player .progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#player .slider.slider-horizontal .slider-track {
	height:1px;
}
#player  .slider-handle {
	width: 15px;
	height: 15px;
	background:#424242;
	box-shadow: none;
}
#player  .slider.slider-horizontal .slider-tick, #player .slider.slider-horizontal .slider-handle {
	margin-top: -7px;
}
#player .player-track-duration {
	position: absolute;
    top: 12px;
    right: -10px;
    background-color: #000;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 5px;
    opacity:0.9;
    color:#fff;
}
#player .img-player-preview {
	position: absolute;
	left:0;
	right:0;
	z-index: 1;
}