    /*
    * Module APlayerFP pour Joomla! 3.x
    * Version J3.1P
    * Creation date: Octobre 2015
    * Author: Fabrice4821 - www.gmapfp.org
    * Author email: webmaster@gmapfp.org
	* License GNU/GPL
    */

/* HTML5 Audio player with playlist styles */
.aplayerfp_playlist {
	position: relative;
	z-index: 1;
}

.aplayerfp_playlist .player {
    background-color: #333333;
	color: #eee;
	height: 26px;
}

.aplayerfp_playlist .aplayerfp-playpause{
	display: block;
	position: relative;
	float: left;
}
.aplayerfp_playlist .aplayerfp-play{
	display: block; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	background-image: url(playpause-24-24-0.png); 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
	position: relative;
}
.aplayerfp_playlist .aplayerfp-pause {
	display: block; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	background-image: url(playpause-24-24-0.png); 
	background-position: 100% 0%; 
	background-repeat: no-repeat;
	position: relative;
}
.aplayerfp_playlist .aplayerfp-prev {
	display: block; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	background-image: url(prevnext-24-24-0.png); 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
.aplayerfp_playlist .aplayerfp-next {
	display: block; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	background-image: url(prevnext-24-24-0.png); 
	background-position: 100% 0%; 
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
.aplayerfp_playlist .aplayerfp-bar div {
	margin: 0 5px;
}
.aplayerfp_playlist .aplayerfp-bar-title {
	display: block; 
	overflow: hidden; 
	white-space: nowrap; 
	width: 80px; 
	height: auto; 
	text-indent: -76px;
	float: left;
    position: relative;
    line-height: 24px;
}
.aplayerfp_playlist .aplayerfp-volume{
	display: block;
	position: relative;
	float: right;
}
.aplayerfp_playlist .aplayerfp-time {
	position: relative;
	float: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
	line-height: 24px;
	margin: 0 4px;
}
.aplayerfp_playlist .aplayerfp-progress {
	display: block; 
	cursor: pointer; 
	overflow: hidden; 
	height: 8px; 
	right: auto;
	position: relative;
	background-color: #111;
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 8px;
    left: 4px;
}
.aplayerfp_playlist .aplayerfp-volume-bar {
	position: absolute; 
	left: 0px; 
	bottom: 100%; 
	box-sizing: content-box; 
	width: 8px; 
	height: 80px; 
	padding: 8px;
	background-color: #111;
	border: 1px solid #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	background-image: -ms-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -moz-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -o-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(1, #111111));
	background-image: -webkit-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: linear-gradient(to bottom, #444444 0%, #111111 100%);
}
.aplayerfp_playlist .aplayerfp-volume-bar-adjust {
	position: absolute; 
	bottom: 8px; 
	height: 60px; 
	width: 8px;
}
.aplayerfp_playlist .aplayerfp-volume-button {
	display: block; 
	position: relative; 
	width: 24px; 
	height: 24px; 
	cursor: pointer; 
	background-image: url(volume-24-24-0.png); 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
}
.aplayerfp_playlist .aplayerfp_hidden {
    display: none;
}
.aplayerfp_playlist .aplayerfp_visible {
    display: block !important;
	opacity: 1 !important;
}
.aplayerfp_playlist .volume {
	background-color: #111;
}
.aplayerfp_playlist  .ui-slider-range {
    background-color: #fcc500;
	background-image: none;
    height: 100%;
	bottom: 0px;
    position: absolute;
	width: 8px;
}
.aplayerfp_playlist  .ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -1px;
    position: absolute;
    width: 10px;
    z-index: 99992;
}
.aplayerfp_playlist  .volume .ui-slider-handle {
    background-color: #aaa;
	border-radius: 5px 5px 5px 5px;
}

.aplayerfp_playlist  .playlist {
    border-radius: 5px 5px 5px 5px;
	border: solid 1px;
    list-style-type: none;
    margin: 10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    z-index: 99991;
}
.aplayerfp_playlist  .playlist li {
    cursor: pointer;
    margin: 0 0 10px 15px;
}
.aplayerfp_playlist  .playlist li.active {
    font-weight: bold;
}
.aplayerfp_playlist .text_time {
	padding-right: 10px;
}