/*
    * 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_violet .player {
    height: 182px;
    position: relative;
    width: 280px;
    z-index: 2;
	
	color: #fff;
    border-top: 1px solid #554461;
    border-left: 1px solid #554461;
    border-right: 1px solid #180a1f;
    border-bottom: 1px solid #180a1f;
    background-color: #ff8b1b;
}
.aplayerfp_violet .title, .aplayerfp_violet .album , .aplayerfp_violet  .time, .aplayerfp_violet  .curtime{
    font-family: 'Open sans';
    left: 40px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.aplayerfp_violet .title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 125px;
}
.aplayerfp_violet .album {
    color: #EEEEEE;
    font-size: 12px;
    top: 20px;
}
.aplayerfp_violet .time {
    color: #EEEEEE;
    font-size: 10px;
    top: 112px;
	left: 200px;
}
.aplayerfp_violet .curtime {
    color: #EEEEEE;
    font-size: 10px;
    top: 112px;
	left: 10px;
}
.aplayerfp_violet .pl {
    background: transparent url("../classic/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 200px;
    position: absolute;
    top: 8px;
    width: 32px;
}
.aplayerfp_violet .pl:hover {
    top: 10px;
}
.aplayerfp_violet .bp_volume {
	background: url(../violet/jplayer.jpg) 0 -350px no-repeat;
	position: absolute;
    width: 16px;
    height: 11px;
	top: 35px;
	left: 10px;
}
.aplayerfp_violet .controls {
    cursor: pointer;
    left: 20px;
    position: absolute;
    top: 65px;
	background: url(../violet/jplayer.jpg) no-repeat;
    padding: 1px 0 2px 1px;
    overflow: hidden;
    width: 210px;
    height: 34px;
}
.aplayerfp_violet .controls .play, .aplayerfp_violet .controls .pause, .aplayerfp_violet .controls .rew, .aplayerfp_violet .controls .fwd {
    background: transparent url("../violet/jplayer.jpg") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 66px;
}
.aplayerfp_violet .controls .play {
    background-position: -24px -40px;
	margin: 0 1px 2px 0;
}
.aplayerfp_violet .controls .pause {
    background-position: -24px -120px;
    display: none;
	margin: 0 1px 2px 0;
}
.aplayerfp_violet .controls .rew {
    background-position: -24px -200px;
	margin: 0 1px 2px 0;
}
.aplayerfp_violet .controls .fwd {
    background-position: -24px -160px;
	margin: 0 1px 2px 0;
}
.aplayerfp_violet .controls .play:hover {
    background-position: -124px -40px;
}
.aplayerfp_violet .controls .pause:hover {
    background-position: -124px -120px;
}
.aplayerfp_violet .controls .rew:hover {
    background-position: -124px -200px;
}
.aplayerfp_violet .controls .fwd:hover {
    background-position: -124px -160px;
}
.aplayerfp_violet .hidden {
    display: none;
}
.aplayerfp_violet .controls .visible {
    display: block;
}
.aplayerfp_violet .volume {
	background: url(../violet/jplayer.jpg) 0 -300px repeat-x;
    height: 7px;
    left: 20px;
    position: absolute;
    top: 50px;
    width: 200px;
}
.aplayerfp_violet .tracker {
	background: url(../violet/jplayer.jpg) 0 -260px no-repeat;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 100px;
    width: 200px;
}
.aplayerfp_violet .ui-slider-range {
    background-color: #760075;
	background-image: none;
    height: 7px;
    position: absolute;
	line-height: 8px;
    bottom: 0;
	border-radius: 2px;
}
.aplayerfp_violet .tracker .ui-slider-range {
    height: 11px;
	bottom: 2px;
}
.aplayerfp_violet .ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.aplayerfp_violet .volume .ui-slider-handle {
}
.aplayerfp_violet .playlist {
    background-color: #feffef;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 0px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 400px;
    z-index: 1;
    border-top: 1px solid #554461;
    border-left: 1px solid #554461;
    border-right: 1px solid #180a1f;
    border-bottom: 1px solid #180a1f;
}
.aplayerfp_violet .playlist li {
	color: #196F6C;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.aplayerfp_violet .playlist li.active {
    font-weight: bold;
	color: #fffff1;
	background-color: #669900;
}
.aplayerfp_violet .text_time {
	display: none;
}